body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFC961;
}

img {
	border: none;
	background-color: #FFFFFF;
}


#content {
	text-align: left;
	width: 800px;
	margin:0 auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DD8200;
	border-left-color: #DD8200;
}
#content p.description {
	width: 400px;
	margin-left: 10px;
}
/* トップ画面　タイトルロゴ */
#content h2.top {

	margin-left: 10px;
	background-image: url(image/top/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 149px;
	width: 392px;
	margin-bottom: 20px;
	text-indent: -2000px;
}
/* タイトルロゴ */
#content h2.logo {
	margin-left: 10px;
	background-image: url(image/common/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 200px;
	margin-bottom: 20px;
	text-indent: -2000px;
}
/* タイトルロゴ：テキスト飛ばし */
#content h2.logo a {
display: block;
height:80px;
width:208px;
text-indent: -2000px;
background: url(./image/common/logo.gif) no-repeat;
position:relative;
text-decoration:none;
}

.content-bg {
	background-image: url(image/top/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 489px;
}

/* タイトル部　背景画像 */
.title-bg {
	background-image: url(image/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 248px;
}
/* コンテンツ　主記事 */
#main {
	padding-right: 80px;
	padding-left: 80px;
}
#main td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 5px;
}
#main table {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-collapse: collapse;
}
#main-gift table {
	border: none;
	border-collapse: collapse;
}
/* ナビゲーション部 */
#menu {
	padding-left: 1em;
	padding-bottom: 2em;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu1 {
	background-image: url(image/common/menu01.gif);
	background-repeat: no-repeat;

}
.menu2 {
	background-image: url(image/common/menu02.gif);
	background-repeat: no-repeat;

}
.menu3 {
	background-image: url(image/common/menu03.gif);
	background-repeat: no-repeat;

}
.menu4 {
	background-image: url(image/common/menu04.gif);
	background-repeat: no-repeat;

}
.menu1 a,.menu2 a,.menu3 a,.menu4 a {
	text-indent: -2000px;
	height: 16px;
	width: 200px;
	display: block;

}
.menu1 a:visited,.menu2 a:visited,.menu3 a:visited,.menu4 a:visited {
	text-decoration: none;
}
h3.midium {
	margin-bottom: 1em;

}
h4.midium {
	background-color: #FF7300;
	color: #FFFFFF;
	margin-bottom: 1em;
	padding: 5px;

}
blockquote {
	padding: 5px;
	border: 1px solid #FF7300;
	background-color: #EFEFEF;
}
#main-gift {
	padding: 0 19px;
}
#main-gift td {
	margin: 0 5px;
	width: 253px;
	text-align: center;
}
#main td.bggray {
	background-color: #EEEEEE;
}

#footer {
	text-align: center;
	padding: 4em 0px 1em;
	font-size: 12px;
	color: #666666;
}
