* {
    margin:0;
    padding:0;
}

/* General Style Info */
body {
    background: #fff;
    font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
    margin: 0;
}

a {
    /* color:#258Fb8; */
    text-decoration:none;
}

a:visited {
    color:blue;
}

a:hover {
    color:#996600;
}


a img {
}
h1, h2, h3, h4 {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
ul, li {
}

span.score{
    font-weight:bold;
}

/* Layout */
#container {
    text-align: left;
}


#header{
}


#header_middle {
    display:block;
    padding-top:20px;
    float:left;
}

#header_middle input[type=text]{
    border:1px solid #aaa;
    margin-left:60px;
    padding:3px;
    font-size:110%;
    width:250px;
}

#header_middle input[type=submit]{
}


#header_middle p{
    font-weight:bold;
    font-size:90%;
    color:#666;
}

#header_info_box {
    float:right;
    width:196px;
    padding-top:0.3em;
}

#header_info_box li{
    float:left;
    list-style-type:none;
}

#header_info_box li a{
    outline-style:none;
    display:block;
    width:95px;
    height:23px;
    text-indent:-9999px;
    padding-top:7px;
    padding-left:3px;
}

#header_info_box li.request a{
    background:transparent 
               url(/img/header_icon_request.png)
               no-repeat
               scroll
               left
               bottom;
}

#header_info_box li.mypage a{
    background:transparent 
               url(/img/header_icon_mypage.png)
               no-repeat
               scroll
               left
               bottom;
}

#header_space {
    /* IE7だとなぜか上のpadding-bottomがきかないため */
    height:12px;
}

#header_menu {
    clear:both;
    background:url(/img/header_menu_background.png) repeat-x scroll 0 0;
    width:100%;
    height:38px;
}

#header_menu_content {
    width:960px;
    margin:auto;
    padding-left:2em;
}

#header_menu_content ul#menu_list li {
    float:left;
    list-style-type:none;
}

#header_menu_content ul#menu_list li a{
    outline-style:none;
    display:block;
    width:110px;
    height:38px;
    text-indent:-9999px;
    background:transparent 
               url(/img/header_menu_list.png)
               no-repeat
               scroll
               left
               bottom;
}

#header_menu_content ul#menu_list li.home a{
    background-position: 0px 0px;
}
#header_menu_content ul#menu_list li.home a:hover {
    background-position: 0px -38px;
}

#header_menu_content ul#menu_list li.ranking a{
    background-position: -110px 0px;
}
#header_menu_content ul#menu_list li.ranking a:hover {
    background-position: -110px -38px;
}

#header_menu_content ul#menu_list li.syonen a{
    background-position: -220px 0px;
}
#header_menu_content ul#menu_list li.syonen a:hover {
    background-position: -220px -38px;
}

#header_menu_content ul#menu_list li.seinen a{
    background-position: -330px 0px;
}
#header_menu_content ul#menu_list li.seinen a:hover {
    background-position: -330px -38px;
}

#header_menu_content ul#menu_list li.syojo a{
    background-position: -440px 0px;
}
#header_menu_content ul#menu_list li.syojo a:hover {
    background-position: -440px -38px;
}

#header_menu_content ul#login_info {
    padding-right:20px;
}

#header_menu_content ul#login_info li {
    padding-left:8px;
    padding-top:8px;
    float:right;
    list-style-type:none;
}


#h_content {
    width:960px;
    height:48px;
    margin:auto;
}





#header h1 {
    margin-top:6px;
    margin-right:20px;
    width:187px;
    height:36px;
    text-indent:-9999px;
    float:left;
    background:transparent 
               url(/img/title_logo.png)
               no-repeat
               scroll
               left
               top;
}

#header h1 a{
    display:block;
    width:187px;
    height:36px;
}

#content{
    width:960px;
    margin:auto;
    background: #fff;
    clear: both;
    color: #333;
    padding: 0px 0px 40px 0px;
    overflow: auto;
}


