@charset "UTF-8";

/* formatting style
----------------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
#index #main h3 {
	font-size: 24px;
	font-weight: bold;
	color: #CC2166;
}
body {
	font-family: sans-serif;
	line-height: 1.6;
	color: #666;
	background-image: url(../images/base_01.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 90%;
}
hr {
	display: none;
}

/* link styles
----------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* basic layout
----------------------------------------------*/

#wrapper {
	width: 850px;
	margin: 0px auto;
}

/* header_01  layout
----------------------------------------------*/
#header_01 {
	width: 850px;
	margin: 0px auto;
	height: 100px;
	background-image: url(../images/img_hed_01.gif);
	background-position: center;
	background-repeat: no-repeat;
}

/* header_02  layout
----------------------------------------------*/
#header_02 {
	width: 850px;
	margin: 0px auto;
}
#header_02 ul li {
	list-style: none;
	font-size: 14px;
}
#header_02 ul li a {
	float: left;
	width: 115px;
	margin-right: 3px;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	height: 30px;
	margin-top: 10px;
	background-image: url(../images/hed_02/nabi.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFF;
	margin-left: 3px;
}
#header_02 ul li a:hover ,
#index 			#header_02 ul #nHome a ,
#kaisyagaiyou 	#header_02 ul #nKaisyaGaiyou a ,
#sekoujisseki 	#header_02 ul #nSekouJisseki a ,
#privacy 		#header_02 ul #nPrivacy a ,
#saiyoujyouhou 	#header_02 ul #nSaiyouJyouhou a ,
#syokunin 		#header_02 ul #nSyokunin a ,
#otoiawase 		#header_02 ul #nOtoiawase a {
	background-image: url(../images/hed_02/nabi_h.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#header_02 ul li a:active {
	background-image: url(../images/hed_02/nabi_a.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* header_03  layout
----------------------------------------------*/
#header_03 {
	margin: 0px auto;
	width: 850px;
	font-size: 20px;
	font-weight: bold;
	color: #026699;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* sideber
----------------------------------------------*/
#sidebar {
	width: 200px;
	float: left;
}
#sidebar ul li {
	list-style: none;
	font-size: 100%;
}
#sidebar ul li a {
	text-decoration: none;
	height: 2.2em;
	width: 178px;
	display: block;
	background-color: #99CCE5;
	text-align: center;
	color: #FFF;
	margin-bottom: 3px;
	padding-top: 0.7em;
	border-bottom: 2px solid #026699;
	border-right: 2px solid #026699;
}
#sidebar ul li a:hover {
	background-color: #45A2D0;
}
#sidebar ul li a:active {
	background-color: #E5B299;
	border-right: 2px solid #C60;
	border-bottom: 2px solid #C60;
}
#naisoukouji 	#sidebar ul #nNaisoukouji 		a ,
#design		 	#sidebar ul #nDesign	 		a ,
#housecleaning 	#sidebar ul #nHousecleaning 	a ,
#renovation 	#sidebar ul #nRenovation 		a ,
#keiyaku 		#sidebar ul #nKeiyaku 			a ,
#otoriatsukai 	#sidebar ul #nOtoriatsukai 		a ,
#bond 			#sidebar ul #nBond 				a ,
#link			#sidebar ul #nLink 				a {
	background-color: #45A2D0;
}

/* main
----------------------------------------------*/
#main {
	float: right;
	width: 640px;
}
#main h1 {
	font-size: 140%;
	color: #F93;
	display: block;
	width: 622px;
	border-bottom: 1px solid #F93;
	border-left: 8px solid #F93;
	padding-left: 10px;
	margin-bottom: 20px;
}
#main h2 {
	font-size: 120%;
	color: #960;
	display: block;
	border-bottom: 2px dotted #F96;
	margin-top: 20px;
	margin-bottom: 10px;
}
#housecleaning #wrapper #main h3 {
	font-size: 24px;
	font-weight: bold;
	color: #CC2166;
}.text_red {
	color: #C51A00;
}
#main ol {
	padding-left: 20px;
}
.floatRight {
	float: right;
}

/* footer
----------------------------------------------*/
#footer {
	width: 850px;
	padding-top: 95px;
	background-image: url(../images/img_foot_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	margin: 0px auto;
	padding-bottom: 10px;
}
#footer p, #footer address {
	font-size: 80%;
	text-align: center;
}
