@charset "utf-8";
/* base
------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 80%;
	line-height: 1.7;
	color: #333333;
	background-color: #E7E7E7;
}
/* link
------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
/* layout
------------------------*/
#container {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 850px;
}
#main {
	padding: 10px;
	float: left;
	width: 550px;
	margin-bottom: 15px;
	margin-top: 60px;
}
#sidebar {
	padding: 10px;
	float: right;
	width: 220px;
	margin-bottom: 15px;
	margin-top: 60px;
}
#footer {
	padding: 10px;
	clear: both;
	background-image: url(images/footer-bg.jpg);
	border-top: 1px solid #CCCCCC;
}
/* header
------------------------*/
#header {
	height: 260px;
	border-top: 5px solid #99CC00;
	position: relative;
}
#header h1 {
	font-size: 100%;
	position: absolute;
	left: 4px;
	top: 4px;
	font-weight: normal;
	height: 20px;
}
#header #logo {
	position: absolute;
	top: 40px;
	padding-left: 10px;
}
#header #image {
	left: 0px;
	position: absolute;
	top: 80px;
}
#header #button {
	position: absolute;
	top: 11px;
	right: 10px;
}

#header   ul.navi {
	background-image: url(images/navi-bg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 45px;
	left: 0px;
	top: 274px;
	width: 840px;
	padding-left: 10px;
	border-top: 1px solid #DDDDDD;
}
#header ul.navi li {
	float: left;
	list-style: none;
	padding: 8px 8px;
}
#header   ul.navi    li a {
	text-decoration: none;
	border-bottom: 3px solid #E6E6E6;
	text-align: center;
	font-size: 100%;
}
#header ul.navi li a:hover {
	border-bottom: 3px solid #006699;
	color: #999999;
}
#home #header ul.navi #naviHome a,
#splan #header ul.navi #naviSplan a,
#soption #header ul.navi #naviSoption a,
#plan #header ul.navi #naviPlan a,
#option #header ul.navi #naviOption a,
#flow #header ul.navi #naviFlow a,
#question #header ul.navi #naviQ a,
#contact #header ul.navi #naviCon a
{
	border-bottom: 3px solid #99CC00;
}
#main p {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.8em;
	margin-bottom: 2em;
}


#main .box {
	margin: 10px;
	padding: 10px;
	background-image: url(images/box-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}
#main h2 {
	font-size: 120%;
	background-image: url(images/h2-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	color: #669933;
	line-height: 2em;
	height: 40px;
	padding-top: 6px;
	margin-bottom: 10px;
}
#main h3 {
	color: #006699;
	border-left: 5px solid #006699;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.2em;
	padding-left: 10px;
	margin-left: 10px;
}
#main    .box img  {
	padding-top: 5px;
	padding-bottom: 10px;
}
#main ol {
	margin-left: 35px;
}

#sidebar h2 {
	margin-bottom: 10px;
}
#sidebar p {
	padding-bottom: 10px;
}
#footer p {
	margin-bottom: 1em;
}
#footer a {
	text-decoration: none;
}
