﻿@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: 0px;

}

#navbar ul{
	margin:0;
	padding:0;
	list-style-type:none;

}

#navbar li{
	float:left;
	height:40px;
	width:131px;
	text-align: center;
	margin:0;
	padding:0;
}


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:25px;
	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; /*非表示*/
}


#box{
	width:100%;
	clear:both;
}

img{
	border-style:none;
}

a.thumbnail {
	display: block;
	float: left;
	margin: 0em 100px 170px 0;
	
}
a.thumbnail img{
	position: relative;
	
}
a.thumbnail,
a.thumbnail img{
	width: 110px;
	height: 110px;
	
}
a.thumbnail:hover {
	border: none;
	cursor: default;
	position: relative;
	

}
a.thumbnail:hover img {
	width: auto;
	height: auto;
	position:relative;
}


address{
	font-size:85%;
	font-style:normal;
	text-align:center;
	clear: both;
}



li a:link{
	color:#ffffff;
}

li a:hover{
	color:#000000;
	text-decoration:none;
}
