@charset "utf-8";

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	line-height: 145%;
	font-size: 13px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "KozGoStd-Light", "KozGoStd-Regular", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol {
	margin-left: 2.0em;
	*margin-left: 2.5em;
}

ul {
	margin-left: 1.2em;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #ffffff;
	color: #252525;
}

a:link,
a:visited {
	color: #f66b37;
	text-decoration: none;
}
a:hover,
a:active {
	color: #f66b37;
	text-decoration: underline;
}

.hover {
	cursor: pointer;
}

a.hover {
	display: inline-block;
	/display: inline; /* for IE6&7 */
	zoom: 1;
}

/* clerfix ----- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
/* ----- clerfix */

.fL {
	float: left;
}
.fR {
	float: right;
}

.alnC {
	text-align: center !important;
}
.alnL {
	text-align: left !important;
}
.alnR {
	text-align: right !important;
}

.txL {
	font-size: 120%;
}
.txS {
	font-size: 84%;
}

.txBold {
	font-weight: bold;
}

.txRed {
	color: #dc001b;
}

.mgnBtm4 {
	margin-bottom: 4px !important;
}
.mgnBtm8 {
	margin-bottom: 8px !important;
}
.mgnBtm12 {
	margin-bottom: 12px !important;
}
.mgnBtm16 {
	margin-bottom: 16px !important;
}
.mgnBtm20 {
	margin-bottom: 20px !important;
}
.mgnBtm24 {
	margin-bottom: 24px !important;
}
.mgnBtm32 {
	margin-bottom: 32px !important;
}
.mgnBtm40 {
	margin-bottom: 40px !important;
}
.mgnBtm48 {
	margin-bottom: 48px !important;
}

/* wrapper ------------------------------ */
#wrapper {
	width: 100%;
	min-width: 1140px;
	min-height: 100%;
	text-align: center;
	background: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
}

/* container ------------------------------ */
#container {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1046px;
	margin: 0px auto;
	padding-bottom: 140px;
	text-align: left;
	zoom: 1;
}
#container:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}




/* topic path ------------------------------ */
#topicPath {
	width: 1046px;
	color: #000000;
	margin: -6px auto 16px auto;
	text-align: left;
	font-size: 11px;
	line-height: 115%;
}
#topicPath a:link,
#topicPath a:visited {
	color: #696969;
	text-decoration: none;
}
#topicPath a:hover,
#topicPath a:active {
	color: #f66b37;
	text-decoration: underline;
}





/* scroller ------------------------------ */
.scrollgeneric {line-height:1px; font-size: 1px;position: absolute;top: 0; left: 0;}

/* bar start ------------------------ */
.vscrollerbar {width:7px; background:#000000; margin-left:1px;}
.vscrollerbarbeg {width:7px; height:5px; background: url(/images/new/flexcroll_v_handle_top.gif) no-repeat left top;}
.vscrollerbarend {width:7px; height:5px; background: url(/images/new/flexcroll_v_handle_btm.gif) no-repeat left top;}
/* bar end ------------------------ */
.vscrollerbase {width: 9px;background: url(/images/new/flexcroll_v_base.gif) repeat-y left top;}
.vscrollerbasebeg {width:9px; height:4px; background: url(/images/new/flexcroll_v_base_top.gif) no-repeat left top;}
.vscrollerbaseend {width:9px; height:4px; background: url(/images/new/flexcroll_v_base_btm.gif) no-repeat left top;}

/* bar start ------------------------ */
.hscrollerbar {height: 19px; background: url(/images/new/flexcroll_h_handle.gif) no-repeat center center;}
.hscrollerbarbeg {width:5px; height:19px; background: url(/images/new/flexcroll_h_handle_lft.gif) no-repeat left center;}
.hscrollerbarend {width:5px; height:19px; background: url(/images/new/flexcroll_h_handle_rgt.gif) no-repeat left center;}
/* bar end ------------------------ */
.hscrollerbase {height: 19px; background: url(/images/new/flexcroll_h_base.gif) repeat-x left center;}
.hscrollerbasebeg {width:9px; height:19px; background: url(/images/new/flexcroll_h_base_lft.gif) no-repeat left center;}
.hscrollerbaseend {width:9px; height:19px; background: url(/images/new/flexcroll_h_base_rgt.gif) no-repeat right center;}

.vscrollerbar, .hscrollerbar {padding:1px; z-index:2;}

/* header ------------------------------ */
#header {
	width: 100%;
	text-align: center;
	background: #000000;
	color: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
}

