/*  
Theme Name: comiket special 5
Theme URI: http://cmksp.jp/mito/
Description: コミケットスペシャル5用 オリジナルテーマ
Version: 1.0
Author: コミックマーケット準備会
Author URI: http://www.comiket.co.jp

	門外不出的(´ー｀)

*/
html, body{
	text-align: center; /* center on ie */
	width: 100%;
	margin: 0px auto ;
	background : #CAFFD9;
	font-family : 'ＭＳ Ｐゴシック',sans-serif, monospace;
}

IMG {
	border : 0px;
}

#container {
	width: 1025px;
	margin: 0 auto 0 auto;
	border-left: 3px solid #4D7DE2 ;
	border-right: 3px solid #4D7DE2 ;
	border-bottom: 3px solid #4D7DE2 ;
	background : #fff;
}

#wrapper {
	width: 1021px;
	margin: 0 auto 0 auto;
}

A:link, A:visited, A:active {
	color: #3a6ea5 ;
}


/* **************************************************************

header

 ************************************************************** */

#header-front {
	height : 714px;
}

#header-gen {
	height : 177px;
}


.top1 {
	height : 350px ;
	margin : 0px ;
	border : none ;
	background-image : url("./images/index-top-01.png");
}

.top2 {
	height : 364px ;
	margin : 0px ;
	border : none ;
	background-image : url("./images/index-top-02.png");
}

.gen-top {
	height: 177px;
	margin: 0px;
	border: none;
	background-image: url("./images/cmmn-topimage.png");
}
/* **************************************************************

left side bar
* menu
* sp-content

 ************************************************************** */

#left-wrapper {
	width : 200px;
	float : left;
	background-color: #fff;
}

.menu-head {
	height : 35px;
}

.menu-m0 {
	height : 75px;
}

.menu-m1, .menu-m2, .menu-m3, .menu-m4, .menu-m5 {
	height: 55px;
}

.sp-head {
	height: 35px;
	margin-top: 3px;
}

.sp-jtb {
	height: 40px;
	margin-top: 3px;
}

.sp-m1, .sp-m2, .sp-m3, .sp-m4, .sp-m5 {
	height: 106px;
	margin-top: 3px;
}


/* **************************************************************

entries

 ************************************************************** */


/* nagigation */
.navigation {
	width: 100%;
	display: block;
	text-align: center;
	margin: 10px auto 15px auto;
}

.alignright {
	float: right;
}

.alignright a:visited, .alignright a:hover{
	color: #A48C2E;
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignleft a:visited {
	color: #A48C2E;
	text-decoration: underline;
}

.alignleft a:hover {
	color: #A48C2E;
	text-decoration: none;
}

/* entry */

#body {
	margin : 0px 11px 11px 11px;
	width: 572px;
	float: left;
	padding-bottom: 20px;
}

#entries {
	width : 615px ;
	float : left ;
}

#entries-ticker {
	text-align: left;
	background : #FFCB2D ;
	height : 35px;
}

.entrybox {
	text-align: left;
	margin: 6px auto 6px auto ;
	width: 575px;
}

.e-head {
	padding-top: 5px;
	border-top: #4D7DE2 3px solid;
	border-bottom: #4D7DE2 1px dotted;
	padding-bottom: 10px;
}

.head-icon {
	width: 43px;
	margin-right: 17px;
	float : left;
}

.head-title {
	margin-top: 5px;
	float: left;
	width: 409px;
}

.entry-title A{
	font-weight : bold;
	color: black;
}

span.entry-name {
	font-family: arial, verdana , helvetica;
}

.head-date {
	margin-top: 1px;
	padding: 2px;
	width : 100%;
	text-align: right;
	color: #4D7DE2;
	float: left;
	font-weight: bold;
	font-size: 10pt;
}

.entry-body {
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 136%;
	font-size: 11pt;
	padding-bottom: 10px;
	border-bottom: 2px dotted #404040;
}

.entry-body A {
	color: #4d7de2;
	text-decoration: underline;
}

.entry-body a:hover {
	color: #A48C2F;
	text-decoration: none;
}


/* **************************************************************

right side bar

 ************************************************************** */

#topics {
	float : left; 
	width : 206px ;
}

#topics-head {
	height : 35px ;
}

/* RSS fied + sitemap */

#rss-fied {
	height: 48px;
	margin: 10px 0px 10px 0px ;
}

#sitemap {
	height: 48px;
	margin: 10px 0px 10px 0px ;
}

/* カテゴリ一覧 */
.topics-category {
	height: 34px ;
	margin-top: 6px;
}

.topics-category-content {
	text-align: left;
	margin-left: 25px;
	width: 179px;
}

.topics-category-content UL {
	margin: 0;
	padding : 0px 0px 20px 0px;
	list-style-image: url(./images/cmmn-list-point.png);
}

.topics-category-content UL * UL {
	margin-left: 20px ;
}

.topics-category-content LI {
	padding :0;
	margin: 5px 0px 5px 0px ;
	line-height: 110%;
}


.topics-category-content A {
/*	padding-left:20px;*/
	font-size: 10pt;
	font-weight: bold;
}

/* 記事一覧 */
.topics-list {
	height: 34px ;
	margin-top: 6px;
}

.topics-list-content {
	text-align: left;
	margin-left: 25px;
	width: 179px;
}

.topics-list-content UL {
	margin: 0;
	padding : 0px 0px 20px 0px;
	list-style-image: url(./images/cmmn-list-point.png);
}

.topics-list-content LI {
	padding : 0;
	margin: 5px 0px 5px 0px ;
	line-height: 110%;
}


.topics-list-content A {
	padding-left:0px;
	font-size: 10pt;
	font-weight: bold;
}

.topics-list-content SMALL {
	font-size: 8pt;
}
/* **************************************************************

clearfix

 ************************************************************** */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* **************************************************************

footer

 ************************************************************** */

#footer {
	margin-top: 20px;
	height: 183px;
	width: 100%;
	background: #BF0061 url("./images/c-foot-bg.png") repeat-x;
	border-top: 2px solid black;
}

.footer-contents {
	width: 900px;
	text-align: left;
	margin: 13px auto 0 auto;
	color: #fff;
}

.comikelogo {
	width: 146px;
	margin-right: 15px;
	float: left;
}

#legal {
	margin-top: 10px;
	font-size: 10pt;
	line-height:150%;
	float: left;
}


#legal A {
	color: #CCFF00;
	text-decoration : underline;
	font-weight: bold;
}


#legal > a:hover {
	color: #CCFF00;
	text-decoration : none;
	font-weight: bold;
}
