@charset "utf-8";
/* CSS Document */

/*form*/
span{/*spanは特に意味を持たないタグです。装飾用などに使用します*/
	
	font-size:10px;/*文字の大きさ*/
	color:#F00;/*文字の色*/
	
}

table{
	
	border-collapse:collapse;/*テーブルのうち枠線を重ねて表示*/
	width:618px;/*横幅*/
	
}

th{/*thは見出しセルです。*/
	
	border:solid 1px #f5e2b7;/*ボーダーを上下左右に実線で,1px,で#999で*/
	background:#fff9eb;
	width:250px;/*横幅*/
	padding:5px;/*内側への余白上下左右5px*/
	text-align:left;/*文字を左寄せ*/
	
	
}

td{
	
	border:solid 1px #f5e2b7;/*ボーダーを上下左右に実線で,1px,で#999で*/
	width:368px;/*横幅*/
	padding:5px;/*内側への余白上下左右5px*/
	
}

textarea{
	width:368px;/*横幅*/
	height:150px;/*高さ*/
}

.button{
	text-align:center;/*文字を中央寄せ*/
	padding:10px 0;/*内側への余白上下10px*/
	
}

/**/
#main3{
	height:50px;
	}


h2{
	font-size:18px;
	color:#fff;/**/
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-image: url(../images/concept_title.jpg);
	background-repeat:no-repeat;
	display: block;
	height: 21px;
	width: 855px;
	padding:3px 0 0 30px;
	margin:10px 8px 15px 7px;
	letter-spacing:2px;
	}
	
h3{
	clear:both;
	width:599px;
	height:19px;
	padding:0px 0 0 27px;;
	font-size:16px;
	color:#730507;
	background:url(../images/concept_bar.jpg) no-repeat;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom:10px;
	letter-spacing:2px;
	}	
	
	
#inner{
	width:876px;
	margin:0 15px 0px 10px;
	padding-bottom:30px;
	}	
	
/*side----------*/
#side{
	width:240px;
	float:left;
	margin-right:15px;
	}
	
.c-ue{
	display:block;
	height:15px;
	width:240px;
	}	
	

.side-txt3{
	width:199px;
	height:auto;
	padding:5px 10px 6px 30px;
	background-color: #fff9eb;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #f5e2b7;
	border-right-color: #f5e2b7;
	border-bottom-color: #f5e2b7;
	border-left-color: #f5e2b7;
	background-repeat: repeat-y;
	}	




/*content----*/	
#content{
	width:621px;
	display:block;
	float:left;
	margin-bottom:90px;
	}



