﻿@charset "utf-8";

/*初期化
-----------------------------------------------------------------------------*/
/* 
Reset: margin, padding propaty*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote {
	margin: 0;
	padding: 0;
} 
/* 
Reset: border propaty*/
abbr,acronym,fieldset,img {
	border: 0;
} 
/*
Reset: [table] selector*/
table {
 	border-collapse: collapse;
	border-spacing: 0;
} 
table,th,td {
	margin: 0;
	padding: 0;
} 
caption,th,td {
	text-align: left;
} 
/*
Reset: List selector*/
ol,ul {
	list-style: none;
}
/*
Reset: font propaty*/
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
/*
Reset: other*/
q:before,q:after {
	content:'';
} 

/*フォントの基本設定
-----------------------------------------------------------------------------*/
/*
Reset: font-size, line-height propaty
ブラウザのデフォルトフォントサイズを16pxと前提*/
h1,h2,h3,h4,h5,h6 {
	font-size: 14px; /* 14px */ 
	line-height: 1.0;
}
p {
	font-size: 12px; /* 12px */ 
	line-height: 1.2;
}
/* 
Reset: font-family propaty*/

/*フロート操作によるボックスの高さ調整
-----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-Mac */
/*
body
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	font-size: 1em; /*12px;*/
	line-height: 1;
	color: #313131;
}
html {
	overflow-y: scroll;
}
/*
ページ枠基本設定
-----------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

/* =============== float=============== */
.clear {
	clear: both;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.float-n {
	float: none;
}

/* =============== display =============== */
.display-n {
	display: none;
}
.display-i {
	display: inline;
}
.display-ib {
	display: inline-block;
}

/*201106リニューアル
-----------------------------------------------------------------------------*/
#wrap {
	width: 922px;
	height: 100%;
	background-color: #fff;
	margin: 0 auto;
	padding : 0 0 10px;
	text-align: left;
}
#content {
	border: 1px solid #414141;
	box-shadow: 0px 2px 5px #737373;
	-webkit-box-shadow: 0px 2px 5px #737373;
	-moz-box-shadow: 0px 2px 5px #737373;
	height: auto;
	width: 920px;
	background: #fff;
	padding: 0 0 5px;
