@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;}
}

/*コンテナ*/
#container {
	width: 100%;
	margin: 0px; 
	padding: 0px;
	background-color: #FFFFFF;
}
#container .imgText {
	display: none;
}

/*フラッシュ*/
#bg_flash {
	width: 100%;
	height: 250px;
	background-color: #000000;
}
#flash {
	width: 800px;
	margin: 0px auto; 
}
#flash h1,h2 {
	display: none;
}
#flash ul.imgText {
	display: none;
}

/*フラッシュ02*/
#bg_flash02 {
	width: 100%;
	height: 250px;
	background-color: #000000;
}
#flash02 {
	width: 800px;
	margin: 0px auto; 
}
#flash02 h3 {
	display: none;
}

/*ヘッダ*/
#bg_header {
	width: 100%;
	height: 80px;
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#header {
	width: 800px;
	height: 60px;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: left;
}

/*サブメニュー*/
#subMenu {
	height: 40px;
}
#subMenu h1 {
	float: left;
	width: 190px;
	height: 40px;
	display: block;
	background-image: url(../images/head_03.gif);
	background-repeat: no-repeat;
}
#subMenu h2 {
	display: none;
}
#subMenu p.summary {
	float: left;
	width: 660px;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 10px;
}
#subMenu ul {
	float: right;
	margin: 0px;
	padding: 0px;
}
#subMenu li {
	float: left;
}
#subMenu li.img_01 a {
	width: 60px;
	height: 40px;
	display: block;
	background-image: url(../images/head_07.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_02 a {
	width: 70px;
	height: 40px;
	display: block;
	background-image: url(../images/head_08.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_01 a:hover {
	background-image: url(../images/headA_07.gif);
	background-repeat: no-repeat;
}
#subMenu li.img_02 a:hover {
	background-image: url(../images/headA_08.gif);
	background-repeat: no-repeat;
}

/*メインメニュー*/
#mainMenu {
	clear: both;
}
#mainMenu ul {
	width: 800px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#mainMenu li {
	float: left;
}
#mainMenu li.img_01 a {
	width: 160px;
	height: 20px;
	display: block;
	background-image: url(../images/head_09.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_02 a {
	width: 160px;
	height: 20px;
	display: block;
	background-image: url(../images/head_10.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_03 a {
	width: 160px;
	height: 20px;
	display: block;
	background-image: url(../images/head_11.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_04 a {
	width: 160px;
	height: 20px;
	display: block;
	background-image: url(../images/head_12.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_05 a {
	width: 160px;
	height: 20px;
	display: block;
	background-image: url(../images/head_13.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_01 a:hover {
	background-image: url(../images/headA_09.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_02 a:hover {
	background-image: url(../images/headA_10.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_03 a:hover {
	background-image: url(../images/headA_11.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_04 a:hover {
	background-image: url(../images/headA_12.gif);
	background-repeat: no-repeat;
}
#mainMenu li.img_05 a:hover {
	background-image: url(../images/headA_13.gif);
	background-repeat: no-repeat;
}

/*メインコンテンツ*/
#mainContents {
	clear: both;
	width: 800px;
	margin: 10px auto 50px auto;
	padding: 0px;
	text-align: left;
}

/*ボトム*/
#bg_bottom {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
}
#bottom {
	width: 800px;
	margin: 0px auto;
}


/*フッダ*/
#bg_footer {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_foot.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#footer {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	text-align: right;
}
#footer address {
	width: 310px;
	height: 30px;
	margin: 0px 0px 0px auto;
	background-image: url(../images/foot_62.gif);
	background-repeat: no-repeat;
}

/*ライン*/
.line_01 {
  clear: both; 
	width: 100%;
	height: 5px;
	background-image: url(../images/line_01.gif);
	background-repeat: repeat-x;
}
