/* 枠組み */
#container {
	width: 700px;
	margin: auto;
	background-color: #90EE90;
}
#contents {
	width: 700px;
	float: right;
	margin: 0px 0px 0px 0px;
	background-color: #90EE90;
}
#side {
	width: 152px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #703070;
}
/*
#footer {
	clear: both;
	background-color: #FFFFFF;
}
*/
/* ヘッダー */
#header {
	height: 40px;
	width:700px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	font-family:'PMingLiU','Tahoma','osaka';
	font-weight: bold;
	font-size: 2.2em;
	line-height: 2.2em;
	text-align:center;
	background-color: #4B0082;

}
/* 文字、見出し、メイン */
body {
	background-color: #f5f5f5;
	color:#000080;
	font-family:'Tahoma','osaka';
	font-size: 0.95em;
}
a {
	color: #e57e00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.main {
	width: 640px;
	background-color: #FFFFFF;
}
h1 {
	background:#228B22;   
	border-left:2px solid #aacf53;   
	padding: 10px 10px;  
	font-size: 1em;
	line-height: 1.75;
}
h2 {
	margin:0;
	margin-bottom:10px;
	font-size: 1em;
	width: 500px;
	line-height: 1.6;
	border-bottom: double 5px #e3e548;
	border-left: solid 10px #e9bc00;
	padding-left:10px;
}	


/* パンくずリンク */
#linklog {
	margin: 2px 20px;
	font-size: 1em;
}

/* フッター */
#footer {
	clear: both;
	height: 70px;
	background-color: #228B22;
}
#footer address {
	padding: 0px;
	font-size: 0.75em;
	line-height: 1.2;
	font-style: normal;
	margin-right: 0px;
}
/* メールフォーム */
form {
	width: 500px;
	padding: 10px;
	font-size: 0.95em;
	border: solid 1px #AAC1BB;
	background-color: #e8ebe5;
	margin: 10px 10px 0px 10px;
	margin-left:auto;
	margin-right:auto;
}
lable {
	width: 130px;
	display: block;
	float: left;
	font-size: 0.95em;
}
#user, #mail {
	width: 250px;

}
textarea {
	width: 320px;
	height: 120px;
	font-size: 0.95em;
}
#submit_area input {
	margin-left: 130px;
	clear: left;
}