@charset "utf-8";


/*mainのtopページのスタイルシート*/

/*グローバル上書き*/
div#global ul li#gmbtn05 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;
	background: url(../images/m_time.jpg) no-repeat;
}
div#main div#mcon {
	width: 556px;
	margin: 0 20px 50px 30px;
	padding: 10px;
	border: 2px dotted #b3d546;
	background: #ffffff;
	line-height: 26px;
}

div#main div#mcon div#timg {
	display: block;
	text-align: center;
}
div#main div#mcon div#timg div#time {
	margin-top: 20px;
}
div#main div#mcon div#timg div#time p{
	margin-left: 40px;
	text-align: left;
}
div#main div#mcon div#timg div#time p span{
	font-size: 16px;
	font-weight: bold;
}
