/* 全体構造 */

body  {
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, Arial, Helvetica, sans-serif;
	
}

#container { 

	width: 800px; 
	background: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

/*一般のリンク指定*/

a:link{
	color:#8B9F5F;
	text-decoration:none;
}

a:visited{
	color:#8B9F5F;
	text-decoration:none;
}


a:hover{
	color:#DD855D;
	text-decoration:none;
}

a:active{
	color:#FFFFFF;
	text-decoration:none;
}

/*一般のリンク指定終わり*/

/* 共通ページ構造 */

#header {
	background:url(images/toppage.jpg); 
	background-repeat:no-repeat;
	height:180px;
	width:100%;	
	margin-top:20px;
} 

#ad{
	clear:both;
	width:470px;
	height:50px;
	margin-left:3px;
	padding-top:3px;
}

#h{ 
       margin-left:20px;
}


#mainContent { 
	
	width: 550px;
	margin-top:20px;
	margin-left:10px;
	float:left;
} 

#titleback {
	width: 540px;	
	height: 20px;
	background-color:#DD855D;
	margin-top:20px;
}

#title {
	font-size:0.82em;
	color:#FFFFFF;
	width: 400px;
	margin-top:3px;
	margin-left:10px;
	float:left;
}

#data {
	font-size:0.6em;
	color:#FFFFFF;
	width: 120px;
	margin-top:4px;
	margin-right:-30px;
	float:right;
}

.text {
        font-size:0.77em;
	color:#666666;
	line-height:150%;	
	clear:both;
}

* html .text {
        font-size:0.77em;
	color:#666666;
	line-height:150%;	
	clear:both;
	margin-top:10px;
	width: 535px;

} 

*+html .text {
        font-size:0.77em;
	color:#666666;
	line-height:150%;
	clear:both;
	margin-top:10px;
	width: 535px;

} 


#sidebar {
	float:right;
	width: 200px;
	background: #FFFFFF;
	margin-top:20px;
	margin-right:10px;
}

* html #sidebar {
	float:right;
	width: 200px;
	background: #FFFFFF;
	margin-top:35px;
	margin-right:10px;
} 

*+html #sidebar {
	float:right;
	width: 200px;
	background: #FFFFFF;
	margin-top:35px;
	margin-right:10px;
} 

#category {
	font-size:0.95em;
	line-height:150%;	
}


#footertop {
	clear: both;
        width: 800px;	
	height: 30px;
	background-color:#FFFFFF;
}

#footerp1 {
	font-size:0.6em;
	text-align: right;
	margin-top:0px;
}



#footer {

	width: 800px;	
	height: 2px;
	background-color:#8B9F5F;
	margin-top:0px;
} 

#footerp2 { 
	font-size:0.6em;
	color:#666666;
	line-height:150%;	
	text-align: right;
	margin-top:5px;
} 

#footerbottom {
	width: 800px;	
	height: 20px;
	background-color:#FFFFFF;
}

/* 全体構造おわり */

/* リストページ構造 */

#cattitle {
	color:#DD855D;
	font-size:0.95em;
	text-align: left;
	margin-top:20px;
	margin-left:10px;
}

#subcattitle {
	font-size:0.7em;
	color:#DD855D;
	text-align: left;
	margin-top:3px;
	margin-left: 30px;

}

#list {
	font-size:0.75em;
	line-height:150%;	
	text-align: left;
	margin-top:20px;
	margin-left:30px;
	color:#666666;
}


#list a:link,
#list a:visited {
	color: #666666;
	text-decoration:none;
}


#list a:hover{
	color:#DD855D;
	text-decoration:none;
}


#list a:active{
	color:#FFFFFF;
	text-decoration:none;
}

#next {
	font-size:0.75em;
	text-align: left;
	margin-left:10px;
	margin-top:30px;
}

