@charset "UTF-8";


#primary {
	float: left;
	width: 65%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	background-color: #000;
	padding-left: 30px;
	margin-bottom: 30px;
}
#primary_contents {
	width: 450px;
}

#primary p {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #CCC;
}
#primary a  {
	font-size: 12px;
	color: #C33;
	line-height: 1.5em;
 }  

#primary a:hover {

}  

#secondary {
	float: right;
	background-color: #000;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
}
#secondary li a {
	font-size: 12px;
	color: #999;
	text-decoration:none;
	line-height: 1.5em;
	border-bottom-color: #CCC;
 }  
#secondary ul li {
	list-style-type: square;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#secondary li a:hover {
	color:#FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}  

#nav_prev_next {
	position: relative;
	width: 95%;
	float: left;
	font-size: 16px;
}
#nav_prev_next ul li {
	display: inline;
	list-style-type: none;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav_prev_next .topic_prev {
	float: left;
	padding-left: 10px;
}
#nav_prev_next .topic_next {
	float: right;
	padding-right: 10px;
}
#nav_prev_next li a {
	color:#CCC;
	text-decoration:none;
 }  
#nav_prev_next li a:hover {
	color:#FFF;
} 

