* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: medium;
}

img {
	border: 0;
}

body {
	width: 722px;
	margin-left: auto;
	margin-right: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

div#body {
	width: 700px;
	margin: 10px;
	border: solid 1px;
	background: #eee;
}

.float-left {
	float: left;	
}

.float-right {
	float: right;
}

address {
	float: right;
	margin: 6px 5px 5px 0;
	font-size: 70%;
	text-align: right;
	line-height: 1.2em;
}
.subscr {
	font-size: 0.7em;
}
.center {
	font-size: 100%;
	text-align: center;
}
.left {
	font-size: 100%;
	text-align: left;
}
.right {
	font-size: 100%;
	text-align: right;
}
.mandatory {
	font-size: 0.8em;
	font-weight: bold;
	color: #e00;
}
.red {
	font-size: 100%;
	color: #f00;
}
.green {
	font-size: 100%;
	color: #0f0;
}
.blue {
	font-size: 100%;
	color: #00f;
}
.clearfix:after {
	content: url(spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
/* Mac版IE \*//*/
.clearfix { overflow: hidden; }
/* */
.clear {
	line-height: 10px;
	clear: both;
	margin: 0;
}

.underline {
	text-decoration: underline;
}
.no-border {
	border: none;
}

div#header, div#content, div#footer {
	width: 678px;
	background: #fff;
	border: solid 1px #000 ;
	margin: 10px;
	padding: 0;
}

div#header {
	background-image : url("gradation_seed_1.gif");
	background-repeat : repeat-x;
}

div#logo p#division {
	margin: 15px 0px 0px 25px;
}

div#main {
	padding: 0;
	width: 680px;
}

div#main-content {
	clear: both;
	background: #fff;
}

div#content {
	clear: both;
}

#logo {
	margin: 5px 0 5px 5px;
	float: left;
}

div#footer {
	clear: both;
	background: #ffc;
	text-align: center;
	line-height: 2em;
}
div#footer strong {
	font-family: serif;
}

p#text {
	width: 330px;
	float: left;
}

.bold {
	font-weight: bold;
}
