@charset "utf-8";
body {
	line-height: 120%;
	color: #333;
	background-color: #F2F2F2;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, SimSun,Arial,Helvetica,sans-serif;
}

#wrapper{
	margin-header: 0px;
	text-align: left;
	/*
	background-image: url(../images/bk3.gif);
	*/
	background-repeat: repeat;
	padding: 0;
	background-color: #FFFFFF;
	color: #555555;
	max-width: 840px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-color: #000000;
	margin: 0;
	padding: 0;
	height: 88px;
	text-decoration: none;
}

#header1 {
	height: 53px;
	margin: 0;
	padding: 0;
	width: 210px;
	position: absolute;
}
#header2 {
	height: 53px;
	margin: 0;
	text-align: right;
	position: static;
	font-size: small;
}

#header_menu {
	height: 25px;
	padding: 0;
	text-decoration: none;
	margin-left: 0px;
}

#header a{
	text-decoration: none;
}

#header a:visited{
	color: #00F8F8;
}

#container{
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 1200px;
	text-decoration: none;
}

#container img{
	border-style: none;
}


#content {
	clear: both;
	margin-left: 130px;
	max-width: 700px;
}

#content a {
	text-decoration: none;
}

#content a:hover img {
	opacity: 0.7;
}

#content a img {
	transition: opacity 0.2s ease-out 0.5s;
}


#header #navi {
	list-style-type: none;
	position: relative;
}

#header #navi ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#header #navi ul li {
	float: left;
}

#header #navi ul li a {
	color: #EEE;
	text-decoration: none;
	background-image: url(../images/navi_bg.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	height: 23px;
	vertical-align: middle;
	padding-header: 5px;
	font-size: small;
	margin-top: 5px;
	padding-top: 5px;
	width: 120px;
}

#header #navi ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/navi_bg_over.gif);
	text-align: center;
}

#side_navi {
	width: 120px;
	position: absolute;
	font-weight: bold;
	font-size: small;
	left: 0px;
	top: 0px;
}

#side_navi a {
	color: #333;
	text-decoration: none;
	background-image: url(../images/navi_button.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
#side_navi a:hover {
	background-image: url(../images/navi_button_up.png);
}
#content blockquote p {
	font-weight: bold;
}
#content div center h4 {
	font-size: large;
	color: #FFF;
}

#footer
{
	height: 20px;
	width: 840px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
	color: #FFF;
	font-size: x-small;
	margin-bottom: auto;
	padding-top: 5px;
	text-align: left;
	margin-top: 50px;
}

#index_special{
	position: absolute;
	header: 415px;
	left: 480px;
	text-decoration: none;
	top: 840px;
	z-index: auto;
}


@media screen and (max-width:875px){

#wrapper {
	width: 750px;
}

#wrapper #header {
	height: 86px;
}

#wrapper #header #navi ul li a {
	width: 107px;
}

#container img{
	border-style: none;
	max-width: 750px;
}
#wrapper #content {
	margin-left: 25px;
}


#container  #side_navi {
	font-size: x-small;
	display: none;
}

#container  #side_navi img{
	width: 90px;
}

#footer
{
	height: 20px;
	width: 700px;
}


}

@media screen and (max-width:750px){
	
#wrapper {
	width: 640px;
}

#wrapper #header {
	height: 86px;

}

#wrapper #header #navi ul li a {
	width: 91px;
}

#container img{
	border-style: none;
	max-width: 640px;
}
#wrapper #content{
	margin-left: 0px;
}


#container  #side_navi {
	width: 0px;
	display: none;
}



#footer
{
	height: 20px;
	width: 640px;
}

	
	
}