#footer {
    background:#e4e4e4 url(/img/footer_bar.png) repeat-x scroll 0 0;
    clear:both;
    margin:1em auto 0 auto;
}

#footer_content {
    width:700px;
    padding:0.5em 0 1em 2em;
    margin-left:auto;
    margin-right:auto;
}

#footer ul{
    padding:1em 3em  1em 3em;
    display:block;
    float:left;
}

#footer p{
    padding:0.3em;
    background:#ccc;
    text-align:center;
    clear:both;
}

#location_bar {
    font-size:80%;
    margin:0.5em 0 0.25em 0;
    padding:0.5em;
}

#location_bar span#aroow {
    color:#88cd00;
    font-weight:bold;
}

/* side module */

#side_module {
    margin:1em 0em;
    width:270px;
    float:left;

}


#side_module_header {
    background:transparent 
               url(/img/top_side_module_header.png)
               no-repeat
               bottom;
    width:300px;
    height:16px;
}

#side_module_footer{
    background:transparent 
               url(/img/top_side_module_footer.png)
               no-repeat
               bottom;
    width:300px;
    height:16px;
    font-size:0px;
}

#side_module_content{
    width:298px;
    border-right: 1px solid #7d7d7d;
    border-left: 1px solid #7d7d7d;
}

#side_module_content p{
    padding-top:0.5em;
    margin-left:1em;
}

#side_module_content ul{
    padding-top:0.5em;
}
#side_module_content ul.comic_list li{
    display:block;
    height:75px;
    clear:both;
    border-bottom:1px dashed #888;
    margin:0em 1.4em;
    padding:0.5em 0;
    font-size:85%;
    list-style-type:none;
}

#side_module_content p.more{
    clear:both;
    margin-left:1.5em;
}

/* Tables */
/*
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
*/
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
}
fieldset {
    border:none;
}
fieldset legend {
}
fieldset fieldset {
}
fieldset fieldset legend {
}
fieldset fieldset div {
}

form div {
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
}
label {
}
input, textarea {
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox],input[type=password]{
	clear: left;
	float: left;
	width: auto;
}
input[type=radio] {
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}


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

#paginator_type1{
    border:1px solid #b2b2b2;
    padding:1em 0 0.5em 0;
    height:30px;
    text-align:center;
}



#paginator_type1 span a{
    margin:0 0.2em;
    padding:5px;
    text-align:center;
    border:1px solid #6E91E8;
}


#paginator_type1 span.current{
    height:25px;
    width:25px;
    margin:0 0.2em;
    padding:5px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #6E91E8;
    background:#6E91E8;
    color:#fff;
}

#paginator_type1 #paginator_prev,#paginator_next{
    padding:5px 0.3em;
    display:inline;
}

#paginator_type1 .disabled{
    display:none;
}


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

#paginator_type2{
    border:1px dashed #b2b2b2;
    padding:1em 0 0.5em 0;
    text-align:center;
}



#paginator_type2 span a{
    margin:0 0.2em;
    padding:5px;
    text-align:center;
    border:1px solid #6E91E8;
}


#paginator_type2 span.current{
    height:25px;
    width:25px;
    margin:0 0.2em;
    padding:5px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #6E91E8;
    background:#6E91E8;
    color:#fff;
}

#paginator_type2 #paginator_prev,#paginator_next{
    padding:5px 0.3em;
    display:inline;
}

#paginator_type2 .disabled{
    display:none;
}

.input_text{
    display:inline;
    float:left;
}

/* 640px main module */

.main_module {
    width:640px;
    margin-left:auto;
    margin-right:auto;
}

.main_module_header{
    height:15px;
    background:transparent 
               url(/img/main_module_header.png)
               repeat-x scroll
               center
               bottom;
}

.main_module_footer{
    font-size:0px;
    height:15px;
    background:transparent 
               url(/img/main_module_footer.png)
               repeat-x scroll
               center
               bottom;
}

.main_module_content{
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    width:638px;
}


