@import url("share.css");

/************** メインコンテンツ ***************/

#firstBox h5{
	width:500px;
	font-size:14px;
	line-height:1.4;
	color:#F00;
	background:transparent;
	text-align:left;
	text-decoration:underline;
}

.first01{
	margin-top:10px;
	height:160px;
	clear:both;
}

.first01 p{
	width:330px;
	font-size:12px;
	line-height:1.4;
	float:left;
}

.first01 img{
	margin-right:10px;
	float:right;
}

.first02{
	margin-top:10px;
	height:auto;
	clear:both;
}

.first02 h6{
	width:550px;
	font-size:12px;
	line-height:1.4;
	color:#333;
	background:transparent;
	border-left:5px solid #F60;
	border-bottom:2px solid #F60;
	padding:0 0 0 5px;
}

.menu{
	width:550px;
	height:53px;
	border:1px solid #B2D7AF;
	margin-top:10px;
	padding:10px;
}

.button {
	width:215px;
	height:auto;
	float:left;
}

.button span{
	padding-top:17px;
	text-align:center;
	display: block; 
}

.button a:link, .button a:visited {
	width:215px;
	height:53px;
	display:block;
	color:#030;
	letter-spacing:1px;
	font-size:16px;
	font-weight:bold;
	overflow:auto;
	background:url(../img/menu.gif) top left no-repeat;
}

.button a:hover{
	color:#F00;
	letter-spacing:1px;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	background-image:url(../img/menu.gif);
	background-position:0px -53px;
}

.info{
	width:310px;
	height:53px;;
	float:left;
	margin-left:10px;
	vertical-align:middle;
}

.info tr td{
	vertical-align:middle;
	font-size:12px;
	line-height:1.4;
	color:#333;
	background:transparent;
}


