﻿@charset "utf-8";

.honmon{
	margin-top:30px;
}
	
#icatch{
	width:760px;
	height:300px;
	background-image:url(../images/custom_g.jpg);
	background-repeat:no-repeat;
}

#icatch p{
	color:#FFF;
	padding:2px 20px;
	background-color:rgba(0,0,0,0.6);
	font-size:0.8em;
	font-family:sans-serif;
	letter-spacing:0.3em;
	text-align:center;
}

table{
	border-collapse:collapse;
	margin:0px;
	margin:auto;
}

td.cp{
	width:230px;
	text-align:center;
	vertical-align:bottom;
}

td.cw{
	font-size:0.8em;
	padding-bottom:40px;
	text-align:center;
}

table img{
	margin:3px;
}

#main .honmon{
	padding-bottom:20px;
}
#main .honmon img{
	width:230px;
}
#main .honmon img.main{
	float:left;
	width:300px;
	/*
	margin-right:10px;
	margin-top:30px;
	padding-left:20px;
	*/
}

#main h4{
	background-color:#000;
	color:#FFF;
	font-size:0.8em;
	line-height:1.5;
	margin-bottom:10px;
	padding:10px;
	margin-left:300px;
}
h4+p{
	margin-top:5px;
	padding:0;
	width:520px;
	margin-left:20px;
}

#main h5{
	clear:both;
	background-color:#999;
	color:#FFF;
	font-size:1em;
	line-height:1.5;
	letter-spacing:3px;
	text-align:center;
	margin-bottom:5px;
}

#main h6{
	background-color:#DC143C;
	color:#FFF;
	font-size:1em;
	line-height:1.5;
	letter-spacing:3px;
	text-align:center;
	margin-bottom:5px;
}