#header a:link,
#header a:visited {
	color: #ffffff;
	text-decoration: none;
}
#header a:hover,
#header a:active {
	color: #ffffff;
	text-decoration: underline;
}

#headTopBar {
	width: 1046px;
	margin: 0px auto;
	padding: 6px 0px 8px 0px;
	text-align: left;
	zoom: 1;
	position:relative;
}
#headTopBar:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

#headKeywords {
	float: left;
	width: 460px;
	padding-top: 6px;
}

#headLinks {
	list-style-type: none;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	float: right;
	text-align: right;
	width: 180px;
}
#headLinks li {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	display: inline-block;
	/display: inline; /* for IE6&7 */
	zoom: 1;
}

#headLinks2 {
	list-style-type: none;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	width: 400px;
	position:absolute;
	top:7px; left:420px;
}
#headLinks2 li {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	font-size:12px;
	display: inline-block;
	/display: inline; /* for IE6&7 */
	zoom: 1;
	
}
#headLinks2 li a:link{
	text-decoration: underline;
	font-size:12px;
}
#headLinks2 li a:visited{
	text-decoration: underline;
	font-size:12px;
}
#headLinks2 li a:hover{
	text-decoration:none;
	font-size:12px;
}


#searchbox {
	display: inline;
	width: 345px;
	float: right;
	margin-left: 18px;
	background: #ffffff;
	border: 1px solid #a6a6a6;
	padding: 5px;
	position: relative;
	left: 0px;
	top: 0px;
}
#keyword {
	width: 320px;
	background: #ffffff;
	border: none;
	font-size: 13px;
	height: 16px;
}
#searchSubmit {
	position: absolute;
	right: 1px;
	top: 1px;
}

#headSecondBar {
	width: 100%;
	text-align: center;
	background: #b1f905;
}
#headSecondInner {
	width: 1046px;
	margin: 0px auto;
	text-align: left;
	padding: 7px 0px 7px 0px;
	zoom: 1;
}
#headSecondInner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

#headLogo {
	float: left;
}

#gnav {
	float: right;
	list-style-type: none;
	margin: 0px -20px 0px 0px;
	padding: 10px 0px 0px 0px;
	zoom: 1;
}
#gnav:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
#gnav li {
	background: url(/images/new/gnav_bg01.gif) repeat-y left top;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	font-size: 0.1em;
	line-height: 0.1em;
	float: left;
}
#gnav li a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 32px;
	margin: 0px;
	padding: 5px 38px 0px 10px;
	font-size: 0.1em;
	line-height: 0.1em;
	text-indent: -9000px;
	overflow: hidden;
}
#gnav li a:link,
#gnav li a:visited {
	background-position: 10px 5px;
}

#gnav li.photo a {
	width: 76px;
	background-image: url(/images/new/gnav_photo.gif);
}
#gnav li.photo a:hover,
#gnav li.photo a:active {
	background-position: 10px -45px;
}
#gnav li.photo a.active:link,
#gnav li.photo a.active:visited {
	background-position: 10px -45px;
}

#gnav li.book a {
	width: 38px;
	background-image: url(/images/new/gnav_book.gif);
}
#gnav li.book a:hover,
#gnav li.book a:active {
	background-position: 10px -45px;
}
#gnav li.book a.active:link,
#gnav li.book a.active:visited {
	background-position: 10px -45px;
}

