/*初期設定*/
html{
	height: 100%;
}

body{
	font-size: 13px;
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
	line-height: 150%;
	margin: 0;
	padding: 0;
	color:#666666;
	height: 100%;
	background:#66CCFF url("../images/background/bg_body.png") repeat-x top left;
}

p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,address,noscript,form {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	line-height: 150%;
	list-style-type: none;
}

dd{
	zoom:1;
}

img {
	border:0;
	text-align:center;
}

ol li{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	line-height: 150%;
	list-style-type: decimal;
}

a:link,a:visited{
	text-decoration: underline;
	color:#666666;
}

a:hover{
	text-decoration: underline;
	color:#FF6699;
}

.bottom_space{
	padding-bottom:30px;
}

/* --------------------------------------------clear */
.clear {
	clear: both;
}

/* --------------------------------------------font-size */
.txt_24px{
	font-size: 184.6%;
}

.txt_21px{
	font-size: 161.4%;
}

.txt_20px{
	font-size: 153.8%;
}

.txt_18px{
	font-size: 138.4%;
}

.txt_16px{
	font-size: 123%;
}

.txt_14px{
	font-size: 107.6%;
}

.txt_normal{
	font-size: 100%;
}

.txt_notice {
	font-size: 85%;
	color:#FF0000;
}

.txt_small {
	font-size: 85%;
}
/* --------------------------------------------見出し設定 */

h2.img_career{
	width:495px;
	height:205px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	background: url(../images/photo/ph_career.jpg) no-repeat left top;
	padding: 0;
	margin: 0;
}
h2.img_career_a{
	width:495px;
	height:205px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	background: url(../images/photo/ph_career_a.jpg) no-repeat left top;
	padding: 0;
	margin: 0;
}
h2.img_career_b{
	width:495px;
	height:205px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	background: url(../images/photo/ph_career_b.jpg) no-repeat left top;
	padding: 0;
	margin: 0;
}
h2.img_career_c{
	width:495px;
	height:205px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	background: url(../images/photo/ph_career_c.jpg) no-repeat left top;
	padding: 0;
	margin: 0;
}

h3 {
	padding-bottom: 10px;
}
h3.recruit_job{
	width:480px;
	height:34px;
	text-align:left;
	text-indent:-9999px;
	background: url(../images/label/lb_title_bosyushokusyu.gif) no-repeat left top;
	margin-top: 10px;
}

h3.recruit_outline{
	width:480px;
	height:34px;
	text-align:left;
	text-indent:-9999px;
	background: url(../images/label/lb_title_bosyuyoko.gif) no-repeat left top;
	margin-top: 10px;
}

h3.recruit_oubo{
	width:480px;
	height:34px;
	text-align:left;
	text-indent:-9999px;
	background: url(../images/label/lb_title_oubo.gif) no-repeat left top;
	margin-top: 10px;
}

h3.recruit_contact{
	width:480px;
	height:34px;
	text-align:left;
	text-indent:-9999px;
	background: url(../images/label/lb_title_contact.gif) no-repeat left top;
	margin-top: 10px;
}

h4 {
	clear:both;
	text-align:left;
	line-height: 125%;
	font-size:100%;
	font-weight:bold;
	margin:0 0 8px 8px;
	padding-left:7px;
	border-left:#66CCFF 4px solid;
}

*html h4 {
	margin:0 0 8px 8px;
}

