@charset "utf-8";

/* Reset
-----------------------------------------------------------------------------  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;  
	padding:0;
}
table {
	border-collapse:collapse;  
	border-spacing:0;  
}
fieldset,img {
	border:0;  
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;  
	font-weight:normal;  
}
ol,ul {
	list-style:none;  
}
caption,th {
	text-align:left;  
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;  
	font-weight:normal;  
}
q:before,q:after {
	content:'';  
}  
abbr,acronym {
	border:0;  
}
a img,
map a {
	border:none;
}
a {
	cursor:pointer;
	color:#0066CC;
	text-decoration:none;
} 
a:hover {
	text-decoration:underline;
} 
a:visited {
	color:#663399;
} 



/* Pager Styles
-----------------------------------------------------------------------------  */
ol.pager {
	margin:15px 0px;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	clear:both;
	font-size:12px;
	}
ol.pager li {
	display:inline;
	padding-right:3px;
	}
ol.pager li a {
	padding:1px 5px;
	border:1px solid #CDCDCD;
	background:#F5F3EF;
	text-decoration:none;
	}
ol.pager li a:hover {
	border:1px solid #D1ABAD;
	background: #FFF7F7;
	text-decoration:none;
	}
ol.pager li a:active {
	border:1px solid #D1ABAD;
	background:#FDDEDB;
	text-decoration:none;
	}
ol.pager li strong {
	border:1px #F60 solid;
	padding:1px 5px;
	background: #FF6600;
	color: #FFF !important;
	font-weight:bold;
	text-decoration:none;
	}

/* Clearfix Styles
-----------------------------------------------------------------------------  */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
.clear {
	clear:both;
}


