@charset "utf-8";

/* ===================================================================

	body
	h1,h4,h4,h4,h5,h6
	header
	container
	globalnavi
	maincontents
	content
	sidebar01
	sidebar02
	footer

=================================================================== */



/*	html
----------------------------------------------------*/
html {
}


/*	body
----------------------------------------------------*/

body {
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	color: #4D4D4D;
	font-size: 13px;
	}

/*	h1,h4,h4,h4,h5,h6
----------------------------------------------------*/

h1{
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	left: 457px;
	top: 7px;
	}

h2{
	}

h4{
	}

h5{
	}

h6{
	}

/*	wrapper
----------------------------------------------------*/

#wrapper {
	width: 906px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/*	header
----------------------------------------------------*/

#header {
	position:relative;
	background-image: url(../../images/header.jpg);
	height: 108px;
	width: 906px;
	margin-bottom: 10px;
	}

#header span {
	visibility:hidden;
	}

#header p.logo {
	position:absolute;
	left: 6px;
	width: 193px;
	top: 22px;
	height: 74px;
	}
	
#header p.logo a {
	display:block;
	text-decoration:none;
	height: 74px;
	width: 193px;
	}
/*	footer
----------------------------------------------------*/
#footer_wrapper{
	background-color: #282828;
	width: 100%;
	margin-top: 20px;
}
#footer{
	width: 906px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	position: relative;
	height: 150px;
}
#footer p{
	position: absolute;
	font-size: 11px;
	left: 180px;
	top: 24px;
	line-height: 2em;
}
#footer address{
	position: absolute;
	font-size: 10px;
	left: 326px;
	top: 110px;
}
#footer a{
	color: #999999;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
/*	side_navi
----------------------------------------------------*/
#side_navi{
	float: left;
	width: 210px;
}
#side_navi dl{
	width: 210px;
	margin-top: 10px;
	background-color: #F2F2F2;
	padding-bottom: 10px;
}
#side_navi dt.menu01{
	background-image: url(../../images/menu.jpg);
	height: 43px;
	width: 210px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#side_navi dt.menu02{
	background-image: url(../../images/shop.jpg);
	height: 43px;
	width: 210px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#side_navi dt span{
	visibility: hidden;
}
#side_navi dd{
	line-height: 20px;
	background-image: url(../../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 20px;
}
.blank{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*	contents
----------------------------------------------------*/
#contents_wrapper{
	width: 896px;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}

#contents{
	float: right;
	width: 633px;
}
#contents h2{
	background-image: url(../../images/h2.jpg);
	height: 36px;
	width: 633px;
	color: #2c6db6;
	line-height: 36px;
	font-weight: bold;
	text-indent: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}
#contents h3{
	padding-left: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 14px;
}
#contents h3.red{
	padding-left: 30px;
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 14px;
}
.p_text{
	padding-left: 30px;
	color: #FF0000;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 12px;
}
#contents ul{
	margin-left: 60px;
}
#contents li{
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 2em;
}
#text_box{
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}
#text_box_s{
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}
#text_box_s p{
	font-size: 11px;
	line-height: 1.5em;

}
#text_box ul{
	margin-left: 60px;
}
#text_box li{
	list-style-position: outside;
	list-style-type: square;
	line-height: 2em;
}
/*	calendar
----------------------------------------------------*/
.style1 {color: #990000}
.style2 {color: #FFDBCA}
.style3 {color: #0066FF}
#cal{
	width: 210px;
	margin-top: 10px;
}
#cal table{
	width: 100%;
}
#cal td{
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #E4E4E4;
}
#cal th{
	padding: 5px;
	background-color: #3774ba;
	text-align: center;
	color: #FFFFFF;
}

