@charset "UTF-8";
/* CSS Document */


/* ----------------------------------------------- */
/* デフォルトセット */
/* ----------------------------------------------- */

* {
     margin: 0;
     padding: 0;
     text-decoration: none;
     line-height: 1;
     font-size: 100%;
     font-style: normal;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p
,blockquote,th,td {
     margin: 0;
     padding: 0;
}
html {
     overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6 {
     font-size: 100%;
     font-weight: normal;
}

p {
     margin: 0;
}

ol,ul {
     list-style: none;
}
fieldset,img {
     border: 0;
}
table {
     border-collapse: collapse;
     border-spacing: 0;
}
caption,th {
     text-align: left;
}
address,caption,cite,code,dfn,em,strong,th,var {
     font-style: normal;
}


/* ----------------------------------------------- */
/* 共通スタイルシート */
/* ----------------------------------------------- */


* {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	}
	
body {
	font-size: 12px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	color: #666;
	text-align: center; /* IE6対策 */
}

a {		color: #0d3d69; text-decoration: underline;}
a:hover { color: #666; text-decoration: none;}

br.clear { clear: both;}


#countainer{
	/*height:auto !important;*/
	margin:0 auto;
	/*min-height:100%;*/
	text-align:center;
	min-height:450px;
	height: auto !important;
	height: 50%;
}

#menu_countain {
	width: 100%;
	height: 35px;
	position: relative;
	background-color: #0d3d69;
	position: absolute;
	bottom: 0px;
	z-index: 0;
	left: 0px;
}
	

ul#menulist {
	width: 900px;
	margin: 0 auto;
	z-index: 1;
}

ul#menulist li {
	float: left;
	width: 135px;
	height: 35px;
}

ul#menulist li.big {
	width: 172px;
}

ul#menulist li.smll {
	float: left;
	width: 134px;
	height: 35px;
}

ul#menulist li {
	float: left;
	width: 149px;
	height: 35px;
}

ul#menulist li.m_r {
	border-right: #ffffff 1px solid;
}

.menu {
	display: block;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
	line-height: 35px;
	height: 35px;
}

ul#menulist a:hover {
	color: #ffffff;
}

ul#menulist li:hover {
	background-color: #888888;
}

ul#menulist li.now {
	background-color: #888888;
}

h3#close, h3#open {	width: 170px; background-color: #0d3d69;	color: #ffffff;}
h3#close p, h3#open p {	padding: 5px 10px; text-align: left; letter-spacing: 2px;}


#footer {
	margin-top: 30px;
	background:url(../images/footer_back.gif) left top repeat-x;
	width: 100%;
}

u {		text-decoration: underline;}

p.footlink a {		color: #666; text-decoration: none;}
p.footlink a:hover { color: #0d3d69; text-decoration: underline;}

p.footlink {	padding: 15px 0;}
p.copyright {	margin: 0 0 15px 0;}


ul#pcul li {
	list-style-type:none;
	width:150px;
	height:47px;
	float:left;
}

ul#pcul li:hover {	background-color:transparent;}
ul#pcul li:hover img {	visibility: hidden;}

li.pck_b1 { background-image: url(../images/banner1_on.gif);}
li.pck_b2 { background-image: url(../images/banner2_on.gif);}
li.pck_b3 { background-image: url(../images/banner3_on.gif);}
li.pck_b4 { background-image: url(../images/banner4_on.gif);}
li.pck_b5 { background-image: url(../images/banner5_on.gif);}
li.pck_b6 { background-image: url(../images/banner6_on.gif);}

