@charset "UTF-8";
/* ----------------------------------------------------------------------------
 * file name : DOCUMENTROOT/css/base.css
 * compatibility : CSS 2.1 CR/LF - UTF-8
 * description   : スタイルシート
 * revision      : 1.0.2
 * copyright     : Copyright(C)2011 First Brand Inc. / http://firstbrand.co.jp/
 * date          : managed since [2011-05-04 10.16 (JST: GMT+0900) @469]
 * encode phrase : 時々京の方向に幅が細くて美しい線が入った飾りを持つ雀が往く
 * encode phrase : 男は傷の拳で美しく印刷された一冊の書を持ち憎い相手の笑いに応じた
 * encode phrase : 牀前看月光/疑是地上霜/擧頭望山月/低頭思故郷
 * encode phrase : 茨菰葉爛別西灣/蓮子花開猶未還/妾夢不離江上水/人傳郎在鳳凰山
 * encode phrase : 上記の文はエディタにエンコード判定させるためのダミー文です。
---------------------------------------------------------------------------- */

/* Win_IE表示用 */
* {
/*\*//*/
	*zoom: 1;
	/**/
}
html, body {
	height: 100%;
	-webkit-text-size-adjust: none;
	min-width: 960px;
}
/* COMMON */
body {
	font-size: 100%;
 *font-size: small;
 *font: x-small;
	font-family: 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
	margin: 0;
	padding: 0;
}
/* CSS Document */

	* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, div, p, hr, blockquote, address, noscript {
	text-align : left;
	font-style: normal;
	font-weight: normal;
	margin:0;
	padding:0;
}
ul, ol, dl, dt, dd {
	list-style: none;
	margin:0;
	padding:0;
}
span, img {
	border: none;
	font-style: normal;
	font-weight: normal;
	margin:0;
	padding:0;
}
em, strong {
	border: none;
	font-style: normal;
	margin:0;
	padding:0;
}
a {
	color: #06c;
	text-decoration: underline;
	outline: none;
}
a:link {
}
a:active {
}
a:visited {
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ol {
	list-style-type:decimal;
	list-style-position:inside;
}
ul {
	list-style-type:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	word-break:break-all;
	word-wrap:break-word;
}
option {
	padding-right: 5px;/*\*//*/
	padding-right: 0;
	/**/
}
hr {
	display: none;
	height:0;
	margin:0;
	padding:0;
}
img {
	border: 0;
}
pre {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}
form {
	display: block;
}
/* text size changer */
ul.fontSize {
	height: 28px;
	list-style-type: none;
	display: block;
	background-color: transparent;
	background-image: url(/img/header/size_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	position: absolute;
	padding-left: 85px;
	width: 87px;
	left: 603px;
	top: 0px;
}
ul.fontSize li {
	float: left;
	text-decoration: none;
	width: 26px;
	height: 20px;
	border: none;
	text-indent: -9999px;
	display: block;
	margin-top: 3px;
	margin-right: 3px;
	background-image: url(/img/header/size.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.fontSize li.active {
	text-decoration: none;
	width: 26px;
	height: 20px;
	border: none;
	display: block;
	margin-top: 3px;
	margin-right: 3px;
	background: url(/img/header/size_s.gif) no-repeat left top;
}
ul.fontSize li.size_small {
	background-position: 0 0;
	width: 26px;
}
ul.fontSize li.size_middle {
	background-position: -29px 0;
	width: 26px;
}
ul.fontSize li.size_large {
	background-position: -58px 0;
	width: 26px;
}
ul.fontSize li.changeBtn {
	cursor: pointer;
}
#rss{
	float: right;
	font-size: 75%;
	color: #616161;
}
.rss_link {
	margin: 0;
	line-height: 14px;
	background: transparent url(/img/main/icon_rss.gif) no-repeat left center;
	float: right;
	border: none;
	padding-left: 20px;
	padding-right: 10px;
}
/*ヘッダー ---------------------------------------------*/
.announceBlock {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header_all {
	width:100%;
	background-image: url(/img/header/bg_header.gif);
	background-repeat: repeat-x;
	height: 100px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F79500;
	background-position: 0px 0px;
}
#header {
	width: 960px;
	height: 74px;
	position: relative;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#site_title {
	display: block;
	width: 185px;
	position: absolute;
	left: 0px;
	top: 9px;
	height: 57px;
}
#header_util {
	position: absolute;
	width: 775px;
	height: 74px;
	left: 185px;
	top: 0px;
}
#headline {
	display: block;
	text-align: right;
	font-size: 11px;
	position: absolute;
	top: 8px;
	left: 50px;
	color: #666666;
	width: 500px;
}
.header_navi {
	width: 648px;
	position: absolute;
	height: 21px;
	left: 185px;
	top: 41px;
}
.header_navi ul {
	float: right;
}
.header_navi li {
	float: left;
}
.header_navi li a{
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 21px;
}
.header_navi li.util_home a{
	background: url(/img/header/util_navi.gif) no-repeat 0 0;
	width: 66px;
	margin-right: 5px;
}
.header_navi li.util_home_s a{
	background: url(/img/header/util_navi.gif) no-repeat 0 -21px;
	width: 66px;
	margin-right: 5px;
}
.header_navi li.util_search a{
	background: url(/img/header/util_navi.gif) no-repeat -100px 0;
	width: 89px;
	margin-right: 5px;
}
.header_navi li.util_search_s a{
	background: url(/img/header/util_navi.gif) no-repeat -100px -21px;
	width: 89px;
	margin-right: 5px;
}
.header_navi li.util_qa a{
	background: url(/img/header/util_navi.gif) no-repeat -200px 0;
	width: 106px;
	margin-right: 5px;
}
.header_navi li.util_qa_s a{
	background: url(/img/header/util_navi.gif) no-repeat -200px -21px;
	width: 106px;
	margin-right: 5px;
}
.header_navi li.util_cafe a{
	background: url(/img/header/util_navi.gif) no-repeat -400px 0;
	width: 86px;
	margin-right: 5px;
}
.header_navi li.util_cafe_s a{
	background: url(/img/header/util_navi.gif) no-repeat -400px -21px;
	width: 86px;
	margin-right: 5px;
}
.header_navi li.util_about a{
	background: url(/img/header/util_navi.gif) no-repeat -500px 0;
	width: 142px;
	margin-right: 5px;
}
.header_navi li.util_about_s a{
	background: url(/img/header/util_navi.gif) no-repeat -500px -21px;
	width: 142px;
	margin-right: 5px;
}
.header_navi li.util_voice a{
	background: url(/img/header/util_navi.gif) no-repeat -1000px 0;
	width: 86px;
	margin-right: 5px;
}
.header_navi li.util_voice_s a{
	background: url(/img/header/util_navi.gif) no-repeat -1000px -21px;
	width: 86px;
	margin-right: 5px;
}
.header_navi li.util_list a{
	background: url(/img/header/util_navi.gif) no-repeat -700px 0;
	width: 102px;
}
.header_navi li.util_list_s a{
	background: url(/img/header/util_navi.gif) no-repeat -700px -21px;
	width: 102px;
	margin-right: 7px;
	display: block;
	overflow: hidden;
}

#util_comlogo {
	background: url(/img/header/util_navi.gif) no-repeat -890px 10px;
	float: right;
	padding-left: 30px;
	border-left: 1px solid #CCC;
	height: 31px;
	width: 87px;
	position: relative;
	top: 35px;
}
#util_comlogo a {
	display: block;
}
.header_menu {
	width: 775px;
	position: absolute;
	left: 185px;
	top: 36px;
	height: 31px;
}
.header_menu ul {
	float: right;
}
.header_menu li {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
#util_sep {
	padding-left: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}
