@charset "UTF-8";

body{
		color: #535353;
		font-size: 13px;
		line-height: 2.0;
		font-family: sans-serif;
		background-image: url(../images/untitled.bmp)
		background-repeat:no-repeat;
}
h2{
		font-size: 200%;
		border-left: 15px solid #ff9900;
		padding-left: 20px;
}
address{
		font-size: 100%;
		font-style: normal;
		text-align: right;
		border-top:10px solid #000000;
		padding-top: 20px;
		clear: left;
}
h3{
		padding: 10px;
		border: 5px solid #ff0000;
		font-size: 100%;
		
}
h4{
		font-size: 100%;
}
table{
		border: 1px dotted #ffff00;
		border-collapse: collapse;
}
th{
		border: 1px dotted #0000ff;
		padding: 10px;
		background-color: #66cc33;
}
td{
		border: 1px dotted #0000ff;
		padding: 10px;
		background-color: #ff0000;
}
#wrap{
		width: 950px;
		margin-left: auto;
		margin-right: auto;
}
.itemphoto{
		float: left;
		margin-right: 20px;
		margin-bottom: 50px;
}
ol{
		background-color: #ffffff;
		padding: 10px20px;
		text-align: center;
}
li{
		list-style-type: none;
		display: block;
		margin: 10px;
}
li a:link{
		color: #ff0000;
}
li a:visited{
		color: #eeee00;
}
li a:hover{
		color: #003300;
		text-decoration: none;
}
a img {
		border: none;
}
/*ここから追加*/
.menu{
		float: left;
		width: 175px;
}
.main{
		margin-left: 180px;
		width: 770px;
}
.header{
		background-color: #ffff00;
		height: 63px;
}
.clear{
		clear: left;
}		