@charset "Shift_JIS";

@import url("common.css");

/* トップページ style */

div#contents{
	background : url(../img/contents_bg.jpg) no-repeat 0 20px;
	padding-top : 10px; 
	}
div.whatsnew{
	clear : both;
	padding : 20px 0px 0px 70px;
	}
	div.whatsnew h2{
		font-size : 16px;
		line-height : 150%;
		font-weight : bold;
		text-align : left;
		margin-bottom : 10px;
		}
	div.whatsnew h2 span{
		font-size : 0.75em;
		line-height : 150%;
		font-weight : 400;
		}
	div.whatsnew h2 span span{
		font-size : 1em;
		color : red;
		margin-left : 10px;
		}
	div.whatsnew p{
		font-size : 0.75em;
		line-height : 170%;
		font-weight : 400;
		text-align : left;
		margin-bottom : 10px;
		}
		div.whatsnew p.more{
			font-size : 0.75em;
			line-height : 150%;
			font-weight : 400;
			text-align : right;
			margin-bottom : 10px;
			}
	div.whatsnew img{
		float : left;
		margin : 0 10px 10px 0; 
		}