@charset "UTF-8";


* {
	margin: 0px;
	padding: 0px;
}

html{
	height: 100%;
}

body{
	width: 100%;
	background: #ffffff url(../img/_bg.gif) repeat center  top;
	min-height: 100%;
	font-size: 78%;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",'Meiryo',"Osaka",verdana,arial,sans-serif;
	line-height: 1.4;
	text-align: center;
	color: #333333;
}

* html body{
	height: 100%;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",'Meiryo',"Osaka",verdana,arial,sans-serif;
	line-height: 1.4;
	color: #333333;
}

p,th,td,li,dt,dd{
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",'Meiryo',"Osaka",verdana,arial,sans-serif;
	line-height: 1.4;
	color: #333333;
}

ul	{list-style-type: none;}
img	{border: none; vertical-align: top;}

a:link,
a:visited{color: #333333; text-decoration: underline;}
a:hover,
a:active{color: #ff8500; text-decoration: underline;}


.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

div#wrapper{
	margin: 0px auto;
	width: 992px;
	background: url(../img/_bod_bg_mid.gif) repeat-y center top;
	text-align:left;
}




/***********************************************/ 
/*header*/
/***********************************************/ 

div#header{
	margin: 0px 6px;
	padding: 11px 30px 0px 30px;
	background: url(../img/_bod_bg_top.gif) no-repeat center top;
	position: relative;
}

div#header p#logo{
	margin: 20px 0px 0px 0px;
}

div#header ul#global-navi{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 4px 12px;
	background: url(../img/_hea_navi_bg.gif) no-repeat left bottom;
}

div#header ul#global-navi li{
	display: inline;
}

div#header ul#header-sub-navi{
	width: 300px;
	position: absolute;
	top: 11px;
	left: 693px;
	_left: 663px;
}

div#header ul#header-sub-navi li{
	display: inline;
}

div#header ul#header-sub-navi li img{
	margin: 0px 18px 0px 0px;
}



/***********************************************/ 
/*bread-crumbs*/
/***********************************************/ 

ul#bread-crumbs{
	margin: 0px 0px 27px 0px;
	padding: 0px 36px;
	text-align: right;
	font-size: 90%;
	line-height: 1.1;
}

ul#bread-crumbs li{
	display: inline;
}



/***********************************************/ 
/*main*/
/***********************************************/ 

div#main{
	padding: 0px 36px 0px 36px;
	width: 920px;
}



/***********************************************/ 
/*main-contents*/
/***********************************************/ 

div#main div#main-contents{
	width: 670px;
	float: right;
}

div#main div#main-contents h2{
	margin: 0px 0px 20px 0px;
}

div#main div#main-contents p.pagetop{
	padding: 40px 0px 0px 579px;
	width: 91px;
	clear: both;
}



/***********************************************/ 
/*side-contents*/
/***********************************************/ 

div#main div#side-contents{
	width: 220px;
	float: left;
}

div#main div#side-contents ul#side-navi{
	margin: 0px 0px 30px 0px;
	border-bottom: #ede5c5 solid 1px;
}

div#main div#side-contents ul#side-button{
	margin: 0px 0px 30px 0px;
}

div#main div#side-contents ul#side-button li{
	margin: 0px 0px 7px 0px;
}

div#main div#side-contents ul#side-banner{
	margin: 0px 0px 30px 0px;
}

div#main div#side-contents ul#side-banner li{
	margin: 0px 0px 10px 0px;
}



/***********************************************/ 
/*footer*/
/***********************************************/ 

div#footer{
	padding: 80px 30px 30px 30px;
	width: 932px;
	background: url(../img/_bod_bg_btm.gif) no-repeat center bottom;
}

div#footer ul#footer-sub-navi{
	padding: 0px 0px 20px 0px;
}

div#footer ul#footer-sub-navi li{
	display: inline;
}

div#footer ul#footer-sub-navi li img{
	margin: 0px 18px 10px 0px;
}

div#footer p#copyright{
	display: none;
}



















