
/* ::::: 共通 ::::: */
*{
	margin: 0;
	padding: 0;
}
body{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
body, a:link, a:hover, a:visited{
	color: #666;
}
a:link, a:visited{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
p, td, ul, ol{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5;
}
img{
	border: 0;
}

/* ::::: ヘッダ::::: */
#header_top{
	clear: right;
	width: 960px;
	height: 65px;
	line-height: 0px;
	margin-bottom: 10px;
}
#header_e-community{
	width: 960px;
	height: 162px;
	background-image: url(../../e-community/img/header.png);
	background-position:0 100%;
	background-repeat: no-repeat;
}
#content_e-community{
	margin-top: 30px;
	width: 960px;
	clear: both;
	text-align: center;
}
#logo{
	float: left;
	width: 600px;
	height: 65px;
	text-align: left;
}
#searchform{
	float: left;
	clear: right;
	width: 300px;
	margin-top: 35px;
} 
#searchform label {
	font-size: 16px;
	text-align: left;
	margin-right: 5px;
}
.submit{
	margin-left: 5px;
	width: 72px;
	height: 34px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
#searchsubmit, #searchform .submit {
	position: absolute;
	top: 50px;
	border: 0pt none;
	background-color:#2246A1;
	background-image:url(../img/search_button.png);
}
#search{
	font-size: 14px;
	width: 170px;
}

/* ::::: メニュー ::::: */
#nav{
	position: relative;
	width: 960px;
	height: 43px;
	list-style-type: none;
	line-height: 0;
	clear: both;
}
#nav a{
	display: block;
	width: 160px;
	height: 43px;
}
#menu01{
	position: absolute;
	left: 0px; 
}
#menu02{
	position: absolute;
	left: 160px; 
}
#menu03{
	position: absolute;
	left: 320px; 
}
#menu04{
	position: absolute;
	left: 480px; 
}
#menu05{
	position: absolute;
	left: 640px; 
}
#menu06{
	position: absolute;
	left: 800px; 
}


/* ::::: メイン ::::: */
#container{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-image: url(../img/footer.png);
	background-position:0 100%;
	background-repeat:no-repeat;
}


/* :::: form ::::*/
#submit_form{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: left;
	width: 650px;
	clear: both;
}
#form_name, #form_title{
	width: 150px;
}
#form_location{
	width: 60px;
}
#form_age{
	width: 51px;
}
#form_text{
	width:560px;
	height: 100px;
}
#button_form{
	margin-left: 70px;
}
#jisuu{
	text-align: right;
}

#attention, #attention li{
	margin-left: auto;
	margin-right: auto;
	width:650px;
	font-size: 11px;
	text-align: left;
}
#attention{
	margin-bottom: 30px;
	clear: both;
}
#attention li{
	margin-left: 15px;
}
.res{
	width: 650px;
	margin: 0px auto;
	text-align: right;
}
.res_header{
	width: 600px;
	margin-top: 10px;
	text-align: left;
	float: right;
}
.title{
	text-align: left;
	float: left;
	width: 400px;
	color: #8ec323;
	font-size: 16px;
}
.date{
	text-align: right;
	width: 200px;
	float: left;
	clear: right;
}
.res_text{
	float: right;
	padding: 15px 0px;
	width: 570px;
	text-align: left;
}
.name_age{
	width: 600px;
	text-align: left;
	float: right;
}
.icon{
	float: left;
	margin-top: 5px;
}
#button_clear{
	margin-bottom: 30px;
	margin-left: 10px;
	border: 0pt none;
	background-color:#2246A1;
	background-image:url(../../e-community/img/clear.png);
	width: 49px;
	height: 21px;
	font-size: 12px;
	letter-spacing: 2px;
	color: #44ab6b;
}




/* ::::: フッタ ::::: */
#footer{
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	width: 940px;
	text-align: right;
	clear: both;
	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 50px;
}
#footer li{
	display: inline;
	list-style: none;
	background-image: url(../img/arrow.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding:0px 15px 0px 20px;
}
#copyright{
	display: none;
}

