/*
/////////////////////////////////////
seek/index.html
/////////////////////////////////////
*/

body {
	margin:0px;
	padding:0px;
	background:#E3FF9D;
	text-align:center;
}

* {
	margin:0px;
	padding:0px;
}

p {
	font-size:12px;
}

/* リンク */
a:link {
	color:#FF9900;
	text-decoration:underline;
}

a:visited {
	color:#FF9900;
	text-decoration:underline;
}

a:hover {
	color:#FF6600;
	text-decoration:underline;
}

a:active {
	color:#FF9900;
	text-decoration:none;
}

/* 画像 */
img {
	border:none;
	margin:0px;
	padding:0px;
}

alt {
	position:absolute;
	top:-5000px;
	left:-999px;
}

/* float消去 */
.Clear {
	margin:0px;
	padding:0px;
	font-size:1px;
	text-indent:-9999px;
	clear:both;
}
/* MacIEから隠す \*/
.Clear {
	font-size:0px;
}
/* */

/* +++++++++++contents+++++++++++ */

#Wrapper {
	width:600px;
	margin:0px auto;
	text-align:center;
}

h1 {
	width:580px;
}

/* コンテンツ */
#Wrapper #MainContents {
	width:580px;
	background:#34A12C;
	text-align:center;
}

#MainContents h2 {
	width:464px;
	margin:0px auto;
	padding:20px 0px;
}

#MainContents #ContentsArea {
	width:484px;
	margin:0px 38px 0px 58px;
	_margin:0px 0px 0px 40px;
	padding:0px 0px 30px;
	text-align:left;
}

#ContentsArea .TextArea {
	width:222px;
	margin:0px 20px 0px 0px;
	float:left;
}

.TextArea h3 {
	margin:0px 0px 5px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.TextArea p.Text {
	margin:0px 0px 20px;
	color:#FFFFFF;
	font-size:12px;
	line-height:140%;
}

p.Reference {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
}


