@charset "Shift_JIS";

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

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

@import URL(basic.css);
@import URL(thickbox.css);


body{
background-color:#C4C1BD;
background-image:url(../../images/background.gif);
background-repeat:repeat-x;
background-position:top center;
text-align:center;
min-width:970px;
margin:0;
padding:0 0 40px;
font: 12px/1.3 'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
color:#666666;
}

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

a:hover{
color:#666666;
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;
}

.strong{
font-weight:bold;
}

.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;
}

.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 */

