body {
	background-color: #66CCCC;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	font-size: 13px;
}
#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	background-image: url(img/top.jpg);
	height: 350px;
}

#main {
	float: right;
	width: 520px;
	margin-top: 30px;
}

/* サイドメニュ */
#sidemenu {
	float: left;
	width: 200px;
}
#komoku {
	margin-top: 30px;
}
#komoku span {
	display: none;
}

#komoku ul {
}
#komoku li {
	list-style-type: none;
}
#komoku a {
	margin-left: -40px;
	display: block;
	height: 30px;
	width: 175px;

}
a.menu1 {
	background-image: url(img/side1_top.jpg);
}
a:hover.menu1 {
	background-image: url(img/side2_top.jpg);
}
a.menu2 {
	background-image: url(img/side1_profile.jpg);
}
a:hover.menu2 {
	background-image: url(img/side2_profile.jpg);
}
a.menu3 {
	background-image: url(img/side1_history.jpg);
}
a:hover.menu3 {
	background-image: url(img/side2_history.jpg);
}
a.menu4 {
	background-image: url(img/side1_appearance.jpg);
}
a:hover.menu4 {
	background-image: url(img/side2_appearance.jpg);
}
a.menu5 {
	background-image: url(img/side1_books.jpg);
}
a:hover.menu5 {
	background-image: url(img/side2_books.jpg);
}
a.menu6 {
	background-image: url(img/side1_lounge.jpg);
}
a:hover.menu6 {
	background-image: url(img/side2_lounge.jpg);
}
a.menu7 {
	background-image: url(img/side1_contact.jpg);
}
a:hover.menu7 {
	background-image: url(img/side2_contact.jpg);
}
a.menu8 {
	background-image: url(img/side1_information.jpg);
}
a:hover.menu8 {
	background-image: url(img/side2_information.jpg);
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 70px;
}

/* トップページ */
.title {
	width: 495px;
	padding-top: 50px;
	padding-bottom: 25px;
}
#news {
	background-image: url(img/title_news.jpg);
	background-repeat: no-repeat;
}
#links {
	background-image: url(img/title_links.jpg);
	background-repeat: no-repeat;
}

#main .title p {
	margin: 5px;
}
.title a {
	padding-left: 5px;
}
#profile {
	background-image: url(img/title_profile.jpg);
	background-repeat: no-repeat;
}
.komidashi {
	background-image: url(img/accent.jpg);
	padding-left: 12px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-left: 5px;
	padding-top: -2px;
}
#profile p {
	padding-bottom: 20px;
}
#profile .photo {
	text-align: right;
	vertical-align: top;
	height: 120px;
}
#history {
	background-image: url(img/title_history.jpg);
	background-repeat: no-repeat;
}
#photo {
	float: left;
	width: 200px;
}
#intro {
	width: 290px;
	float: right;
}
#intro p {
	margin-bottom: 15px;
}
#intro p {
	padding-bottom: 15px;
	line-height: 110%;
}
#appearances {
	background-image: url(img/title_appearance.jpg);
	background-repeat: no-repeat;
}
#books {
	background-image: url(img/title_books.jpg);
	background-repeat: no-repeat;
}
#books .photo {
	text-align: right;
	vertical-align: top;
	padding-top: 25px;
}#books li {
}
#bar {
	background-image: url(img/title_lounge.jpg);
	background-repeat: no-repeat;
}
#contact {
	background-image: url(img/title_contact.jpg);
	background-repeat: no-repeat;
}
#info {
	background-image: url(img/title_information.jpg);
	background-repeat: no-repeat;
}
#info p {
	padding-top: 10px;
	padding-bottom: 10px;
}
#bar p {
	padding-top: 10px;
	padding-bottom: 0px;
}

#contact p {
	padding-top: 0px;
	padding-bottom: 10px;
}
.intro {
	padding-top: 25px;
	vertical-align: top;
}

.komidashi2 {
	background-image: url(img/accent.jpg);
	padding-left: 12px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-left: 5px;
	padding-top: -2px;
	margin-top: 25px;
}#books p {
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 130%;
}
#poweredby {
	font-size: 10px;
	color: #999999;
}
#poweredby a {
	color: #666666;
	text-decoration: none;
}
