@charset "utf-8";

/* 初期化スタイルシートの読込 */
@import "reset.css";

/* common */

body {
	/* ブラウザのほとんどはデフォルトで16pxのため、フォントに62.5%を指定することで基本サイズを10pxにできる。 */
	font-size: 62.5%;
	font-family: sans-serif;
}

p,dt,dd {
	font-size: 1.5em;
	line-height: 1.5em;
}

/* clear fix */
.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { 
	display: inline-block; /* IE7,MacIE5.0 */
}
.clearfix {
	display: block; /* MacIE5.0以外 */
}

/* container */
#container {
	width: 750px;
	margin: 0 auto 0;
}

/* navi */
#navi {
/*	height: 30px; */
	font-size: 1.2em;
}

#navi table {
	float: right;
/*	width: 26em;*/
	margin-top: 0.5em;
}
#navi td {
	background: url(../images/navi_icon_menu.gif) no-repeat left center;
	text-indent: 15px;
	padding-right: 1em; 
}
#navi td a {
	text-decoration: none;	
}

#navi h1 {
	line-height: 2em;
	float: left;
	padding-left: 0.5em;
}

#navi .logo {
	float: left;
	padding-left: 10px;
}

/* header */
#header {
	height: 80px;
	background-image:url(../images/header_img_title.jpg);
	clear: both;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#header a {
	display: block;
	height: 80px;
	margin: 0;
	padding: 0;
}

/* back */
#back {
	float: left;
	background: url(../images/back_img_background.jpg) repeat-y;
	width: 750px;
}

/* sub */
#sub {
	float: left;
	width: 150px;
	padding: 0 10px;
}

#sub .sub-menu {
	width: 150px;
	background: url(../images/sub_menu_header.gif) no-repeat left top;
	margin: 10px 0;
	
}

#sub .sub-menu p {
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
}

#sub .sub-menu ul {
	list-style: none;
	padding-bottom: 20px;
	background: url(../images/sub_menu_footer.gif) no-repeat left bottom;
	font-size: 1.2em;
}

#sub .sub-menu li {
	background: url(../images/sub_icon_menu.gif) 0 1.2em no-repeat;
	margin-left: 15px;
	padding-left: 17px;
	padding-top: 1em;
}

#sub .sub-menu a {
	text-decoration: none;
}

#sub .sub-service ul {
	margin: 10px 0;
}	

#sub .sub-service li {
	margin-top: 10px;
}

#sub a.sub-form-click {
	display: block;
	width: 150px;
	height: 70px;
	text-indent: -9999px;
	background: url(../images/sub_form_click.gif) no-repeat;
}
#sub a.sub-form-click:focus,
#sub a.sub-form-click:hover{
	background: url(../images/sub_form_click_f2.gif) no-repeat;
}


/* main */
#main {
	float: left;
	width: 560px;
	padding: 0 10px 20px;
	margin-bottom: 20px;
}

/* pankuzu */
#pan {
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

#pan ol li {
	display: inline;
	line-height: 110%;
	list-style-type: none;
}
#pan ol li a {
	padding-right: 10px;
	background: url(../images/pan_path_separater.gif) no-repeat right center;
}

/* contents */
#con h2 {
	color: #660000;
	font-weight: bold;
	font-size: 1.8em;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 0.3em 0 0.3em 0.3em;
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-weight: bold;
	background: url(../images/all_h2_back.gif) repeat-x;
	color: #FFFFFF;
}

#con h3 {
	border-bottom: 1px solid #CCCCCC;
	border-left: 10px solid #FF0000;
	padding-left: 0.3em;
	margin-top: 1em;
	font-weight: bold;
}

#con p.all-margin-top {
	margin-top: 1.4em;
}

#con table {
	width: 560px;
	font-size: 1.5em;
	background: url(../images/con_hig_table_backgroud.jpg) repeat-y;
}

#con th {
	text-align: center;
	background-color: #FF0000;
	color: #FFFFFF;
}

#con td {
	border: 1px #CCCCCC solid;
	padding: 5px;
}

#con td.all-tableIndex {
	width: 160px;
	font-weight: bold;
}

#con td p,#con td a {
	font-size: 1em;
}