#gnav li.shinsho a {
	width: 51px;
	background-image: url(/images/new/gnav_shinsho.gif);
}
#gnav li.shinsho a:hover,
#gnav li.shinsho a:active {
	background-position: 10px -45px;
}
#gnav li.shinsho a.active:link,
#gnav li.shinsho a.active:visited {
	background-position: 10px -45px;
}

#gnav li.magazine a {
	width: 98px;
	background-image: url(/images/new/gnav_magazine.gif);
}
#gnav li.magazine a:hover,
#gnav li.magazine a:active {
	background-position: 10px -45px;
}
#gnav li.magazine a.active:link,
#gnav li.magazine a.active:visited {
	background-position: 10px -45px;
}

#gnav li.dvd a {
	width: 39px;
	background-image: url(/images/new/gnav_dvd.gif);
}
#gnav li.dvd a:hover,
#gnav li.dvd a:active {
	background-position: 10px -45px;
}
#gnav li.dvd a.active:link,
#gnav li.dvd a.active:visited {
	background-position: 10px -45px;
}

#gnav li.comic a {
	width: 73px;
	background-image: url(/images/new/gnav_comic.gif);
}
#gnav li.comic a:hover,
#gnav li.comic a:active {
	background-position: 10px -45px;
}
#gnav li.comic a.active:link,
#gnav li.comic a.active:visited {
	background-position: 10px -45px;
}

#gnav li.event a {
	width: 60px;
	background-image: url(/images/new/gnav_event.gif);
}
#gnav li.event a:hover,
#gnav li.event a:active {
	background-position: 10px -45px;
}
#gnav li.event a.active:link,
#gnav li.event a.active:visited {
	background-position: 10px -45px;
}

#gnav li.e-book a {
	width: 72px;
	background-image: url(/images/new/gnav_ebook.gif);
}
#gnav li.e-book a:hover,
#gnav li.e-book a:active {
	background-position: 10px -45px;
}
#gnav li.e-book a.active:link,
#gnav li.e-book a.active:visited {
	background-position: 10px -45px;
}

/* footer ------------------------------ */
#footer {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 1046px;
	margin: 0px 0px 0px -525px;
	padding-bottom: 14px;
	z-index: 900;
}
#copyright {
	font-size: 11px;
	line-height: 115%;
	color: #999999;
	padding-top: 18px;
	background: url(/images/new/f_line01.gif) repeat-x left top;
}
#copyright a{
	color:#999999;
	text-decoration:none;
}
#copyright a:hover{
	text-decoration:underline;
}

#footNav {
	list-style-type: none;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	background: url(/images/new/f_line01.gif) repeat-x left top;
}
#footNav li {
	font-weight: bold;
	line-height: 110%;
	margin: 0px;
	padding: 0px 14px 0px 14px;
	display: inline-block;
	/display: inline; /* for IE6&7 */
	zoom: 1;
}
#footNav li a:link,
#footNav li a:visited {
	color: #000000;
}
#footNav li a:hover,
#footNav li a:active {
	color: #000000;
}

#topagetopLeft {
	position: fixed;
	left: 7px;
	top: 47%;
	z-index: 990;
}
#topagetopRight {
	position: fixed;
	right: 7px;
	top: 47%;
	z-index: 990;
}

/* home main column ------------------------------ */
#mainColumn {
	width: 746px;
	float: left;
}

#homeVisual {
	border: 3px solid #b1f905;
	background: url(/images/new/home_visual_bg.gif) no-repeat left top;
	height: 305px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 28px;
}
#homeRss {
	position: absolute;
	left: 320px;
	top: 13px;
}
#homeVisualNav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 20px;
	top: 13px;
	zoom: 1;
}
#homeVisualNav:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
#homeVisualNav li {
	list-style-type: none;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	display: inline;
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9000px;
}
#homeVisualNav li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/new/home_visual_nav.gif) no-repeat left top;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-position: left top;
}