.util_com {
	background-image: url(/img/header/header_ext.gif);
	padding-left: 20px;
	display: block;
	height: 31px;
	width: 87px;
	background-repeat: no-repeat;
	background-position: left center;
}
#header_nav {
	width: 960px;
	margin: 0px auto;
	height: 26px;
	clear: both;
}
.frame_breadcrumbs {
	float: left;
	font-size: 11px;
	line-height: 26px;
}
.frame_breadcrumbs a {
	text-decoration: none;
}
.frame_breadcrumbs a:hover {
	text-decoration: underline;
}
.googlesitesearch {
	float: right;
	text-align: left;
}
.googlesitesearch p {
	font-size: 13px;
	margin-top: 1px;
}
.googlesitesearch input {
	width: 200px;
	text-align: left;
	font-size: 13px;
	vertical-align: middle;
	height: 16px;
}
.googlesitesearch img {
	vertical-align: middle;
	cursor: pointer;
}
/*layout ---------------------------------------------*/
#main_all {
	background-color: #F5F5F5;
	overflow: hidden;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
}
#main_body {
	width: 960px;
	margin: 0 auto 30px;
}
#container {
}
#container_inner {
}
#container_bottom {
	padding-top: 30px;
	padding-bottom: 20px;
	clear: both;
}
.frame_main_contents_single {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e1e1e1;
	padding: 5px;
	margin-bottom: 10px;
	background-image: url(/img/main.top/top_960.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.frame_main_contents_main_bottom {
	width: 700px;
	background-image: url(/img/main.top/bottom_700.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 5px 0;
	float: left;
}
.frame_main_contents_main {
	margin-right: auto;
	margin-left: auto;
	background-color: #e1e1e1;
	padding: 0 5px 0 5px;
	margin-bottom: 0px;
	background-image: url(/img/main.top/top_700.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
.frame_main_contents_inner_page {
	margin-top: 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.frame_main_contents_inner_bottom {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-top: 5px;
}
/*サイドコンテンツ ---------------------------------------------*/
.frame_main_bottom_sub {
	width: 250px;
	float: right;
	margin: 0;
	padding: 0;
	clear: right;
}
.frame_main_bottom_sub a {
	text-decoration: underline;
}
.frame_main_bottom_sub a:hover {
	text-decoration: none;
}
.frame_main_bottom_sub h3 {
	margin: 0;
	padding: 0;
	background: url(/img/main/h3_bg_03.jpg) no-repeat center top;
	font-weight: 900;
	margin-bottom: 5px;
}
.frame_main_bottom_sub h3 a {
	display: block;
	line-height: 35px;
	color: #ffffff;
	text-decoration: none;
	font-size: 88%;
	margin-left: 10px;
	font-weight: 900;
}
.frame_main_bottom_sub h3 a:hover {
	text-decoration: underline;
}
.frame_main_bottom_sub_item {
	width: 240px;
	clear: both;
	border: 1px solid #cccccc;
	padding: 5px 4px;
	background-color: #ffffff;
	margin-bottom: 10px;
}
.frame_main_bottom_sub_item_inner {
	padding: 5px;
}
.frame_main_bottom_sub_item .qa_read {
	font-size: 75%;
	line-height: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.frame_main_bottom_sub_item h3 {
	margin-bottom: 5px;
}
.frame_main_bottom_sub_item ol {
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.frame_main_bottom_sub_item ol li {
	line-height: 16px;
	font-size: 75%;
	padding: 0 0 5px 26px;
}
.frame_main_bottom_sub_item ol li.num1 {
	background: transparent url(/img/main/icon_num.gif) no-repeat 0 0;
}
.frame_main_bottom_sub_item ol li.num2 {
	background: transparent url(/img/main/icon_num.gif) no-repeat 0 -50px;
}
.frame_main_bottom_sub_item ol li.num3 {
	background: transparent url(/img/main/icon_num.gif) no-repeat 0 -100px;
}
.frame_main_bottom_sub_item ol li.num4 {
	background: transparent url(/img/main/icon_num.gif) no-repeat 0 -150px;
}
.frame_main_bottom_sub_item ol li.num5 {
	background: transparent url(/img/main/icon_num.gif) no-repeat 0 -200px;
}
.frame_main_bottom_sub_item ol li img {
	vertical-align: middle;
	margin-right: 5px;
}
.frame_main_bottom_sub_item .rdf_link {
	margin: 0;
	line-height: 25px;
	background: transparent url(/img/main/icon_rss.gif) no-repeat left center;
	float: right;
	border: none;
	padding-left: 20px;
	padding-right: 10px;
	border-right: 1px solid #cccccc;
	margin-right: 10px;
}
.frame_main_bottom_sub_item .read_more {
	margin: 0;
	clear: both;
	font-size: 75%;
	line-height: 25px;
	background: transparent url(/img/main/icon_list.gif) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 5px;
	float: right;
	border: none;
}
.frame_main_bottom_sub_item .read_more2 {
	margin: 0;
	line-height: 25px;
	background: transparent url(/img/main/icon_list.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	border: none;
}
.frame_main_bottom_sub .minor_headding {
	margin: 0;
	padding: 0;
	background: transparent url(/img/main/h3_bg_04.jpg) no-repeat center top;
	font-weight: 900;
	line-height: 30px;
	padding-left: 10px;
	font-size: 94%;
}
.frame_main_bottom_sub .checked_list {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
}
.frame_main_bottom_sub .checked_list li {
	background: transparent url(/img/main/icon_check.gif) no-repeat left 7px;
	padding-left: 25px;
	font-size: 75%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 1.4;
}
.frame_main_bottom_sub .column_list {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
}
.frame_main_bottom_sub .column_list li {
	background: transparent url(/img/main.pro/pro_bgparts.png) 0 -292px no-repeat;
	padding-left: 25px;
	font-size: 75%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 1.4;
}
.frame_main_bottom_sub .multiple_links {
	padding: 10px 5px 5px;
	border: none;
	font-size: 75%;
	line-height: 25px;
}
.frame_main_bottom_sub_item h4 {
	margin: 10px 0 5px;
	padding: 0;
	font-size: 88%;
	font-weight: bold;
}
.frame_main_bottom_sub_item .q_and_a {
	margin: 5px 0;
	list-style-type: none;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}
.frame_main_bottom_sub_item .q_and_a dt {
	font-weight: 400;
	font-size: 75%;
	line-height: 1.4;
	background: transparent url(/img/main/icon_q.gif) no-repeat left 0;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.frame_main_bottom_sub_item .q_and_a dd {
	font-weight: 400;
	font-size: 75%;
	line-height: 1.4;
	background: transparent url(/img/main/icon_a.gif) no-repeat left 0;
	padding-left: 20px;
}
.frame_main_bottom_sub_item .question_btn {
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}
.qrcode	{
	float: left;
	width: 87px;
	margin: 10px 10px 15px 10px;
}
.qrcode_p {
	float: right;
	width: 126px;
	padding: 10px 4px 0 0;
}
.qrcode_p p {
	font-size: 75%;
	line-height: 1.4;
	margin-bottom: 5px;
}
.url {
	font-size: 75%;
	color: #C63;
	font-weight: bold;
	display: block;
	clear: both;
	padding: 0 10px 10px;
}

/*全国に広がるマイベストプロ ---------------------------------------------*/
.links ul {
	margin-bottom: 20px;
}
.links ul {
	width: 960px;
	overflow: hidden;
}
.links ul li {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	height: 86px;
	width: 184px;
	display: block;
}
.links ul .mr0 {
	margin-right: 0px;
}
.frame_breadcrumbs_bottom {
	float: left;
	font-size: 11px;
}
.frame_breadcrumbs_bottom a {
	text-decoration: none;
}
.frame_breadcrumbs_bottom a:hover {
	text-decoration: underline;
}
.frame_tail {
	clear: both;
	padding: 0;
	width: 960px;
	overflow: hidden;
	margin: 0;
}
.frame_tail p {
	float: right;
	margin: 0;
	padding: 0;
}
/*新*/
#footer-group ul.fitr_txt {
	width: 960px;
	margin: 0;
	padding: 0;
}
#footer-group ul.fitr_txt li {
	list-style: none;
	padding-bottom: 4px;
	display: inline;
	font-size: 82%;
	color: #999;
}
#footer-group ul.fitr_txt li a {
	padding: 0 5px;
}
/*フッターリンク ---------------------------------------------*/
#frame_footer {
	clear: both;
	margin: 0;
	padding-top: 35px;
	width: 100%;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(/img/footer/footer_bg_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#frame_footer_inner {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	overflow: hidden;
}
#frame_footer_relation {
	margin-bottom: 18px;
	overflow: hidden;
}
#frame_footer_relation a {
	text-decoration: underline;
}
#frame_footer_relation a:hover {
	text-decoration: none;
}
#frame_footer_relation h5 {
	font-weight: bold;
	font-size: 14px;
	background: url(/img/footer/icon_search_footer.gif) no-repeat left center;
	margin-bottom: 7px;
	padding: 0 0 1px 20px;
}
#frame_footer_relation ul {
	font-size: 11px;
}
#frame_footer_relation li {
	color: #999999;
	line-height: 1.5;
	float: left;
	white-space:nowrap;
}
#frame_footer_relation li a {
	padding-left: 5px;
	padding-right: 5px;
}
#frame_footer_relation dl {
	font-size: 12px;
	clear: both;
	overflow: hidden;
}
#frame_footer_relation dt {
	float: left;
	font-weight: bold;
	line-height: 1.1;
	margin-right: 5px;
}
#frame_footer_relation dd {
	color: #999999;
	float: left;
	margin-right: 5px;
	margin-bottom: 4px;
	line-height: 1.1;
}
#frame_footer_relation dd a {
	padding-right: 5px;
}
#frame_footer_search_list {
	padding-bottom:15px;
	border-bottom: 1px dotted #666666;
	clear: both;
}
#frame_footer_search_list a {
	text-decoration: underline;
}
#frame_footer_search_list a:hover {
	text-decoration: none;
}
#frame_footer_search_list .search_pro {
	font-size: 13px;
	background: url(/img/footer/icon_search_footer.gif) no-repeat scroll left center transparent;
	padding: 1px 0 2px 17px;
	margin-bottom: 8px;
}
#frame_footer_search_list li {
	color: #999999;
	display: inline;
}
#frame_footer_search_list li a {
	padding-left: 5px;
	padding-right: 5px;
}
#frame_footer_search_list .listconts {
	font-size: 12px;
}
#frame_footer_search_list .listconts li {
	background: url(/img/footer/icon_search_footer02.gif) no-repeat scroll left center transparent;
	display: inline;
	padding: 0 10px;
}
#frame_footer_search_list .listconts li a{
	padding: 0;
}
#frame_footer_search_list dl {
	font-size: 13px;
	background: url("/img/footer/icon_search_footer.gif") no-repeat scroll left center transparent;
	padding: 2px 0 2px 22px;
}
#frame_footer_search_list dt {
	float: left;
	font-weight: bold;
}
#frame_footer_search_list dd {
	color: #999999;
	display: inline;
}
#frame_footer_search_list dd a {
	padding-left: 5px;
	padding-right: 5px;
}
#frame_footer_summary {
	padding-top:15px;
	padding-bottom:15px;
	border-bottom: 1px dotted #666666;
}
#frame_footer_summary a {
	text-decoration: underline;
}
#frame_footer_summary a:hover {
	text-decoration: none;
}
#frame_footer_summary h5 {
	font-size: 14px;
	margin-bottom: 7px;
}
#frame_footer_summary p {
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
}
#frame_footer_close-up {
	color: #999999;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom: 1px dotted #666666;
}
#frame_footer_close-up a {
	text-decoration: underline;
}
#frame_footer_close-up a:hover {
	text-decoration: none;
}
#frame_footer_close-up h6 {
	color: #333333;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	background: url("/img/footer/lookup.gif") no-repeat scroll left top transparent;
	padding: 3px 0 4px 45px;
}
#frame_footer_close-up ul {
	display: inline;
}
#frame_footer_close-up li {
	display: inline;
	font-size: 12px;
}
#frame_footer_close-up li a {
	padding-left: 5px;
	padding-right: 5px;
}
/*フッター ---------------------------------------------*/
#footer {
	width: 960px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 150px;
	padding-left: 0px;
	margin: 0 auto;
}
#footer_inner {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.mbp_banner {
	height: 50px;
	float: left;
}
.com_banner {
	height: 5px;
	float: left;
}
.footer_links {
	text-align: right;
	float: right;
}
.footer_links ul {
	padding-bottom: 7px;
	text-align: right;
	width: 680px;
}
.footer_links ul li {
	font-size: 11px;
	display: inline;
	color: #999;
}
.footer_links ul li a {
	padding-right: 3px;
	padding-left: 3px;
}
.footer_links address {
	text-align: right;
	float: right;
	color: #666;
	font-size: 11px;
}
.footer_links a {
	text-decoration: none;
}
.footer_links a:hover {
	text-decoration: underline;
}
/*汎用レイアウト ---------------------------------------------*/
.top_960 {
	background-image: url(/img/main/top_960.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}
.bottom_960 {
	background-image: url(/img/main/bottom_960.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 5px;
	background-color: #E1E1E1;
}
.top_950 {
	background-image: url(/img/main/top_950.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}
.bottom_950 {
	background-image: url(/img/main/bottom_950.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 5px;
}
.container_inner_bg {
	background-color: #e1e1e1;
	padding: 5px;
	margin-bottom: 40px;
}
.container_inner_base {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-right: 14px;
	padding-left: 14px;
}
.container_inner_base2 {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-right: 20px;
	padding-left: 20px;
}
.colored {
	color: #F59500;
}
/* page-up ---------------------------------------------*/
#page-up {
	position: fixed;
	bottom: -1px;
	right: -1px;
	margin: 0;
	text-indent: -9999px;
}
#page-up a {
	display: block;
	width: 146px;
	height: 39px;
	background: url(/img/tail/page_up.gif) no-repeat left top;
}
#page-up a:hover {
	background: url(/img/tail/page_up.gif) no-repeat left bottom;
}
@media print {
	#page-up {
     display: none;
   }
}
/* error404 ---------------------------------------------*/
.not_found_wrap {
	margin: 30px 0px 60px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.not_found {
	background-color: #FFFFFF;
	padding: 60px 30px 30px;
}
.not_found h2 {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}
.not_found p {
	font-size: 82%;
	line-height: 1.7;
	margin-bottom: 15px;
	color: #333;
}
.frame_main_affiliates {
	width: 960px;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.srclist {
	display: block;
	overflow: hidden;
	padding-top: 80px;
}
.srclist #elstttl-rst {
	display: block;
	float: left;
	width: 185px;
	height: 57px;
	margin-right: 30px;
}
.srclist .rst {
	float: left;
	width: 145px;
	
}
.srclist .rst li {
	background: url(/img/main.search/icon_arr02.gif) no-repeat scroll left center transparent;
	padding: 0px 0 0px 10px;
	line-height: 1.8;
	font-size: 12px;
}
.srclist #elstttl-rst-voice {
	display: block;
	float: left;
	width: 210px;
	text-align: center;
	margin-right: 30px;
	margin-top: 5px;
}
.srclist #elstttl-rst-voice a {
	color: #666;
	text-decoration: none;
}
.srclist #elstttl-rst-voice span{
	margin-top: 15px;
	font-size: 11px;
}