/* 360px module */

.module_360_header {
    height:16px;
    background:transparent 
               url(/img/module_360_header.png)
               repeat-x scroll
               center
               bottom;
    width:360px;
}

.module_360_footer{
    height:16px;
    background:transparent 
               url(/img/module_360_footer.png)
               repeat-x scroll
               center
               bottom;
    width:360px;
}


.module_360_content {
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    width:358px;
}

/* main module 8C */

.main_module_header_8C{
    height:15px;
    background:transparent 
               url(/img/main_module_header_8C.png)
               repeat-x scroll
               center
               bottom;
}

.main_module_footer_8C{
    font-size:0px;
    height:15px;
    background:transparent 
               url(/img/main_module_footer_8C.png)
               repeat-x scroll
               center
               bottom;
}

.main_module_content_8C{
    border-right: 1px solid #8C8C8C;
    border-left: 1px solid #8C8C8C;
    width:638px;
}

.flash_message {
    margin-top:1em;
}

.flash_message p{
    padding-left:2.5em;
}

.flash_message h2{
    margin:0em 1em 0.5em 1em;
    padding-bottom:0.2em;
    border-bottom:1px solid #67afe6;
}

ul.general{
    padding-top:0.5em;
    padding-left:3em;
}

ul.general li{
    list-style-type:none;
    padding-left:1em;
    background: url(/img/list_mark.png) left no-repeat;
    margin-bottom:0.3em;
}

p.review_list_counter {
    text-align:right;
    padding-right:2em;
}

p.clear {
    clear:both;
}


h4.green_back {
    background:transparent 
               url(/img/magazine_logo_notice.png)
               no-repeat scroll 0 0;
    height:20px;
    margin-bottom:1em;
    margin-left:10px;
    padding-top:3px;
    padding-left:38px;
    color:#fff;
    font-size:13px;
}

.post_notice h4{
    padding-left:2em;
}

.post_notice {
    margin-bottom:0.7em;
    padding-bottom:0.7em;
    border-bottom:1px dashed #888;
}

span.must {
    padding-left:7px;
    display:block;
    font-size:70%;
    color:#f00;
}

p.go_top {
    border-top:1px solid #aaa;
    margin-top:0.5em;
    padding-top:0.5em;
    text-align:right;
}

p.go_top a{
    color:#000;
    border-bottom:1px solid #000;
}

/* ---- 検索・カスタムランキング ----- */
.disp_search_condition p.description {
    background:#cfe9a0;
    float:left;
    padding:0.3em 0.5em;
    margin-right:0.5em;
}

.disp_search_condition {
    padding-top:0.5em;
    width:500px;
    float:left;
}

.disp_search_condition span.condition_name {
    font-size:90%;
}

.disp_search_condition span.condition_value {
    font-weight:bold;
    padding-right:0.5em;
}

.search_more {
    float:left;
}

.search_conditions_form table {
    background:#5ba9e5;
}

.search_conditions_form th{
    background:#b4e2ff;
    width:150px;
    padding:0.3em 1em;
    text-align:left;
}

.search_conditions_form td{
    background:#fff;
    width:490px;
    padding:0.3em 1em;
}

.search_conditions_form input[type=text],
.search_conditions_form select{
    border:1px solid #888;
}

.search_conditions_form input[type=text]{
    width:300px;
    padding:4px;
}

.search_conditions_form td.submit {
    text-align:center;
}

.search_conditions_form input[type=submit]{
    font-size:105%;
    padding:2px;
}

.search_conditions_form h4{
    width:640px;
    height:28px;
    text-indent:-9999px;
    margin-bottom:0.8em;
    background:transparent 
               url(/img/search_condition_logo.png)
               no-repeat
               scroll
               left
               top;
}

.search_not_found {
    border:1px solid #5ba9e5;
    background:#e2f4ff;
    padding:1em;
}

.pr_banner_img{
    padding: 10px;
    text-align: center;
}

