@charset "utf-8";
@import url("common.css");

/* トップページ */

#container, #mainBox {

}

.leftColumn, .rightColumn {
	width: 400px;
	float: left;
}

h2 {
	clear:left;
	width:800px;
	height:349px;
	background:url(../images/top_flash.jpg) no-repeat;
}
#news {
	width:743px;
	height:32px;
	background:url(../images/news_back.jpg) no-repeat;
	color:#efe4cc;
	font-size:108%;
	padding-left:50px;
	padding-top:16px;
	margin-top:16px;
	padding-bottom:24px;
	overflow:hidden;
}

#news h3 {
	float:left;
}

#news ul {
	float:left;
}

#newslist{
	height:20px;
	padding-left:10px;
	width:600px;
	overflow:hidden;
}

/*
	ママのダイアリー
*/
#topics {
	width:395px;
	padding-left: 5px;
	margin-bottom: 20px;
}
#topics iframe{
	margin-top:6px;
	margin-left:26px;
	border:none;
}

/*
	モバイル
*/
#mobile {
	width:396px;
	height:137px;
	/*background:url(../images/mobile_back.gif) no-repeat;*/
	background-position: 301px 67px;
	line-height:18px;
	overflow:hidden;
	padding-left: 4px;
}
#mobile h3{
	padding-bottom:23px;
}

#mobile p img{
	float:left;
	padding-left:55px;
	margin-top:-9px;
	padding-right:14px;
}

/*
	レディースダイアリー
*/
#ladyTopics {
	width: 400px;
	margin-bottom: 20px;
}

#ladyTopics iframe{
	margin-top:6px;
	margin-left:26px;
	border:none;
}

/*
	コンセプト
*/
#concept {
	width:396px;
	padding-right: 4px;
}
#concept p {
	padding-left:20px;
}


