@charset "UTF-8";
/* =======================================================================
	CSS information

	file name  :desire.css
	version:1.0
	style info :店主のおもいページ用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/

/* main
----------------------------------------------------------------------------- */
body#index #contents_left h2 {
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	text-indent: -9999px;
	background-image:url(../inquiry/img/main_img.jpg);
	margin-left:30px;
	margin-top:30px;
	
}


/* h3
----------------------------------------------------------------------------- */
body#index #contents_left h3 {
	text-indent:-9999px;
	background-position:left top;
	background-repeat:no-repeat;
	width:678px;
	height:17px;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	padding-bottom: 25px;
	background-image:url(../headline/img/h3_title01.gif);
}


/* 
----------------------------------------------------------------------------- */
body#index #contents_left table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 25px 15px 15px 20px;
	width:648px;
}
body#index #contents_left th,
body#index #contents_left td {
	line-height: 180%;
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
}
body#index #contents_left th {
	background-color: #FFFFCC;
	width: 23%;
}

.btn_form{
	background-color: #EEEEEE;
	margin: 25px 15px 15px 20px;
	padding: 10px;
	width: 100%;
	text-align: center;
		width:628px;
}

.btn_form input{
	margin: 10px;
	font-size: 113%;
}


