@charset "Shift_JIS";

/*基本セレクタ*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	color: #333333;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 150%;
}

h1,h2,h3,h4,h5,h6,p,ol { margin-top: 0px; margin-bottom: 0px;}
hr{ display: none;}
ul{ list-style:none;}
table { color: #333333; font-size: 12px; line-height: 140%;}

a:link		{ color:#333333; text-decoration:underline;}
a:visited	{ color:#333333; text-decoration:underline;}
a:active	{ color:#333333; text-decoration:none;}
a:hover		{ color:#333333; text-decoration:underline;}

@media print {
	#container { background-image: none !important;}
}

/*コンテナ*/
#container {
	width: 100%;
	margin: 0px; 
	padding: 0px;
	text-align: center;
}
#container span.imgText {
	display: none;
}

/*ヘッダ*/
#bg_header {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	background-image: url(../images/bg_head03.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#header {
	width: 800px;
	height: 90px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#header h1 {
	float: left;
	width: 200px;
	height: 40px;
	display:block;
	background-image: url(../images/company01_03.gif);
	background-repeat: no-repeat;
}

/*サブメニュー*/
#subMenu {
	float: right;
	margin: 10px 0px;
}
#subMenu ul {
	margin: 0px;
	padding: 0px;
}
#subMenu li {
	float: left;
}
#subMenu li.img_01 a {
	width: 110px;
	height: 25px;
	margin-right: 5px;
	display:block;
	background-image: url(../images/head3_03.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_02 a {
	width: 110px;
	height: 25px;
	margin-right: 5px;
	display:block;
	background-image: url(../images/head3_05.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_03 a {
	width: 110px;
	height: 25px;
	margin-right: 5px;
	display:block;
	background-image: url(../images/head3_07.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_04 a {
	width: 110px;
	height: 25px;
	margin-right: 5px;
	display:block;
	background-image: url(../images/head3_09.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_05 a {
	width: 110px;
	height: 25px;
	display:block;
	background-image: url(../images/head3_11.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_01 a:hover {
	background-image: url(../images/head3A_03.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_02 a:hover {
	background-image: url(../images/head3A_05.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_03 a:hover {
	background-image: url(../images/head3A_07.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_04 a:hover {
	background-image: url(../images/head3A_09.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_05 a:hover {
	background-image: url(../images/head3A_11.gif);
	background-repeat: no-repeat;
}

/*メインメニュー*/
#mainMenu {
	clear: both;
	margin-left: 225px;
}
#mainMenu ul {
	margin: 0px;
	padding: 0px;
}
#mainMenu li {
	float: left;
}
#mainMenu li.img_01 a {
	width: 140px;
	height: 40px;
	margin-right: 5px;
	display: block;
	background-image: url(../images/company01_19.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_02 a {
	width: 140px;
	height: 40px;
	margin-right: 5px;
	display: block;
	background-image: url(../images/company01_20.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_03 a {
	width: 140px;
	height: 40px;
	margin-right: 5px;
	display: block;
	background-image: url(../images/company01_21.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_04 a {
	width: 140px;
	height: 40px;
	display: block;
	background-image: url(../images/company01_22.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_01 a:hover {
	background-image: url(../images/company01A_19.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_02 a:hover {
	background-image: url(../images/company01A_20.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_03 a:hover {
	background-image: url(../images/company01A_21.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_04 a:hover {
	background-image: url(../images/company01A_22.gif);
	background-repeat: no-repeat;
}

/*メインコンテンツ*/
#mainContents {
	clear: both;
	width: 800px;
	margin: 0px auto 30px auto;
	padding: 0px;
	text-align: left;
}

/*コンテンツ*/
#contents {
	clear: both;
}
#contents01 {
	float: left;
	width: 560px;
}
#contents02 {
	float: right;
	width: 220px;
}

/*コンテンツ01タイトルバック*/
#contents01 h4 {
	width: 560px;
	height: 25px;
	margin-bottom: 10px;
	padding: 3px 0px 0px 5px;
	background-image: url(../images/bg_title.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	filter: dropshadow(offx=2,offy=2,color=#25140A);
}

/*フッダ*/
#bg_footer {
	clear: both;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_foot03.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#footer {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}
#footer address {
	width: 800px;
	height: 20px;
	display: block;
	background-image: url(../images/foot03.gif);
	background-repeat: no-repeat;
}

/*ライン*/
.line_01 {
  clear: both; 
	width: 100%;
	height: 5px;
	background-image: url(../images/line_01.gif);
	background-repeat: repeat-x;
}