#homeVisualNav li a:link,
#homeVisualNav li a:visited {
	background-image: url(/images/new/home_visual_nav.gif);
}
#homeVisualNav li a:hover,
#homeVisualNav li a:active {
	background-image: url(/images/new/home_visual_nav_active.gif);
}

#homeVisualNav li a.active:link,
#homeVisualNav li a.active:visited {
	background-image: url(/images/new/home_visual_nav_active.gif);
}
#homeVisualNav li a.active:hover,
#homeVisualNav li a.active:active {
	background-image: url(/images/new/home_visual_nav_active.gif);
}

#homeVisualArea {
	width: 707px;
	height: 248px;
	overflow: hidden;
	position: relative;
	margin: 10px 0px 0px 18px;
	background: url(/images/new/loader.gif) no-repeat center center;
}
.homeVisualItem {
	position: absolute;
	left: -500px;
	top: 0px;
}
.homeVisualImage {
	width: 678px;
	height: 209px;
	margin-left: 14px;
	margin-bottom: 8px;
}
.homeVisualText {
	width: 680px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 5px 14px 5px 13px;
	background: url(/images/new/home_visual_topics_bg.gif) no-repeat left top;
	color:#ffffff;
	font-weight:bold;
}
.homeVisualTextNormal {
	font-weight: bold;
	font-size: 13px;
	padding-right: 12px;
}
.homeVisualTextNew {
	font-weight: bold;
	font-size: 13px;
	padding-left: 30px;
	padding-right: 12px;
	background: url(/images/new/home_visual_new.gif) no-repeat 0px 42%;
}

#homeSecNav {
	list-style-type: none;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	text-align: center;
}
#homeSecNav li {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	display: inline-block;
	/display: inline; /* for IE6&7 */
	zoom: 1;
}

.homeSecType01 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 745px;
	overflow: hidden;
	margin-bottom: 12px;
}

.homeMore01 {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 900;
}

.homeItemOuter {
	width: 750px;
	margin-right: -5px;
	padding-top: 35px;
	margin-top: -35px;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: auto;
	outline: none;
}
.homeItemOuter .hscrollerbase {
	width: 500px !important;
	top: 2px !important;
	left: 140px !important;
}

.homeItemList,.homeItemList_magazine {
	width: 745px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	zoom: 1;
	text-align:center;
}
.homeItemList_magazine {
	margin-bottom:15px;
}
.homeItemList:after,.homeItemList_magazine:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.homeItemList li {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #b1f905 url(/images/new/common_line02.gif) repeat-y left top;
	position: relative;
	left: -2px;
	top: 0px;
}
.homeItemList_magazine li {
	float: left;
	width: 149px;
	margin: 0;
	padding:0;
	background: url(/images/new/common_line02.gif) repeat-y left top;
	position: relative;
	left: -2px;
	top: 0px;
}

.homeItemList_magazine_detail {
	margin-left:10px;
}
.homeItemList_magazine_detail li {
	width:50px;
	float:left;
	margin:0; padding:0;
	background: url(/images/new/icon_circle.gif) no-repeat 0 2px;
	list-style:none;
	padding:0 5px 0 13px;
	font-size:10px;
}
.homeItemList_magazine_detail li a{
	color:#000000;
}
.homeItemList_magazine_detail li a:hover{
	text-decoration:none;
	
}
.homeItemList_magazine_detail:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

.homeItemList li a{
	display: block;
	margin-left: 2px;
	height: 100%;
	background: #ffffff;
}

.homeItemList li a:link,
.homeItemList li a:visited
 {
	color: #000000;
	text-decoration: none;
}
.homeItemList li a:hover,
.homeItemList li a:active{
	color: #000000;
	text-decoration: none;
}

