@charset "utf-8";


/*mainのtopページのスタイルシート*/

/*グローバル上書き*/
div#global ul li#gmbtn01 a{
	background-position: left bottom;
}
/*mainのスタイル*/
div#main {
	width: 630px;
	float: right;

}
div#main h2 {
	width: 250px;
	height: 50px;
	border: none;
	margin-left:30px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#main h2#main01 {
	background: url(../images/m_top1.jpg);
}
div#main h2#main02 {
	background: url(../images/m_top2.jpg);
}
div#main div.mcon {
	width: 556px;
	margin: 0 20px 50px 30px;
	padding: 10px;
	border: 2px dotted #b3d546;
	background: #ffffff;
	line-height: 26px;
}

div#main dl dt {
	font-weight: bold;
}
div#main div.mcon div#timg {
	display: block;
	text-align: center;
}
div#main div.mcon div#timg p {
	margin-left: 40px;
	text-align: left;
}
