@charset "utf-8";

#wrapper {
	width: 790px;
	margin: 0 auto;
	/*background: url(../img/wrapper_bg.gif) no-repeat;*/
	text-align: left;
	}

/*= header */
#header {
	height: 100px;
	}

#header h1#logo {
	float: left;
	padding: 12px 0 0 15px;
	}

#header #header_navi {
	float: right;
	width: 400px;
}

#header #header_navi li {
	float: left;
	padding-bottom: 5px;
	}

#header #header_navi li.home,
#header #header_navi li.soon,
#header #header_navi li.book,
#header #header_navi li.company {
	padding-top: 12px;
	padding-right: 11px;
	}

#header #header_navi li.recruit {
	padding-top: 12px;
	}

#header #header_navi li.akichi,
#header #header_navi li.promotion,
#header #header_navi li.errata {
	padding-right: 11px;
	}

#header #header_navi li.book {
	padding-right: 13px;
	}

#header #header_navi li.promotion {
	padding-right: 9px;
	}

/*= contents */
#main_contents {
	float: right;
	width: 550px;
	padding-right: 20px;
	}

#main_contents a {
	color: #363;
	}

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

#main_contents a:hover,
#main_contents a:active {
	text-decoration: underline;
	}

#main_contents h1 {
	font-weight: bold;
	}

#main_contents p {
	margin-bottom: 1em;
	}

#contents strong {
	font-weight: bold;
	}

#contents .red {
	color: #f00;
	}

#contents .s {
	font-size: 80%;
	}

#contents #main_contents #paging_top {
	text-align: center;
	}

#contents #main_contents #paging_bottom {
	margin-top: 40px;
	text-align: center;
	}

#contents #main_contents #paging_bottom .btn {
	padding: 2px 4px;
	text-decoration: none;
	}

#contents #main_contents #paging_bottom .d_none {
	color: #fff;
	}

#contents #main_contents #paging_bottom a:link,
#contents #main_contents #paging_bottom a:visited {
	border: 1px solid #e3e3e3;
	background: #fafafa;
	color: #444;
	}

#contents #main_contents #paging_bottom a:hover,
#contents #main_contents #paging_bottom a:active {
	border: 1px solid #e3e3e3;
	background: #68a433;
	color: #fff;
	}

#contents .page_top {
	padding: 40px 34px 10px 0;
	text-align: right;
	}

#contents .page_top a {
	padding-right: 18px;
	color: #444;
	}

#contents .page_top a:link,
#contents .page_top a:visited {
	background: url(../img/pagetop_icon_off.gif) right center no-repeat;
	text-decoration: none;
	}

#contents .page_top a:hover,
#contents .page_top a:active {
	background: url(../img/pagetop_icon_on.gif) right center no-repeat;
	text-decoration: underline;
	}

#navi {
	float: left;
	width: 178px;
	padding-left: 20px;
	}

#navi_group {
	background: url(../img/sidenavi_bg_mid.gif) repeat-y;
	}

#navi #navi_search {
	padding: 20px 14px 30px 14px;
	background: url(../img/sidenavi_bg_top.gif) no-repeat;
	}

#navi #navi_search h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../img/sidenavi_line.gif) center bottom no-repeat;
	font-weight: bold;
	}

#navi #navi_search input {
	float: left;
	width: 95px;
	height: 18px;
	border: 1px solid #aec0d2;
	}

#navi #navi_search button {
	float: left;
	width: 50px;
	height: 20px;
	margin-left: 3px;
	border: none;
	background: url(../img/sidenavi_search_btn_off.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	}

#navi #navi_search button:hover {
	background: url(../img/sidenavi_search_btn_on.gif) no-repeat;
	}

#navi #navi_category {
	margin-bottom: 15px;
	padding: 0 14px 22px 14px;
	background: url(../img/sidenavi_line.gif) center bottom no-repeat;
	}

#navi #navi_category h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../img/sidenavi_line.gif) center bottom no-repeat;
	font-weight: bold;
	}

#navi #navi_category li {
	padding: 0 0 0 15px;
	border-bottom: 1px solid #e3e3e3;
	background: url(../img/mark_icon.gif) 5px 9px no-repeat;
	}

#navi #navi_category li a {
	color: #666;
	display: block;
	}

#navi #navi_category li a:link,
#navi #navi_category li a:visited {
	text-decoration: none;
	}

#navi #navi_category li a:hover,
#navi #navi_category li a:active {
	text-decoration: underline;
	}

#navi #navi_category li.ct_33 a {
	color: #e60012;
	font-weight: bold;
	}

#navi #navi_year {
	padding: 0 14px 0 14px;
	background: url(../img/sidenavi_line.gif) center bottom no-repeat;
	}

#navi #navi_year h2 {
	margin-bottom: 7px;
	}

#navi #navi_year select {
	width: 150px;
	margin-bottom: 15px;
	}

#navi #navi_release {
	padding: 0 14px 0 14px;
	}

#navi #navi_soon {
	padding: 0 14px 0 14px;
	}

#navi #navi_soldout {
	padding: 0 14px 22px 14px;
	background: url(../img/sidenavi_bg_btm.gif) left bottom no-repeat;
	}


/*= footer */
#footer {
	margin: 0 auto;
	width: 100%;
	height: 100px;
	background: url(../img/footer_bg.jpg) repeat-x;
	text-align: center;
	}

#footer a {
	color: #444;
	}

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

#footer a:hover,
#footer a:active {
	text-decoration: underline;
	}

#footer #footer_navi {
	width: 780px;
	margin: 0 auto;
	padding-top: 20px;
	}

#footer #footer_navi img {
	vertical-align: middle;
	}

#footer #copyright {
	width: 988px;
	margin: 20px auto 10px;
	}
