@import url(header.css);
@import url(footer.css);
@import url(share.css);



@charset "UTF-8";
/*@charset "SHIFT-JIS";*/
/* CSS Document */



body > #contents { 
    height:auto; 
}

#page_wrapper{
	margin: 30px auto 50px auto;
}

#title_bar {
	height: 39px;
	width: 950px;
	margin-top: 0px;
	margin-bottom: 4px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}



#contents {
	background-image: url(../img/contents_bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	width:890px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	min-height:100%;
　_height:100%;
	padding: 30px;

}


#top_area {
	width:888px;
	margin-right: auto;
	margin-left: auto;
	display: block;

}


#left_area {
	width:674px;
	float: left;
	background-color: #FFFFFF;
}




#right_area {
	width:182px;
	float: right;
	clear: right;
	text-align: right;
	background-color: #FFFFFF;
	display: block;
	height: 303px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 20px;
}


.thumbnale{
width:182px;
height:223px;
}

.daypanel{
width:182px;
height:71px;
margin-top:10px;
}




#under_area {
	width:890px;
	padding:0px;
	position: relative;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}

.box_left {
	float: left;
	display: block;
	padding-left: 10px;
}


.box01 {
	padding:20px 10px 10px 20px;
	width:270px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.box02 {
	padding:20px 10px 10px 10px;
	width:270px;
	float: left;
}
.box03 {
	width:270px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	display: block;
	clear: right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.midashi{
	padding:6px;
	background-color: #ffe9f7;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	position: relative;
	vertical-align: middle;
}

.midashi_icon {
	background-image: url(../img/topics_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	display: block;
	position: relative;
}

.kiji_text{
	width:250px;
	margin-left:10px;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;

}


/* 2010_3_30 改 */