@charset "utf-8";
/* CSS Document */


body.bg2{
	background-image: url(../images/bg2.jpg);
}



/*-------------------
	タイトル小
-----------------------*/
#title{
	position:relative;
	width:960px;
	height: 0 !important;
	height /**/: 160px;
	padding-top: 160px;
	display:block;
	overflow:hidden;
}



/*-------------------
	パンくず
-----------------------*/
.pankuzu{
	width:960px;
	height: 36px;
	margin-top: 25px;
	background-image: url(../images/pankuzu_bg.gif);
	background-repeat: repeat;
}
.pankuzu ul{
	padding: 10px;
}
.pankuzu li{
	font-size: 12px;
	color: #999999;
	float: left;
	background-image: url(../images/p_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	padding-right: 10px;
}
.pankuzu li.home{
	background-image: url(../images/p_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 18px;
}


/*-------------------
	左カラム
-----------------------*/
#left{
	width:700px;
	float: left;
	margin-top: 22px;
}

#left .subt{
	width:700px;
	height: 0 !important;
	height /**/: 35px;
	padding-top: 35px;
	display:block;
	overflow:hidden;
	margin-bottom: 18px;
}

#left p{
	width:680px;
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	line-height: 160%;
}

#left .dot{
	width:100%;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	height: 20px;
	background-position: left center;
}

/*-------------------
	右カラム
-----------------------*/
#right{
	width:230px;
	float: right;
	margin-top: 19px;
}

#right .side_bt_shop a{
	width:230px;
	height: 0 !important;
	height /**/: 124px;
	padding-top: 124px;
	display:block;
	overflow:hidden;
	background-image: url(../images/side_bt_shop.gif);
	background-position: 0px 0px;
}
#right .side_bt_shop a:hover { background-position: 0px -124px;}

#right .side_bt_recruit a{
	width:230px;
	height: 0 !important;
	height /**/: 120px;
	padding-top: 120px;
	display:block;
	overflow:hidden;
	background-image: url(../images/side_bt_recruit.gif);
	background-position: 0px 0px;
}
#right .side_bt_recruit a:hover { background-position: 0px -120px;}






/*-------------------
	フォーム
-----------------------*/
.form-text{
	color: #990000;
	padding-bottom: 5px;
}
table.form{
	width:700px;
	border: 5px solid #2A4C98;
}
table.form td.tb_title{
	background-color: #2A4C98;
	margin: 0px;
	padding: 0px;
}
table.form td.tb_sub{
	background-color: #cbcbcb;
	font-weight: bold;
	color: #555;
	text-align: center;
	margin: 10px;
	padding: 10px;
}
table.form td.tb_end{
	background-color: #FFF;
	text-align: center;
}
table.form th{
	font-size: 12px;
	font-weight: normal;
	background-color: #eeeeee;
	text-align: left;
	margin: 0px;
	padding: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	vertical-align: top;
}
table.form td{
	font-size: 12px;
	font-weight: normal;
	background-color: #f7f7f7;
	text-align: left;
	margin: 0px;
	padding: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	vertical-align: top;
}
table.form td.warning,table.form th.warning{
	background-image: url(../images/warning.gif);
	background-repeat: no-repeat;
	background-position: 20px 16px;
	padding-left: 50px;
}
table.form td span,table.form th span{
	font-size: 10px;
}

.text-f1{
	width: 400px;
}
.text-f2{
	width: 220px;
}
.text-f3{
	width: 350px;
}
.text-f4{
	width: 100px;
}
.text-f5{
	width: 50px;
}

textarea{
	font-size: 12px;
}


.error{
	color: #D50000;
	background-color: #FFE6E6;
	margin-bottom: 20px;
	padding: 15px;
}



.mrgn-b5{
	margin-bottom: 5px;
}
.mrgn-b10{
	margin-bottom: 10px;
}
.mrgn-b15{
	margin-bottom: 15px;
}
.mrgn-b25{
	margin-bottom: 25px;
}
.mrgn-b45{
	margin-bottom: 45px;
}
.mrgn-b100{
	margin-bottom: 100px;
}
.mrgn-b200{
	margin-bottom: 200px;
}
.pad-t5{
	padding-top: 5px;
}