@charset "utf-8";
@import url("initialize-compress.css"); /* cssリセット */


/* ------------------------------------------------
   Global Font Size
-------------------------------------------------*/
h1 { font-size: 1.8em; /font-size: 1.6em; }
h2 { font-size: 1.6em; /font-size: 1.4em; }
h3 { font-size: 1.4em; /font-size: 1.2em; }
h4 { font-size: 1.2em; /font-size: 1.0em; }


/* ------------------------------------------------
    Common
-------------------------------------------------*/

body {
	position:relative;
	text-align: center;
	background-color:#EAECCC;
}


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

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

table { 
	font-size:1em; /* IE6以下のfont-size 継承バグ対策 */
}

/*td {
	text-align: left;
}*/

big {
	font-size:1.2em;
}

strong {
	font-weight: bold;
}

/* ------------------------------------------------
   レイアウト
-------------------------------------------------*/

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 1.2em;
	/font-size: 1.0em;
}

.clear {
	clear:both;
}


/* ------------------------------------------------
   HEADER, MAIN_IMG
-------------------------------------------------*/
#wrapper #header {
	margin: 0;
	padding: 14px 0;
	height: 12px;
	width: 950px;
	background: transparent url(../img/header_bg.jpg) no-repeat;
	clear: both;
}

#wrapper #header #terms {
	margin: 0;
	padding: 0 10px;
	with: 450px;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	float: left;
}

#wrapper #header #g_menu {
	margin: 0;
	padding: 0 20px;
	width: 430px;
	font-size: 11px;
	text-align: right;
	list-style-type: none;
	float: right;
}

#wrapper #header #g_menu a:link,a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper #header #g_menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* --------------------------------------------- */

#wrapper .main_img {
	margin: 0;
	padding: 0;
	border: 0;
	width: 950px;
}

#wrapper .main_img #bttn {
	position: absolute;
	top: 205px;
	left: 850px;
	_left: 830px;
	/*width: 102px;
	height: 102px;*/
}

*:first-child+html #wrapper .main_img #bttn {
	position: absolute;
	top: 205px;
	left: 830px;
}

/* ------------------------------------------------
   CONTENT-AREA HOME
-------------------------------------------------*/
#wrapper #home_contents {
	margin: 0;
	padding: 8px 13px;
	border: solid 2px #CCCCCC;
	width: 920px;
	background-color: #FFFFFF;
}

#wrapper #home_contents h2 {
	width: 920px;
}

/* --------------------------------------------- */

#wrapper #home_contents #topic_navi {
	margin: 5px 0;
	padding: 0;
	width: 920px;
}

#wrapper #home_contents #topic_navi h4.jtitle {
	margin: 10px 0 5px 0;
	padding: 5px 20px 9px 30px;
	width: 870px;
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	line-height: 1.0em;
	display: block;
	background: transparent url(../img/home_genre_bg.jpg) no-repeat;
	clear:both;
}

#wrapper #home_contents #topic_navi h4.jtitle a:link {
	color: #FFF;
	text-decoration: none;
}

#wrapper #home_contents #topic_navi h4.jtitle a:hover {
	color: #FFF;
	text-decoration: underline;
}

#wrapper #home_contents #topic_navi ul {
	margin-bottom: 10px;
	padding: 0;
	width: 920px;
	list-style-type: none;
	text-align: left;
	clear: left;
}


#wrapper #home_contents #topic_navi ul li {
	margin: 5px;
	padding: 4px;
	border: dotted 1px #CCCCCC;
	width: 200px;
	height: 100px;
	overflow: auto;
	float: left;
}


#wrapper #home_contents #topic_navi ul li .description {
	margin-top: 2px;
	padding-top: 5px;
	border-top: solid 1px #FF6666;
	font-size: 0.85em;
	display: block;
}

#wrapper #home_contents #topic_navi ul li .description .text {
	font-size: 0.85em;
	float: left;
}

#wrapper #home_contents #topic_navi ul li .description .storepic {
	float: right;
}

#wrapper #home_contents #topic_navi ul li .description .storepic img {
	margin: 0 0 0 5px;
	border: 0;
}

#wrapper #home_contents #topic_navi ul li .description .clear {
	clear: both;
}

/* --------------------------------------------- */

#wrapper #home_contents #info {

}

#wrapper #home_contents #info ul {
	list-style-type: none;
	text-align: left;
}

#wrapper #home_contents #info ul li {
	list-style-type: none;
	display: block;
}

/* --------------------------------------------- */

#wrapper #home_contents #bnnrs {
	margin: 20px 0 10px 0 ;
	text-align: center;
}

#wrapper #home_contents #bnnrs img {
	margin: 5px 10px;
	border: 0;
}


/* ------------------------------------------------
   CONTENT-AREA OTHER-PAGES
-------------------------------------------------*/
#wrapper #sub_contents {
	margin: 0;
	padding: 0;
	border-top: solid 2px #DEDAC4;
	border-bottom: solid 2px #DEDAC4;
	width: 950px;
	background: transparent url(../img/cntnt_area_bg.gif) repeat-y;
}


/* ------------------------------------------------
   SLIDER
-------------------------------------------------*/
#wrapper #sub_contents #slider {
	margin: 0;
	padding: 10px; 
	width: 220px;
	float: left;
}