h4.job_business{
	height:30px;
	text-align:left;
	text-indent:-9999px;
	background: url(../images/label/lb_cate_eigyo.gif) no-repeat left bottom;
	margin-left:0px;
	padding-left:0px;
	border-left:none;
	border-bottom:#F2F2F2 solid 1px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

h4.job_tec{
	height:30px;
	text-align:left;
	text-indent:-9999px;
	background: url(../images/label/lb_cate_gijutsu.gif) no-repeat left bottom;
	margin-left:0px;
	padding-left:0px;
	border-left:none;
	border-bottom:#F2F2F2 solid 1px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

h4.job_office{
	height:30px;
	text-align:left;
	text-indent:-9999px;
	background: url(../images/label/lb_cate_jimu.gif) no-repeat left bottom;
	margin-left:0px;
	padding-left:0px;
	border-left:none;
	border-bottom:#F2F2F2 solid 1px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

h5 {
	color:#3C77BD;
	font-weight:bold;
}

h6 {
	font-weight:bold;
}

/* --------------------------------------------中央エリア中央寄せ */
div#container-middle {
	clear:both;
	width: 760px;
	position: relative;
	margin: 0 auto 0 auto;
	padding:0 10px;
	background:#66CCFF url("../images/background/bg_main.png") no-repeat top left;
	overflow: hidden;
}


div#container-middle:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#container-middle {
	height: 1em;
	overflow: visible;
}
/**/
/* float対策ここまで */

/**/

/* --------------------------------------------main area (middle right) */
div#bread_cram {
	font-size:85%;
	height:22px;
	margin: 0 auto;
	padding: 3px 0px 0px 10px;
	text-align: left;
	clear:both;
}

/* ▽IE6以下用 */
* html div#bread_cram {
	font-size:85%;
	height:22px;
	margin: 0 0 0 0;
	vertical-align:middle;
	padding: 3px 0px 0px 10px;
	text-align: left;
	clear:both;
}
/* △IE6以下用 */

/*　main エリア　カラム幅　*/

div.top_img{
	width:760px;
	height:235px;
	margin:0 auto;
	text-align:left;
	text-indent:-9999px;
	background:url("../images/photo/ph_top.jpg") no-repeat center top;
}

div#main {
	clear:both;
	width: 495px;
	top:0px;
	float:right;
	position: relative;
	padding:0 0 0 5px;
	background: #FFFFFF url("../images/background/bg_main.jpg") no-repeat center top;
	height: 100%;
}


.column {
	margin:0 auto;
	text-align:left;
	width: 470px;
	font-size:100%;
	line-height:150%;
	padding-bottom: 10px;
}
.column p{
	padding-left:7px;
	padding-right:7px;
}

.para_column{
	float:left;
	width:220px;
	padding:0 10px;
}

dl.syokusyu{
	clear:both;
	text-align:left;
}

.syokusyu dt{
	clear:both;
	width:55px;
	float:left;
	margin-bottom:5px;
	display:block;
}

.syokusyu dd{
	width:415px;
	margin-bottom:5px;
	display:block;
	float:left;
}

.bosyu_act {
	width:55px;
	text-indent:-9999px;
	background:url(../images/label/lb_bosyu_actv.gif) no-repeat left;
}

.bosyu {
	width:55px;
	text-indent:-9999px;
	background:url(../images/label/lb_bosyu_off.gif) no-repeat left;
}

.kyubo {
	width:55px;
	text-indent:-9999px;
	background:url(../images/label/lb_kyubo.gif) no-repeat left;
}

.toiawase{
	width:55px;
	text-indent:-9999px;
	background:url(../images/label/lb_kyubo.gif) no-repeat left;
}


dd.no_bosyu {
	width:400px;
	background:url(../images/icon/ic_bulet_arrow01.gif) no-repeat left;
	padding-left:15px;
}

.syokusyu a{
	background:url(../images/icon/ic_bulet_arrow01.gif) no-repeat left;
	color:#3C77BD;
	padding:0 0 0 15px;
	font-weight:bold;
}

.syokusyu a:visited{
	color:#3C77BD;
}

.syokusyu a:hover{
	background:url(../images/icon/ic_bulet_arrow01_f2.gif) no-repeat left;
	color:#FF6699;
}

div.pdf_link{
	text-align:right;
	vertical-align:middle;
	padding:10px 0 5px 0;
}

/* ---募集要項内容--- */
div#detail {
	width:474px;
	border:#66CCFF solid 1px;
	line-height:100%;
	font-size:92.4%;
	padding:2px;
}

#detail img.right{
	float:right;
	vertical-align:baseline;
}