/* Common
-----------------------------------------------------------------------------  */
body {
	background:#FFF url(/img/common/bg.gif) repeat-x top left;
	color:#313131;
	margin:0;
	padding:0;
	background-color:#DFD3C7;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size:13px;
}
#container {
	width:975px;
	margin:0 auto;
	background:url(/img/common/bg_base.gif) repeat-y;
}
#wrapper {
	background:url(/img/common/bg_top.gif) no-repeat;
	text-align:left;
}
#contents {
	margin:0 25px;
	width:930px;
}
#main {
	float:left;
	width:650px;
}
#sn {
	float:right;
	width:270px;
}
p,li,dt,dd,th,td {
	line-height:1.6em;
}
ol.bl {
	margin:0 13px;
	background:#FFF url(/img/common/bg_bl.gif) repeat-x;
	height:30px;
	font-size:10px;
	margin-bottom:10px;
}
ol.bl li {
	display:inline;
}
ol.bl li#blhome {
	padding-left:28px;
}
ol.bl li a {
	line-height:26px;
	padding:8px 14px 9px 2px;
	background:url(/img/common/bl_li.gif) no-repeat 100% 0px;
	margin:0;
}
ol.bl li a:-moz-any-link{
	padding-top:7px;
}
ol.bl li em {
	padding-left:5px;
	color:#828282;
}
ol.bl li#blhome em{
	line-height:26px;
	padding:8px 14px 9px 2px;
	margin:0;
}
.rightBox {
	float:right;
}
.center {
	text-align:center
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.landmime {
	display:none;
}
.bold {
	font-weight:bold;
}
.txtNot{
	margin-bottom:20px;
	text-align:center;
	color:#c00;
	font-size:14px;
	font-weight:bold;
}
ul.keyword li{
	line-height:normal;
}
* html body ul.keyword li{
	line-height:1.3;
}
*+html body ul.keyword li{
	line-height:1.3;
}
ul.keyword li{
	display:inline;
}
ul.keyword li a{
	color:#EE695F;
	font-size:12px;
}
ul.keyword li.f1 a {
	font-size:11px;
	color:#B7BA0A;
}
ul.keyword li.f2 a{
	font-size:12px;
	color:#C68F1B;
}
ul.keyword li.f3 a{
	font-size:14px;
	color:#D15C15;
}
ul.keyword li.f4 a{
	font-size:16px;
	font-weight:bold;
	color:#E42F0F;
}
ul.keyword li.f5 a{
	font-size:18px;
	font-weight:bold;
	color:#E50D11;
}
ul.keyword li.f6 a{
	font-size:22px;
	font-weight:bold;
	color:#F30871;
}
.w100{
	width:100px;
}
.w200{
	width:200px;
}
.w300{
	width:300px;
}
.red {
	color:#FF510D;
}
.green {
	color:#339900;
}
.inner {
	padding:5px;
}
.line {
	background:url(/img/common/line_dot.gif) repeat-x 0 100%;
	padding:5px 0;
}
.ads {
	margin-bottom:10px;
}
.icon {
	vertical-align:middle;
	margin-right:3px;	
}
.example {
	display:block;
	font-size:10px;
	line-height:130%;
	padding-top:2px;
}
body:last-child:not(:root:root) .example{
	padding-top:3px;
}
.explanation{
	display:block;
	font-size:10px;
	line-height:130%;
	padding-bottom:2px;
}
.txtCount {
	font-size:10px;
	margin:0;
	padding:0 0 2px 15px;
	background:url(/img/icon/icon_write.gif) no-repeat 0 40%;
}
.txtCount strong {
	color:#C00;
	padding:0 2px;
	font-weight:bold;
}
.train {
	background:transparent url(/img/icon/icon_train.gif) no-repeat scroll 0 2px;
}
body:last-child:not(:root:root) .train {
	background-position:0 1px;
}
.place {
	background:transparent url(/img/icon/icon_place.gif) no-repeat scroll 0 2px;
}
body:last-child:not(:root:root) .place {
	background-position:0 1px;
}
.contribution {
	background:transparent url(/img/icon/icon_heart.gif) no-repeat scroll 0 2px;
}
body:last-child:not(:root:root) .contribution {
	bbackground-position:0 1px;
}
.wage {
	background:transparent url(/img/icon/icon_en.gif) no-repeat scroll 0 2px;
}
body:last-child:not(:root:root) .wage {
	background-position:0 1px;
}
.more{
	text-align:right;
	line-height:15px;
}
.more a{
	padding-left:15px;
	background:url(/img/icon/icon_arrow_b.gif) no-repeat 0 50%;
}
.highlight{
	color:#C00;
	font-weight:bold;
}
h3 .highlight{
	font-size:16px;
	color:#EFC6C5;
}

/* ボタン表示 */
#main #attentionNews h3,
#main #attentionNews .listLink,
#main #actionBtn a,
#main #searchShop h3,
#main #searchShopStore h4,
#main #storeCount #storeCountRegist dt,
#main #storeCount #storeCountComment dt,
#pickupInfo h2,
.bnriwai,
#actionBtn2 a#btnQuestion2,
#actionBtn2 a#btnExperience2 {
	position:relative;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	display:block;
}
#header #headQuestion dd a span,
#header #headExperience dd span,
#main #attentionNews h3 span,
#main #attentionNews .listLink span,
#main #actionBtn a span,
#main #searchShop h3 span,
#main #searchShopStore h4 span,
#main #storeCount #storeCountRegist dt span,
#main #storeCount #storeCountComment dt span,
#pickupInfo h2 span,
.bnriwai span,
#actionBtn2 a#btnQuestion2 span,
#actionBtn2 a#btnExperience2 span {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#main #actionBtn{
	margin-bottom:8px;
}
#main #actionBtn a{
	width:320px;
	height:73px;
	display:block;
}
#main #actionBtn a#btnQuestion{
	float:left;
}
#main #actionBtn a#btnExperience{
	float:right;
}
/*20090120追加*/
#main #actionBtn a#btnQuestion span{
	background:url(/img/btn2/btn_question.jpg) no-repeat;
}
#main #actionBtn a#btnExperience span{
	background:url(/img/btn2/btn_experience.jpg) no-repeat;
}
#main #actionBtn a#btnQuestion span:hover{
	background:url(/img/btn2/btn_question.jpg) no-repeat 0 -73px;
}
#main #actionBtn a#btnExperience span:hover{
	background:url(/img/btn2/btn_experience.jpg) no-repeat 0 -73px;
}
#actionBtn2 a#btnQuestion2 span{
	background:url(/img/btn2/btn_question2.jpg) no-repeat;
}
#actionBtn2 a#btnExperience2 span{
	background:url(/img/btn2/btn_experience2.jpg) no-repeat;
}
#actionBtn2 a#btnQuestion2 span:hover{
	background:url(/img/btn2/btn_question2.jpg) no-repeat 0 -63px;
}
#actionBtn2 a#btnExperience2 span:hover{
	background:url(/img/btn2/btn_experience2.jpg) no-repeat 0 -63px;
}
body:last-child:not(:root:root) .contribution {
	background-position:0 1px;
}
#main #pickup {
	position:relative;
	width:650px;
	height:227px;
	margin-bottom:3px;
	background:url(/img/common2/bg_pickup.jpg) no-repeat;
}
#pickupInfo h2 {
	height:28px;
	margin:0;
}
#pickupInfo h2 span {
	background:url(/img/common2/h_pick_info.gif);
}
#pickupInfo .inner {
	margin-bottom:10px;
	padding:5px 10px 10px 10px;;
	background:url(/img/common2/pickp_ifo_bg.jpg) repeat-x;
}


