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

#inmenu_coun {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#menu_countain {/* 隠した状態でスタートさせる 2010.05.22 */
	width: 100%; 
	height: 300px; 
	position: relative;
	overflow: hidden;
	top:150px;
}
	

#menulist {
	position: absolute;
	top:277px;
	left: 0px;
	bottom: 0px;
}

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




/* ---------- グローバルナビゲーション ----------- */

table#grblink a {	text-decoration: none;}
table#grblink {		width: 900px;	background-color: #ffffff;}
table#grblink td {		padding-top: 10px;}
table#grblink td:hover {	background-color: #5d7ca2;}
table#grblink p {		width: 100%; height: 20px; text-align: center;}
table#grblink p:hover {		width: 100%; height: 20px; text-align: center;	background-color: #5d7ca2; color: #ffffff;}

table#grblink tr.nonemtn td {	height: 35px;	border: none;}
table#grblink tr.nonemtn {	background-color: #0d3d69;	color: #ffffff;}
table#grblink tr.nonemtn td:hover, table#grblink tr.nonemtn p {	background-color: #0d3d69;}

table#grblink td.nonemtn2:hover, table#grblink td.nonemtn2 p:hover {	background-color: #ffffff;}

table#grblink tr {	border-bottom: #ccc 1px dotted;}
table#grblink td {	border-left: #ccc 1px dotted;}
table#grblink td.bo-none {	border-left: none;}
table#grblink td.hard { background-color: #0d3d69; color: #ffffff;}
table#grblink td.hard:hover {	background-color: #5d7ca2;}
table#grblink td.hard a, table#grblink td.hard a:hover {	color: #ffffff;}
