@charset "Shift_JIS";


body{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0px;
	background: #FFCCFF url("backdott.gif") center top;
	font:normal Osaka,"MS UI Gothic",sans-serif;
}

#wrapper {
	background-color: #FFFFFF;
	margin: 30px auto 0px;
	padding: 0px;
	width: 672px;
}

h1{
	display: none;
}

p {
	font-size:0.85em;
	line-height:1.3em;
	color:#555555;
	margin-top:0.5em;
	}

a {
	color:#666;
	}

a:hover {
	color:#bbb;
	text-decoration:none;
	}

img{
	border:0px;
}

#header{
	margin: 0px;
	padding: 0px;
	width: 670px;
	height:210px;
	background: url("headerimg.jpg") top center no-repeat;
	border-top: 1px solid #3300CC;
	border-right: 1px solid #3300CC;
	border-bottom: 1px none #3300CC;
	border-left: 1px solid #3300CC;
}

ul#navi{
	clear: both;
	position: relative;
	top: 180px;
	margin: 0px;
	padding: 0px;
	width: 620px;
	height: 30px;
	list-style: none;
	overflow: hidden;
}

body#home ul#navi{
	top: 0px;
}

ul#navi li a{
	position: absolute;
	height: 30px;
	padding: 0px;
	text-indent: -9999px;
	text-decoration: none;
	top: 0px;
	margin: 0px;
}

li#b01 a{ 
	background: transparent url("b_01.gif") no-repeat 0 0;
	width: 62px;
	left: 0px;
}

li#b02 a{ 
	background: transparent url("b_02.gif") no-repeat 0 0;
	width: 116px;
	left: 62px;
}
li#b03 a{ 
	background: transparent url("b_03.gif") no-repeat 0 0;
	width: 141px;
	left: 178px;
}
li#b04 a{ 
	background: transparent url("b_04.gif") no-repeat 0 0;
	width: 65px;
	left: 319px;
}
li#b05 a{ 
	background: transparent url("b_05.gif") no-repeat 0 0;
	width: 80px;
	left: 384px;
}
li#b06 a{ 
	background: transparent url("b_06.gif") no-repeat 0 0;
	width: 156px;
	left: 464px;
}

li#b01 a:hover, 
li#b02 a:hover, 
li#b03 a:hover, 
li#b04 a:hover, 
li#b05 a:hover,
li#b06 a:hover { 
	background-position: 0px -30px;
}

/* *************************************************** */
#main{
	text-align: left;
	margin:0;
	padding:0;
	width: 670px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF33FF;
	border-left-color: #FF33FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF33FF;
}
/* *************************************************** */

#footer{
	clear:both;
	background-color: #FFCCFF;
	width: 650px;
	border: 1px solid #666666;
	text-align: center;
	padding: 10px;
}

address {
	color:#666;
	font-style:normal;
	padding:5;
	font-size: medium;
	display: block;
	}
