﻿
/*▼基本設定▼*/
body{
	color:#000000;/*Bodyの色*/
	background-image: url("backpicture.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0px; 
	background-attachment:fixed;
	}

*{
	padding:0px;
	margin:0px;
	}

a img {
    border-style:none;
}
/*▲基本設定ここまで▲*/

/*▼フォントサイズ調整▼*/
body {
	font-size:14px;
	*font-size:80%;
	*font:80%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/*▲フォントサイズ調整▲*/

body{
	text-align:center;
	}

/*▼ページスタイル▼*/

#container{/*ページ余白設定*/
	width:1020px;
	margin:auto;
	background-color:#ffffff;
	text-align:left;
	}


#indextitletop_all{/*indexファイルのタイトル上*/
	width:1010px;
	height:50px;
	margin-right:5px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	}

#indextitletop_left{
	width:590px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:5px;
	margin-right:5px;
	float:left;
	}

#indextitletop_right{
	width:400px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:5px;
	margin-right:5px;
	float:right;
	}


#indexsearch_all{/*indexファイルの上検索*/
	width:980px;
	height:65px;
	margin-right:20px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	background-color: #F5F5F5;
	border: thin solid #DCDCDC;
	
	background-image: url(../img/search_bg.jpg);
	background-repeat: repeat-x;
	}
#indexsearch_left{
	width:200px;
	height:60px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	float:left;
	}
#indexsearch_center{
	width:600px;
	height:60px;
	margin-right:5px;
	margin-left:5px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	float:left;
	}
#indexsearch_right{
	width:200px;
	height:60px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	float:right;
	}


#indexmaine_all{/*indexファイルの「メイン内容」*/
	width:1010px;
	height:6700px;
	margin-right:5px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	
	background-image: url(../img/maine_bg.jpg);
	background-repeat: repeat-x;
	}
#indexmaine_left{
	width:200px;
	height:auto;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:2px;
	margin-right:2px;
	float:left;
	}
#indexmaine_center{
	width:498px;
	height:auto;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:2px;
	margin-right:2px;
	float:left;
	}
#indexmaine_right{
	width:300px;
	height:auto;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:2px;
	margin-right:2px;
	float:right;
	}


#indexunder_all{/*indexファイルの「下」*/
	width:1020px;
	height:auto;
	margin-right:0px;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	
	padding: 10px 0;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	background-color: #FFF;
	background-image: url(img/foot_bg.jpg);
	background-repeat: repeat-x;
	}


/*▲ページスタイル▲*/


/*▼お問い合わせフォーム▼*/
.table-main{
	border:none;
	background-color:#ffffff;
	}
.table-title{
	width:1020px;
	height:36px;
	color:#000000;
	background-color:#f9f9f9;
	border-bottom:1px solid #eeeeee;
	border-top:3px solid #3366ff;
	}
.td-title{
	font-size:14px;
	font-weight:bolder;
	line-height:22px;
	padding-left:20px;
	}
.table-message{
	margin:0px;
	}
.td-message{
	width:1020px;
	border:1px solid #dddddd;
	font-size:12px;
	padding:15px;
	}
.td-error{
	color:#1E90FF;
	font-size:14px;
	}
.td-item-title{
	background-color:#eeeeee;
	font-size:12px;
	padding-left:10px;
	min-width:180px;
	}
.td-item-comment{
	font-size:12px;
	}
.table-submit{
	width:1020px;
	text-align:center;
	margin:0px auto 10px;
	}
.form-button{
	padding:2px 15px;
	}
/*▲お問い合わせフォーム▲*/