@charset "UTF-8";

* {
	margin:0;
	padding:0;
	background-color:transparent;
	color:#000000;
	}

th,td,form {
	margin:0;
	padding:0px;
	background-color:transparent;
	color:#000000;
	}		

img {
	border:0;
	}

li {
	list-style-type:none;
	}

.end {
	clear:both;
}

/*-------------------------------------- */
/* ■ 基本設定                          |*/
/*-------------------------------------- */
body {
	background-color:#ffffff;
	font-size:12px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}


/*-------------------------------------- */
/* ■ リンク設定                        |*/
/*-------------------------------------- */
a:link { color:#00a;}
a:vlink { color:#066;}
a:hover { color:#900;text-decoration:underline;}
a:activ { color:#900;text-decoration:underline;}



/*-------------------------------------- */
/* ■ header                         |*/
/*-------------------------------------- */

h1 {
	font-size:11px;
	margin:5px 0 5px 0;
	border:1px solid #CACACA;
	width:315px;
	padding:3px 0 3px 5px;
}


#header p {
	font-size:11px;
	line-height:160%;
	color:#666666;
}



/*-------------------------------------- */
/* ■ navi                          |*/
/*-------------------------------------- */
#navi {
	width:950px;
	height:30px;
}

#navi li {
	float:left;
	width:189px;
	height:25px;
	background-color:#C5E7A3;
	padding:9px 0 0 0;
	text-align:center;
	border-right:1px solid #ffffff;
}


#navi li a {
	color:#006666;
	text-decoration:none;
}

#navi li a:hover {
	padding:0 0 2px 0;
	border-bottom:3px solid #8AAF66;
}


/*-------------------------------------- */
/* ■ side-bar                          |*/
/*-------------------------------------- */
#side-bar {
	width:150px;
	float:left;
	background-color:#E2F2D2;
	padding:10px 15px 0 15px;
	}

#side-bar h3 {
	font-size:13px;
	color:#666666;
	padding:0 0 5px 0;
	}


#side-bar li {
	margin:5px 0 10px 0;
	padding:0 0 0 10px;
	background-image:url(images/img_li.gif);
	background-repeat:no-repeat;
	}
	
#side-bar li a {
	color:#666666;
	}

#side-bar li a:hover {
	color:#339999;
	text-decoration:none;
	}


.line {
	border-top:1px solid #99CCCC;
}

	
/*-------------------------------------- */
/* ■ main                          |*/
/*-------------------------------------- */
#main {
	width:540px;
	margin:0 15px 0 15px;
	float:left;
}


#main h2 {
	color:#339999;
	font-size:17px;
	padding:0 0 5px 0;
}

#main p {
	font-size:14px;
	line-height:160%;
	letter-spacing:0.1em;
	color:#333333;
}

#google {
	width:540px;
	text-align:center;
	padding:50px 0 0 0;
}

/*-------------------------------------- */
/* ■ support                          |*/
/*-------------------------------------- */
#support {
	width:200px;
	float:right;
}


#support h3 {
	color:#339999;
	font-size:15px;
	padding:0 0 5px 0;
}

#support p {
	padding:0 0 5px 0;
}


/*-------------------------------------- */
/* ■ footer                         |*/
/*-------------------------------------- */
#footer {
	margin:10px 0 0 0;
	padding:10px 0 5px 0;
	border-top:1px solid #eeeeee;
}

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;
}