.homeItemThumb {
	display: block;
	width: 128px;
	height: 134px;
	margin: 0px auto 6px auto;
	text-align: center;
}
.homeItemThumb img{
	max-width:130px;
	height: 134px;
	border:1px solid #cccccc;
}

.homeItemText {
	display: inline-block;
	width: 128px;
	margin: 0px auto 0px auto;
}
.newicon {
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 4px;
}
.genreicon {
	display: block;
	margin-bottom: 4px;
}





/* home banner column ------------------------------ */
#bannerColumn {
	width: 270px;
	position: absolute;
	right: 0px;
	bottom: 160px;
}
#bannerList {
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#bannerList li {
	font-size: 0.1em;
	line-height: 0.1em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#bannerList li img{
	max-width:168px;
}




/* home side column ------------------------------ */
#sideColumn {
	width: 270px;
	float: right;
	padding-bottom: 460px;
}
#sideColumn-new {
	width: 270px;
	float: right;
	
}

.sideMore01 {
	position: absolute;
	right: 4px;
	top: 4px;
}

#sideEventBox {
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
}

#sideEventList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: 250px;
}
#sideEventList li {
	width: 254px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 10px 0px;
	background: url(/images/new/common_line01.gif) repeat-x left bottom;
	zoom: 1;
}
#sideEventList li:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.sideEventThumb {
	width: 62px;
	float: right;
}
.sideEventDate {
	width: 186px;
	float: left;
	color: #f66b37;
}
.sideEventSummary {
	width: 186px;
	float: left;
	line-height: 125%;
}

#sideEventList a:link,
#sideEventList a:visited {
	color: #252525;
}
#sideEventList a:hover,
#sideEventList a:active {
	color: #f66b37;
}


#sideRecomBox {
	width: 270px;
	height: 233px;
	background: url(/images/new/side_recom_bg.gif) no-repeat left bottom;
	margin-bottom: 32px;
}
#sideRecomInner {
	width: 255px;
	height: 190px;
	overflow: hidden;
	margin-left: 8px;
}
#sideRecomList {
	width: 250px;
	height: 190px;
	list-style-type: none;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
#sideRecomList li {
	margin: 0px;
	padding: 0px;
	width: 100px;
}
#sideRecomList li img {
	width: 100%;
	margin-top: 0px;
	-moz-box-shadow: 3px 3px 8px #999999;
	-webkit-box-shadow: 3px 3px 8px #999999;
	box-shadow: 3px 3px 8px #999999;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 135, color = '#999999');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 135, Color = '#999999')";
}
#sideRecomList li a {
	cursor: default;
}
#sideRecomList li.roundabout-in-focus a {
	cursor: pointer;
}


.sideSecBox {
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 32px;
}

.sideSecBox a:link,
.sideSecBox a:visited {
	color: #252525;
}
.sideSecBox a:hover,
.sideSecBox a:active {
	color: #f66b37;
}

.sideTwitterThumb {
	width: 58px;
	margin-right: 6px;
	display: inline-block;
	/display: inline; /* for IE6&7 */
	zoom: 1;
	vertical-align: middle;
}
.sideTwitterSummary {
	width: 198px;
	display: inline-block;
	/display: inline; /* for IE6&7 */
	zoom: 1;
	vertical-align: middle;
}

.sideList01,.footerList01 {
	list-style-type: none;
	margin:0;padding:0;
}
.sideList01 li {
	margin: 0px;
	padding: 8px 0px 8px 0px;
	background: url(/images/new/common_line01.gif) repeat-x left bottom;
	zoom: 1;
}
.sideList01 li:after,.footerList01 li:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.footerList01 li {
	margin: 0;	padding:0 0 12px 0;
	zoom: 1;
}

.sideList01Thumb {
	width: 58px;
	margin-right: 6px;
	display: inline-block;
	/display: inline; /* for IE6&7 */
	zoom: 1;
	vertical-align: middle;
}
.sideList01Summary {
	width: 198px;
	display: inline-block;
	/display: inline; /* for IE6&7 */
	zoom: 1;
	vertical-align: middle;
}





