@charset "utf-8";
/* CSS Document */
/* font-size memo
	
	 9px =	56.25%	|	25px = 156.25%
	10px =	62.5%	|	26px = 162.25%
	11px =	66.66%	|	27px = 168.75%					
	12px =	75%		|	28px = 175%	
	13px =	81.25%	|	29px = 181.25%
	14px =	87.5%	|	30px = 187.5%
	15px =	93.75%	|	31px = 193.75%
	16px =	100%	|	32px = 200%
	17px = 106.25%	|	33px = 206.25%
	18px = 112.5%	|	34px = 212.5%
	19px = 118.75%	|	35px = 218.75%
	20px = 125%		|	36px = 225%
	21px = 131.25%	|
	22px = 137.5%	| 48px = 300%
	23px = 143.75%	|	72px = 450%
	24px = 150%		|

*****************************************************

01. body / wrapper
02. header

03-01. contents
03-02. contents#main
03-03. contents#manu

04.footer

*/
/*---------------------------------------------------
 01. body / wrapper
---------------------------------------------------*/
html {
}
body {
	margin:0 auto;
	line-height:1em;
	text-align:center;
	background:#ffffff url(../img/body_bg.gif) left top repeat;
}
#wrapper {
	width:800px;
	margin:0 auto;
	text-align:center;
	font-size:75%;
	border:1px solid #cecece;	
	background:#ffffff url(../img/contents_bg.gif) 0 0 repeat-y;
}
#wrapper ul { list-style:none; }

a { outline:none; }
/*---------------------------------------------------
 02. header
---------------------------------------------------*/
*html #header { float:left; }
#header {
	height:245px;
	background:url(../img/header_bg_01.gif) left top repeat;
}


#header p#topNavi {
	float:right;
	padding:7px 7px 0 0;
}
	#header p#topNavi a:hover { color:#ff3300; }
	
#header h1 {
	float:left;	
	padding:7px 7px 0 7px;
	font-size:12px;
	font-weight:normal;
}
#header p#logo {
	float:left;
	padding:6px 7px 7px 7px ;
}
#header p#phoneNo {
	float:right;
	padding:4px 6px 0 0 ;
}

p#topImg {
	clear:both;
}
/*----(only topPage)--------------------------------*/
#header.top h1 {
	float:left;
	padding:6px 7px 7px 7px ;
}
#header.top p#description {
	float:left;	
	padding:7px 7px 0 7px;
}
/*---------------------------------------------------
 03-01. contents
---------------------------------------------------*/
#contents {
	margin:0;
	padding:7px 6px 10px 5px;
	text-align:left;
}
html>/**/body #contents { padding:7px 7px 10px 5px; }
/*-------------------------------------------------*/
p.toTop {
	clear:both;
	margin:0 15px 28px 0;
	text-align:right;
}
p.tRight { text-align:right; margin-right:14px; }
.attention { color:#ff3300; }
/*-------------------------------------------------*/
#main {
	float:right;
	width:574px;
	margin-bottom:60px;
}
#main p {
	margin:0 12px 1.2em 14px;
	line-height:1.6em;
}
#main p.image {
	margin:0 0 1.2em 0;
	line-height:1.6em;
	text-align:center;
}
#main h2 {
	margin:0 0 22px 0;
	padding:2px 0 0 20px;
	background:url(../img/h2_bg.gif) left top no-repeat;
	font-size:125%;
	line-height:28px;
}
/*#main */h3 {
	margin:0 0 16px 0;
	padding:0 0 0 15px;
	background:url(../img/h3_bg.gif) 4px top no-repeat;
	color:#ff6600;
	font-size:100%;
}

#main ul {
	margin:0 6px 1.4em 1em;
	line-height:1.4em;
}
#main ol {
	margin:0 6px 1.4em 3em;
	line-height:1.4em;
}
	#main ul li,
	#main ol li {
		margin:0 0 5px 0;
	}

	#main ul li {
		padding:0 0 0 1.2em;
		background:url(../../img/list_01.gif) left 4px no-repeat;
	}
/*-------------------------------------------------*/
#main p.subTitle {
	margin:0 0 25px 20px;
	padding:0 0 0 8px;
	border-left:3px solid #ff6600;
	font-size:115%;
	font-weight:bold;
	line-height:1.6em;
}
#main p.imageLeft {
	float:left;
	border:1px solid #cccccc;
}
/*-- main table -----------------------------------*/
#main table {
	width:530px;
	margin:0 0 1.4em 12px;
	border-top:1px solid #dddddd;	
	border-left:1px solid #dddddd;
	font-size:100%;
}
	#main table th, #main table td {
		padding:6px 5px 4px 5px;
	}
	#main table th {
		width:176px;
		border-bottom:1px solid #ffffff;	
		border-right:1px solid #dddddd;
		background-color:#dddddd;
		font-weight:normal;
		vertical-align:middle;
		text-align:left;
	}
	#main table td {
		border-bottom:1px solid #dddddd;	
		border-right:1px solid #dddddd;
	}
	
	#main form table input {
		width:272px;
		margin-bottom:5px;
		border:1px solid #889ca6;
	}
	#main form table textarea { border:1px solid #889ca6; }
/*-------------------------------------------------*/
#main table.layout {
	border:none;
	width:540px;
}
	#main table.layout td, #main table.layout th { padding:0; border:none; }
	#main table.layout td {
		vertical-align:top;
	}
	#main table.layout img {
		margin:0 5px 0 0 ;
	}
	#main table.layout h3 { 
		clear:left;
	}
	html>/**/body #main table.layout h3.notFirst { 
		margin-top:100px;
	}
	#main table.layout dl {
		margin:0 0 20px 16px;
		line-height:1.8em;
	}
		#main table.layout dl dt {
			float:left;
			clear:left;
			width:100px;
		}
		#main table.layout dl dd {
			float:left;
			display:block;
			width:230px;
		}
/*-------------------------------------------------*/
#main .goFlow {
	padding: 171px 0 39px 274px;
	background:url(../../img/top_02.png) left top no-repeat;
}
#main .goFlow p { border:none; }

#main #goInq {
	padding: 125px 0 19px 367px;
	background:url(../../img/goInq.jpg) left top no-repeat;
}
#main #goInq p { border:none; }
/*-------------------------------------------------*/
/*- menu ------------------------------------------*/
#menu {
	float:left;
	margin-bottom:60px;
}
#menu ul {
	width:198px;
}
	#menu ul li {
		display:block;
		width:198px;
		line-height:31px;
		background:url(../img/side_li_bg.gif) left top no-repeat;		
	}
	#menu ul li a {		
		padding:0 0 0 25px;
		line-height:31px;
	}
	#menu ul li a:hover {
		display:block;
		width:173px;
		padding:0 0 0 25px;
		line-height:31px;
		background:url(../img/side_li_bg_o.gif) left top no-repeat;
		color:#ff3300;	
	}
/*---------------------------------------------------
 04.footer
---------------------------------------------------*/
#footer {
	clear:both;
	width:800px;
	padding:20px 0 17px 0;
	background:#578cc0 url(../img/footer_bg.gif) left top repeat-x;
}
#footer p#footNavi {
	color:#ffffff;
}
	#footer p#footNavi a {
		color:#ffffff;
	}
#footer p#copyright {
	color:#ffffff;
	margin:5px 0 0 0 ;
}
