@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 {
	background-color:#979183;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	font-size:12px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}


/*-------------------------------------- */
/* ■ リンク設定                        |*/
/*-------------------------------------- */
a:link { color:#7C8E3A;}
a:vlink { color:#066;}
a:hover { color:#900;text-decoration:underline;}
a:activ { color:#900;text-decoration:underline;}


/*-------------------------------------- */
/* ■ リンク設定                        |*/
/*-------------------------------------- */
#header {
	margin:0 0 25px 0;
}

h1 {
	font-size:11px;
	margin:5px 0 5px 0;
	color:#FFFFFF;
	border:1px solid #eeeeee;
	width:300px;
	padding:3px 0 3px 5px;
}


#header p {
	font-size:11px;
	color:#FCFCFC;
	margin:0 0 10px 5px;
}


/*-------------------------------------- */
/* ■ main                       |*/
/*-------------------------------------- */
#side-bar {
	width:200px;
	float:left;
	background-color:#FFFFFF;
	padding:10px;
}

#side-bar h3 {
	font-size:13px;
	color:#333333;
	padding:0 0 10px 0;
}

#side-bar ul {
	background-color:#EEEDE8;
	border:1px solid #DFE0D8;
	padding:10px
}

#side-bar li {
	background-color:#ffffff;
	border:1px solid #DFE0D8;
	padding:10px 10px 10px 15px;
	margin:0 0 3px 0;
	background-image:url(images/li-bg.gif);
	background-repeat:no-repeat;
}



#main {
	width:680px;
	float:right;
	background-color:#FFFFFF;
	padding:10px;
}


#main h2 {
	font-size:16px;
	padding:0 0 5px 0;
}


#main p {
	font-size:14px;
	color:#333333;
	line-height:170%;
	letter-spacing:0.1em;
}



.end {
	clear:both;
}


#footer {
	padding:20px 0 5px 0;
}




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;
}


