/* clear ---------------------------*/
h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,ol,li,form,
fildset,input,textarea,p,blockquote,table,th,td,address {
	margin: 0;
	padding: 0;
	font-style:normal;
	font-weight: normal;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	}

dl,ul {
	list-style: none;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main {
	width: 700px;
}

/**/
.style1 {font-size: smaller}
.style2 {font-size: small}
.style3 {font-size: x-small}

/*トップページ設定 ------------------------------------------*/
#top,
#sec {
	width: 700px;
	margin-bottom: 20px;
	background-color: #eee;
}


/*--- left ---*/
#left-menu {
	float: left;
	width: 175px;
	/*height: 100%;*/
	text-align: center;
}

.nav {
	width: 160px;
	margin: 5px auto 50px;
	padding: 0;
	border-top: solid 2px #006;
	border-left: solid 2px #006;
	border-right: solid 2px #006;
	border-bottom:solid 1px #006;
	background-color: #fff;
	text-align: center;
}

.nav-text {
	margin: 5px 5px 10px;
	text-align: left;
	font-size: 10px;
	line-height: 140%;
}

.nav dt {
	color: #fff;
	background-color: #006;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0;
}

.nav ul {
	background-color: #EBF0FF;
	text-align: left;
}

.nav li {
	padding: 4px 0 4px 15px;
	border-bottom: solid 1px #006;
	font-size: 12px;
}

.nav a:link,
.nav a:visited,
.nav a:active {
	text-decoration: none;
	color: #006;
}

.nav a:hover {
	text-decoration: underline;
	color: #FF6600;
}

.q {
	margin: 5px 0;
}


/*--- top ---*/
#top-main {
	float: right;
	width: 525px;
	background-color: #fff;
	text-align: left;
}

.d-new,
.d-rank {
	width: 525px;
}

.d-new dl,
.d-rank dl {
	float: left;
	width: 126px;
	text-align: center;
	background-color: #eee;
}

.d-new dl {
	margin: 0 2px 25px;
}

.d-rank dl {
	margin: 10px 2px 0;
}

.d-new dt,
.d-rank dt {
	margin-bottom: 1px;
	font-size: 12px;
	line-height: 120%;
}

.d-rank dt.ranking {
	padding: 5px 0 0;
	background-color: #fff;
	color: #555;
	font-size: 14px;
	font-weight: bold;
}

.d-new dt span,
.d-rank dt span {
	font-size: 10px;
}

.d-new dt img,
.d-rank dt img {
	margin-bottom: 5px;
	border: solid 2px #ccc;
}

.d-new dd,
.d-rank dd {
	width: 124px;
	padding: 5px 0 0;
	color: #333;
	font-size: 12px;
	line-height: 140%;
}

.d-new dd.author,
.d-rank dd.author {
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 120%;
}

.d-new a:link,
.d-rank a:link,
.d-new a:visited,
.d-rank a:visited
 {text-decoration: underline; color: #06c;}
.d-new a:hover,
.d-rank a:hover
 {text-decoration: underline; color: #cc3800;}
.d-new a:active,
.d-rank a:active
 {text-decoration: underlin; color: #cc3800;}


.clear {
	clear: both
}


/*--- sec ---*/
#sec #main {
	float: right;
	width: 525px;
	background-color: #fff;
	text-align: left;
}

.contlist {
	margin: 10px 0 0 2px;
}

.contlist dl {
	float: left;
	width: 260px;
	margin-bottom: 5px;
	text-align: center;
}

.contlist dt {
	float: left;
	margin-bottom: 1px;
	font-size: 12px;
	line-height: 120%;
}

.contlist dt img {
	margin: 0 5px 10px;
	border: solid 2px #ccc;
}

.contlist dt.illust img {
	margin: 0 5px 60px;
	
}

.contlist dd {
	margin: 3px 0 0;
	color: #333;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
}

.contlist dd span {
	font-size: 10px;
	
}

.contlist dd p.author {
	padding: 3px 0 0;
	font-size: 10px;
	line-height: 120%;
}

.contlist h2 {
	margin: 0 0 5px 5px;
	padding: 2px 0 0;
	clear: both;
	background-color: #006;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 120%;
}

.contlist p.lead {
	margin: 0 0 10px 5px;
	font-size: 14px;
}


/*---*/
.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
}


/* Hides from IE-mac \*/
* html.clr {
  height: 1%;
}

.clr {
  display: block;
}
/* End hide from IE-mac */