/* home bottom topics ------------------------------ */
#bottomTopicsBar {
	background: #e9e9e9;
	width: 100%;
	margin: 0px;
	padding: 16px 0px 24px 0px;
	text-align: center;
	position: relative;
	left: 0px;
	bottom: 120px;
	z-index: 890;
}
#bottomTopicsBar-new {
	background: #f5f5f5;
	width: 100%;
	margin: 0px;
	padding: 16px 0px 24px 0px;
	text-align: center;
	position: relative;
	left: 0px;
	bottom: 120px;
	z-index: 890;
}

#bottomTopicsInner {
	width: 1046px;
	margin: 0px auto;
	text-align: left;
	zoom: 1;
}
#bottomTopicsInner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

.bottomTopicsBox {
	display: inline;
	float: left;
	width: 290px;
	margin: 0px 50px 0px 5px;
	position: relative;
	left: 0px;
	top: 0px;
}
.bottomMore01 {
	position: absolute;
	right: 0px;
	top: 3px;
}

.bottomTopicsBox a:link,
.bottomTopicsBox a:visited {
	color: #252525;
	text-decoration: none;
}
.bottomTopicsBox a:hover,
.bottomTopicsBox a:active {
	color: #f66b37;
	text-decoration: underline;
}

.bottomTopicsList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.bottomTopicsList li {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}





/* pager ------------------------------ */
.pager {
	color: #696969;
	text-align: right;
	margin-bottom: 16px;
}
.pager a {
	padding: 0px 10px;
}
.pager .active {
	padding: 0px 10px;
	font-weight: bold;
	color: #000000
}
.pagerPrev {
	padding-right: 12px;
}
.pagerPrev img {
	vertical-align: middle;
}
.pagerNext {
	padding-right: 12px;
}
.pagerNext img {
	vertical-align: middle;
}





/* item list ------------------------------ */
.itemList {
	width: 1040px;
	overflow: hidden;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
.itemList:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.itemList li {
	float: left;
	width: 208px;
	margin: 0px 0px 32px 0px;
	padding: 0px;
	background: #b1f905 url(/images/new/common_line02.gif) repeat-y left top;
	position: relative;
	left: -2px;
	top: 0px;
	font-size: 13px;
	line-height: 135%;
}

.itemList li a {
	display: block;
	margin-left: 2px;
	padding-bottom: 8px;
	background: #ffffff;
}

.itemList li a:link,
.itemList li a:visited {
	color: #000000;
	text-decoration: none;
}
.itemList li a:hover,
.itemList li a:active {
	color: #000000;
	text-decoration: none;
}

.itemList li .itemThumb {
	display: block;
	width: 136px;
	height: 174px;
	margin: 0px auto 6px auto;
	text-align: center;
}
.itemList li .itemThumb img{
	max-width:130px;
	max-height: 174px;
	border:1px solid #cccccc;
}
.itemList li .itemText {
	display: block;
	width: 156px;
	margin: 0px auto 0px auto;
}
.itemList li .newicon {
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 4px;
}
.itemList li .genreicon {
	display: block;
	margin-bottom: 4px;
}


/* other ------------------------------ */
.leftColumn {
	width: 260px;
	margin-right:40px;
	float: left;
}
.leftColumn li{
	text-indent:-1.1em;
	list-style:none;
	padding:12px 0 12px 0;
	background:url(/images/new/common_line01.gif) repeat-x left bottom;
}
.leftColumn li:first-child{
	padding:0 0 12px 0;
}
.leftColumn li a{
	color:#333333;
}
.leftColumn li a:hover{
	color: #f66b37;
}

.rightColumn {
	width: 710px;
	float: right;
}

.border1 {
	margin:0 0 16px 0;
	padding:0 0 32px 0;
	background: url(/images/new/common_line01.gif) repeat-x left bottom;
}
.border1:last-child {
	background:none;
}

.oneColumn {
	width: 1010px;
}

/* detail ------------------------------ */
#imageColumn {
	width: 360px;
	float: left;
}

