@charset "utf-8";


#inbox{
	width: 950px;
	margin: 0px auto;
	text-align: left;
}

h1{
	width: 930px;
	color: #fff;
	line-height: 40px;
	text-align: right;
}

a img{ opacity: 1.0; filter: alpha(opacity=100); }
a:hover img{ opacity: 0.7; filter: alpha(opacity=70); }





/*		ヘッダー
 -------------------------------------------------- */

#header{
	width: 950px;
	height: 150px;
	background: url(../img/header.gif) left top no-repeat;
}


#header p.title{
	padding: 30px 30px 0px 30px;
	color: #666;
	font-size: 200%;
}

#header p.subtitle{
	padding: 7px 50px 0px 50px;
	color: #666;
	font-size: 90%;
}


/*　グローバルメニュー　*/

#globalmenu{
	height: 30px;
	margin: 10px 0px 0px 20px;
	padding: 0px 20px;
}

#globalmenu ul{
	border-left: 1px #999 solid;
}


#globalmenu ul li{
	display: inline;
	border-right: 1px #999 solid;
	padding: 0px 20px 0px 20px;
}


#globalmenu ul li a{ color: #666; }
#globalmenu ul li a:hover{ color: #ff6600; }




/*　パンくずナビ　*/
#topicpath p{
	padding: 0px 0px 0px 20px;
	font-size: 0.9em;
	line-height: 40px;
	border-bottom: 3px #eee solid;
}


#cbox{
	width: 950px;
	margin: 20px 0px 0px 0px;
}

/*		メインコンテンツ
 -------------------------------------------------- */

#mainbox{
	float: left;
	width: 700px;
	margin: 0px 0px 50px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	background: url(../img/main.gif) left top repeat-y;
}


#mainbox h2{
	clear: both;
	margin: 10px;
	font-size: 130%;
	text-indent: 35px;
	line-height: 43px;
	background: url(../img/h2.gif) left top no-repeat;
}


#mainbox h3{
	clear: both;
	margin: 30px 10px 0px;
	color: #141a22;
	font-size: 130%;
	text-indent: 35px;
	line-height: 43px;
	background: url(../img/h3.gif) left top no-repeat;
}


#mainbox p{
	margin: 25px 40px;
	padding: 0px 0px 10px;
}


#mainbox img.l{
	float: left;
	display: inline;
	margin: 0px 15px 25px 0px;
}


#mainbox img.r{
	float: right;
	display: inline;
	margin: 0px 0px 25px 15px;
}


#mainbox ul{
	margin: 25px 50px;
}


#mainbox ul li{
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	color: #999999;
	font-weight: bold;
	list-style: none none outside;
	background: url(../img/listmark.gif) left 2px no-repeat;
}


#mainbox dl{
	margin: 25px 45px;
	padding: 10px;
	border: 1px #ccc solid;
}


#mainbox dl dt{
	margin: 10px 0px;
	color: #666;
	font-size: 110%;
	font-weight: bold;
	text-indent: 20px;
	border-bottom: 1px #999 dotted;
}

#mainbox dl dd{
	margin: 3px 25px;
	color: #666;
}


#mainbox blockquote{
	margin: 25px 45px;
	padding: 1px;
	border: 1px #999 dotted;
	border-left: 3px #999 solid;
	background-color: #f9f9f9;
}


#mainbox table{
	margin: 20px 45px;
    font-size: 1.0em;
    empty-cells: show;
    border-spacing: 0px;
    border-collapse: collapse;
	border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
}

#mainbox table tr th{
	margin: 1px;
	padding: 7px;
	font-weight: bold;
    text-align: center;
    color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #999;
}

#mainbox table tr td{
	padding: 7px;
	text-align: left;
	border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}



/*		サイドメニュー
 -------------------------------------------------- */

#menubox{
	float: right;
	width: 230px;
	margin: 0px 0px 50px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	background: #eee url(../img/side.gif) left top repeat-y;
}

#menubox dl.menu,
#menubox dl.text{
	margin: 3px 4px 20px;
}


#menubox dl.menu dt,
#menubox dl.text dt{
	padding: 3px 3px 3px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #999;
}


#menubox dl.menu dd{
	margin: 7px 10px 0px 10px;
	padding: 0px 0px 7px 10px;
	font-size: 0.9em;
	border-bottom: 1px #ccc dotted;
	background: url(../img/sidemenu.gif) left 7px no-repeat;
}

#menubox dl.menu dd a{ color: #666; }
#menubox dl.menu dd a:hover{ color: #ff6600; }


#menubox dl.text dd{
	margin: 15px;
	color: #666;
	font-size: 0.9em;
}


/*		フッター
 -------------------------------------------------- */

#footer{
	clear: both;
	margin: 50px 0px 0px 0px;
	padding: 15px 0px 0px;
	background: url(../img/footer.gif) left top no-repeat;
	
}



#footer ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 5px;
	text-align: right;
	border-bottom: 5px #ccc solid;
}


#footer ul li{
	display: inline;
	margin: 0px 35px 0px 0px;
}


#footer ul li a{ color: #999;}
#footer ul li a:hover{ color: #ff6600; }


#footer address{
	padding: 20px 0px 0px 0px;
	color: #999;
	font-size: 0.9em;
	text-align: center;
}


#footer p{
	color: #999;
	padding: 0px 20px 10px;
	font-size: 0.9em;
	text-align: center;
}
