@charset "utf-8";
/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}


/* Fonts
------------------------------------------------------------*/
body {
	font-size: 75%; /* IE */
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-position: center top;
	background-color: #191919;
	background-image: url(../image/back.jpg);
}

h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}


#head {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	background-color: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
}
#head #logo {
	margin-left: 30px;
	float: left;
}
#head #submenu {
	text-align: right;
	list-style-type: none;
	float: right;
	font-size: 90%;
	margin-top: 60px;
}
#head #submenu li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: 8px;
	padding-right: 8px;
}

#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	padding-bottom: 20px;
}
#content #navi {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#content #navi li {
	float: left;
}


#content #concept {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #171717;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content #concept h3 {
	color: #FFFFFF;
	font-weight: normal;
}
#content #concept #concept_add h4 {
	margin: 0px;
	padding: 0px;
}


#content #concept #concept_add {
	text-align: right;
	margin-top: 10px;
}
#content #pr #moji {
	float: left;
	padding-right: 20px;
}

#content #pr {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#content #infomation {
	background-color: #FFFFFF;
	background-image: url(../image/infomationback.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
}


#content #infomation #pagetop {
	clear: both;
	text-align: right;
	padding-top: 20px;
}
#footer {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 40px;
	padding: 20px;
	background-image: url(../image/dot1.gif);
	color: #CCCCCC;
}




address {
	font-weight: normal;
	font-size: 85%;
	font-style: normal;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#head #submenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#head #submenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#head #submenu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#head #submenu a:active {
	text-decoration: none;
	color: #FFFFFF;
}



.container {width: 100%; overflow:hidden; position:relative; z-index:10; padding:10px 0 0 0; }
.slide_all {width: 898px; margin: 0 auto; height: 287px; position: relative; border:solid #6F6F6F; border-width:1px; }
.slide_wrap { position: absolute; width:100%; }
.slide_body {width: 100%;}
.slide {width: 898px;}
.slide img {width: 898px; vertical-align: bottom;}