/* yc-flomage style */

body {
	height:				100%;
	width:				660px;
	margin:				0px auto -50px auto;
	border-left:		4px solid #4444ff;
	border-right:		4px solid #4444ff;
	padding:			0;
	background-color:	#ffffff;
	background-image:	url(./image/bodybg.png);
}

#container {
	width:				100%;
	height:				100%;
	background-color:	#ffffff;
}

#header {
	width:				100%;
	margin:				0 0 0.5em 0;
	text-align:			center;
}

#navigation {
	width:				100%;
	margin:				0 0 0.5em 0;
	text-align:			center;
}

#flomage {
	width:				640px;
	margin:				1.0em auto 1.0em auto;
	padding:			0 0 0 0;
	text-align:			center;
}

#mailform {
	width:				480px;
	margin:				1.0em auto 1.0em auto;
}

#footer {
	width:				100%;
	margin:				0.5em 0 0 0;
	border-top:			4px dotted #4444ff;
}

h1 {
	display:			none;
}

h2 {
	margin:				1.0em 1.0em 0.5em 1.0em;
	border-bottom:		2px solid #8888ff;
	padding:			0.1em 0.4em 0.1em 0.4em;
	font-size:			120%;
	text-align:			left;
	color:				#000088;
}

p {
	margin:				0.1em 2.0em 0.8em 3.5em;
	line-height:		150%;
	font-size:			90%;
	text-align:			left;
	color:				#333333;
}

p.useflomage {
	width:				320px;
	height:				80px;
	margin:				0 auto 2.0em auto;
	text-align:			center;
}

strong {
	color:				#0000bb;
}

strong.caution {
	color:				#ff0000;
}

ul {
	margin:				0.1em 2.0em 0.8em 4.5em;
	text-align:			left;
}

ol {
	margin:				0.1em 2.0em 0.8em 4.5em;
	text-align:			left;
}

li {
	margin:				0.0em 0.0em 0.5em 0.0em;
	line-height:		150%;
	font-size:			90%;
	text-align:			left;
	color:				#333333;
}

li.update {
	font-weight:		bold;
	color:				#0000bb;
}

textarea {
	width:				400px;
	height:				100px;
	border:				1px solid #2222ff;
	background-color:	#eeeeff;
}

input.submit {
	width:				240px;
	height:				30px;
	border:				1px solid #2222ff;
	background-color:	#bbbbff;
}

address {
	margin:				1.5em 0 1.0em 0;
	font-style:			normal;
	font-size:			90%;
	text-align:			center;
	line-height:		150%;
	color:				#666666;
}


