html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	color: #ffffff;
	font-size: 13px;
	background-color: #C82C55;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q{
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	color: #ffff33;
}

h1{
	color: #000000;
	font-size: 16px;
	float: right;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 16px;
}

.text-center{
	text-align: center;
}

.float-L{
	float: left;
}

.float-R{
	float: right;
}

.clear{
	clear: both;
}

/* コンテナ */
#container{
	width: 808px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* ヘッダー */
#header{
	background-color: #ffffff;
	width: 808px;
	height: 80px;
}

.pan{
	margin-top: 3px;
}

.pan span{
	color: yellow;
}

.header-img{
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}

.header-menu{
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}

.menu-list{
	margin-top: 10px;
	float: right;
}

.menu-list div{
	width: 81px;
	height: 31px;
	text-align: center;
	background: transparent url(/images/BT-off.gif) left top no-repeat;
	margin-right: 2px;
	float: left;
}

.header-menu div a{
	width: 81px;
	height: 31px;
	padding-top: 8px;
	display: block;
}

.header-menu div a:hover{
	width: 81px;
	height: 31px;
	background: transparent url(/images/BT-on.gif) left top no-repeat;
	display: block;
}

.header-menu div.active{
	width: 81px;
	height: 31px;
	background: transparent url(/images/BT-on.gif) left top no-repeat;
	padding-top: 8px;
	display: block;
}

.header-menu div.active a{
	width: 81px;
	height: 31px;
	padding-top: 0px;
	display: block;
}

.header-menu div.active a:hover{
	width: 81px;
	height: 31px;
	padding-top: 8px;
	margin-top: -8px;
	display: block;
}

/* センター */
#middle{
	width: 809px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#middle div.title-ber{
	width: 809px;
	height: 37px;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	background: transparent url(/images/title-ber2.gif) left top no-repeat;
	padding-top: 3px;
	margin-bottom: 5px;
	float: left;
}

.side-menu{
	color: #000000;
	background-color: #ffffff;
	width: 160px;
	text-align: center;
	float: left;
}

.side-menu div{
	color: #ffffff;
	background-color: #ff4500;
	margin-bottom: 5px;
}

.side-menu img{
	margin-bottom: 5px;
}

.banner, .banner2, .banner3{
	margin-top: 5px;
}

.banner2{
	margin-left: 26px;
}

.banner div{
	width: 200px;
	text-align: center;
	margin: 0px 1px 0px 1px;
	float: left;
}

.banner2 div{
	width: 150px;
	text-align: center;
	margin: 10px 1px 0px 1px;
	float: left;
}

.banner3 div{
	width: 400px;
	margin: 0px 2px 0px 2px;
	float: left;
}

.banner a, .banner2 a{
	line-height: 1;
}

/* フッター */
div.footer-text{
	margin-top: 20px;
}

.footer-catch{
	background-color: #ffffff;
	height: 20px;
	color: #000000;
	font-size: 16px;
	padding-top: 2px;
	padding-left:5px;
	margin-bottom: 10px;
}

#footer{
	width: 808px;
	border-top: 3px #ffffff solid;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}

#footer div.link{
	float: left;
}

#footer div.menu01{
	float: right;
}

#footer div.menu01 div{
	border-right: 1px #ffffff dotted;
	padding-right: 10px;
	margin-right: 10px;
	float: left;
}