/* CSS Document */



body {
	background:#ffffff url(../../images/common_background.gif);
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
}


#container a:link
{
color:#479280;
text-decoration:none;
}

#container a:visited
{
color:#479280;
text-decoration:none;
}

#container a:hover
{
color:#999999;
}


#wrapper {
	width:950px;
	height:auto;
	padding:0;
	background:#ffffff;
	margin:auto;
 
}

#header {
	width:950px;
	height:35px;
}


/* パンくずリスト */
#pan_list {
	width:950px;
	margin:0;
}

#pan_list_details {
	width:930px;
	margin:0;
	padding:10px;
	font-size:11px;
	text-align:left;
}

#page_title {
    width:950px;
	margin:0 0 15px 0;
}	

#title {
    width:930px;
	height:90px;
	margin:auto;
	text-align:center;
}	


#container {
    width:910px;
	margin:auto;
	border:double 1px #91b5b5;
}

#footer {
	width:950px;
	height:30px;
	background-image:url(../../images/footer.gif);
	background-repeat:no-repeat;

}

#copy{
width:950px;
height:30px;
font-size:12px;
line-height:230%;
}

#navi_top {
    width:950px;
	height:auto;
	margin:auto;
}

#navi_top_bnr {
	width:950px;
	height:29px;
	margin:10px 0 10px 0;
	text-align:left;
	text-indent:20px;
}



/* カテゴリ別 */
.category_container{
	width:900px;
	height:auto;
	margin:15px auto 15px auto;
	padding:0;
	overflow:auto;

}

.category_list{
	width:290px;
	margin-left:5px;
	padding:0;
	float:left;
	font-size:10px;
}

.classification_list{
	width:290px;
	margin:3px auto 3px auto;
	text-align:left;
	text-indent:5px;
	font-size:12px;
	font-weight:bold;
	color:#336666;
	line-height:150%;
	background-image:url(../../mag/images/classification_bg.gif);
	clear:both;
}

.category_list_season{
	width:288px;
	margin:0;
	padding:0;
    float:left;

}

.category_list_theme{
	width:288px;
	padding:0;
	float:left;
}

.category_list_report{
	width:288px;
	padding:0;
	float:left;
}

.category_list_details{
	width:280px;
	padding:5px;
	margin:3px auto 0 auto;
	text-align:left;
	float:left;
	background-color:#F2F2F2;
}

.category_pic{
	width:70px;
	height:50px;
	margin:0 5px 0 0;
	float:left;
}


/* 季節の情報 */
.spr{
	width:280px;
	padding:5px;
	margin-bottom:3px;
	text-align:left;
	float:left;
	background-color:#FFFBDB;
}

.sum{
	width:280px;
	padding:5px;
	margin-bottom:3px;
	text-align:left;
	float:left;
	background-color:#E1EEC6;
}

.aut{
	width:280px;
	padding:5px;
	margin-bottom:3px;
	text-align:left;
	float:left;
	background-color:#F3E3BE;
}

.win{
	width:280px;
	padding:5px;
	margin-bottom:3px;
	text-align:left;
	float:left;
	background-color:#DFD7C7;
}

.year{
	width:280px;
	padding:5px;
	margin-bottom:3px;
	text-align:left;
	float:left;
	background-color:#CEE1EA;
}

h1,h2{
  margin:0;
  padding:0;
}

p.title{
  margin:0;
  padding:0;
  font-size:12px;
  font-weight:bold;
}

p.read_text{
	font-size:10px;
	color:#333333;
	margin:0;
}