#main #actionBtn a#btnQuestion span{
	background:url(/img/btn/btn_question.jpg) no-repeat;
}
#main #actionBtn a#btnExperience span{
	background:url(/img/btn/btn_experience.jpg) no-repeat;
}

#main #actionBtn a#btnQuestion:hover span{
	background:url(/img/btn/btn_question.jpg) no-repeat 0 -73px;
}
#main #actionBtn a#btnExperience:hover span{
	background:url(/img/btn/btn_experience.jpg) no-repeat 0 -73px;
}

#p-search #main #actionBtn{
	margin-top:20px;
}
#actionBtn2 a#btnQuestion2,
#actionBtn2 a#btnExperience2{
	height:63px;
	margin-bottom:10px;
}


/* list Styles
-----------------------------------------------------------------------------  */

.listType1:after,
.listType2:after,
.listType3:after,
.listTypeRed1:after,
.listTypeRed2:after,
.listTypeRed3:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.listType1,
.listType2,
.listType3,
.listTypeRed1,
.listTypeRed2,
.listTypeRed3 {
	display:inline-block;
}
/* Hides from IE-mac \*/

* html .listType1,
* html .listType2,
* html .listType3,
* html .listTypeRed1,
* html .listTypeRed2,
* html .listTypeRed3{
	height:1%;
}

.listType1,
.listType2,
.listType3,
.listTypeRed1,
.listTypeRed2,
.listTypeRed3{
	display:block;
	margin-bottom:10px;
}
/* End hide from IE-mac */

.listType1,
.listType2,
.listType3,
.listTypeRed1,
.listTypeRed2,
.listTypeRed3 {
	clear:both;
}

.listType1 li,
.listType2 li,
.listType3 li,
.listTypeRed1 li,
.listTypeRed2 li,
.listTypeRed3 li{
	float:left;
}

.listType1 a,
.listType2 a,
.listType3 a{
	background:url(/img/icon/icon_arrow.gif) no-repeat 0 50%;
	padding-left:10px;
	}
.listType1 li{
	width:315px;
}
.listType2 li{
	width:210px;
}
.listType3 li{
	width:157px;
}
.listTypeRed1 a,
.listTypeRed2 a,
.listTypeRed3 a{
	background:url(/img/icon/icon_arrow_b.gif) no-repeat 0 50%;
	padding-left:15px;
	}
.listTypeRed1 li{
	width:314px;
}
.listTypeRed2 li{
	width:210px;
}
.listTypeRed3 li{
	width:157px;
}

/* From Styles
-----------------------------------------------------------------------------  */
input {
	line-height:100%;
	font-family:sans-serif;
}
label {
	position:relative;
	padding:0 5px 0 3px;
	top:-2px;
	}
.formfield{
	font-size: 12px;
	line-height:100%;
	border:1px solid #9A9A9A;
	border-top-color: #616161;
	border-bottom-color: #C2C2C2;
	padding:2px 2px 2px 3px;
	*padding:4px 4px 0 3px;
	margin-right: 4px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic";
}
select.formfield{
	margin-bottom:1px;
}
:-moz-read-only .formfield{
	padding:1px;
}
textarea.formfield{
	margin-bottom:3px;
	width:95%;
	height:50px;
}
body:first-of-type .checkBox input,
html:first-child .checkBox input,
html>/**/body .checkBox input {
	margin:0 3px 0 0;
	vertical-align:baseline;
	}
html>/**/body .checkBox input {
 	margin:0 4px 0 0;
 }
input:focus,
textarea:focus {
	background-color:#F5F5F5;
}
.submit {
	text-align:center;
	margin:12px 0px;
}
.submit input{
	border:none;
	background:none;
}
.terms {
	overflow:auto;
	height:150px;
	padding:5px;
	border:1px solid #CCC;
	margin-bottom:10px;
	line-height:1.6em;
	}
