﻿@charset "UTF-8";

body{
	margin-right:auto;
	margin-left:auto;
	font-size:13px;
	line-height:1.5;
	font-style:"MS Pゴシック";
	width:940px;
}



#navbar{
	margin:0;
	height:40px;
	width:940px;
	margin-left: -10px;

}

#navbar ul{
	margin:0;
	padding-left:10px;
	list-style-type:none;

}

#navbar li{
	float:left;
	height:40px;
	width:131px;
	text-align: center;
	margin:0;
	padding:0;
}

#main{
	width: 690px;
	float: left;
	padding-left: 0px;
	padding-right: 10px;
}

#side{
	width: 200px;
	float: left;
	padding-top: 0px;
}

h1{
	background-image:url(images/h1.jpg);
	background-repeat:no-repeat;
	margin-top: 25px;
	margin-bottom: 5px;
	height: 50px;
	font-family:"Times New Roman";
	color: #808080;

}

h1 span{
	display:none; /*非表示*/
}

h1 a{
	color: #808080;
	text-decoration:none;
	outline: none;
	overflow: hidden;
}

h2{
	text-align:right;
	font-size:15px;
	margin-top:-20px;
	padding-right:5px;
	margin-bottom:0px;
	font-family:"MS Pゴシック";
}

h2 a{
	color: #808080;
	outline: none;
	overflow: hidden;
	text-decoration:none;
}

h3{
	background-image:url(images/photo5.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	height: 75px;
	font-family:"Times New Roman";
	color: #808080;

}

h3 span{
	display:none; /*非表示*/
}




#contents{
	width:920px;
}

address{
	font-size:85%;
	font-style:normal;
	text-align:center;
	clear: both;
	padding-top:40px;
}



li a:link{
	color:#ffffff;
}

li a:hover{
	color:#000000;
	text-decoration:none;
}
