/* -----------------------------------------------
	ページ全体
----------------------------------------------- */

body,h1,h2,h3,ul,li,p,address,a {

	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;

}

img {

	border: 0;

}

body {
	color: #330000;
	background-color: #996633;
}

h2 {

	font-size: 120%;
	line-height: 130%;
	border-left: solid 20px #330000;
	border-bottom: solid 2px #330000;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;

}

h3 {

	font-size: 90%;
	line-height: 120%;
	padding: 5px 5px 5px 10px;
	text-indent: 2;

}

a {
	text-decoration: none;
}

a:link {
	color: #ff3300;
}

a:visited {
	color: #000059;
}

a:hover {
	color: #338844;
}


div#container {

	background: #ffffbb url(images/coffee.jpg) no-repeat right bottom;
	width: 700px;
	margin: 0 auto;
	text-align: center;

}


/* -----------------------------------------------
	左（メニュー）
----------------------------------------------- */

div#left {

	width: 200px;
	float: left;
	text-align: left;
	padding: 10px;

}

ul {
	font-size: 90%;
}

ul li {

	list-style-type: none;
	margin: 5px 10px;
}

/* -----------------------------------------------
	右（コンテンツ）
----------------------------------------------- */

div#right {

	width: 430px;
	float: left;
	text-align: left;
	padding: 15px;

}

div#right p {

	font-size: 90%;
	line-height: 140%;
	padding: 5px 5px 5px 10px;
	text-indent: 3;
	margin-bottom: 10px;

}

.small {

	font-size: 80%;
	line-height: 130%;
}

.strong {

	color: #662233;
	font-weight: bold;

}

.box {

	border: solid 1px #668833;
	padding: 7px;
	margin: 15px;

}

.photo {

	float: left;
	margin-right: 10px;
}

.photo2 {

	text-align: center;
	margin-right: 3px;
}

.text {

	width: 58%;
	float: left;
}

.text2 {

	width: 48%;
	float: left;
}

.clear {

	clear: both;

}

.gotop {

	text-align: right;

}

.gotop a {

	color: #330000;
	text-decoration: underline;

}

/* -----------------------------------------------
	フッター
----------------------------------------------- */
div#footer {

	clear: left;
	color: #ffffff;
	background-color: #330000;

}

div#footer p {

	font-size: 80%;
	line-height: 140%;
	padding: 5px;

}

div#footer address {

	text-style: normal;
}

div#footer a {

	color: #ffffff;
	text-decoration: underline;
}