/* contents sitemap */
#con ol.sit-list li {
	list-style: disc inside;
	line-height: 1.5em;
	font-size: 1.5em;
}


/* contents index */
#con ul.ind-question {
	font-size: 2em;
	line-height: 2em;
	padding-left: 1em;
	background: #FFFFCC;
	font-weight: bold;
}
#con .ind-question-header {
	font-size: 0.8em;
	color: #FFFFFF;
	background: #FF0000;
	padding: 0.2em;
	margin-right: 0.5em;
	font-weight: bold;
}
#con p.ind-question {
	font-size: 1.8em;
}

#con div.ind-feature {
	position: relative;
}

#con .ind-feature h2 {
	margin: 0 0 10px 60px;
	padding-left: 25px;
}

#con .ind-answer-index {
	position: absolute;
	top: 5px;
	left: -4px;
	margin: 0;
	padding: 0;
}

#con .ind-feature {
	width: 540px;
	border: 1px solid #CCCCCC;
	margin-top: 1em;
	padding: 9px;
}

#con .ind-feature-img {
	float: left;
	width: 100px;
}
#con .ind-feature-contents {
	float: left;
	width: 420px;
	padding: 0 10px;
}
#con .ind-feature-clear {
	clear: both;
}

/* con all */
#con a.all-sell-apply {
	display: block;
	width: 300px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/all_button_sell_apply.gif) no-repeat;
}
#con a.all-sell-apply:focus,
#con a.all-sell-apply:hover{
	background: url(../images/all_button_sell_apply_f2.gif) no-repeat;
}
#con a.all-sell-apply-form {
	display: block;
	width: 300px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/all_button_sell_apply_form.gif) no-repeat;
}
#con a.all-sell-apply-form:focus,
#con a.all-sell-apply-form:hover{
	background: url(../images/all_button_sell_apply_form_f2.gif) no-repeat;
}

/* con highPriceList */

/* contents impression 感想 */
#con .imp {
	margin-top: 10px;
	padding: 10px;
	position: relative;
	border: 1px solid #CCCCCC;
	margin-bottom: 1.4em;
}

#con .imp h3 {
	font-size: 2em;
	margin-top: 0px;
}


#con .imp-opinion p {
	display: inline;
	padding-bottom: 0.2em;
	line-height: 1.8em;
}

#con .imp-img {
	position: absolute;
	top: -20px;
	left: 45em;
	margin: 0;
}

#con .imp-opinion {
	padding: 10px;
}

#con .imp-answer {
	color: #660000;
	background: #FFFFCC;
	padding: 10px;
}

/* 20101110 mori _impression_xxxx感想 */

#con table.imp-items {
	width: 400px;
	margin-bottom: 10px;
}

#con table.imp-items th {
	background : url(../images/con_hig_table_backgroud.jpg) repeat-y scroll 0 0 ;
	color: #000000;
	border: 1px solid #cccccc;
	text-align: left;
	padding: 5px;
	width: 80px;
}

#con table.imp-items td {
	background-color: #ffffff;
	width: 140px;
}

/* footer */
#footer {
	width: 750px;
	font-size: 2em;
	clear: left;
}

#footer img {
	vertical-align: top;
	
}

#footer ul {
	text-align: center;
	/* for all IE only */
	padding-bottom: 10px\9;	
}

#footer ul li {
	font-size: 58%;
	/* for all IE only */
	font-size: 50%\9;
	display: inline;
	padding: 0 7px 0;
	border-right: 1px solid #CCCCCC;
}
#footer ul li a {
	text-decoration: none;
}
	
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li.first {
	border-left: 1px solid #CCCCCC;
}



#footer #add {
	background: url(../images/foo_line_back.jpg) repeat-y;
	height: 30px;
	margin-top: 10px;
}
#footer p {	
	float: left;
	width: 400px;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 0.6em;
	line-height: 2em;
}

#footer address {
	float: right;
	width: 330px;
	color: #000000;
	text-align: right;
	padding-right: 10px;
	font: 0.6em "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 2em;
}