#detail dl{
	clear:both;
	background-color:#F2F2F2;
	text-align:left;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
}
#detail dl.end{
	text-align:left;
	border-bottom:#CCCCCC 1px solid;
}

#detail dt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#666666;
	font-weight:bold;
	line-height:15px;
	float:left;
	margin: 7px 5px 5px 3px;
	padding-left:5px;

}
#detail dd {
	padding:5px 10px;
	margin: 0 0 0 130px;
	background-color:#FFFFFF;
	border-left:#CCCCCC 1px solid;
}


/* --------------------------------------------menu area (middle left) */
div#sidebar {
	width: 260px;
	padding: 0 0 0 0;
	margin: 0px;
	float: right;
}

/* サイドバーバナー */
#kanren-link {
	width: 200px;
	margin: 0 auto;
}

#kanren-link .bn-sp {
	width: 100%;
	text-align: left;
	vertical-align: top;
	margin: 0 0 15px 0;
	background-color: #FFF;
}

#info{
	margin:0 15px 25px 15px;
	width:220px;
}
#info .box_top{
	width:220px;
	height:10px;
	background:#F2F2F2 url(../images/box/bg_curve_head.gif) no-repeat ;
}

#info .box_main{
	width:220px;
	background:#F2F2F2;
}

#info .box_bottom{
	width:220px;
	height:20px;
	background:#F2F2F2 url(../images/box/bg_curve_foot.gif) no-repeat bottom ;
}

#info p{
padding: 5px 15px 15px 15px;
}

#info h4{
	width:220px;
	height:25px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	border:none;
	overflow:hidden;
	display:block;
	background:url("../images/label/lb_bx_information.gif") no-repeat top left;
}

#info .notice {
	padding:0 15px;
	font-weight:bold;
	text-decoration: underline;
	color:#FF6699;
}
#info a.bt_info_detail{
	text-align:left;
	text-indent:-9999px;
	width:131px;
	height:19px;
	overflow:hidden;
	display:block;
	padding:0;
	margin-left:75px;
	background:url("../images/button/bt_mottomiru.gif") no-repeat top left;
}

#info a.bt_info_detail:hover {
	text-align:left;
	text-indent:-9999px;
	width:131px;
	height:19px;
	display:block;
	background:url("../images/button/bt_mottomiru_f2.gif") no-repeat top left;
}


/*go top*/
div#goesUp {
	width:500px;
	height:40px;
	text-align:left;
	margin-left:245px;
	margin-right:15px;
	border-top:#F2F2F2 solid 1px;
}

div#goesUp a {
	text-align:left;
	text-indent:-9999px;
	width:115px;
	height:20px;
	overflow:hidden;
	display:block;
	padding:0;
	margin-left:385px;
	background:url("../images/footer/bt_top.gif") no-repeat top left;
}

div#goesUp a:hover {
	text-align:left;
	text-indent:-9999px;
	width:115px;
	height:20px;
	display:block;
	background:url("../images/footer/bt_top_f2.gif") no-repeat top left;
}


/* --------------------------------------------footer */
div#footer {
	clear:both;
	width: 760px;
	position: relative;
	padding:0;
	margin: 0 auto 0 auto;
	background:#FFFFFF url("../images/background/bg_footer.png") no-repeat bottom left;
}

/*footerMenuここから↓*/

div#footerLink {
	font-size:85%;
	clear: both;
	margin: 0 auto;
	padding: 0 0 25px 0;
	text-align: center;
}

div#footerLink li {
	margin: 0 auto;
	padding: 0 7px 0 7px;
	display: inline;
	border-right:#434343 1px solid;
}



div#footerLink li.end{
	padding:0 7px;
	border-right:none;
	margin:0;
}

div#footer .copyright{
	text-align:center;
	font-size:85%;
	color:#FFFFFF;
	padding:0 5px 3px 0px;
	line-height:1.0;
}

/* ---説明文付箇条書きリスト--- */
dl.list_detail {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;

}

