@charset "utf-8";
@import url("http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css");
@import url("http://yui.yahooapis.com/2.7.0/build/fonts/fonts-min.css");


/*────────────────────────────── 基本レイアウト */
html, body {
	height: 100%;
	background: url(../images/common_bg.jpg) fixed center top repeat-y;
}

#main {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important; 
    height: 100%;
	width: 1000px;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 90px;
}
	
#content {
	position: relative;
	margin: 0 180px 0 120px;
	padding: 46px 50px 200px 50px;
	width: 600px;
	height: auto;
	background: #fcfcfb url(../images/common_conthead.jpg) no-repeat 0 0;
}

#footerWrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

#globalNav {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 83px;
	background: url(../images/bg_globalnv.png) no-repeat center top;
	background-image: url(../images/bg_globalnv.png);
}
* html #globalNav { background: url(../images/bg_globalnv.jpg) no-repeat center top; }

#footer {
	margin: 0 auto;
	padding: 2px 26px 0 26px;
	width: 952px;
	background: #fff;
}


/*────────────────────────────── ヘッダ */
#header #ntt_logo {
	position: absolute;
	top: 10px;
	left: 25px;
}
#header #ntt_logo a {
	display: block;
	width: 148px;
	height: 0; padding-top: 48px;
	overflow: hidden;
	background: url(../images/ntt_logo.png) no-repeat;
}

#header #com_logo {
	position: absolute;
	top: 10px;
	left: 777px;
}
#header #com_logo a {
	display: block;
	width: 198px;
	height: 0; padding-top: 48px;
	overflow: hidden;
	background: url(../images/com_logo.png) no-repeat;
}


/*────────────────────────────── サイドナビゲーション */
#sidenaviWrap {
	position: absolute;
	top: 120px;
	right: 0;
	z-index: 2;
}

#sidenavi {
}

#sidenavi h3 {
	display: none;
}

#sidenavi ul {
	margin-bottom: 3em;
}

#sidenavi ul li a {
	display: block;
}


/*────────────────────────────── その他ナビゲーション */
/* 受賞作品ライブラリーはこちら */
.library_btn {
     display: block;
	 margin: 2em 0;
	 padding-top: 91px;
     width: 535px;
     height: 0;
     background: url(../images/common_library_btn.jpg) no-repeat 0 0;
	 overflow: hidden;
}

/*.library_btn:hover {
     background-position: 0 -90px;
}*/


/* 募集要項はこちら */
.oubo_btn {
     display: block;
	 margin: 2em 0;
	 padding-top: 81px;
     width: 600px;
     height: 0;
     background: url(../images/common_8th_btn.jpg) no-repeat 0 0;
	 overflow: hidden;
}

.oubo_btn:hover {
     background-position: 0 -81px;
}


/*募集終了*/
.bosyu_syuryou {
	margin: 15px 0 15px 0;	
	width: 538px;
	padding-top: 23px;
	height: 0;
	background: url(../images/bosyu_syuryou.jpg) no-repeat 0 0;
	overflow: hidden;
}


/* 書き方講座バナー（Ｗサイズ） */
.w_lecture_btn {
     display: block;
	 margin: 2em 0;
	 padding-top: 50px;
     width: 600px;
     height: 0;
     background: url(../images/common_w_lecture_btn.jpg) no-repeat 0 0;
	 overflow: hidden;
}

.w_lecture_btn:hover {
     background-position: 0 -50px;
}


/* 作品を読む */
.read_btn {
	display: block;
	padding-top: 30px;
	width: 103px;
	height: 0;
	background: url(../images/common_read_btn.jpg) no-repeat 0 0;
	overflow: hidden;
	}

.read_btn:hover {
	background-position: 0 -31px;
	}


/*────────────────────────────── その他オリジナル要素 */
#content {
	color: #3e3a39;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	letter-spacing: 1px;
	}


/* 見出し */
h1 {
	font-size: 123.1%;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 2em;
	}

h2 {
	margin-bottom: 1em;
	font-size: 123.1%;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 2em;
	}

h3 {
	margin-bottom: 0.8em;
	font-size: 153.9%;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.4em;
	}

h3.oneword {
	margin-bottom: 6px;
	}

h4 {
	margin-bottom: 0.5em;
	font-size: 131%;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.4em;
	}

h5 {
	margin: 1em 0 0 0;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4em;
	}


/* リスト */
ul.notes {
	margin-top: 0.8em;
	}

.notes li {
	text-indent: -1em;
	margin-left: 1em;
	color: #a62126;
	}

.disc_k li{
	margin-left: 20px;
	padding: 0;
	background: none;
	list-style: disc;
	}

dl.notes {
	margin-top: 0.8em;
	color: #a62126;
	}

.notes dt {
	font-weight: bold;
	}

.notes dd {
	margin-left: 1em;
	}


/* リンク */
a {
	color: #e95504;
	font-weight: bold;
	}

a:hover {
	color: #ff7047;
	}

.lead {
	line-height: 1.8em;
	}

.p_entry_text a {
	color: #004ea2;
	font-weight: bold;
	text-decoration: none;
	}

.p_entry_text a:hover {
	color: #2371c5;
	text-decoration: underline;
	}

.g_entry_text a {
	color: #e5004f;
	font-weight: bold;
	text-decoration: none;
	}

.g_entry_text a:hover {
	color: #ff2372;
	text-decoration: underline;
	}


/* テキスト */
em {
     color: #a62126;
     font-style: normal;
     }

p.red {
     color: #a62126;
     font-weight: bold;
     letter-spacing: 1px;
     }

a.normaltext {/* 強調しないアンカーテキスト */
     color: #3e3a39;
     font-weight: normal;
     }
    
.str {
     font-weight: bold;
     letter-spacing: 1px;
     }