/* 	position: absolute;footer 消える */	
}
#content:after {	content: "";
	display: block;
	clear: both;
}
/* ie6 hack */	
* html #content {
	width: 922px;
	margin-top: 0px;
}
/* ie7 hack NEW */	
*:first-child+html #content {
	margin-top: 0px;
}
#searcharea {
	border-bottom: 1px solid #414141;
	box-shadow: 0px 2px 5px #737373;
	-webkit-box-shadow: 0px 2px 5px #737373;
	-moz-box-shadow: 0px 2px 5px #737373;
	height: 48px;
	width: 864px;
	background: #7d7d7d;
	padding: 9px 28px 11px;
	position: relative;
	z-index: 99;
	background: url(../gen/bodypage-bg.html) repeat-x top;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#818181',direction='180',strength='5');
}
/* ie6 hack */	
* html #searcharea {
	width: 920px;
	height: 70px;
	padding: 8px 28px 12px;
}
/* ie7 hack NEW */	
*:first-child+html #searcharea {
	padding: 10px 28px;
}
#seek  {
	width: 380px;
	height: 27px;
	padding: 3px;
	margin-top: 7px;
	float: left;
	box-shadow: inset 0px 2px 5px #737373;
	-webkit-box-shadow: inset 0px 2px 5px #737373;
	-moz-box-shadow: inset 0px 0px 6px 0px #737373; 
	border-top: 1px solid #353535;
	border-right: 1px none #353535;
	border-bottom: 1px solid #353535;
	border-left: 1px solid #353535;
}
/* ie6 hack */	
* html #seek {
	height: 35px;
	width: 387px;
}
/* ie7 hack NEW */	
*:first-child+html #seek {
	margin-top: 6px;
	height: 27px;
	border-right: 1px solid #353535;
}
#searchBtn {
	width : 69px;
	height: 33px;
	background: #ebebee;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #353535;
	padding-top: 0;
	margin-top: 7px;
	background: url(../gen/search-bg.html) repeat-x top;
}  
#searchBtn:after {
	content: "";
	display: block;
	clear: both;
}
/* ie6 hack */	
* html #searchBtn {
	position: absolute;
	height: 35px;
}
/* ie7 hack NEW */	
*:first-child+html #searchBtn {
	margin-top: 16px;
	border-left: none;
	height: 33px;
}
#searchBtn a {
	display: block;
	width : 69px;
	height: 30px;
	padding-top: 4px;
	cursor: pointer;
}
/*パンくずリスト*/
div#content div#breadCrumb {
	float: left;
}
div#content div#breadCrumb ul {
	margin: 23px -16px 21px 30px;
}
div#content div#breadCrumb ul li {
	display: inline;
	margin-right: 10px;
	font-size: 12px;
}
.box {
	margin: auto;
	left: 0;
	top: 0;
	width: 866px;
	z-index:10;
	position: relative;
}
/* ie6 hack */	
* html .box {
	left: 25px;
	top: -5px;
/* 	position: absolute;これをつけるとボタンが消える */	
}
/* ie7 hack NEW */	
*:first-child+html .box {
	left: -1px;
	top: -1px;
	width: 882px;
/* 	position: absolute;これをつけるとボタンが消える */	
}
#contentsArea {
	position: absolute;
	left: -5px;
	right: 0;/* iこれをつけないとFFとIE8で簡単ボタンが左による */
	top: 1px;
}
/* ie6 hack NEW */	
* html  #contentsArea {
	top: -57px;
}
/* ie7 hack NEW */	
*:first-child+html #contentsArea {
	top: -57px;
	left: 3px;
}

#contents {
	text-align: left;
	border-right: 6px solid #eee;
	border-bottom: 6px solid #eee;
	border-left: 2px solid #eee;
	border-left:2px outset #dcdcdc\9;
	box-shadow: 0px 1px 2px 1px #818181;
	-webkit-box-shadow: 0px 1px 2px 1px #818181;
	-moz-box-shadow: 0px 1px 2px 1px #818181;
	display: none;
	overflow: hidden;
	background: url(../gen/contentsBG.html) repeat-y left top #fff;
	height: auto;
	width: 863px;
	padding-top: 33px; /* yama: to add "Close" */
	padding-bottom: 6px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#818181',direction='135',strength='2');
	z-index: 90;
}
* html #contents {
	width: 869px;
	position: relative;/* 	これをつけるとボタンが動かない */
	border-left: 2px outset #dcdcdc;
}
/* ie7 hack NEW */
*:first-child+html #contents {
	width: 869px;
	border-left: 2px outset #dcdcdc;
}

#contents ol {
	margin-left: 30px;
	padding-bottom: 10px;
	background-color: #FFF;
}
#contents ol li.rightside {
	width: 400px;
	display: inline-block;
	font-weight: 900;
	background: url(../gen/slideContents_Num_bg.html) no-repeat;
	list-style: none;
}

#contents ol li.leftside {
	float: left;
	width: 400px;
	display: block;
	font-weight: 900;
	background: url(../gen/slideContents_Num_bg.html) no-repeat;
	list-style: none;
}
#contents ol li.leftside ul li {
	padding-left: 21px;
	margin: 20px 0;
	background: url(../gen/simpleSearch-more.html) no-repeat left center;
	list-style: none;
	font-weight: 100;
}

#contents ol li.rightside ul li {
	padding-left: 21px;
	margin: 20px 0;
	background: url(../gen/simpleSearch-more.html) no-repeat left center;
	list-style: none;
	font-weight: 100;
}
#contents ul li a {
	text-decoration: none;
	color: #000;
}
#contents ul li a:hover {
	text-decoration : underline;
	color: #0041ff;
}

