@charset "Shift_JIS";

/* common tag
---------------------------------------------*/
*{
	margin : 0;
	padding : 0;
	font-size: 100%;
}
a img{
	border: 0;
}
body{
	font-size: 75%;
	line-height: 1.2;
	text-align: center;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	background: url(../image/bg_back.gif);
}
h1,hr{
	display: none;
}
h2 p{
	display: none;
}
h2 span{
	display: none;
}
h3 p{
	display: none;
}
strong{
	font-weight : normal;
}
ul{
	list-style-type: none;
}
img{
	vertical-align: text-bottom;
}

/* wrapper
---------------------------------------------*/
#wrapper{
	width : 810px;
	background-color:#ffffff;
	border-left: 5px solid #FFFCBB;
	border-right: 5px solid #FFFCBB;
}


/* description
---------------------------------------------*/
#description{
	text-align: left;
	height : 18px;
	font-size : 0.9em;
	padding-top: 2px;
	background-color: #E6FFB5;
	border-bottom: 3px solid #B9FF2D;
}


/* header
---------------------------------------------*/
#header{
	background-image: url(../image/illust.jpg);
	height: 140px;
	width: 800px;
}
#header #logo{
	float: left;
}
#header #navi{
	float: right;
}
#header #navi ul{
	margin-top: 8px;
	margin-right: 8px;
	list-style-type: none;
}
#header #navi li {
	width: 164px;
}
#header #navi li a{
	display: block;
	overflow: hidden;
	width:100%;
	height: 0 !important;
	height /**/: 30px;
	padding-top: 30px;
}
#header #syokutaku {
	float: right;
	margin-top: 83px;
}

/* menu
---------------------------------------------*/
#menu{
	height: 65px;
	width:800px;
	background-color: #A2E863;
	padding-left: 2px;
}
#menu ul{
	list-style-type: none;
}
#menu li {
	float: left;
	width: 159px;
}
#menu li a{
	display: block;
	overflow: hidden;
	width:100%;
	height: 0 !important;
	height /**/: 65px;
	padding-top: 65px;
	background-image: url(../image/menu.gif);
	color : #FFFFFF;
}

#menu01 a { background-position: 0   0;}
#menu02 a { background-position: -159px 0;}
#menu03 a { background-position: -318px 0;}
#menu04 a { background-position: -477px 0;}
#menu05 a { background-position: -636px 0;}

#menu01 a:hover { background-position: 0      0px;}
#menu02 a:hover { background-position: -159px 0px;}
#menu03 a:hover { background-position: -318px 0px;}
#menu04 a:hover { background-position: -477px 0px;}
#menu05 a:hover { background-position: -636px 0px;}


/* topback
---------------------------------------------*/
.topback{
	clear: both;
	margin: 10px 40px 24px 0;
	padding-bottom: 10px;
	text-align: right;
}
.topback a{
	color: blue;
	font-size: 0.9em;
}



/* footer
---------------------------------------------*/
#footer{
	clear : both;
}
#footer a{
	font-size : 12px;
}
#footer #service-list{
	color: #FF7019;
	padding: 4px;
	background-color: #FCFFCD;
}
#footer #service-list a{
	color: #FF7019;
	margin: 0 4px;
}
#footer #copyright{
	padding: 4px;
	background-color: #E16B02;
	border-bottom: 1px solid #cccccc;
	color : white;
}
#footer #list{
	color: #FF7019;
	padding: 4px;
	background-color: #FCFFCD;
}
#footer #list a{
	color: #FF7019;
	margin: 0 4px;
}

/* state
---------------------------------------------*/
#state{
	background-color: #0C6200;
	padding: 4px 10px;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid #FF7241;
	font-weight: bold;
}

.boxtitle{
	margin-bottom:10px;
}
	