.cap {
     font-size: 75%;
     letter-spacing: 0;
     }

.closed {
	display: block;
	margin: 1.5em 0;
	padding: 5px;
	width: 40.5em;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	background-color: #a62126;
	color: #fff; 
	}

.closed_bk {
	color: #3e3a39;
	font-size: 110%;
	font-weight: bold;
	}

.closed_present {
	display: block;
	margin-bottom: 1em;
	padding: 7px 0 5px 15px;
	width: 37.5em;
	line-height: 1.4;
	font-weight: bold;
	background-color: #e3004f;
	color: #fff; 
	}

/* 非表示 */
.hidden { display: none; }


/*────────────────────────────── ページコンテンツ */
#content {
	text-align: left;
	}

#content .item {
	position: relative;
 	margin-top: 3em;
	}


/*────────────────────────────── グローバルナビゲーション */
/* 位置指定 */
#globalNav li { position: absolute; }
#globalNav #gnavi01 { left: 20px; top: 3px }
#globalNav #gnavi02 { left: 191px; top: 3px }
#globalNav #gnavi03 { left: 362px; top: 3px }
#globalNav #gnavi04 { left: 533px; top: 3px }
#globalNav #gnavi05 { left: 20px; top: 43px }
#globalNav #gnavi06 { left: 191px; top: 43px }
#globalNav #gnavi07 { left: 362px; top: 43px }
#globalNav #gnavi08 { left: 533px; top: 43px }
#globalNav #gnavi_bn01 { left: 708px; top: 40px; /*top: 8px;*/ }
#globalNav #gnavi_bn02 { left: 833px; top: 40px; /*top: 8px;*/ }
#globalNav #gnavi_bn03 { display: none; /*left: 708px; top: 49px;*/ }
#globalNav #pagetop { left: 956px; top: 7px; }


/* サイズ・背景指定 */
#globalNav li a { background: url(../images/txt_globalnv.png) no-repeat; }
* html #globalNav li a { background: url(../images/txt_globalnv.jpg) no-repeat; }
#globalNav #gnavi01 a,
#globalNav #gnavi02 a,
#globalNav #gnavi03 a,
#globalNav #gnavi04 a,
#globalNav #gnavi05 a,
#globalNav #gnavi06 a,
#globalNav #gnavi07 a,
#globalNav #gnavi08 a {
	display: block;
	width: 171px;
	height: 0; padding-top: 40px; overflow: hidden;
	}
#globalNav #gnavi01 a { background-position: -20px -3px; } #globalNav #gnavi01 a:hover { background-position: -20px -153px; }
#globalNav #gnavi02 a { background-position: -191px -3px; } #globalNav #gnavi02 a:hover { background-position: -191px -153px; }
#globalNav #gnavi03 a { background-position: -362px -3px; } #globalNav #gnavi03 a:hover { background-position: -362px -153px; }
#globalNav #gnavi04 a { background-position: -533px -3px; } #globalNav #gnavi04 a:hover { background-position: -533px -153px; }
#globalNav #gnavi05 a { background-position: -20px -43px; } #globalNav #gnavi05 a:hover { background-position: -20px -193px; }
#globalNav #gnavi06 a { background-position: -191px -43px; } #globalNav #gnavi06 a:hover { background-position: -191px -193px; }
#globalNav #gnavi07 a { background-position: -362px -43px; } #globalNav #gnavi07 a:hover { background-position: -362px -193px; }
#globalNav #gnavi08 a { background-position: -533px -43px; } #globalNav #gnavi08 a:hover { background-position: -533px -193px; }
#globalNav #gnavi_bn01 a,
#globalNav #gnavi_bn02 a {
	display: block;
	width: 123px;
	height: 0; padding-top: 41px; overflow: hidden;
	}
#globalNav #gnavi_bn01 a { background-position: -708px -40px; } #globalNav #gnavi_bn01 a:hover { background-position: -708px -190px; }
#globalNav #gnavi_bn02 a { background-position: -833px -40px; } #globalNav #gnavi_bn02 a:hover { background-position: -833px -190px; }
#globalNav #gnavi_bn03 a {
	display: block;
	width: 248px;
	height: 0; padding-top: 34px; overflow: hidden;
	background-position: -708px -49px;
	}
#globalNav #gnavi_bn03 a:hover { background-position: -708px -199px; }
#globalNav #pagetop a {
	display: block;
	width: 24px;
	height: 0; padding-top: 75px; overflow: hidden;
	background-position: -956px -7px;
	}
#globalNav #pagetop a:hover { background-position: -956px -157px; }


/*────────────────────────────── フッタ */
#footer{
	overflow: hidden;
	font-size: 77%;
}
* html #footer{
	font-size: 9px;
}

/* コミ大のトップページへ */
* html .toTop a{
	text-indent: -9999px;
}

.toTop a {
	display: block;
	margin-top: 2px;
	width: 180px;
	height: 0; padding-top: 26px; overflow:hidden;
	background: url(../images/btn_top.jpg) no-repeat;
	}

.toTop a:hover {
	background-position: 0 -26px;
	}

.floatL {
	float: left;
	width: 500px;
	}

/* このサイトについて／プライバシーポリシー */
#footer ul li{
	float: left;
	margin-right: 10px;
	padding-top: 2px;
	padding-right: 10px;
	border-right: 1px solid #333;
}

#footer ul li.lastchild{
	border: 0;
}
#footer .ad_copy{
	float: right;
	text-align: right;
}
#footer .ad_copy p{
	margin-bottom: 0;
}

#footer a{
	color: #333;
	font-weight: normal;
}
#footer a:hover{
	color: #999;
}

.shinsa {
	padding: 8px 0 6px 0;
}


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

.clearfix {
  min-height: 1px;
}

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

