@charset "UTF-8";

body{
	font-size:15px;
	line-height:1.5;
	letter-spacing: 0.1em;
	text-align:center;
	overflow-x: hidden;
	color: #665542;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

/* 1.カラー
----------------------------------------------------------------------------- */	
.red{
	color:#CC0000;
}
.orange{
	color:#fe7c00;
}
.blue{
	color:#0c419a;
}
.pink{
	color:#E61959;
}
.yellow{
	color:#FF9933;
}

.gray{
	color:#999999;
}


/* リンク*/
 

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

a:hover,a:active{
	color:#FF3333;
	text-decoration:none;
}

a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
}	

a img {
    border: medium none;
}
 


/* 4.フォント
----------------------------------------------------------------------------- */	
.small{
	font-size:70%;
	line-height:140%;
}
.Msmall{
	font-size:85%;
	line-height:140%;
}
.big{
	font-size:120%;
}
.bold{
	font-weight:bold;
}
.through { 
    text-decoration:line-through;
} 

ol {
	margin-left: 25px;
}
ul.list li {
	list-style: disc;
	margin-left: 20px;
}



/* 5.clearfix
----------------------------------------------------------------------------- */	
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* 6.element
----------------------------------------------------------------------------- */	

.last {
margin-bottom: 0 !important;
margin-right:0 !important;
}
.bk_pt01 {
background: url(../images/common/bk_pattern.png) repeat #1F1F1F;
}
.link_text {
background: url(../images/common/bk_pattern.png) repeat;
padding: 5px;
margin: 0 5px;
}


