@charset "UTF-8";
/*ページ全体*/
body{
		color: #535353;
		font-size: 13px;
		background-color: #E0FFFF;
		background-image: url(images/haikei.jpg);
}
h2{
		padding: 5px;
		border: 1px solid #0000ff;
		font-size: 185%;
		text-align: center;
		background-image: url(images/haikei2.gif);
}
address{
		font-size: 85%;
		font-style: normal;
		text-align: right;
		border-top: 1px solid #000000;
		padding-top: 10px;
}
#wrap{
		width: 600px;
		margin-left: auto;
		margin-right: auto;
}
/*ナビ*/
ul{
		padding: 2px 10px;
		text-align: center;
}
li{
		margin: 10px;
		list-style-type: none;
}
/*リンク*/
a:hover{
		font-weight: bold;
		text-decoration: none;
}
/*画像*/
a img{
		border: none;
}
/*クラス*/
.main{
		margin-left: 180px;
		width: 420px;
}
.header{
		background-color: #0000ff;
		height: 63px;
}
.navi{
		float: left;
		width: 170px;
}
.clear{
		clear: left;
}
.logo{
		float: left;
}
.title{
		color: #ffffff;
		text-align: center;
		font-size: 50px;
		padding: 0px 10px;
		line-height: 1.4;
}
.font{
		text-align: right;
}