/* sell-apply */
#con ul.sel-special-list {
	font-size: 1.5em;
	padding: 5px;
	line-height: 1.5em;
	margin: 5px;
	border: 1px solid #CCCCCC;
	list-style: disc inside;
}
#con img.sel-terms-header {
	margin-top: 30px;
}
#con .sel-true {
	color: #0000FF;
	padding: 10px;
	background-color: #FAFAFF;
	border: 1px solid #0000FF;
	margin-bottom: 6px;
}
#con .sel-false {
	color: #FF0000;
	padding: 10px;
	background-color: #FFFAFA;
	border: 1px solid #FF0000;
	margin-bottom: 6px;
}
#con .sel-conditions li {
	border-bottom: 1px dashed #CCCCCC;
}
#con .sel-conditions ul {
	list-style: disc inside;
	font-weight: bold;
}
#con .sel-conditions h4 {
	color: #666666;
}
#con .sel-conditions {
	font-size: 1.5em;
	line-height: 2em;
	margin-top: 30px;
}
#con .sel-conditions h3 {
	color: #666666;
	border-bottom: 1px solid #666666;
	border-left: 10px solid #666666;
	padding-top: 0px;
	margin-top: 0px;
}
#con .sel-attention {
	background-image: url(../images/con_sel_attention.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
}
#con .sel-category-conditions li {
	float: left;
}
#con ul.sel-category-conditions {
	background: url(../images/con_sel_conditions_cotegory.gif) no-repeat;
	height: 100px;
	width: 400px;
}
#con ul.sel-category-conditions a {
	display: block;
	width: 100px;
	height: 100px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0px;
}
#con li.sel-navi-book a.active,
#con li.sel-navi-book a:focus,
#con li.sel-navi-book a:hover {
	background: url(../images/con_sel_conditions_cotegory.gif) no-repeat left bottom;
}
#con li.sel-navi-cd a.active,
#con li.sel-navi-cd a:focus,
#con li.sel-navi-cd a:hover {
	background: url(../images/con_sel_conditions_cotegory.gif) no-repeat -100px -100px;
}
#con li.sel-navi-dvd a.active,
#con li.sel-navi-dvd a:focus,
#con li.sel-navi-dvd a:hover {
	background: url(../images/con_sel_conditions_cotegory.gif) no-repeat -200px -100px;
}
#con li.sel-navi-game a.active,
#con li.sel-navi-game a:focus,
#con li.sel-navi-game a:hover {
	background: url(../images/con_sel_conditions_cotegory.gif) no-repeat -300px -100px;
}

#con li.sel-go-bottom {
	float: left;
	border-style: none;
}
#con li.sel-go-top {
	float: right;
	border-style: none;
}
#con ul.sel-go-top-bottom {
	background: url(../images/sel_go_top_bottom.gif) no-repeat;
	height: 30px;
	width: 560px;
	list-style: none;
}
#con ul.sel-go-top-bottom a {
	display: block;
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0px;
}
#con li.sel-go-bottom a.active,
#con li.sel-go-bottom a:focus,
#con li.sel-go-bottom a:hover {
	background: url(../images/sel_go_top_bottom.gif) no-repeat left bottom;
}
#con li.sel-go-top a.active,
#con li.sel-go-top a:focus,
#con li.sel-go-top a:hover {
	background: url(../images/sel_go_top_bottom.gif) no-repeat -430px -30px;
}
#con #all-apply-form {
	margin-top: 30px;
}
#con .ind-sell-apply-form {
	margin-top: 10px;
	margin-bottom: 10px;
}
#con p.all-font-small {
	font-size: 1.2em;
}
#campain {
	position: absolute;
	top: 0;
	left: 0;
}
#con .sel-false ul {
	list-style: none inside;
}
#con .sel-true ul {
	list-style: none inside;
}
#con p.sel-list-year {
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}
#con p.sel-list-year a {
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
}

/* 20101110 jQuery Pagination */
#tablePagination { 
	width : 560px;
	background-color: #DCDCDC; 
	font-size: 1.2em; 
	padding: 5px 5px; 
	height: 20px
}

#tablePagination_paginater { 
	margin-left: auto; 
	margin-right: auto;
}

#tablePagination img { 
	padding: 0px 2px; 
}

#tablePagination_perPage { 
	float: left; 
}

#tablePagination_paginater { 
	float: right; 
}


