 /* ------ 基本設定 ------ */
*{
	margin:0;
	padding:0;
}
body {
	text-align: center;
	margin: 0px auto;
	font-size:14px;
	line-height:140%;
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Arial, Helvetica;
}
img{
	border:0;
	vertical-align:bottom;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
address{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}
.sp{
	clear:both;
}
#wrap{
	width:860px;
	margin:auto;
	text-align:center;
	clear:both;
}
#container{
	width:860px;
	margin:auto;
	text-align:center;
	clear:both;
}
#contents{
	width:640px;
	float:right;
	text-align:left;
}
#side{
	width:200px;
	height:auto;
	margin:auto;
	margin-bottom:10px;
	float:left;
}
#side ul{
	width:200px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#side li{
	width:200px;
	height:53px;
	margin:0px;
	padding:0px;
	display:inline;
}
#side .medial{
	height:75px;
}
#kojya_link{
	margin:auto;
	padding-top:3px;
	padding-bottom:3px;
	clear:both;
}
#footer{
	width:860px;
	margin:auto;
	margin-top:5px;
	text-align:center;
	border-top:4px solid #351A1A;
	padding-top:5px;
	font-size:12px;
	clear:both;
}
#footer img{
	margin:3px;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.img_left{
	margin-right:6px;
	float:left;
}
.img_right{
	margin-left:6px;
	float:right;
}
.ft_b{
	color:#003399;
}
.ft_r{
	color:#FF0000;
}
.ft_blue{
	color:#0000FF;
	font-weight:bold;
}
.ft_rb{
	color:#CC3300;
}
.ft_r_b{
	color:#FF0000;
	font-weight:bold;
}
.ft_blue18{
	color:#000099;
	font-weight:bold;
	margin-bottom:5px;
	font-size:18px;
	display:block;
}
.ft_gray{
	color:#999999;
}
.ft_01{
	color:#3333FF;
}
.ft_01s{
	color:#3333FF;
	font-size:10px;
	display:block;
	text-align:center;
}
.tx_ul {
	text-decoration: underline;
}
