@charset "utf-8";

/* leftメニュー
---------------------------------------------*/
.menu_header { 
	width:235px; 
	height:31px;
	background:url(../request/images/menu_header.gif) no-repeat;
}

.menu_main { 
	width:233px; 
	border-left:1px solid #99CCFF;
	border-right:1px solid #99CCFF;
	padding:3px 0px 0px 0px;
}

.menu_footer { 
	width:235px; 
	height:12px;
	background:url(../request/images/menu_footer.gif) no-repeat;
	margin-bottom:15px;
}

/* ヘッダーナビゲーション
---------------------------------------------*/
#MenuNav {
	height: 140px;
}


/* rightコンテンツ
---------------------------------------------*/

#request {
	padding:15px 10px 10px 10px;
}

h3{
	background:url(../request/images/title_bar.gif) no-repeat;
	height:24px;
	padding:2px 0px 0px 13px;
	margin:30px 0px 0px 0px;
}

h3.no_mgn{
	margin:15px 0px 0px 0px;
}

#request .form td{
	vertical-align:top;
	padding:7px;
}

#request .form{
	background-color:#F0F0F0;
	border:1px solid #E1E1E1;
}

#request textarea{
	width:330px;
}

#request select{
	margin-bottom:2px;
}

#request p{
	margin-bottom:15px;
}

#request .btn{
	text-align:center;
	padding:10px;
}

#request .form_title{
	font-weight:bold;
	border-bottom:1px dotted #999999;
	padding-bottom:2px;
}

#request .border_btm{
	background-color:#E3E3E3;
	padding:2px;
}

#request .req_shop{
	border:1px solid #B5B4B4;
	margin-top:30px;
}

#request .req_shop td{
	vertical-align:middle;
	padding:10px;
	line-height:150%;
}

#request .req_shop th{
	padding:6px 10px;
}

#request .shop_name{
	background:#CDE3EE;
	border-bottom:1px solid #B5B4B4;
}

#request .shop_name a:link { text-decoration: none; }
#request .shop_name a:visited { text-decoration: none; }
#request .shop_name a:active { text-decoration: underline; }
#request .shop_name a:hover { text-decoration: underline; }

#request .shop_info a:link { text-decoration: none; }
#request .shop_info a:visited { text-decoration: none; }
#request .shop_info a:active { text-decoration: underline; }
#request .shop_info a:hover { text-decoration: underline; }


.sub_block {
	margin:20px 12px 10px 12px;
}

.sub_block .btn {
	background:url(../images/btn_bg.gif) no-repeat;
	width:145px;
	height:36px;
}

.sub_block .btn p {
	padding-top:9px;
	text-align:center;
}

.sub_block .btn a:link { text-decoration: none; }
.sub_block .btn a:visited { text-decoration: none; }
.sub_block .btn a:active { text-decoration: underline; }
.sub_block .btn a:hover { text-decoration: underline; }