/* エリアリンク ---------------------------------------------*/

#footer-group h4 {
	font-size: 88%;
	font-weight: 900;
	line-height: 30px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#footer-group ul {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 4px;
}
#footer-group ul li {
	list-style: none;
	padding-bottom: 8px;
	float: left;
	font-size: 65%;
}
#footer-group ul li.fitr {
	width: 184px;
	height: 60px;
	padding-right: 8px;
}
#footer-group ul li.end {
	width: 184px;
	height: 60px;
}

/* テキスト */
#footer-group ul.fitr_txt {
	width: 960px;
	margin: 0;
	padding: 0;
}
#footer-group ul.fitr_txt li {
	list-style: none;
	padding-bottom: 4px;
	display: inline;
	font-size: 82%;
	color: #999;
}
#footer-group ul.fitr_txt li a {
	padding: 0 5px;
}

/* 最近みたプロ ---------------------------------------------*/
#frame_footer_recent {
	margin-bottom: 20px;
	background: url(/img/footer/recent_bg.gif) bottom left repeat-x;
}

#frame_footer_recent_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 30px;
}
#frame_footer_recent_inner h5 {
	font-size: 14px;
	background: url(/img/footer/recent_tit.gif) no-repeat 0 0;
	text-indent: -9999px;
	height: 20px;
}

