/*-- ベース ---------------------------------*/

body {
	margin:0px;
	font-family: Verdana, "Arial Black" , "ＭＳ Ｐゴシック", Osaka, sans-serif ;
	font-size: 0.8em;
	line-height: 1.6;
	color: #FFFFFF;
	background-color: #000000;
}

a {
	color: #66CCFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}

.contents a:hover {
	color: #FFFFFF;
	background-color: #66CCFF;
}

/*-------------------------------------------*/


/*-- 見出し フォント ------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-size: 1.2em;
	line-height: 2;
	font-weight: bold;
	color: #eeeeff;
}

h1 {
	font-size: 14px;
	color: #66CCFF;
	width: 100px;
	text-align: center;
	border: 3px double #999999;
}

h1#title {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 2em;
	margin-bottom: 50px;
	color: #FFFFFF;
}

.blue {
	color: #99FFFF;
}

/*-------------------------------------------*/


/*-- ブロック -------------------------------*/

div#top {
	background-color: #000000;
	width: 100%;
}

div#profile {
	background-color: #006d8c;
	width: 100%;
	background-image: url(img/bg_profile.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#flow {
	background-color: #4a6500;
	width: 100%;
	background-image: url(img/bg_flow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#price {
	background-color: #4f4f4f;
	width: 100%;
	background-image: url(img/bg_price.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#link {
	background-color: #000000;
	width: 100%;
	background-image: url(img/bg_link.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#estimate {
	background-color: #440000;
	width: 100%;
	background-image: url(img/bg_estimate.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#contact {
	background-color: #440000;
	width: 100%;
	background-image: url(img/bg_contact.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer {
	background-color: #440000;
	height: 100px;
}

.contents {
	margin-left: 250px;
	padding-top: 30px;
	padding-bottom: 50px;
	width: 550px;
}

/*------------------------------------------*/


/*-- イメージ ------------------------------*/

.logo {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	height: 150px;
}

/*------------------------------------------*/

/*-- フォーム ------------------------------*/

p {
	margin-top: 20px;
	margin-bottom: 5px;
}
body#form {
	background-color: #440000;
}