dl.list_date {
	margin: 0 20px ;
	padding: 7px 0;
	text-align:left;
	border-bottom:#666666 1px dashed;

}
dl.list_date dt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#2166BB;
	margin: 0 0 0 2px;
	font-weight: bold;
	float:left;
}

.list_arrow li{
	float:left;
	background:url(../images/icon/ic_help_arrow02.gif) left no-repeat;
	padding:0 15px 0 15px;
	margin:0 0 0 0;
	color:#04399F;
}

.list_mark li {
	list-style-image:url(../images/icon/ic_list.gif);
	margin:0 0 0 20px;
}

.bt_pro_send{
	text-indent:-9999px;
	overflow:hidden;
	width:256px;
	height:49px;
	background:url("../images/button/bt_pro_send.jpg") no-repeat top left;
	padding:0 0 4px 0;
}


.bt_pro_send a {
	display:block;
	overflow:hidden;
	width:256px;
	height:49px;
	background:url("../images/button/bt_pro_send.jpg") no-repeat top left;
}

.bt_pro_send a:hover{
	width:256px;
	height:49px;
	background:url("../images/button/bt_pro_send_f2.jpg") no-repeat top left;
}



/*CSSハック*/
*html dd.bug {
	text-indent:-3px;
}
*html li.bug {
	text-indent:-3px;
}


/* --------------------------------------------menu area (middle left) */

div#menu{
	width:250px;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	boeder-bottom:#66CCFF 1px dashed;
	background:url("../images/leftmenu/bg_leftmenu_sub.jpg") bottom right repeat-y;
	text-align: left;
}

/*　SUB1　表示サイズw200(198) x h35 */

/*アクティブ時（ロールオーバー無し）*/
li.sub_career_business_act{
	text-align:left;
	text-indent:-9999px;
	width:250px;
	height:23px;
	background:url("../images/leftmenu/bt_leftmenu_eigyo_f2.gif") no-repeat top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom:#FFFFFF 10px solid;

}

li.sub_career_business_act a{
	width:250px;
	height:23px;
	display:block;
}


/*非アクティブ（ロールオーバー有り）*/
li.sub_career_business{
	width:250px;
	height:23px;
	background:url("../images/leftmenu/bt_leftmenu_eigyo.gif") no-repeat top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom:#FFFFFF 10px solid;
}

li.sub_career_business a{
	background:url("../images/leftmenu/bt_leftmenu_eigyo.gif") no-repeat top left;
	text-align:left;
	text-indent:-9999px;
	width:250px;
	height:23px;
	display:block;
}

li.sub_career_business a:hover{
	background:url("../images/leftmenu/bt_leftmenu_eigyo_f2.gif") no-repeat top left;
}


/*アクティブ時（ロールオーバー無し）*/
li.sub_career_tec_act{
	text-align:left;
	text-indent:-9999px;
	width:250px;
	height:23px;
	background:url("../images/leftmenu/bt_leftmenu_gijutsu_f2.gif") no-repeat top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-top:#FFFFFF 10px solid;
	border-bottom:#FFFFFF 10px solid;
}

li.sub_career_tec_act a{
	width:250px;
	height:23px;
	display:block;
}


/*非アクティブ（ロールオーバー有り）*/
li.sub_career_tec{
	width:250px;
	height:23px;
	background:url("../images/leftmenu/bt_leftmenu_gijutsu.gif") no-repeat top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-top:#FFFFFF 10px solid;
	border-bottom:#FFFFFF 10px solid;
}

li.sub_career_tec a{
	background:url("../images/leftmenu/bt_leftmenu_gijutsu.gif") no-repeat top left;
	text-align:left;
	text-indent:-9999px;
	width:250px;
	height:23px;
	display:block;
}

li.sub_career_tec a:hover{
	background:url("../images/leftmenu/bt_leftmenu_gijutsu_f2.gif") no-repeat top left;
}
/*アクティブ時（ロールオーバー無し）*/
li.sub_career_office_act{
	text-align:left;
	text-indent:-9999px;
	width:250px;
	height:23px;
	background:url("../images/leftmenu/bt_leftmenu_gijutsu_f2.gif") no-repeat top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-top:#FFFFFF 10px solid;
}

