@charset "utf-8";
body {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         Yusuke Miyano(admin)
 Style Info:     CSS レイアウト
----------------------------------------------------------- */

#main {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	clear: both;
	height: 70px;
	background-repeat: no-repeat;
	float: left;
	width: 850px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo {
	float: left;
}
#logo a {
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 220px;
	background-image: url(../img/header/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#s-navi {
	float: right;
	width: 160px;
	padding-top: 20px;
}
#s-navi li {
	float: left;
}
#navi {
	width: 850px;
}
#navi li {
	float: left;
}

#navi li a {
	text-indent: -9999px;
	display: block;
}

#navi #navi1 {
	background-image: url(../img/navi/navi_01.jpg);
	background-repeat: no-repeat;
	background-position: left -50px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 130px;
}

#navi #navi1 a {
	background-image: url(../img/navi/navi_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 130px;
	display: block;
}

#navi #navi1 a:hover {
	background-image: none;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 130px;
}

#navi #navi2 {
	background-image: url(../img/navi/navi_02.jpg);
	background-repeat: no-repeat;
	background-position: left -50px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 170px;
	background-color: #FF0000;
}

#navi #navi2 a {
	background-image: url(../img/navi/navi_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 170px;
	display: block;
}

#navi #navi2 a:hover {
	background-image: none;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 170px;
}

#navi #navi3 {
	background-image: url(../img/navi/navi_03.jpg);
	background-repeat: no-repeat;
	background-position: left -50px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 170px;
	background-color: #FF0000;
}

#navi #navi3 a {
	background-image: url(../img/navi/navi_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 170px;
	display: block;
}

#navi #navi3 a:hover {
	background-image: none;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 170px;
}

#navi #navi4 {
	background-image: url(../img/navi/navi_04.jpg);
	background-repeat: no-repeat;
	background-position: left -50px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 170px;
	background-color: #FF0000;
}

#navi #navi4 a {
	background-image: url(../img/navi/navi_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 170px;
	display: block;
}

#navi #navi4 a:hover {
	background-image: none;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 170px;
}

#navi #navi5 {
	background-image: url(../img/navi/navi_05.jpg);
	background-repeat: no-repeat;
	background-position: left -50px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 210px;
	background-color: #FF0000;
}

#navi #navi5 a {
	background-image: url(../img/navi/navi_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 210px;
	display: block;
}

#navi #navi5 a:hover {
	background-image: none;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 210px;
}
#image {
	clear: both;
	float: left;
	height: 300px;
	width: 850px;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#contents {
	clear: both;
	width: 850px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}
#Incontents {
	float: left;
	width: 600px;
}
#greeting {
	font-size: 12px;
	width: 590px;
	color: #003366;
	background-image: url(../img/title-back.jpg);
	background-repeat: no-repeat;
	line-height: 35px;
	padding-left: 10px;
	height: 35px;
}
#greeting-text {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 1em;
	line-height: 135%;
	clear: both;
	float: left;
	width: 570px;
}
#greeting-text dt {
	float: left;
	width: 150px;
	border: 1px solid #dddddd;
	padding: 1px;
}
#greeting-text dd {
	float: right;
	width: 400px;
	font-size: 0.9em;
	line-height: 165%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


#sub {
	float: right;
	width: 230px;
}
#sub #category {
	width: 208px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
#sub-title1 {
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 208px;
	background-image: url(../img/sub/title1.jpg);
	margin-bottom: 5px;
}
#sub-cate {
	font-size: 0.8em;
}
#sub-cate li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-image: url(../img/sub/icon.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
}

#footer {
	clear: both;
	float: left;
	width: 850px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#f-navi {
	margin-bottom: 15px;
	clear: both;
	float: left;
	width: 850px;
}

#f-navi  li {
	float: left;
	font-size: 0.8em;
	margin-right: 8px;
}
address {
	clear: both;
	font-size: 0.9em;
	font-style: normal;
	float: left;
	height: 20px;
	width: 850px;
}