#main .errorBox{
	border-top:#FFC4B9 1px solid;
	background:#FFF5F4;
	padding:5px 10px 20px;
	font-size:12px;
	margin:10px 0 5px;
	color:#D43F3A;
	background:url(/img/common/bg_error_f.gif) no-repeat 50% 100%;
}
#main .errorBox h3{
	font-weight:bold;
	margin-bottom:5px;
	line-height:25px;
	padding-left:25px;
	color:#D43F3A !important;
	background:url(/img/icon/icon_error.gif) no-repeat 0 50%;
}
#main .errorBox ul{
	margin:0 0 5px 25px;
}
#main .errorBox ul li {
	background:url(/img/icon/icon_arrow.gif) no-repeat 2px 50%;
	display:block;
	margin:0;
	padding-left:12px;
}
form .error input,
form .error textarea,
form .error select,
form .error div{
	background: #FFF5F4 !important;
	border:1px solid #FFC4B9 !important;
	color:#D43F3A !important;
	display:inline;
	padding:2px;
	font-size:14px !important;
}
form .error div{
	padding:4px 0 1px 5px;
}
form .error div input{
	border:none !important;
}
#main #formMail {
	font-size:16px;
	height:18px;
	padding:5px 4px 5px 3px;
	_padding:7px 4px 2px 3px;
	width:350px;
}

/* Header Styles
-----------------------------------------------------------------------------  */
#header {
	height:105px;
	width:975px;
	font-size:10px;
	position:relative;
	line-height:normal;
}
#header #logo {
	position:absolute;
	top:45px;
	left:25px;
}
#header #siteTitle {
	position:absolute;
	top:25px;
	left:25px;
	width:635px;
	height:20px;
}
#header #siteTitle h1,
#header #siteTitle p {
	display:inline;
	padding-right:5px;
	line-height:normal;
}
#header #headQuestion{
	top:25px;
	left:678px;
}
#header #headExperience{
	top:25px;
	left:820px;
}
#header #headQuestion,
#header #headExperience{
	position:absolute;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	width:133px;
}
#header #headExperience dt,
#header #headQuestion dt{
	background:url(/img/common/bg_count.gif) no-repeat;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	height:28px;
	padding-top:4px;
	margin-bottom:2px;
	text-align:center;
}
#header #headExperience dt strong,
#header #headQuestion dt strong{
	font-weight:bold;
	color:#900;
}
#header #headExperience dd a,
#header #headQuestion dd a{
	position:relative;
	font-size:12px;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	width:133px;
	height:42px;
	display:block;
}
#header #headExperience dd a span{
	background:url(/img/btn/btn_head_experience.gif) no-repeat;
}
#header #headQuestion dd a span{
	background:url(/img/btn/btn_head_question.gif) no-repeat;
}
#header #headExperience dd a:hover span{
	background:url(/img/btn/btn_head_experience.gif) no-repeat 0 -42px;
}
#header #headQuestion dd a:hover span{
	background:url(/img/btn/btn_head_question.gif) no-repeat 0 -42px;
}

#p-error #header #headQuestion,
#p-error #header #headExperience{
	display:none;
}

/* main Styles
-----------------------------------------------------------------------------  */
#main p {
	margin-bottom:10px;
}
#main .section{
	background:#FFF url(/img/common/bg_section.gif) no-repeat 0 100%;
	margin-bottom:10px;
}

#main h3.count {
	height:30px;
	position:relative;
}
#main h3.count span {
	position:absolute;
	width:200px;
	text-align:right;
	top:0px;
	right:10px;
}

#main h4 {
	padding:0 0 3px 5px;
	font-weight:bold;
	background:url(/img/common/line_dot_red.gif) repeat-x 0 100%;
	color:#B75A57;
	margin-bottom:5px;
}
/* Table Styles*/
table.sheet	 {
	background:#FFF;
	margin:0 auto 10px auto;
	width:100%;
	}
.sheet th,
.sheet td {
	padding:5px;
	border:1px solid #CCC;
	vertical-align:top;
	}
.sheet th {
	background-color: #EEE;
	font-style:normal;
	}
.sheet td ul:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.sheet th.icon,
.sheet td.icon {
	width:40px;
	text-align:center;
	vertical-align:middle;
	line-height:normal;
	}

/* list */
#main .list li{
	display:inline;
}