#recentView-wrap {
    padding: 10px 0 5px;
	overflow: hidden;
}

#recent_carousel {
	margin: 0 auto;
	width: 872px;
	height: 162px;
	text-align: left;
	position: relative;
}

#recent_carousel_prev,
#recent_carousel_next {
	top: 0;
	width: 20px;
	height: 162px;
	background: #000;
	cursor: pointer;
	position: absolute;
}
#recent_carousel_prev {
	left: -30px;
	background:transparent url(/img/footer/recent_btn.gif) no-repeat center left;
}
#recent_carousel_next {
	right: -30px;
	background:transparent url(/img/footer/recent_btn.gif) no-repeat center right;
}

#recent_carousel ul#recent_carousel_base {
	height: 162px;
	overflow: hidden;
}

#recent_carousel ul#recent_carousel_base li {
	float: left;
	display: inline;
}

#recent_carousel ul#recent_carousel_base li ul {
	width: 872px;
}

#recent_carousel ul#recent_carousel_base li ul li {
	margin-right: 10px;
	height: 160px;
	border: 1px solid #ccc;
	float: left;
	display: inline;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#recent_carousel ul#recent_carousel_base li ul li dl {
	width: 103px;
	margin: 4px;
}

#recent_carousel ul#recent_carousel_base li ul li dl .pimage a {
	width: 103px;
	height: 103px;
	display: block;
	margin-bottom: 3px;
}

#recent_carousel ul#recent_carousel_base li ul li dl .ptitle {
	font-size: 69%;
	line-height: 1.3;
}
/* =======================================
	ClearFixElements
======================================= */
#recent_carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#recent_carousel ul {
	display: inline-block;
	overflow: hidden;
}

