@charset "Shift_JIS";

/*-----------------------------------------------

 common.css
 2009/08/04Es.sato
 
 -------------------------------------------------*/

@import URL(basic.css);


body{
background-color:#ffffff;
background-position:top center;
text-align:center;
min-width:970px;
margin:0;
padding:0 0 40px;
font: 12px/1.4 "Lucida Grande","Hiragino Kaku Gothic Pro","qMmpS Pro W3",Verdana,"lr oSVbN",sans-serif;
color:#000000;
}

a,a:visited{
color:#000000;
text-decoration:none;
}

a:hover{
color:#000000;
text-decoration:underline;
}

a {
overflow:hidden;
text-decoration:none;
}

.entry a {
overflow:hidden;
text-decoration:underline;
}

img{
border:none;
}

p,ul,li{
margin:0;
padding:0;
}

.f-small{
font-size:0.82em;
}

.f-middle
{
font-size:1.15em;
line-height:1.5em;
}

.f-large
{
font-size:1.35em;
font-weight:bold;
}

.cts-f-large{
font-size:18px;
font-weight:bold;
}

.strong{
font-weight:bold;
}

div.hr {
height: 15px;
color:#666;
}

div.hr hr {
display: none;
}

.notice
{
color:#65554c;
}

br.clear-both, 
div.clear-both,
div.spacer10,
div.spacer15,
div.spacer25
{
clear:both;
font: 1px/1px monospace;
display: block;
}

hr{
display:none;
}

div.spacer10
{
height:10px;
margin:0;
padding:0;
}

div.spacer15
{
height:15px;
margin:0;
padding:0;
}

div.spacer25
{
height:25px;
margin:0;
padding:0;
}

.bnhr
{
border-top:1px solid #cccccc;
width:100%;
margin:10px 0px;
}


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