@charset "shift_jis";

*{ 
    margin:0; 
    padding:0;
} 

body{ 
	background:url(image/page_bg.jpg) top center repeat-x;
	color: #666666;
	font-size: 83%;
} 

object,  
embed {  
vertical-align: top;  
} 

img {
	border: none;
}


.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* no ie-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* clearfix END */












#container {
	width:100%;
}

#header {
	width:780px;
	height:110px;
	margin:0 auto;
	padding:0 40px;
	background:url(image/header_bg.gif) center top no-repeat;
	overflow:hidden;
}

#header div {
	height:53px;
/*	overflow:hidden;*/
}

#header h1 {
	float:left;
	width:72px;
	height:46px;
	padding:3px 0 0 14px;
}

#header p {
	float:right;
	padding:10px 0 0 0;
}

#header p img{
	vertical-align:middle;
}

#header ul {
	margin: 0;
	padding: 0;
}

#header ul li {
	float: left;
	list-style-type:none;
}
	
	#header ul li#navigation01.new {
		background:url(../common/image/navigation_01_new.gif) no-repeat;
	}
	#header ul li#navigation02.new {
		background:url(../common/image/navigation_02_new.gif) no-repeat;
	}
	#header ul li#navigation03.new {
		background:url(../common/image/navigation_03_new.gif) no-repeat;
	}
	#header ul li#navigation04.new {
		background:url(../common/image/navigation_04_new.gif) no-repeat;
	}
	#header ul li#navigation05.new {
		background:url(../common/image/navigation_05_new.gif) no-repeat;
	}
	#header ul li#navigation06.new {
		background:url(../common/image/navigation_06_new.gif) no-repeat;
	}
	#header ul li#navigation07.new {
		background:url(../common/image/navigation_07_new.gif) no-repeat;
	}


div#main,
div#contents {
	width:780px !important;
	background:#FFF url(image/contents_bg.jpg) center top no-repeat !important;
	padding:30px 10px !important;
	margin:0 auto !important;
}





.totop {
	clear: both;
	width: 780px;
	margin:0 auto;
}

.totop_txt {
	text-align: right;
	width: 100%;
	font-size: 10px;
	padding-top: 20px;
	clear: both;
}



/* footer */
#footer div {
	background:url(../image/toppage/footer_bg.gif);
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	height:30px;
}

#footer a:link,
#footer a:visited {
	color:#666;
	
}

#footer ul {
	width:780px;
	margin:0 auto;
	padding:11px 0 0;
}

#footer ul li {
	float:left;
	padding:0 25px 0 0;
	vertical-align:top;
	font-size:11px;
	line-height:11px;
	list-style-type:none;
}

#footer address {
	width:780px;
	margin:0 auto;
	padding:10px 0;
	font-size:11px;
	line-height:1.3;
	color:#666;
	text-align:left;
	font-style:normal;
}




.l_bold { font-weight: bold; font-size: 14px; line-height: 150%;}
.l_regular { font-size: 14px; line-height: 150%;}
.m_bold { font-weight: bold; font-size: 12px; line-height: 150%;}
.m_regular { font-size: 12px; line-height: 150%;}
.s_bold { font-weight: bold; font-size: 10px; line-height: 150%;}
.s_regular { font-size: 10px; line-height: 150%;}

a:link { color: blue; text-decoration: none }
a:visited{ text-decoration: none }
a:hover { color: red; text-decoration:underline }