/* Pickup Styles */
#main #pickup {
	position:relative;
	width:650px;
	height:227px;
	margin-bottom:3px;
	background:url(/img/common2/bg_pickup.jpg) no-repeat;
}
#main #pickup h2{
	position:absolute;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	width:103px;
	height:49px;
	top:9px;
	left:8px;
}
#main #pickup h2 span{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(/img/common/pickup_title.gif) no-repeat;
}
#main #pickup dl {
	position:absolute;
	width:510px;
	font-size:11px;
	top:12px;
	left:126px;
}
#main #pickup dt {
	background:url(/img/icon/icon_arrow_b.gif) no-repeat scroll 2px 5px;
	line-height:20px;
	height:20px;
	padding-left:17px;
	position:relative;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	display:block;
}
* html body #main #pickup dt {
	font-size:12px;
	background-position:2px 4px;
}
body:last-child:not(:root:root) #main #pickup dt {
	background-position:0 3px;
}
#main #pickup dd{
	padding:0px 0px 8px 15px;
	margin-bottom:6px;
	background:url(/img/common/line_dot_red.gif) repeat-x 0px 100%;
}
#main #pickup dd ul{
	height:20px;
	/*HideMacIE\*/
	overflow:hidden;
	/**/	
}
#main #pickup dd ul li {
	display:inline;
	font-size:10px;
	padding:10px 10px 10px 17px;
	background-position:0 10px;
}
body:last-child:not(:root:root) #main #pickup dd ul li{
	background-position:0 9px;
}
#main #pickup .poweredby{
	width:150px;
	font-size:10px;
	text-align:left;
	position:absolute;
	left:490px;
	top:178px;
}

/* attentionSearch Style */
#main #attentionSearch{
	background:url(/img/common/bg_section.gif) no-repeat 0 100%;
	padding-bottom:1px;
	margin-bottom:10px;
	font-size:12px;
	position:relative;
}
#main #attentionSearch h3{
	width:650px;
	height:25px;
	background:none;
	padding:0px;
	margin:0;
	position:relative;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	display:block;
}
#main #attentionSearch h3 span {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#FFF url(/img/home/h_title.gif) no-repeat 0 -100px;
}
#main #attentionSearch ul.keyword{
	padding:10px;
}
#main #attentionSearch .poweredby{
	font-size:10px;
}
#main #attentionSearch .poweredby.jobsense{
	position:absolute;
	top:-2px;
	right:0px;
}
#main #attentionSearch .poweredby.toretan{
	background:#FFEEEC url(/img/common/line_solid.gif) no-repeat 0 0;
	margin:1px;
	padding:2px 5px 6px 5px;
	text-align:right;
}
* html body #main #attentionSearch .poweredby.toretan{
	margin-top:0px;
	padding:0px 5px 6px 5px;
}
#main #attentionSearch .poweredby.toretan img{
	position:relative;
	top:2px;
}
* html body #main #attentionSearch .poweredby.toretan img{
	top:3px;
}

/* sn Styles
-----------------------------------------------------------------------------  */
#sn .ads,
#sn #snActionBtn,
#sn #snPickup,
#sn #snRecent{
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(/img/common/line_dot.gif) repeat-x 0 100%;
}
#sn #snActionBtn a,
#sn #snPickup h3,
#sn #snRecent h3,
#sn #snRecent .listLink{
	position:relative;
	font-size:12px;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
}
#sn #snActionBtn a span,
#sn #snPickup h3 span,
#sn #snRecent h3 span,
#sn #snRecent .listLink span{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0;
}

#sn #snActionBtn{
	margin-bottom:8px;
}
#sn #snActionBtn a{
	width:270px;
	height:61px;
	display:block;
}
#sn #snActionBtn a#snBtnQuestion{
	margin-bottom:6px;
}
#sn #snActionBtn a#snBtnQuestion span{
	background:url(/img/btn/btn_sn_question.jpg) no-repeat;
}
#sn #snActionBtn a#snBtnExperience span{
	background:url(/img/btn/btn_sn_experience.jpg) no-repeat;
}
#sn #snActionBtn a#snBtnQuestion:hover span{
	background:url(/img/btn/btn_sn_question.jpg) no-repeat 0 -61px;
}
#sn #snActionBtn a#snBtnExperience:hover span{
	background:url(/img/btn/btn_sn_experience.jpg) no-repeat 0 -61px;
}
/* snPickup */
#snPickup{
	width:270px;
	font-size:10px;
	}