#detailThumb {
	text-align: center;
	margin-bottom: 16px;
}
#detailThumb img{
	border:1px solid #cccccc;
	max-width:300px;
}
	

#detailText01 {
	font-size: 13px;
	line-height: 160%;
}

#textColumn {
	width: 660px;
	float: right;
}

#detailNewicon {
	font-size: 0.1em;
	line-height: 0.1em;
	margin-bottom: 8px;
}

#detailGenreicon {
	width: 50px;
	float: left;
	padding-bottom: 14px;
}

#detailTitle {
	width: 610px;
	float: left;
	font-size: 18px;
	line-height: 135%;
	margin-bottom: 6px;
}
#detailWriter {
	width: 610px;
	float: left;
	font-size: 14px;
	line-height: 135%;
	padding-bottom: 14px;
}

#detailText02 {
	clear: both;
	padding-top: 16px;
	padding-bottom: 32px;
	border-top: 1px solid #d1d1d1;
	font-size: 13px;
	line-height: 145%;
}

#detailText03 {
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 10px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	line-height: 160%;
}

.detailPrice {
	font-size: 14px;
	line-height: 135%;
	font-weight: bold;
}

#detailSbm {
	text-align: left;
}
#detailSbm div {
	display: inline-block;
	/display: inline; /* for IE6&7 */
	zoom: 1;
	padding-right: 10px;
	vertical-align: top;
}

#detailButtonBox {
	padding-top: 24px;
	margin-bottom: 16px;
}
.detailButtonSet {
	display: inline-block;
	/display: inline; /* for IE6&7 */
	zoom: 1;
	margin-right: 16px;
	vertical-align: bottom;
	line-height: 105%;
}
.detailButtonImage {
	margin-top: 4px;
}

#otherInfoBox {
	background: url(/images/new/common_line03.gif) repeat-x left bottom;
	padding-bottom: 40px;
}
#otherInfoTitle {
	background: url(/images/new/common_line03.gif) repeat-x left top;
	padding-top: 16px;
	margin-bottom: 12px;
}
#otherInfoText {
	font-size: 13px;
	line-height: 160%;
}


.itemlist-company td,.itemlist-company th {
	padding:0 0 16px 0;
}
.itemlist-company th{ 
	width:90px;
	font-weight:bold;
}
.itemlist-company td { width:549px;}
.itemlist-company,.itemlist-inquiry,.itemlist-mobile {
	padding:0 40px 0 0;
	line-height:150%;
}
.company-thumb li {
	float:left;
	width:180px;
	text-align:center;
	padding:0 0 20px 0;
	list-style:none;
}
.company-thumb li img{
	height:120px;
}

.itemlist-company,.itemlist-inquiry,.itemlist-mobile {
	padding:12px 40px 20px 0;
	margin-bottom:5px;
	line-height:150%;
}
.othertitle1 h2{
	font-size:19px;
	color:#000000;
	background: url(/images/new/icon_titlemark.gif) no-repeat;
	padding-left:20px;
	margin-bottom:20px;
}
.othertitle1 h3{
	background: url(/images/new/icon_circle.gif) no-repeat 0 2px;
	padding-left:20px;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}
