@charset "EUC-JP";

/* グラフィカ css */

/* 初期化 ************************************************/

*	{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
}

html, body	{
	height: 100%;
}

body	{
	background-image: url(image/back_side.gif);
	background-repeat: repeat-y;
	background-color: #666666;
}

ul, ol	{
	margin-left: 8px;
	padding-left: 8px;
}

strong, b	{
	font-weight: bold;
}

/* 汎用 ***************************************************/

.marginR5	{
	margin-right: 5px;
}

.thumbnail	{
	width: 100px;
}

.pager	{
	margin: 10px 0;
	font-size: 80%;
}

	.pager .current	{
		font-weight: bold;
		padding: 3px;
	}
	
	.pager a	{
		color: #000000;
		padding: 3px;
	}


/* フォーム要素 *******************************************/
input, select, textarea, button	{
	font-size: 80%;
}

option	{
	padding: 0 3px;
}

/* フッタを画面の下に配置するためのスタイル ここから ********/

div.body	{
	width: 863px;
	height: 100%;
	padding-right: 52px;
	position: relative;
	min-height: 100%;
	background-image: url(image/back_upper.jpg);
	background-repeat: repeat-x;
	background-position: 2px 0;
}

body > div.body	{
	height: auto;
}

div.container	{
}

body div.body div.footer	{
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

/*
div.container	{
	padding-bottom: 80px;
}

div.footer	{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
*/

/* フッタを画面の下に配置するためのスタイル ここまで *******/

/* 2カラム構成のスタイル ここから *************************/

div.container	{
	padding-left: 52px;
}

div.mainBlock	{
	width: 100%;
	float: right;
	margin-left: -200px;
}

div.mainBlock div.mainBlockInner	{
	margin-left: 200px;
}

div.sidebar	{
	width: 200px;
	float: right;
}

div.containerFooter	{
	width: 100%;
	clear: right;
}

/* 2カラム構成のスタイル ここまで **************************/

div.mainBlock div.mainBlockInner	{
	margin-top: 10px;
	width: 611px;
}

div.mainBlock hr	{
	width: 100%;
	margin: 10px auto;
}

div.header	{
	position: relative;
	width: 100%;
	height: 115px;
}

	div.header div.logo	{
		position: absolute;
		top: 21px;
		width: 160px;
		height: 48px;
		background-image: url(image/graphica_logo_text.jpg);
		background-repeat: no-repeat;
		background-position: 0 32px;
	}
		
		div.header div.logo a	{
			display: block;
			width: 150px;
			height: 32px;
			text-indent: -9999px;
			overflow: hidden;
			background-image: url(image/graphica_logo.jpg);
			background-repeat: no-repeat;
		}
	
	div.header div.navigation	{
		position: absolute;
		top: 53px;
		left: 524px;
		width: 300px;
	}
	
		div.header div.navigation a	{
			display: block;
			float: left;
			height: 14px;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
			font-size: 10px;
		}
		
		div.header div.navigation a.recruit	{
			width: 69px;
			background-image: url(image/recruit.jpg);
		}
		
		div.header div.navigation a.company	{
			width: 66px;
			background-image: url(image/company.jpg);
		}
		
		div.header div.navigation a.sitemap	{
			width: 81px;
			background-image: url(image/sitemap.jpg);
		}
		
		div.header div.navigation a.inquiry	{
			width: 69px;
			background-image: url(image/inquiry.jpg);
		}
		
		div.header div.navigation a:hover	{
			background-position: 0 -14px;
		}
	
	div.header div.menu	{
		position: absolute;
		top: 79px;
	}
	
		div.header div.menu a	{
			display: block;
			float: left;
			width: 90px;
			height: 29px;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
		
		div.header div.menu a:hover	{
			background-position: 0 -29px;
		}
		
		div.header div.menu a.home	{
			background-image: url(image/menu_home.jpg);
		}
		
		div.header div.menu a.proaudio	{
			background-image: url(image/menu_proaudio.jpg);
		}
		
		div.header div.menu a.prolighting	{
			background-image: url(image/menu_prolighting.jpg);
		}
		
		div.header div.menu a.djtool	{
			background-image: url(image/menu_djtool.jpg);
		}
		
		div.header div.menu a.showcase	{
			background-image: url(image/menu_showcase.jpg);
		}
		
		div.header div.menu a.catalog	{
			background-image: url(image/menu_catalog.jpg);
		}
		
		div.header div.menu a.support	{
			background-image: url(image/menu_support.jpg);
		}
		
		div.header div.menu a.login	{
			position: absolute;
			left: 720px;
			background-image: url(image/menu_login.jpg);
		}

div.footer	{
}

	div.footer div.footNavigation	{
		margin-top: 30px;
		text-align: center;
	}
	
	div.footer div.footNavigation a	{
		text-decoration: none;
		color: #666666;
		font-size: 12px;
		margin: 0 10px;
	}
	
	div.footer div.footNavigation a:hover	{
		color: #0066CC;
		text-decoration: underline;
	}
	
	div.footer div.copyright	{
		margin-top: 15px;
	}

div.topicPath	{
	position: relative;
	top: -7px;
}
	
	div.topicPath a	{
		display: block;
		float: left;
		width: 90px;
		height: 28px;
		background-repeat: no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	div.topicPath a:hover	{
		background-position: 0 -28px;
	}
	
	div.topicPath a.top	{
		background-image: url(image/top.jpg);
	}
	.main_cont .information {
	background-image: url(../file/info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.main_cont .information .infor_cont {
	margin: 0px;
	padding: 0px;
	height: 180px;
	border: 0px none #CCCCCC;
}
.column {
	width: 460px;
	border: 1px solid #CCCCCC;
	background-image: url(../file/info_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 180px;
	float: left;
}
.column .naiyou {
	padding: 0px;
	overflow: auto;
	height: 180px;
	width: 460px;
	margin: 0px;
}
.body .container .newsHeading .style1 img {
	padding-bottom: 25px;
}
.body .container .newsSection div {
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: normal;
	border-bottom-width: thick;
	border-bottom-color: #810071;
}
#interbee2009 {
	float: left;
}