#sn #snPickup h3{
	height:29px;
	margin-bottom:5px;
}
#sn #snPickup h3 span{
	background:url(/img/common/h_sn_pickup.gif) no-repeat 0 0;
}
#snPickup .list div {
	display:inline-block;
}
#snPickup .list {
	background:url(/img/common/bg_sn_pickup.gif) no-repeat 0 0;
	padding:6px 0 0 0 ;
	margin-bottom:7px;
}
#snPickup .list div:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
#snPickup .list div {
	padding:0px 10px 10px;
	background:url(/img/common/bg_sn_pickup.gif) no-repeat 0 100%;
}
* html body #snPickup .list div{
	padding:1px 10px 7px;
}
*+html body #snPickup .list div{
	padding:1px 10px 7px;
}
#snPickup .list h4{
	font-size:12px;
	background:url(/img/icon/icon_arrow.gif) no-repeat 0 50%;
	padding-left:7px;
	font-weight:bold;
	margin:0 0 4px 5px;
	width:240px;
}
#snPickup .list table{
/*
	width:86px;
	height:66px;
*/
	float:left;
}
#snPickup .list table.sheet_photo{
	float:none;
}
#snPickup .list ul{
	width:147px;
	margin:3px 0 0 10px;
	float:right;
	line-height:140%;
}
#snPickup .list ul li{
	padding-left:17px;
	margin-bottom:3px;
}
#snPickup .poweredby{
	text-align:center;
	line-height:24px;
	padding:12px 0 10px;
	background:url(/img/common/bg_sn_poweredby.gif) no-repeat 0 0;
}
#snPickup .poweredby img{
	position:relative;
	bottom:4px;
}


/* snRecent */
#sn #snRecent div{
	position:relative;
	background:#FFF url(/img/common/bg_sn_box.gif) no-repeat 0 bottom;
	padding-bottom:10px;
	font-size:10px;
}
#sn #snRecent h3{
	height:26px;
}
#sn #snRecent #snRecentExperience{
	margin-bottom:8px;
}
#sn #snRecent #snRecentExperience h3 span{
	background:url(/img/common/h_sn_title.gif) no-repeat 0 0;	
}
#sn #snRecent #snRecentQuestion h3 span{
	background:url(/img/common/h_sn_title.gif) no-repeat 0 -26px;
}
#sn #snRecent div ul{
	padding:5px 10px;
}
#sn #snRecent div ul li{
	display:inline;
}	
#sn #snRecent .listLink{
	display:block;
	width:38px;
	height:15px;
	position:absolute;
	top:5px;
	right:5px;
	text-decoration:none;
}
#sn #snRecent .listLink span{
	background:url(/img/btn/btn_listlink.gif) no-repeat 0 0;
}

/* snOsyaberibeit*/
#snOsyaberibeit {
	background:url(/img/common/bg_sn_subbox.gif) no-repeat 0 0;
	padding:6px 0 0 0 ;
	margin-bottom:7px;
	font-size:10px;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
}
#snOsyaberibeit dl {
	padding:6px 0 10px;
	background:url(/img/common/bg_sn_subbox.gif) no-repeat 0 100%;
}
#snOsyaberibeit dt{
	text-align:center;	
	margin-bottom:3px;
}
#snOsyaberibeit dd{
	padding:0 15px 0;
}
/* snMobile*/
#snMobile {
	background:url(/img/common/bg_sn_subbox.gif) no-repeat 0 0;
	padding:5px 0 0 0 ;
	margin-bottom:7px;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
}
#snMobile .inner {
	position:relative;
	padding:5px 15px 10px 10px;
	background:url(/img/common/bg_sn_subbox.gif) no-repeat 0 100%;
}
#snMobile h3{
	line-height:170%;
	font-weight:bold;
	font-size:12px;
	padding:0 0 3px 14px;
	background:transparent url(/img/icon/icon_mobile.gif) no-repeat;
}
#snMobile p{
	font-size:10px;
}
#snMobile .textBox{
	width:142px;
	position:absolute;
	left:115px;
	top:5px;
}
* html body #snMobile .textBox{
	top:8px;
	left:105px;
}
*+html body #snMobile .textBox{
	top:8px;
	left:117px;
}


