﻿@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	font: 14px/1.231 "ヒラギノ角ゴ Pro W3";
	color: #5F2C13;
	line-height: 150%;
	background-color:#FEFAF1;
	font-weight:normal;
}

/*----------------------------------------
 　【link】
------------------------------------------*/
a:link,
a:visited {
	color: #3366CC;
	text-decoration: none;
}

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

/*----------------------------------------
 　見出し
------------------------------------------*/
.miRed{
	margin:0 0 15px 0;
	height: 40px;
	background-image: url(../images/mi_red_back.jpg);
	background-repeat: repeat-x;
	overflow:hidden;
}

.miRed img{
	margin:9px 0 0 10px;
}

.miRed p{
	line-height:40px;
	font-size:122%;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.miRed p.smTit{
	line-height:40px;
	font-size:93%;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

/*----------------------------------------
 　radius 
------------------------------------------*/
.radius6Top {
    -webkit-border-radius: 6px 6px 0 0; 
    -moz-border-radius:    6px 6px 0 0;
    border-radius:         6px 6px 0 0;
}

.radius6Btm {
    -webkit-border-radius: 0 0 6px 6px; 
    -moz-border-radius:    0 0 6px 6px;
    border-radius:         0 0 6px 6px;
}

.radius6 {
    -webkit-border-radius: 6px; 
    -moz-border-radius:    6px;
    border-radius:         6px;
}

.radius3 {
    -webkit-border-radius: 3px; 
    -moz-border-radius:    3px;
    border-radius:         3px;
}

/*----------------------------------------
 【font】 14px
------------------------------------------*/
.f8{font:57%;}
.f9{font:64%;}
.f10{font:72%;}
.f11{font:79%;}
.f12{font:86%;}
.f13{font:93%;}
.f14{font:100%;}
.f15{font:108%;}
.f16{font:115%;}
.f17{font:122%;}
.f18{font:129%;}
.f19{font:136%;}
.f20{font:143%;}

.f_brown{
	color:#692C1F;
	font-weight:bold;
}

.f_red{
	color: #C15139;
	font-weight: bold;
}

.indent1{padding-left:1em;}

.indent2{
	padding-left:1em;
	text-indent:-1em;
	margin-left:10px;
}

.indent3{
	padding-left:1em;
	text-indent:-1em;
}

.center{text-align:center;}
.fL{float:left;}
.fR{float:right;}

.big{
	font-size:16px;
	font-weight:bold;
}