li.sub_career_office_act a{
	width:250px;
	height:23px;
	display:block;
}


/*非アクティブ（ロールオーバー有り）*/
li.sub_career_office{
	width:250px;
	height:23px;
	background:url("../images/leftmenu/bt_leftmenu_jimu.gif") no-repeat top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-top:#FFFFFF 10px solid;
}

li.sub_career_office a{
	background:url("../images/leftmenu/bt_leftmenu_jimu.gif") no-repeat top left;
	text-align:left;
	text-indent:-9999px;
	width:250px;
	height:23px;
	display:block;
}

li.sub_career_office a:hover{
	background:url("../images/leftmenu/bt_leftmenu_jimu_f2.gif") no-repeat top left;
}

/*アクティブ時（ロールオーバー無し）*/
li.sub_map_act{
	text-align:left;
	text-indent:-9999px;
	width:250px;
	height:23px;
	background:url("../images/leftmenu/bt_leftmenu_map_f2.gif") no-repeat top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

li.sub_map_act a{
	width:250px;
	height:23px;
	display:block;
}


/*非アクティブ（ロールオーバー有り）*/
li.sub_map{
	width:250px;
	height:23px;
	background:url("../images/leftmenu/bt_leftmenu_map.gif") no-repeat top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

li.sub_map a{
	background:url("../images/leftmenu/bt_leftmenu_map.gif") no-repeat top left;
	text-align:left;
	text-indent:-9999px;
	width:250px;
	height:23px;
	display:block;
}

li.sub_map a:hover{
	background:url("../images/leftmenu/bt_leftmenu_map_f2.gif") no-repeat top left;
}

/*アクティブ時（ロールオーバー無し）*/
li.sub_company_act{
	text-align:left;
	text-indent:-9999px;
	width:250px;
	height:23px;
	background:url("../images/leftmenu/bt_leftmenu_company_f2.gif") no-repeat top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

li.sub_company_act a{
	width:250px;
	height:23px;
	display:block;
}


/*非アクティブ（ロールオーバー有り）*/
li.sub_company{
	width:250px;
	height:23px;
	background:url("../images/leftmenu/bt_leftmenu_company.gif") no-repeat top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

li.sub_company a{
	background:url("../images/leftmenu/bt_leftmenu_company.gif") no-repeat top left;
	text-align:left;
	text-indent:-9999px;
	width:250px;
	height:23px;
	display:block;
}

li.sub_company a:hover{
	background:url("../images/leftmenu/bt_leftmenu_company_f2.gif") no-repeat top left;
}

/*アクティブ時（ロールオーバー無し）*/
li.sub_inqury_act{
	text-align:left;
	text-indent:-9999px;
	width:250px;
	height:23px;
	background:url("../images/leftmenu/bt_leftmenu_contact_f2.gif") no-repeat top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

li.sub_inqury_act a{
	width:250px;
	height:23px;
	display:block;
}


/*非アクティブ（ロールオーバー有り）*/
li.sub_inqury{
	width:250px;
	height:23px;
	background:url("../images/leftmenu/bt_leftmenu_contact.gif") no-repeat top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

li.sub_inqury a{
	background:url("../images/leftmenu/bt_leftmenu_contact.gif") no-repeat top left;
	text-align:left;
	text-indent:-9999px;
	width:250px;
	height:23px;
	display:block;
}

li.sub_inqury a:hover{
	background:url("../images/leftmenu/bt_leftmenu_contact_f2.gif") no-repeat top left;
}

/*　SUB2　表示サイズw200(198) x h30　*/

/*アクティブ時（ロールオーバー無し）*/
li.sub2act{
	text-align:right;
	width:231px;
	padding-right:5px;
	display:block;
	line-height:110%;
	text-decoration:none;
	margin:5px 0 5px 10px;
	color:#666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 110%;
}

*html li.sub2act{
	width:240px;
	margin:5px 0 5px 5px;
	padding-right:0px;
}

li.sub2act a{
	width:226px;
	text-align:right;
	display:block;
	padding:1px 5px 1px 5px;
	font-weight: bold;
	border-right: #66CCFF 4px solid;
	text-decoration:none;
	color:#3C77BD;
}

*html li.sub2act a{
	width:230px;
}

li.sub2act a:visited{
	display:block;
	text-align:right;
	color:#3C77BD;
	text-decoration:none;
}

li.sub2act a:hover{
	display:block;
	text-align:right;
	text-decoration:none;
	color:#3C77BD;
}


/*非アクティブ（ロールオーバー有り）*/
li.sub2{
	text-align:right;
	width:231px;
	padding-right:5px;
	display:block;
	line-height:110%;
	text-decoration:none;
	margin:5px 0 5px 10px;
	color:#666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 110%;
}

*html li.sub2{
	width:240px;
	margin:5px 0 5px 5px;
	padding-right:0px;
}

li.sub2 a{
	width:226px;
	text-align:right;
	display:block;
	padding:1px 5px 1px 5px;
	border-right: #666666 4px solid;
	text-decoration:none;
	color:#666666;
}

*html li.sub2 a{
	width:230px;
}

li.sub2 a:visited{
	display:block;
	text-align:right;
	color:#666666;
	text-decoration:none;
}

li.sub2 a:hover{
	display:block;
	text-align:right;
	text-decoration:none;
	font-weight: bold;
	color:#666666;
	border-right: #66CCFF 4px solid;
}

#detail p{
	padding-bottom:15px;
}

.bt_contact{
	width:300px;
	height:53px;
	margin:10px auto;
	text-indent:-9999px;
	background:url("../images/button/bt_oubo_bottom.gif") no-repeat top left;
}

.bt_contact a {
	overflow:hidden;
	width:300px;
	height:53px;
	display:block;
	background:url("../images/button/bt_oubo_bottom.gif") no-repeat top left;
}

.bt_contact a:hover {
	width:300px;
	height:53px;
	display:block;
	background:url("../images/button/bt_oubo_bottom_f2.gif") no-repeat top left;
}

.bt_privacy{
	width:420px;
	height:45px;
	margin:15px auto 20px auto;
	text-indent:-9999px;
	background:url("../images/button/bt_privacy.gif") no-repeat top left;
}

.bt_privacy a {
	overflow:hidden;
	width:420px;
	height:45px;
	display:block;
	background:url("../images/button/bt_privacy.gif") no-repeat top left;
}

.bt_privacy a:hover {
	width:420px;
	height:45px;
	display:block;
	background:url("../images/button/bt_privacy_f2.gif") no-repeat top left;
}

.icon{
	text-align:right;
	padding:0 15px 0 0;
	margin:0;
}

.oubo li{
	padding-bottom:5px;
	padding-left:0px;
	margin-left:20px;
	*margin-left:25px;
	list-style:decimal;
}

.oubo_syorui li{
	padding-bottom:0px;
	padding-left:0px;
	margin-left:15px;
	*margin-left:20px;
	list-style: disc;
}

.oubo a:link{
	text-decoration: underline;
	color:#3C77BD;
}

.oubo a:visited{
	text-decoration: underline;
	color:#3C77BD;
}

.oubo a:hover{
	text-decoration: underline;
	color: #FF6699;
}

#detail a:link{
	text-decoration: underline;
	color:#3C77BD;
}

#detail a:visited{
	text-decoration: underline;
	color:#3C77BD;
}

#detail a:hover{
	text-decoration: underline;
	color: #FF6699;
}

.caution{
	color:#FF0000;
	border:#FF0000 double 3px;
	padding:10px;
	margin-right:15px;
}

.lb_no_bosyu{
	width:470px;
	height:75px;
	border:#CCCCCC 1px solid;
	text-indent:-9999px;
	overflow:hidden;
	background:#F6F6F6 url(../images/label/lb_no_bosyu.jpg) center no-repeat;
}