/* recommendSite*/
#recommendSite {
	background:url(/img/common/recommend_btm.gif) no-repeat bottom;
	font-size:10px;
	width:270px;
	margin:10px 0;
}
#recommendSite h3 {
	position:relative;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	display:block;
	width:270px;
	height:26px;
}
#recommendSite h3 span{
	background:url(/img/common/recommend_top.gif) no-repeat;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#recommendSite dl{
	padding:0 10px 5px;
}
#recommendSite dt{
	background:url(/img/common/recommend_arrow.gif) no-repeat 2px 15px;
	padding:10px 0 0 10px;
}
#recommendSite dd{
	background:url(/img/common/recommend_dot.gif) repeat-x bottom;
	padding:0 0 5px 10px;
}
#recommendSite dd.endLine{
	background:none;
}


/* pagetop Styles
-----------------------------------------------------------------------------  */
.pageTop a {
	margin:20px 0 0 827px;
	width:128px;
	height:20px;
	position:relative;
	font-size:12px;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	display:block;
}
.pageTop a span {
	display:block;
	width:128px;
	height:100%;
	background:#FFF url(/img/common/pagetop.gif) no-repeat;
	position:absolute;
	top:0;
	left:0px;
}

/* footer Styles
-----------------------------------------------------------------------------  */
#footer {
	margin:0 13px;
	width:950px;
	line-height:150%;
	background:#FFF url(/img/common/bg_footer.gif) repeat-x 2px 0;
	position:relative;
	height:55px;
	font-size:10px;
}
* html body #footer{
	padding-right:1px;
}
*+html body #footer{
	padding-right:1px;
}
#footer ul {
	position:absolute;
	top:30px;
	left:10px;
	list-style-type:none;
}
#footer ul li {
	display:inline;
	padding-left:10px;
}
#footer p {
	position:absolute;
	top:15px;
	right:10px;
}
#footer p.pr {
	position:absolute;
	top:10px;
	left:10px;
}

/* attention Styles
-----------------------------------------------------------------------------  */
#main #attentionNews{
	background:url(/img/common/bg_section.gif) no-repeat 0 100%;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:12px;
}
#main #attentionNews h3{
	width:650px;
	height:25px;
	background:none;
	padding:0;
	margin:0;
}
#main #attentionNews h3 span {
	background:#FFF url(/img/home/h_title.gif) no-repeat 0 -75px;
}
#main #attentionNews div{
	position:relative;
	padding:10px 10px 0	10px;
}
#main #attentionNews .listLink{
	display:block;
	width:38px;
	height:15px;
	position:absolute;
	top:11px;
	right:12px;
	text-decoration:none;	
}
* html body #main #attentionNews .listLink{
	top:8px;
}
*+html body #main #attentionNews .listLink{
	top:8px;
}
:-moz-read-only #main #attentionNews .listLink{
	top:9px;
}
#main #attentionNews .listLink span{
	background:url(/img/btn/btn_listlink.gif) no-repeat 0 0;
}
#main #attentionNews ul{
	padding-top:6px;
	background:url(/img/common/line_dot_red.gif) repeat-x 0 0;
}
#main #attentionNews ul li{
	display:inline;
}
#main #attentionNews h4{
	padding:0 0 4px 20px;
	margin:0;
}
#main #attentionNews #attentionExperience h4{
	background:url(/img/icon/icon_experience.gif) no-repeat 0 0;
}
#main #attentionNews #attentionQuestion h4{
	background:url(/img/icon/icon_question.gif) no-repeat 0 0;
}

