@charset "EUC-JP";

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
［/mag/］
▼メインビジュアル
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main_topic {
	position: relative;
	width: 800px;
	height: 141px;
	background: url(../../image/mag/page_title.jpg) top center no-repeat;
	text-align: center;
}



/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼中央コンテンツ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#center_contents {
	float: left;
	width: 600px;
	text-align: left;
	overflow: hidden;
}

/*-----------1パラ-----------*/
.para1 h2 {
	width: 100%;
	height: 71px;
	text-indent: -9999px;
	background: url(../../image/mag/title1.jpg) no-repeat top left;
	border: none;
}

.para1-ol {
	width: 600px;
	background: url(../../image/mag/para1_bg.jpg) no-repeat top left;
	overflow: hidden;
	border-bottom: #CCCCCC solid 1px;
	margin-bottom: 20px;
}

.para1-text {
	width: 540px;
	text-align: left;
	margin-left: 30px;
	margin-bottom: 20px;
}

/*-----------2パラ-----------*/
.para2 h2 {
	width: 100%;
	height: 71px;
	text-indent: -9999px;
	background: url(../../image/mag/title2.jpg) no-repeat top left;
	border: none;
}

.para2-ol {
	width: 600px;
	background: url(../../image/about/mid.jpg) repeat-y;
	overflow: hidden;
	border-bottom: #CCCCCC solid 1px;
	margin-bottom: 20px;
}

.para2-text {
	width: 540px;
	text-align: left;
	margin-left: 30px;
	margin-bottom: 20px;
}

/*-----------フォーム-----------*/
form {
	width: 540px;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0 0 40px 0;
	position: relative;
}

label {
	display: block;
}

input {
	width: 230px;
	font-size: 150%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}


span.hint {
	background: #e9e9ce url(../../image/mag/bg-span-hint-gray.jpg) no-repeat top left;
	color: #333;
	border: 1px solid #c5c594;
	padding: 5px 5px 5px 60px;
	width: 220px;
	position: absolute;
	margin: -10px 0 0 14px;
	display: none;
}

fieldset.welldone span.hint {
	background: #e9e9ce url(../../image/mag/bg-span-hint-welldone.jpg) no-repeat top left;
	border-color: #c5c594;
	color: #333333;
}

fieldset.kindagood span.hint {
	background: #ffffcc url(../../image/mag/bg-span-hint-kindagood.jpg) no-repeat top left;
	border-color: #cc9933;
}


fieldset.welldone {
	background: transparent url(../../image/mag/bg-fieldset-welldone.jpg) no-repeat 259px 12px;
}

fieldset.kindagood {
	background: transparent url(../../image/mag/bg-fieldset-kindagood.gif) no-repeat 260px 22px;
}

.soshin input {
	width: 240px;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 2px;
}