#closeEasySearch {
	margin-top: -24px;
	margin-right: 13px;
	list-style: none;
	font-weight: 80;
	float: right;
	font-size: 12px;
}

* html #closeEasySearch {
	padding-top: 8px;
	margin-top: -28px;
}

*:first-child+html #closeEasySearch {
	padding-top: 8px;
	margin-top: -28px;
}

#closeEasySearch a {
	display: block;
	cursor: pointer;
	padding-left: 17px;
	background: url(../gen/slide-up_close.html) no-repeat left center;
	color: #0041ff;
	text-decoration: none;
}

#closeEasySearch a:hover {
	color: #ff9900;
	text-decoration: none;
}

#looksDoes {
	width: auto;
	height: auto;
	float: right;
	left: 0;
	background: #eee;
	border-left: 1px inset #fff;
	border-right: 2px inset #dcdcdc\9;
	border-bottom: 2px inset #dcdcdc\9;
	border-left: none\9;
	box-shadow: 1px 1px 2px 0 #818181;
	-webkit-box-shadow: 1px 1px 2px 0 #818181;
	-moz-box-shadow: 1px 1px 2px 0 #818181;
	font-size: 12px; /* 14pxから変更したら、開いた時に左側に線が付いた */
	z-index: 1;
	white-space: nowrap;
	text-align: left;
	display: block;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#818181',direction='270',strength='2');
	top: 0;
	padding: 0 0 0 12px;
	cursor: pointer;
}
/* ie6 hack */	
* html #looksDoes {
	float: right;
	position: relative;
	left: 0; /* これをつけないとボタンが消える */
	top: -5px;
	right: 0;
	z-index: 90;
border-right:2px inset #dcdcdc;
border-bottom:2px inset #dcdcdc;
border-left:none;
}
/* ie7 hack NEW */	
*:first-child+html #looksDoes {
	float: right;
	position: relative;
	left: 0; /* これをつけないとボタンが消える */
	top: -4px;
	right: 0;
border-right:2px inset #dcdcdc;
border-bottom:2px inset #dcdcdc;
border-left:none;	
}
#looksDoes a {
	display: block;
	cursor: pointer;
	padding: 13px 21px;
	background: url(../gen/slide-down.html) no-repeat left center;
	color: #0041ff;
	text-decoration: none;
}
#looksDoes a:hover {
	color: #ff9900;
	text-decoration: none;
}
/* ie6 hack */	
* html #looksDoes a {
	margin-top: 5px;
}
/* ie7 hack NEW */	
*:first-child+html #looksDoes a {
	margin-top: 5px;
}
#mainColumn {
	width: 920px;
	margin: 0 25px;
}
/* ie6 hack */	
* html #mainColumn {
	width: 870px;
	height: auto;
	display: inline;
}
#block {
	width: 870px;
	float: left;
	padding: 0;
	margin: 0;
}

#lblock {
	width: 432px;
	float: left;
	padding: 0;
	margin: 0;
}

#rblock {
	width: 420px;
	float: left;
	padding-left: 18px;
}

.catch_blue{
	background: url(../gen/catch_blue_ball.html) no-repeat left 2px;
}
.catch_yellowgreen {
	background: url(../gen/catch_yellowgreen_ball.html) no-repeat left 2px;
}
.catch_green {
	background: url(../gen/catch_green_ball.html) no-repeat left 2px;
}
.catch_purple {
	background: url(../gen/catch_purple_ball.html) no-repeat left 2px;
}
.catch_gray {
	background: url(../gen/catch_gray_ball.html) no-repeat left 2px;
}

#block div h4,
#lblock div h4,
#rblock div h4{
	margin-top: 0;
	background: url(../gen/catch_line.html) no-repeat 30px bottom;
}

#block h4,
#lblock h4,
#rblock h4 {
	padding-left: 36px;
	padding-top: 7px;
	padding-bottom: 10px;
	line-height: 17px;
}

#block ul,
#lblock ul,
#rblock ul {
	margin: 0 10px 25px 33px;
}

