@charset "shift_jis";

*{ 
    margin:0; 
    padding:0;
} 

body{ 
    text-align:center;
	background:url(image/bg_body.jpg)  no-repeat top center;
	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 {
	margin: 0 auto;
	padding-bottom: 20px;
	height: 100%;
	text-align: left;
	width: 780px;
	clear: both;
}

#header {
	padding: 13px 0 12px 0;
	width:780px;
	height: 33px;
}

#header h1 {
	float: left;
}

#header ul {
	margin: 0;
	padding: 0;
	float: right;
}

#header ul li {
	float: left;
	list-style: none;
}

#header ul li.mail {
	padding-top: 5px;
}


.totop {
	border-bottom: 2px solid #E4B1B1;
	clear: both;
	width: 100%;
	background: #FFFFFF;
	text-align: right;
}

.totop_txt {
	text-align: right;
	width: 100%;
	font-size: 10px;
	padding-top: 20px;
	clear: both;
}


#footer {
	padding: 16px 0 0 0;
	width: 780px;
	background: #FFFFFF;
}

#footer ul {
	margin-bottom: 10px;
	padding: 0;
	height: 17px;
}

#footer ul li {

	float: left;
	padding-right: 22px;
	list-style: none;
	background: url(image/bg_footerlink.gif) right no-repeat;
}

#copyright {
	clear: both;
	font-size: 80%;
}



.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 }