.tb1 {
	margin-bottom:12px;
	
}
.tb1 td{
	padding:8px;
}
.tb2{
	background:#888888;
	border-collapse: collapse;
	border: 1px solid #999999;
}
.tb2 td{
	padding:8px;
	background:#f5f5f5;
	border: 1px solid #999999;
}
.tb2 th{
	padding:8px;
	background:#E0E0E0;
	border: 1px solid #999999;
}
.mb-12{ margin-bottom:12px;}
.mb-24{ margin-bottom:24px;}
.border2 {border:1px solid #999999;}



.mobile-thumb li {
	float:left; margin:0 5px 5px 0;
	width:150px; text-align:center;
	list-style:none;
}
.mobile-thumb2 li {
	float:left; margin:0 5px 5px 0;
	width:110px; text-align:center;
	list-style:none;
}
.mobile-thumb2 li img{
	height:130px;
}
.border-c {
	background-position:bottom;
	padding:10px 0;
}

.twitterlist{
	margin:20px 0 0 -35px;
}
.twitterlist li{
	float:left;
	width:130px;
	margin:0 0 20px 40px;
	list-style:none;
}
.twitterlist li img{
	border:1px solid #cccccc;
}


/*  contents-okuduke
----------------------------------------------------------------*/
#contents-okuduke {
	width:1046px; height:auto;
	margin:0; padding:30px 0;
	background:url('../images/common/okuzuke_wall.gif') repeat;
}
#okuduke-main,#okuduke-other {
	width:940px; margin:0 0 0 30px;
	position:relative;
}
#okuduke-main h1{
	width:740px; height:240px;
	background:url('../images/common/okuzuke_toptitle.gif') no-repeat;
	text-indent:-9999px;
}
#okuduke-other h1{
	width:740px; height:50px;
	background:url('../images/common/okuzuke_othertitle.gif') no-repeat;
	text-indent:-9999px; padding-bottom:20px;
}
#okuduke-main h2{
	width:166px; height:18px;
	background:url('../images/common/okuzuke_contents.gif') no-repeat;
	text-indent:-9999px; margin-bottom:10px;
}
#okuduke-main ul{
	background:url('../images/common/okuzuke_new_tag.gif') no-repeat;
	background-position:0 7px;
	padding-left:70px;
	padding-bottom:50px;
}
#okuduke-main li{
	border-bottom:1px solid #666666;
	padding:7px 0 7px 85px; font-size:125%;
	list-style:none;
	text-indent:-85px;
}
.okuduke-number {
height:auto;
border-top:1px solid #666666;
border-bottom:1px solid #666666;
padding:20px 0 10px 0; line-height:150%; font-size:105%;
margin-top:20px;
}
.okuduke-number h2 {
font-size:125%; margin:0; padding:0; font-weight:normal;
}
.okuduke-number h3 {
font-size:150%; margin:20px 0; padding:0; font-weight:bold;
}
.okuduke-number span {
text-align:right; display:block; margin-top:30px;
}
#okuduke-other span.number {
position:absolute; top:70px; left:0;
font-size:150%;
}

/*  search
----------------------------------------------------------------*/

.itemlist-top {
padding:14px; margin-bottom:5px;
}
.itemlist-top h3 {font-weight:bold; display:block; margin-bottom:5px; }
.itemlist-top h3 span {
padding:2px 0 0 2px;
}
.serachborder > p {line-height:150%;}
.serachborder span {background-color:#FFFF00; font-size:120%; font-weight:bold;}
.backnumber {text-align:center; display:block; margin:10px 0;}


.gumL {
	background: url(../images/new/icon_circle.gif) no-repeat 0 2px;
	font-size:10px;
	display:inline-block;
	padding-left:10px;
}

#sp_topbanner {
	height:24px;width:100%;
	background:#fff2ca;
	text-align:center;
	font-size:32px;
	padding:40px 40px 40px 40px;
	border:3px solid #ccc;
	font-weight:bold;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-family:'Lucida Grande',
	 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	 Meiryo, メイリオ, sans-serif;
}
	
	#sp_topbanner a{
		display:block;
	}
	
/*  etc
----------------------------------------------------------------*/
.m-10 {
	margin:10px
}
.red1 {
	color:#ff0000
}
.p12{
	font-size:12px
}
.green1{
	color:#4f7e15;
}