@charset "UTF-8";

* {
	margin:0;
	padding:0;
	background-color:transparent;
	color:#000000;
	}

th,td,form {
	margin:0;
	padding:0px;
	background-color:transparent;
	color:#999999;
	line-height:170%;
	font-size:11px;
	}		


img {
	border:0;
	}

li {
	list-style-type:none;
	}


/*-------------------------------------- */
/* ■ 基本設定                          |*/
/*-------------------------------------- */
body {
	width:950px;
	margin:0 auto 0 auto;
	background-color:#ffffff;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;

	}


/*-------------------------------------- */
/* ■ リンク設定                        |*/
/*-------------------------------------- */
a:link { color:#4B4B4B;}
a:vlink { color:#066;}
a:hover { color:#900;text-decoration:underline;}
a:activ { color:#900;text-decoration:underline;}


/*-------------------------------------- */
/* ■ ヘッダー                          |*/
/*-------------------------------------- */
#header {
	padding:0 0 10px 0;
	height:151px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
}

#header h1 {
	font-size:24px;
	padding:60px 0 0 15px;
}

#header h1 a {
	text-decoration:none;
	color:#ffffff;/* ★ */
}


/*-------------------------------------- */
/* ■ サイドバ                          |*/
/*-------------------------------------- */
#sidebar {
	width:260px;
	padding:0 0 10px 0;
	float:left;
}

#sidebar h3 {
	margin:0 0 5px 0;
	padding:7px 0 0 8px;
	height:23px;
	background-image:url(images/h3_bg.gif);
	background-repeat:no-repeat;
	font-size:14px;
	color:#FFFFFF;/* ★ */
}

#sidebar li {
	background-image:url(images/li_bg.gif);
	background-repeat:no-repeat;
	height:25px;
	font-size:13px;
	margin:0 0 0 5px;
	padding:5px 0 0 30px;/* ★ */
}


/*-------------------------------------- */
/* ■ メイン                            |*/
/*-------------------------------------- */
#main {
	width:670px;
	float:right;
	padding:0 0 0 20px 0;
}

.top_text {
	padding:10px 0 10px 0;
	font-size:13px;
	line-height:160%;
}


#main_index {
	width:550px;
	background-image:url(images/main_bg_index.gif);
	background-repeat:no-repeat;
	padding:0 60px 0 60px;
	}

#main_index h2 {
	font-size:26px;
	padding:27px 0 10px 0;
	}


#main_index p {
	font-size:14px;
	line-height:150%;
	letter-spacing:0.1em;
	padding:0 0 20px 0;
	}


#main_index li {
	background-image:url(images/a_img.gif);
	background-repeat:no-repeat;
	height:23px;
	padding:5px 0 0 25px;
	font-size:13px;
	margin:0 0 5px 10px;
	}


#main_entry h2 {
	font-size:26px;
	padding:2px 0 10px 5px;
	height:50px;
	background-image:url(images/title_bg.gif);
	background-repeat:repeat-x;
	}

#main_entry p {
	font-size:14px;
	line-height:180%;
	letter-spacing:0.1em;
	padding:10px 20px 20px 20px;
	}

#google {
	font-size:11px;
	padding:10px 20px 20px 20px;

}


.end {
	clear:both;
	}
	
#footer {
	font-size:11px;
	padding:20px 0 5px 0;
	background-image:url(images/footer_bg.gif);
	}

address {
	text-align:center;
	font-style: normal;
	}

/* エラー時の表示 */
table.question .error_coution {
	color:#FF0000;
}

/* テーブル全体の表示 */
table.question {
	width:100%;
	border-width:0px;
	margin: 10px auto;
}

table.question th {
	padding: 10px;
	width: 200px;
	background: #EEEEEE;
	text-align: left;
}

table.question td { 
	padding: 10px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #DDDDDD;
}
/* submitボタンエリア */

div.question_submit {
	text-align:center;
	margin:20px 0px;
}

div.question_submit input.button {
	width: 150px;
}



