@charset "utf-8";
/* CSS Document */


*{
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	color:#333333;
}

img{
	vertical-align:bottom;
	border:none;
}

body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
  	margin: 0;
   	padding: 0;
	vertical-align:baseline;
	font-weight:500;
}

body{
	background-color:#ffffff;
}

a{
	text-decoration:none;
}

A:link{
	color:#222222;
}

A:visited{
	color:#333333;
}

A:hover{
	color:#000066;
}

#wrapper{
	width:1000px;
	height:auto;
	margin:0px auto;
}

#header{
	width:1000px;
	height:30px;
	background-image:url(../images/headerback_01.jpg);
}

h1 A:link,h1 A:visited,h1 A:hover{
	float:left;
	color:#FFFFFF;
	margin:8px 0 0 95px;
	font-weight:600;
}

* html h1{
	margin-left:50px;
}

#contact{
	width:420px;
	height:19px;
	float:right;
	margin:4px 0 0 0;
}

#contact img{
	margin:0 0 0 10px;
}

#topimg{
	background-image:url(../images/topimg_01.jpg);
	width:1000px;
	height:370px;
	display:inline-block;
}

h2{
	margin:37px 0 0 94px;}

#topimg ul{
	margin:177px 0 0 90px;
	display:inline-block;
}

#topimg li{
	float:left;
	margin:0 0 0 5px;
	list-style:none;
}

#left{
	width:525px;
	height:auto;
	margin:0 0 0 70px;
	float:left;
	background-image:url(../images/midashiback_01.jpg);
	background-repeat:no-repeat;
}

* html #left{
	margin-left:35px;
}

h3{
	font-size:19px;
	font-weight:700;
	color:#ffffff;
	margin:7px 0 19px 68px;
}

h4{
	margin:0 30px 10px 30px;
	line-height:20px;
	font-weight:600;
	}

#left p a{
	margin:0 30px 20px 30px;
	line-height:20px;
	text-decoration:underline;
}

.box{
	width:300px;
	background-color:#eeeeee;
	padding:10px 10px 10px 10px;
	margin:0 10px 10px 100px;
}

#right{
	width:400px;
	height:506px;
	float:left;
	background-image:url(../images/rightback_01.jpg);
}

#menu ul{
	margin:0 0 0 60px;
}

#menu li{

	list-style-image:url(../images/liststyle_01.png);
}

#menu h3{
	font-size:19px;
	font-weight:700;
	color:#ffffff;
	margin:6px 0 12px 68px;
}

#contents h3{
	font-size:19px;
	font-weight:700;
	color:#ffffff;
	margin:6px 0 12px 68px;
}

#menu{
	width:400px;
	height:142px;
}

#contents ul{
	margin:23px 0 0 45px;
}

#contents li{
	list-style:none;
	margin:10px 0 0 0;
}

#footer{
	width:1000px;
	height:100px;
	background-color:#000000;
	display:inline-block;
	margin:15px 0 0 0;
}

#footer p,#footer a{
	color:#FFFFFF;
	text-align:center;
	margin:14px 0 0 0;
}
#footer a{
	text-decoration:underline;
}
	
#footer address{
	clear:both;
	color:#ffffff;
	text-align:center;
	margin:14px 0 0 0;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
}