#block ul li,
#lblock ul li,
#rblock ul li {
	margin: 13px 0;
	padding-left: 21px;
	background: url(../gen/simpleSearch-more.html) no-repeat left top;/* #lblock ul li aから移動して依頼No.24に対応 */
}
#block ul li a,
#lblock ul li a,
#rblock ul li a {
	margin: 20px 0;
	text-decoration : none;
	color: #000;
}
#block ul li a:hover,
#lblock ul li a:hover,
#rblock ul li a:hover {
	text-decoration : underline;
	color: #0041ff;
}

/* ie6 hack */	
* html #rblock {
	width: 438px;
}

#rblock ul.looks {
	margin: 10px 0 0 30px;
	padding: 0;
}
#rblock ul.looks li {
	background: url(none.html);
	border: 1px solid #aaa;
	background: #eee;
	height: 89px;
	width: 117px;
	text-align: cente;
	vertical-align: bottom;
	margin: 0 11px 0 0;
	box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;
	-moz-box-shadow: 0 0 3px #aaa;
	float: left;
	padding-left: 0;/* #rblock ul liのpadding-left: 21px;を消すため */	
}
/* ie6 hack */	
* html #rblock ul.looks li {
	display: inline;
	height: 91px;
	width: 119px;
}
#rblock ul.looks li a {
	background: url(none.html);
	height: 76px;
	width: 104px;
	line-height: 1.2;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #fff;
	color: #000;
}
/* ie6 hack */	
* html #rblock ul.looks li a {
	display: inline;
	height: 88px;
	width: 116px;
}
#rblock ul.looks li a:hover {
	text-decoration : none;
	color: #0041ff;
}
#rblock h5 {
	padding: 2px 5px 5px 0;
	font-weight: normal;
	text-align: right;
	padding-top: 12px;
}
/* ie6 hack */	
* html #rblock h5 {
	padding-top: 0;
}
/* ie7 hack NEW */	
*:first-child+html #rblock h5 {
	padding-top: 0;
}

h4 a {
	text-decoration : none;
	cursor: pointer;
	color: #000000;
}
h4 a:hover {
	color: #0041ff;
}

#rblock h5 a {
	text-decoration : underline;
	cursor: pointer;
	font-size: 12px;
	color: #0041ff;
}
#rblock h5 a:hover {
	color: #ff9900;
}
.header:after {
	content: "";
	display: block;
	clear: both;
}
#header ul {
	display: inline;
}
#headlist {
	display: inline;
	float: right;
	padding: 30px 0 0;
	margin: 0;
	line-height: 1.0;
	margin-top: -2px;
}
#headlist li {
	float: left;
	margin: 0 13px 0 0;
	display: inline;
	padding-top: 1px;
	line-height: 1.0;
}
#headlist li a {
	text-decoration : none;
	line-height: 1;
	font-size: 0.8em;
	color: #0041ff;
	text-decoration: none;
}
#headlist li a:hover {
	text-decoration: none; /* yama */
	color: #ff9900;
}

.headergraytext {
	font-size : 12px;
	color : #999999;

}

.mgn-T10px {
	margin-top: 10px;
}
.mgn-T16px {
	margin-top: 16px;
}
#footertable {
	width : 920px; /* =============== 760pxから変更 =============== */
	clear: both;
	padding-top: 10px; /* =============== 30pxから変更 =============== */
	text-align: right;
}
/* ie6 hack
* html #footertable {
	position: absolute;
	top: 620px;
	clear: both;
} */	
/* ie7 hack NEW
*:first-child+html #footertable {
	top: 570px;
} */	
.footer {
	margin-left : 110px;
}

address {
	font-size : 11px;
	color : #000000;
	font-weight : normal;
	font-style : normal;
}

.looks_cheetah {
	display: none;
}

/* MESSAGE_CONTENTS_BLOCK */
#noscript {
	width: 100%;
	padding: 5px 0 5px 0;
	background-color: #c0c0c0;
	text-align : center;
	font-size: 16px;
	font-weight: bold;
}