@charset "UTF-8";

/* =================================================================
 common
================================================================= */
body{
	margin:0;
	color:#404040;
	direction:ltr;
	font: 75%/1.3 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFF0CD url(../images/bg.gif) repeat-x fixed top;
}

p,ul,li,img{margin:0; padding:0;}
a img{border:0;}

.clear{clear:both;}

/* =================================================================
 wrapper
================================================================= */
.wrapper{
}

.box_left{
float:left;
}

.box_right{
float:right;
}


/* =================================================================
 tenyears_header
================================================================= */

.tenyears_header{
margin:0 auto;
width:750px;
padding:7px 0 0px;
}

.tenyears_header .box_left{
margin-bottom:28px;
}
.tenyears_header .box_right{
margin-top:7px;
}


.tenyears_header ul{
float:left;
}

.tenyears_header ul li{
display:inline;
list-style:none;
padding:0 5px;
white-space:nowrap;
border-right:1px solid #000;
}
.tenyears_header ul li.last{border-right:none; margin-right:10px;}
.tenyears_header ul li a{text-decoration:none;color:#000;}
.tenyears_header ul li a:hover{text-decoration:underline;}

.tenyears_header .search{
float:left;
}

.c_hf{
border:1px solid #888;
background:#FFF;
padding:5px 5px 4px 5px;
*padding:3px 5px 3px 3px;
position:relative;
width:220px;
margin-bottom:20px;
}
.c_hf form{display:inline;}

.c_hf input{
border-style:none;
background:transparent;
color:#555;
line-height:1.2em;
}

#c_hsv{
width:200px;
background:url(../images/sl1.gif) no-repeat right top;
}

.c_hf #c_sbt{
position:absolute;
top:5px;
right:5px;
}





/* =================================================================
 tenyears_footer
================================================================= */
.tenyears_footer{
border-top:#CCC 1px solid;
margin:0 auto;
}

.footer_cont{
margin:0 auto;
width:750px;
}

.tenyears_footer ul{
padding:0;
margin:10px 0;
}

.tenyears_footer ul li{
display:inline;
list-style:none;
padding:0 8px;
white-space:nowrap;
border-right:1px solid;
}

.tenyears_footer ul li.last{border-right:none;}
.tenyears_footer ul li a{text-decoration:none;color:#404040;}
.tenyears_footer ul li a:hover{text-decoration:underline;}


/* =================================================================
 clearfix
================================================================= */

.clearfix:after{
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

/* for WinIE7 only */
*:first-child+html .clearfix{
height: 1%;
}
/* for WinIE6 and below */
/*\*/
* html .clearfix{
height: 1%;
}
