@charset "Shift_JIS";

/*基本セレクタ*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	color: #333333;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 140%;
}

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:none;}
a:visited	{ color:#333333; text-decoration:none;}
a:active	{ color:#333333; text-decoration:none;}
a:hover		{ color:#333333; text-decoration:underline;}

@media print {
	#container { background-image: none !important;}
}

/*コンテナ*/
#shadow {
	width: 920px;
	margin: 0px auto; 
	padding: 0px;
	background-image: url(../images/bg_shadow.gif);
	background-repeat: repeat-y;
}
#container {
	width: 900px;
	margin: 0px auto; 
	padding: 0px;
	background-image: url(../images/bg_container.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#container .imgText {
	display: none;
}
/*コンテナ2*/
#shadow2 {
	width: 920px;
	margin: 0px auto; 
	padding: 0px;
	background-image: url(../images/bg_shadow2.gif);
	background-repeat: repeat-y;
}
#container2 {
	width: 900px;
	margin: 0px auto; 
	padding: 0px;
	text-align: center;
}
#container2 .imgText {
	display: none;
}
#shadow3 {
	width: 920px;
	margin: 0px auto; 
	padding: 0px;
	background-image: url(../images/bg_shadow3.gif);
	background-repeat: repeat-y;
}

/*ヘッダ*/
#bg_header {
	width: 100%;
	height: 70px;
	margin: 0px auto; 
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
}
#header {
	width: 100%;
	height: 43px;
}
#header h1 {
	float: left;
	width: 280px;
	height: 43px;
	display: block;
	background-image: url(../images/head_03.gif);
	background-repeat: no-repeat;
}
#header h2 {
	display: none;
}
#header p.summary {
	float: right;
	width: 610px;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 10px;
}

/*メインメニュー*/
#mainMenu {
	clear: both;
}
#mainMenu ul {
	width: 100%;
	height: 27px;
	margin: 0px;
	padding: 0px;
}
#mainMenu li {
	float: left;
}
#mainMenu li.img_01 a {
	width: 151px;
	height: 27px;
	display: block;
	background-image: url(../images/head_05.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_02 a {
	width: 150px;
	height: 27px;
	display: block;
	background-image: url(../images/head_06.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_03 a {
	width: 150px;
	height: 27px;
	display: block;
	background-image: url(../images/head_07.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_04 a {
	width: 150px;
	height: 27px;
	display: block;
	background-image: url(../images/head_08.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_05 a {
	width: 150px;
	height: 27px;
	display: block;
	background-image: url(../images/head_09.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_06 a {
	width: 149px;
	height: 27px;
	display: block;
	background-image: url(../images/head_10.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_01 a:hover {
	background-image: url(../images/headA_05.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_02 a:hover {
	background-image: url(../images/headA_06.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_03 a:hover {
	background-image: url(../images/headA_07.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_04 a:hover {
	background-image: url(../images/headA_08.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_05 a:hover {
	background-image: url(../images/headA_09.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_06 a:hover {
	background-image: url(../images/headA_10.gif);
	background-repeat: no-repeat;
}

/*コピーライｔ*/
#copyright {
	clear: both;
	margin: 0px 15px 5px 0px;
	text-align: right;
}

/*フッダ*/
#bg_footer {
	clear: both;
	width: 100%;
	height: 40px;
	background-image: url(../images/bg_foot.gif);
	background-repeat: repeat-x;
	text-align: right;
}
#subMenu {
	width: 640px;
	height: 20px;
	margin: 0px 0px 0px auto;
	color: #FFFFFF;
	font-size: 10px;
}
#subMenu a {
	color: #FFFFFF;
	font-size: 10px;
}
#subMenu ul {
	margin: 0px;
	padding: 0px;
}
#subMenu li {
	float: left;
}
#subMenu li.img_01 a {
	width: 230px;
	height: 20px;
	display: block;
	background-image: url(../images/foot_55.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_02 a {
	width: 90px;
	height: 20px;
	display: block;
	background-image: url(../images/foot_56.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_01 a:hover {
	background-image: url(../images/footA_55.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_02 a:hover {
	background-image: url(../images/footA_56.gif);
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	height: 20px;
}
#footer address {
	width: 290px;
	height: 20px;
	margin: 0px 0px 0px auto;
	background-image: url(../images/index_54.gif);
	background-repeat: no-repeat;
}

/*ライン*/
.line_01 {
  clear: both; 
	width: 100%;
	height: 5px;
	background-image: url(../images/line_01.gif);
	background-repeat: repeat-x;
}

