@charset "Shift_JIS";
/***************************************************************

* times.css

***************************************************************/
.box{
	width:150px;
	float:left;
	margin:  0 10px 0 0;
	text-align: center;
}
.inner {
	margin: 0 0 20px 0;
	background-image: url(../img/common/dot_02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.inner h1{
	font-size: 1.4em;
	font-weight: bold;
	color: #ff9999;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	margin: 15px 0 10px 0;
}
.inner h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #7C347A;
}