body{
	background-color:#fffdd2;
}
/*----- MENU -----*/
.menu{
	margin-top:8px;
	font-family:"ＭＳ Ｐゴシック";
	font-size:11px;
}
.menu a:link , .menu a:visited , .menu a:active{
	text-decoration:none;
	color:#993e00;
	font-weight:bold;
}
.menu a:hover{
	text-decoration:none;
	color:#f30;
	font-weight:bold;
}

/*----- BODY -----*/
.body{
	margin-left:70px;
}
/*基本インテント*/
.intent{
	margin-left:20px;
}

/*----- テキスト関連 -----*/
.text1{
	font-family:MS UI Gothic;
	font-size:0.8em;
	color:#993e00;
}

/*----- MARGIN関係-----*/
.margintb10{
	margin-top:10px;
	margin-bottom:10px;
}
.margintb15{
	margin-top:15px;
	margin-bottom:15px;
}
.margintb20{
	margin-top:20px;
	margin-bottom:20px;
}
.margintb30{
	margin-top:30px;
	margin-bottom:30px;
}
/*----- イメージ回り込み解除-----*/
.floatoffl{
	clear:left;
}
.floatoffr{
	clear:right;
}

/*----- 携帯向き -----*/
.i_title{
	text-align:right;
}

.i_body{
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	background-color:#ecedda;
	color:#993e00;
	border-style:solid;
	border-width:1px;
	border-color:#993e00;
	width:210px;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:20px;
}
.i_intent10{
	margin-left:10px;
}
.i_intent20{
	margin-left:20px;
}
.gotop{
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}
.i_footer{
	text-align:center;
	line-height:1.5em;
}
.i_footer a:link , .i_footer a:visited , .i_footer a:active{
	text-decoration:none;
	color:#993e00;
}
/*----- 独自タグ -----*/
.tagmanual{
	font-size:0.8em;
}
.big{
	font-size:1.6em;
}
.small{
	font-size:0.8em;
}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.red{
	color:RED;
}
.black{
	color:black;
}
.green{
	color:green;
}
.blue{
	color:blue;
}
