@charset "EUC-JP";


/*** レイアウト設定 ***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
	font-size:100%;
	line-height: 140%;
	letter-spacing:1px;
}
ul {
	list-style: none;
}
br {
	letter-spacing:0px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline; 
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}


/*** フォント設定 ***/

.right {
	display: block;
	float: right;
}
.left {
	display: block;
	float: left;
}
.clear {
	clear:both;
}
.bold{
	font-weight: bold;
}
.tcenter {
	text-align: center;
}
.red {
	color: #da4f9c;
}

/*** レイアウト設定 ***/

body {
	text-align: center;
	background: #F3F4F6;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic";
}

#layout {
	margin: 0 auto;
	width: 720px;
	text-align: center;
	background: #F3F4F6;
}

#contents {
	text-align: center;
	width: 720px;
}

#header {
	position: relative;
	width: 720px;
	height: 30px;
}

#top {
	position: relative;
	width: 720px;
	height: 364px;
}
.submit {
	width: 720px;
	height: 95px;
	margin-top:10px;
	margin-bottom:10px;
}

#txt {
	width: 720px;
	height: 300px;
	margin-top:10px;
	margin-bottom:10px;
	text-align: left;
}

#image_01 {
	width: 720px;
	height: 83px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#image_02 {
	width: 720px;
	height: 238px;
	margin-bottom:10px;
}


#footer {
	position: relative;
	width: 720px;
	height: 36px;
}

fieldset{
	padding:10px;
	border:4px #e2e2e2 solid;
	width:690px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	clear:both;
	font-size: 12px;
	line-height: 140%;
}

legend{padding:0px 20px 5px 20px; font-size:14px; color:#222222; font-weight:bold;}

/*** クラス部分 ***/
.camp_title {
	width: 144px;
	height: 77px;
	float:left;
	padding: 10px;
}

.banner {
	width: 324px;
	height: 57px;
	float:left;
	padding: 15px;
	text-align:center;
}


.link {
	width: 285px;
	height: 17px;
	font-size: 12px;
	line-height:120%;
	text-align:center;
}


img.margin {
	margin-right:10px;
}