/* --------------------------------------------- */

#wrapper #sub_contents #slider .s_topic_navi {
	margin-bottom: 20px;
	padding: 0;
	width: 220px;
	font-size: 0.85em;
	list-style: none;
}

#wrapper #sub_contents #slider .s_topic_navi li {
	margin-bottom: 5px;
	padding: 25px 10px 25px 30px;
	width: 180px;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	list-style-type: none;
	display: block;
	background: transparent url(../img/sldr_list_bg.jpg) no-repeat;
}

#wrapper #sub_contents #slider .s_topic_navi li a {
	color: #FFF;
	text-decoration: none;
}

#wrapper #sub_contents #slider .s_topic_navi li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#wrapper #sub_contents #slider .s_links {
	margin-bottom: 20px;
	padding: 0;
	width: 220px;
	font-size: 0.85em;
	list-style: none;
}

#wrapper #sub_contents #slider .s_links li a {
	margin-bottom: 10px;
	padding: 0;
	width: 220px;
	list-style: none;
	display: block;
}


/* ------------------------------------------------
   MAIN
-------------------------------------------------*/
#wrapper #sub_contents #main {
	padding: 20px 20px;
	_padding: 20px 15px;
	width: 660px;
	line-height: 1.2em;
	float: right;
}

#wrapper #sub_contents #main h4.jtitle {
	margin-bottom: 10px;
	padding: 5px 20px 9px 30px;
	width: 600px;
	color: #FFF;
	font-weight: lighter;
	line-height: 1.0em;
	display: block;
	background: transparent url(../img/genre_bg.jpg) no-repeat;
}

/* RAKURAKU LIST ------------------------------- */
#wrapper #sub_contents #main .block {
	width: 640px;
	text-align: left;
}

#wrapper #sub_contents #main .block .new {
	font-size: 0.7em;
	color: #FF9900;
}

#wrapper #sub_contents #main .block ul {
	list-style-type: none;
}

#wrapper #sub_contents #main .block ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

#wrapper #sub_contents #main .block ul li h4.ptitle a:link,a:visited {
	color: #008CD6;
	text-decoration: none;
}

#wrapper #sub_contents #main .block ul li h4.ptitle a:hover {
	color: #E3007F;
	text-decoration: underline;
}


#wrapper #sub_contents #main .block ul li .description {
	border-bottom: 1px dotted #666;
	color: #333333;
	text-align: justify;
	text-justify:distribute;
}

#wrapper #sub_contents #main .block ul li .moreread {
	text-align: right;
}


/* RAKURAKU PAGE ------------------------------- */
#wrapper #sub_contents #main h2.ptitle {
	margin-bottom: 10px;
	padding: 40px 20px 40px 40px;
	width: 590px;
	color: #302525;
	font-weight: lighter;
	line-height: 1.0em;
	display: block;
	background: transparent url(../img/title_bg.jpg) no-repeat;
}

/* --------------------------------------------- */

#wrapper #sub_contents #main .text {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.6em;
}

#wrapper #sub_contents #main .text h4.chapter {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #4488BB;
}

#wrapper #sub_contents #main .text table.adds {
    border-top:　2px solid #FFF;
    border-left:　5px solid #FFF;
    border-spacing:0;
}

#wrapper #sub_contents #main .text td.adds {
    border-right: 5px solid #FFF;
    border-bottom: 2px solid #FFF;
	text-align: justify;
	text-justify:distribute;
	word-break:　break-all;
	vertical-align:top;
	line-height: 1.4em;
}

#wrapper #sub_contents #main .text .block table.spec {
	width:100%;
    border-top:　2px solid #FFF;
    border-left:　2px solid #FFF;
    border-spacing:0;
}

#wrapper #sub_contents #main .text .block table.spec th  {
	font-weight: lighter;
	background-color: #d0d0ff;
	padding: 3px;
	vertical-align: top;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wrapper #sub_contents #main .text .block table.spec th.title {
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
	padding: 3px;
	background-color: #d0d0ff;
	font-weight: lighter;
	text-align: center;
	vertical-align:top;
}

#wrapper #sub_contents #main .text .block table.spec td {
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
	background-color: #E5E5E5;
	padding: 3px;
	vertical-align:top;
}



#wrapper #sub_contents #main .text .files {
	padding: 15px;
}

#wrapper #sub_contents #main .links {
	padding: 15px;
	width: 560px;
	_width: 550px;
	background-color: #EAF6FD;
	list-style-type: none;
}

#wrapper #sub_contents #main .links li {
	list-style-type: none;
}

#wrapper #sub_contents #main #tools {
	margin: 20px 0 10px 0;
	/*width: 640px;*/
}

#wrapper #sub_contents #main #tools p.bak {
	float: left;
}

#wrapper #sub_contents #main #tools p.up_scrl {
	float: right;
}

#wrapper #sub_contents #main #tools p.clear {
	clear: both;
}

/* CONTENT-AREA-CLEAR */
#wrapper #sub_contents .clear {
	clear: both;
}


/* ------------------------------------------------
   FOOT
-------------------------------------------------*/
#wrapper #foot {
	padding: 20px 0;
	width: 950px;
	text-align: center;
	font-size: 12px;
	color: #0E4D23;
}



/* ------------------------------------------------
   COMMON
-------------------------------------------------*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


