@charset "UTF-8";

#area1 {
	width: 800px;
	margin:0px auto;
}
#area2 {
	float: left;
	width: 580px;
	margin:5px 2px 0px 5px;
}

#area3 {
	float: right;
	width: 200px;
	margin: 5px 5px 0px 2px;
}
/*------------------------- メインエリア -------------------------*/
.body_box {
	width: 580px;
	margin: 8px auto;
	text-align: left;
}
.body_box h3{
	margin: 10px 0px;
	font-weight:bold;
	border-bottom:1px solid #CC6600;
}

.column_text {
	width: 500px;
	margin: 10px auto;
	text-align: left;
}
.column_text p {
	line-height:180%;
	margin:20px 0px;
}

.link,
.link a{
	text-align: center;
	margin:15px auto;
	font-size:11px;
}
.link_s,
.link_s a {
	font-size: 11px;
	margin-top: 5px;
	text-align:right;
}

/*------------------------- サブエリア -------------------------*/
/*----- memo -----*/
.memo {
	width:200px;
	margin:5px 0px 8px 0px;
}
.memo h4 {
	width:200px;
	height:20px;
	background:url(../images/frame_01.gif) no-repeat 0px 0px;
	text-indent:-9999px;
}
.memobox {
	padding:6px 10px 18px 10px;
	text-align: left;
	line-height:140%;
	font-size:11px;
	background: url(../images/frame_01.gif) no-repeat bottom;
}
.memobox img {
	float: left;
	margin: 3px;
}

/*----- バックナンバー -----*/
.backnobox {
	width: 190px;
	margin:8px auto 20px auto;
	padding-bottom:10px;
	text-align: left;
	border-bottom:1px #CCCCCC dotted;
}
.backnobox ul {
	list-style:none;
}
.backnobox li {
	margin:8px 2px;
	text-align: left;
}
.backnobox a {
	font-size:11px;
}

/*------------------------- 子育て記 -------------------------*/
.mama_photo{
	width: 390px;
	height:350px;
	margin:0px auto;
	background:url("../images/column/mama/photoframe.jpg") no-repeat center;
	text-align:center;
}
.mama_photo img{
	padding:15px 20px;
}
.mama_caption{
	margin-top:8px;
	font-size:10px;
}
.mama_photo_s{
	width: 330px;
	height:296px;
	margin:0px auto;
	background:url("../images/column/mama/photoframe_s.jpg") no-repeat center;
	text-align:center;
}
.mama_photo_s img{
	padding:10px 15px 0px 15px;
}
.mama_photo_no{
	text-align:center;
	margin-bottom: 15px;
}
.mama_photo_no img{
	padding-bottom:4px;
}
.mama_caption_s{
	margin-top:4px;
	font-size:10px;
}

/*------------------------- ファッションコラム -------------------------*/
.f-column_photo {
	float: right;
	margin: 12px;
}
.profile_kei {
	width:200px;
	margin:0px 0px 8px 0px;
}
.profile_kei h4 {
	width:200px;
	height:60px;
	background:url(../images/fashion/coordinate/kei_profile.gif) no-repeat 0px 0px;
	text-indent:-9999px;
}
.profile_kei_box {
	padding:0px 10px 15px 8px;
	text-align: left;
	line-height:140%;
	font-size:11px;
	background: url(../images/fashion/coordinate/kei_profile.gif) no-repeat bottom;
}

/*------------------------- 思いつくままに -------------------------*/
.eiko_body {
	width: 550px;
	margin: 10px auto;
	padding: 5px 5px;
}

.eiko_text p {
	width: 350px;
	margin: 20px auto;
	text-align: left;
	line-height: 180%;
}
.eiko_text h3 {
	text-align: center;
	font-weight: bold;
	color: #8B4513;
}
.eiko_photo {
	width: 330px;
	height: 240px;
	margin: 5px auto 15px auto;
	background:url(../images/column/eiko-column/frame_photo.gif) repeat-x 0px 185px;
}

.eiko_photo img {
	margin: 15px auto 0px auto;
}
.space {
	clear: both;
	text-align: center;
	color: #999999;
}
/*----- profile -----*/

.profile_eiko {
	width:200px;
	margin:5px 0px 8px 0px;
}
.profile_eiko h4 {
	width:200px;
	height:25px;
	background:url(../images/column/eiko-column/frame_profile_eiko.gif) no-repeat 0px 0px;
	text-indent:-9999px;
}
.profile_eikobox {
	padding:0px 10px 15px 10px;
	text-align: left;
	font-size:11px;
	background: url(../images/column/eiko-column/frame_profile_eiko.gif) no-repeat bottom;
}
.profile_eikobox img {
	float: left;
	margin: 3px;
}

