* {
  margin : 0;
  padding: 0;
}
body {
	font:90%/1.3em Verdana, Sans-serif;
	color:#003;
	background: #FFF;
	width: 750px;
	margin: 0 auto;
	text-align: center;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
h1{
	width: 140px;
	height: 50px;
}
h1 img{
	border: 0px none;
}
h2{
	font-size: 20px;
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 5px;
	font-weight: bold;
}
h3{
	font-size: 1em;
	border-left: 10px solid #0662A3;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 5px;
}
h4{
	color: #666666;
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url('./images/h3_bg.gif') no-repeat;
	padding-top: 0.2em;
	padding-left: 5px;
}
h5{
	font-weight: bold;
	border-bottom: 3px double #CCCCCC;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 1.8em;
	clear: both;
}
hr{
  height: 3px;
  width: 450px;
  text-align: left;
  margin-left: 20px;
}
fieldset{
	margin: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
a {
	color: #3333CC;
	text-decoration: none;
}
	a:visited {	color: #0066CC;}
	a:hover{	color: #FF6600;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: white;
	font-size: 1em;
	clear: both;
	margin: 0.5em 5px;
}
	th {
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		background: #E6E6E6;
		font-weight: normal;
		padding: 2px;
		margin: 0;
			}
	td {
		padding: 5px;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		font-weight: normal;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 17px;
	}

strong{	font-size: 120%;}

/* container
----------------------------------------------- */
#container {
	width: 750px;
	position: relative;
	margin-left: 2px;
	margin-top: 2px;
	margin: 0 auto;
	text-align: center;
}

/* header
----------------------------------------------- */
div#banner {
	width:100%;
	height: 65px;
	border-top: 3px solid #0662A3;
	border-bottom: 3px solid #0662A3;
	text-align: left;
}
	#banner span{
		font-size: 12px;
		margin-left: 150px;
		color: #FFFFFF;
		position: absolute;
		top: 35px;
		right: 5px;
		text-align: right;
	}
	#banner.index h2,
	#banner.index span{	z-index: -1;}
	
	#banner.index{
	height: 285px;
	border-top: 0px solid #0662A3;
	border-bottom: 0px solid #0662A3;
	margin-bottom: 5px;	
	}

	.home   {	background-image: url('./images/bg1.jpg');}
	.about  {	background-image: url('./images/bg2.jpg');}
	.service{	background-image: url('./images/bg3.jpg');}
	.pro    {	background-image: url('./images/bg4.jpg');}
	.faq    {	background-image: url('./images/bg5.jpg');}
	.link   {	background-image: url('./images/bg6.jpg');}
	.contact{	background-image: url('./images/bg7.jpg');}
	
	#jp{
	position: absolute;
	top: 18px;
	right: 268px;
	}
	#sv{
		position: absolute;
		top: 253px;
		right: 20px;
	}

/* maincol 左
----------------------------------------------- */
#sidebar{
	width: 100%;
	font-weight: bold;
	font-size: 0.8em;
	border: 1px solid #BBBBBB;
	background: url('./images/chromebg.gif') repeat-x left;
	margin-bottom: 10px;

}
#sidebar{
	position: absolute;
	top: 70px;
}
#sidebar.index{
	position: absolute;
	top: 290px;
}
/*バージョン 7 の IE にのみ適用 */
*+html body #sidebar{
	left: 0px;
}

	#sidebar:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
	#sidebar ul{
	list-style: none; 
	}
	
	#sidebar ul li{
		display: inline;
		float: left; 
		text-align: center;
	}
	
	#sidebar ul li a{
		display: block; 
		color: #494949;
		padding-top: 1px;
		width: 106px;
		padding-bottom: 1px;
		border-right: 1px solid #DADADA;
		voice-family: "\"}\""; voice-family:inherit;/**/
	}
	html>body div#sidebar ul li a{ width: 106px; }
	
	#sidebar ul li a:hover,
	#sidebar a:visited.mylist{
		background: url('./images/chromebg2.gif') repeat-x left;
	}

/* content
----------------------------------------------- */
#center {
	width: 100%;
	font-size: 95%;
	padding: 0px;
	clear: both;
	text-align: left;
	margin-top: 30px;
}
	.content{
		font-size: 85%;
		line-height: 1.4em;
		height: 200px;
		margin: 0 5px 5px;
		min-height: 150px;
	}
	html>body .content {height: auto;}
	
	.content h2{
		display: none;
	}
	.content p{
		margin: 0 5px 1.5em;
		text-indent: 1em;
	}
	
	.content ol {
		margin: 10px;
	}
		.content ol li{
			margin-top: 0;
			margin-right: 10px;
			margin-bottom: 10px;
			padding-left: 25px;
			list-style: none outside;
			line-height: 2.2em;
		}
	.content dt{
		margin-top: 0;
		margin-right: 10px;
		margin-left: 10px;
		padding-left: 25px;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
	}
		.content dd{
			padding-left: 25px;
			margin-left: 10px;
			margin-right: 10px;
			margin-bottom: 10px;
		}
	.content ul {
		list-style: square;
		margin: 5px 15px 15px 35px;
	}
		.content ul li{
			line-height: 1.4em;
			margin-bottom: 5px;
		}
.info{
	border: 1px dashed #333333;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 20px;
}
	.info li{
		color: #CC3300;
	}

ol.pointicon li{
	background: url('./images/point2.gif') no-repeat left 0.4em;
	list-style: none;
}
.more{
	margin: 10px 10px 0.8em;
	text-align: right;
	clear: both;
	font-size: 12px;
}
/*== ======================================*/
img.photo{
	border-top      : 1px solid #ccc;
	border-left     : 1px solid #ccc;
	border-bottom   : 1px solid #666;
	border-right    : 1px solid #666;
	margin          : 0 10px 5px;
	padding         : 5px;
}
p.pagetop {
	text-align: right;
	padding-bottom: 10px;
	margin-right: 10px;
	border: none;
}
p.pagetop img {	border: 0 none #FFFFFF!important; }
p.bk{	text-align: right;}
p img{
	margin-top: 15px;
	margin-bottom: 15px;
}
blockquote {
	margin: 10px;
	color : #666666;
	border: 1px dashed #999999;
	padding: 1em;
}
.r {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.l {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}
.c{
	margin: auto;
	text-align: center;
	vertical-align: middle;
}
.c a {
	font-size: 1.3em;
	line-height: 1.2em;
}


.fbox{
	border: 1px solid #999999;
	padding: 10px 15px;
}
.sm{
	font-size: x-small;
}
.red{
	font-weight: bold;
	color: #CC3300;
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.fn{
	font-size: 0.9em;
	margin-left: 0px;
}

#map{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 18px;
	color:#777777;
}

/* Footer
----------------------------------------------- */
#footer {
	clear:both;
	font-size:11px;
	color:#0662A3;
	border-top: 2px solid #0662A3;
	background: #FFFFFF;
	margin-top: 1px;
	padding-top:0;
	padding-right: 1em;
	padding-left: 10px;
	text-align: center;
  }
/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/
  * html #footer {
    height:1%;
}		
