@charset "UTF-8";
/*ページ全体*/
#wrap{
		width: 770px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #0000cc;
}
body{
		color: #535353;
		font-size: 13px;
		line-height: 1.5;
		font-family: sans-serif;
		background-image: url (../images/haikei05.jpg);
		background-repeat: repeat-y;
		background-position: left;
}
address{
		font-size: 85%;
		font-style: normal;
		text-align: right;
		clear: left;
		float: left;
		width: 710px;
		padding-top: 15px;
}
h3{
		padding: 5px;
		border: 1px solid #0000cc;
		font-size: 154%;
		color: #ff0099;
}
/*テーブル関係*/
table{
		border: 1px solid #666666;
		border-collapse: collapse;
		width: 230px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
}
th{
		border: 1px solid #999999;
		padding: 10px;
		background-color: #cccccc;
}
td{
		border: 1px solid #999999;
		padding: 10px;
		background-color: #eeeeee;
		text-align: center;
}
.cell{
		border-top: none;
}

/*リスト部分*/
ul{
		background-color: #88aa00;
		padding: 10px 20px;
}
li{
		list-style-type: none;
		display: inlne;
		padding-right: 20px;
		
}
li a:link{
		color: #ff9900;
}
li a:visited{
		color: #0000ff;
}
li a:hover{
		color: #000000;
		text-decoration: none;
		font-size: 200%;
}		
li a:active{
		color:#ff0000;
		text-decoration:none;
}
a img{
		border: none;
}

/*ヘッダ部分*/
.header{
		height: 70px;
		line-height: 1.0;
		background-color: #0000cc;
}
.logo{
		padding: 4px 4px 3px;
		margin: 0;
		float: left;
		width: 175px;
}
.title{
		margin-left: 195px;
		margin-right: 0px;
		margin-top:5px;
		padding-top: 0;
		width: 550px;
		color: #ffffff;
		text-align: right;
		font-size: 200%;
		font-weight: bold;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
		background-color: #00ccff;
		border-bottom: 5px solid #ffcc66;
		border-left: 5px solid #ffcc66;
}

/*ナビ*/
.navi{
		width: 180px;
		float: left;
}

/*メイン部分*/
.main{
		margin-left: 190px;
		width: 580px;
}

/*フッタ部分*/
.footer{
		border-top: 1px solid #666666;
		margin-top: 5px;
		height: 50px;
}

/*画像挿入*/
.itemphoto{
		float:left;
		margin-right: 20px;
		margin-bottom: 50px;
}

/*配置関係*/
.right{
		float: right;
}
.clear1{
		clear: left;
}														
																																		 
				
				