@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         Yusuke Miyano(admin)
 Style Info:     CSS レイアウト
----------------------------------------------------------- */

#main {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#header {
	clear: both;
	height: 65px;
	width: 850px;
	padding-top: 15px;
	float: left;
	background-image: url(../img/header/back.jpg);
	background-repeat: no-repeat;
}
#header #logo {
	float: left;
}
#header #logo a {
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 133px;
	background-image: url(../img/header/logo.jpg);
	background-repeat: no-repeat;
}
#header #s-navi {
	float: right;
	width: 260px;
	margin-top: 35px;
	background-image: url(../img/header/s-navi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #s-navi li {
	float: left;
}
#header #s-navi li a {
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 130px;
}
#navi {
	clear: both;
	width: 850px;
	margin-bottom: 15px;
	float: left;
	margin-top: 15px;
}
#navi li {
	float: left;
}
#navi li a {
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 162px;
	margin-right: 10px;
}
#navi #menu1 {
	background-image: url(../img/header/navi1.jpg);
	background-repeat: no-repeat;	background-position: left -45px;
}

#navi #menu1 a {
	background-image: url(../img/header/navi1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi #menu1 a:hover {
	background-image: none;
}

#navi #menu2 {
	background-image: url(../img/header/navi2.jpg);
	background-repeat: no-repeat;	background-position: left -45px;
}

#navi #menu2 a {
	background-image: url(../img/header/navi2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi #menu2 a:hover {
	background-image: none;
}

#navi #menu3 {
	background-image: url(../img/header/navi3.jpg);
	background-repeat: no-repeat;	background-position: left -45px;
}

#navi #menu3 a {
	background-image: url(../img/header/navi3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi #menu3 a:hover {
	background-image: none;
}

#navi #menu4 {
	background-image: url(../img/header/navi4.jpg);
	background-repeat: no-repeat;	background-position: left -45px;
}

#navi #menu4 a {
	background-image: url(../img/header/navi4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi #menu4 a:hover {
	background-image: none;
}

#navi #menu5 {
	background-image: url(../img/header/navi5.jpg);
	background-repeat: no-repeat;	background-position: left -45px;
}

#navi #menu5 a {
	background-image: url(../img/header/navi5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi #menu5 a:hover {
	background-image: none;
}



#navi .non a {
	margin: 0px;
}
#contents {
	clear: both;
	width: 850px;
	float: left;
}
#contents #image {
	height: 250px;
	width: 850px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	display: block;
	background-image: url(../img/top/image.jpg);
}
#InContents {
	float: right;
	width: 600px;
	line-height: 155%;
}
#sub {
	float: left;
	width: 230px;
}
#sub #sub-title1 {
	background-image: url(../img/sub/title1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 230px;
	margin-bottom: 10px;
}

#sub #sub-title2 {
	background-image: url(../img/sub/title2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 230px;
	margin-bottom: 10px;
}

#sub #sub-area {
	width: 200px;
	background-color: #eeeeee;
	padding: 15px;
	margin-bottom: 15px;
}
#sub #sub-area #sub-category {
	width: 168px;
	border: 1px solid #CCCCCC;
	background-color: #f4f4f4;
	padding: 15px;
}
#sub #sub-area #sub-category dt {
	background-image: url(../img/sub/icon1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	margin-bottom: 7px;
	font-size: 12px;
}
#sub #sub-area #sub-category dd {
	background-image: url(../img/sub/icon2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	padding-left: 12px;
	margin-bottom: 8px;
}
#sub #sub-area #sub-category #last {
	margin-bottom: 15px;
}
#sub #sub-area p {
	font-size: 11px;
	line-height: 135%;
}



#footer {
	clear: both;
	width: 850px;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
	margin-top: 20px;
}
#footer #f-list {
	margin-top: 5px;
	clear: both;
	float: left;
	width: 850px;
}
#footer #f-list dt {
	float: left;
	margin-right: 10px;
}
#footer #f-list dd {
	line-height: 40px;
	font-size: 11px;
	background-repeat: no-repeat;
	float: left;
}

#top {
	background-image: url(../img/top/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#InContents .left {
	float: left;
}

#InContents .right {
	float: right;
}