/* searchShop Styles
-----------------------------------------------------------------------------  */
#main #searchShop{
	background:url(/img/common/bg_section.gif) no-repeat 0 100%;
	padding-bottom:8px;
	margin-bottom:10px;
	font-size:12px;
}
#main #searchShop div{
	padding:2px 10px 10px;
}
#main #searchShop h3{
	width:650px;
	height:25px;
	background:none;
	padding:0;
	margin:0;
}
#main #searchShop h3 span {
	background:#FFF url(/img/home/h_title.gif) no-repeat 0 -149px;
}
#main #searchShopStore{
	margin-top:12px;
	height:22px;
	position:relative;
}
#main #searchShopStore h4{
	width:73px;
	height:13px;
	background:none;
	position:absolute;
	top:5px;
	left:11px;
}
#main #searchShopStore h4 span{
	background:#FFF7F7 url(/img/home/store_search.gif) no-repeat;
}
#searchStorePrefHome{
	position:absolute;
	top:0px;
	left:90px;
	width:100px;
}
#searchStorePref{
	position:absolute;
	top:0px;
	left:90px;
	width:80px;
}
#searchStoreCity{
	position:absolute;
	top:0px;
	left:175px;
	width:80px;
}
#searchStoreCategoryHome{
	position:absolute;
	top:0px;
	left:195px;
	width:210px;
}
#searchStoreCategory{
	position:absolute;
	top:0px;
	left:260px;
	width:150px;
}
#searchStoreFieldHome{
	position:absolute;
	top:0px;
	left:410px;
	width:146px;
}
#searchStoreField{
	position:absolute;
	top:0px;
	left:415px;
	width:145px;
}
#btnSearchStore{
	position:absolute;
	top:0px;
	left:568px;
}
#focusStore{
	position:relative;
	height:25px;
}
#focusStore{
	position:relative;
	height:25px;
}
#focusStore input,
#focusStore select{
	position:absolute;
	top:2px;
}
#focusStore #focusStorePref{
	width:160px;
	right:268px;
}
#focusStore #focusStoreCategory{
	width:210px;
	right:53px;
}
#focusStore #btnFocusStore{
	right:0px;
}

#main #storeCount{
	height:47px;
}
#main #storeCount dl{
	width:310px;
	height:47px;
	background:url(/img/common/bg_storecount.gif) no-repeat;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
}
#main #storeCount dl dt{
	float:left;
	width:48%;
}
#main #storeCount dl dd{
	float:right;
	width:48%;
	font-size:15px;
	margin-top:11px;
}
#main #storeCount dl dd strong{
	font-weight:bold;
	font-size:18px;
	color:#C00;
	padding-right:2px;
}
#main #storeCount dl#storeCountRegist{
	float:left;
}
#main #storeCount dl#storeCountRegist dt{
	width:112px;
	height:35px;
	margin:5px 0 0 40px;
	_margin-left:20px;
}
#main #storeCount dl#storeCountRegist dt span{
	background:url(/img/common/storecount_regist.gif) no-repeat;
}
#main #storeCount dl#storeCountRegist dd{
	left:170px;
}
#main #storeCount dl#storeCountComment{
	float:right;
}
#main #storeCount dl#storeCountComment dt{
	width:126px;	
	height:37px;
	margin:5px 0 0 30px;
	_margin-left:15px;
}
#main #storeCount dl#storeCountComment dt span{
	background:url(/img/common/storecount_comment.gif) no-repeat;
}
#main #storeCount dl#storeCountComment dd{
	left:160px;
}
* html #main #storeCount,
*+html #main #storeCount,
* html #main #storeCount dl,
*+html #main #storeCount dl{
	display:inline-block;
}
#main #storeCount:after{
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
#main #storeCount dl:after{
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
#main #searchArea li{
	clear:both;
	margin-bottom:2px;
}
#main #searchArea li strong{
	background:url(/img/icon/icon_arrow_b.gif) no-repeat 2px center;
	float:left;
	margin-left:10px;
	padding-left:18px;
	width:100px;
}

/*タグクラウド*/
.tagCloud li {
	padding:0 3px 0 0;
	display:inline;
	line-height:160%;
}
.tagCloud li {
	padding:0 3px 0 0;
	display:inline;
	line-height:160%;
}


.tagCloud li{
	line-height:normal;
}
* html body .tagCloud li{
	line-height:1.3;
}
*+html body .tagCloud li{
	line-height:1.3;
}
.tagCloud li.f1 a {
	color:#0066CC;
	font-size:12px;
}
.tagCloud li.f2 a {
	color:#663399;
	font-weight:bold;
	font-size:12px;
}
.tagCloud li.f3 a {
	color:#FF9900;
	font-weight:bold;
	font-size:16px;
}
.tagCloud li.f4 a {
	color:#669900;
	font-weight:bold;
	font-size:16px;
}
.tagCloud li.f5 a {
	color:#FF6699;	
	font-weight:bold;
	font-size:20px;
}
.tagCloud li a:hover {
	text-decoration:underline;
}

/*bnriwai*/
.bnriwai{
	height:84px;
	margin-bottom:10px;
}
.bnriwai span{
	background:url(/img/bnr2/bnr_iwai.gif) no-repeat;
}
.bnriwai span:hover{
	background:url(/img/bnr2/bnr_iwai.gif) no-repeat 0 -90px;
}

