@charset "utf-8";
/* CSS Document */


*{
	margin:0px;
	padding:0px;
	font-family:"メイリオ,"Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif";
	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:#51c8ef;
}

a{
	text-decoration:none;
}

A:link{
	color:;
}

A:visited{
	color:;
}

A:hover{
	color:#900;
}

#wrapper{
	background-image:url(../images/background.jpg);
	width:892px;
	height:auto;
	display:inline-block;
}

#leftBack{
	background-image:url(../images/back_left.jpg);
	background-repeat:repeat-y;
	width:4px;
	height:1072px;
	float:left;
	margin:0 0 0 46px;
}

#rightBack{
	background-image:url(../images/back_right.jpg);
	background-repeat:repeat-y;
	width:164px;
	height:1072px;
	float:left;
}

#main{
	width:678px;
	height:auto;
	float:left;
	background-color:#fdfbe3;
	margin:0 0 0 50px;
}

*html #main{
	margin-left:25px;
}

#topimg{
	width:600px;
	height:259px;
	background-image:url(../images/topimg.jpg);
	margin:0 0 0 30px;
}

#wrap{
	margin:15px 0 0 0;
}

h2{
	margin:32px 0 0 30px;
}

h1{
	margin:8px 0 0 30px;
}



#left{
	width:210px;
	height:auto;
	margin:0 0 0 30px;
	float:left;
}

*html #left{
	margin-left:15px;
}

#left ul{
	margin:15px 0 0 30px;
}

#left li{
	margin:0 0 8px 0;
	list-style-type:none;
	list-style-image:url(../images/ls.jpg);
	text-decoration:underline;
}

#left img{
	margin:12px 0 0 0;
}

#left a{
	text-decoration:underline;
}

#right{
	margin:0 0 0 10px;
	float:left;
}

*html #right{
	margin-left:5px;
}

#right p{
	width:385px;
	margin:15px 5px 0 5px;
	line-height:18px;
}

#right a{
	text-decoration:underline;
	color:#333;
}

#right a:hover{
	text-decoration:underline;
	color:#900;
}

h3{
	width:385px;
	border-bottom-color:#51c8ef;
	border-bottom-width:2px;
	border-bottom-style:solid;
	font-weight:600;
}

h4{
	width:200px;
	border-bottom-color:#51c8ef;
	border-bottom-width:2px;
	border-bottom-style:solid;
	font-weight:600;
}

h5{
	font-weight:600;
	margin:10px 0 0 5px;
}

span{
	border-bottom-style:dotted;
	border-bottom-color:#000000;
	border-bottom-width:1px;
}

#rightBack ul{
	margin:259px 0 0 0;
}

#rightBack li{
	list-style:none;
}

#footer{
	width:670px;
	height:100px;
	display:inline-block;
	margin:15px 0 0 0;
}


#footer p,#footer a{
	color:#333333;
	text-align:center;
	margin:14px 0 0 0;
	font-size:12px;
}

#footer a{
	text-decoration:underline;
}

#footer a:hover{
	color:#990000;
}
	
#footer address{
	clear:both;
	color:#333333;
	text-align:center;
	margin:14px 0 0 0;
	font-style:normal;
}