@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#index {
	background-color: #777777;
	background-image: url(../img/main/bg.gif);
	background-repeat: repeat-x;
}
#second {
	background-color: #777777;
	background-image: url(../img/main/bg_B.gif);
	background-repeat: repeat-x;
}
img {
	vertical-align:bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
li a {
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #27B384;
}
a:visited {
	text-decoration: none;
	color: #1E8765;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
.style2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	color: #333333;
	line-height: 150%;
	font-weight: bold;
}
.style3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FF0033;
	line-height: 150%;
}
#container {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main/bg_sideline.gif);
	background-repeat: repeat-x;
	background-color: #474747;
	padding-right: 5px;
	padding-left: 5px;
	width: auto;
}
#container_B {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main/bg_sidelineB.gif);
	background-repeat: repeat-x;
	background-color: #474747;
	padding-right: 5px;
	padding-left: 5px;
	width: 780px;
}
#topImage {
	background-color: #FFFFFF;
	width: 100%;
}
#contents {
	background-color: #FFFFFF;
	width: auto;
	padding-top: 10px;
}
#contentsTop {
	padding-top: 5px;
	background-color: #FFFFFF;
}
#contentsClear {
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../../_images/bg_sNavUnder.gif);
	background-repeat: no-repeat;
	width: auto;
}
.clear {
	clear: both;
}

/* --------------------------------
	header 
-------------------------------- */

#header {
	background-image: url(../img/main/bg_header.gif);
	background-repeat: repeat-x;
}
#header #logo {
	float: left;
}
#gNav {
	background-image: url(../img/main/bg_nav.gif);
	background-repeat: repeat-x;
	height: 45px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	width: 100%;
	display: none;
}
#gNav li {
	list-style-type: none;
	float: left;
}
#header #aNav {
	float: right;
	display: none;
}
#aNav li {
	list-style-type: none;
	float: left;
}

/* --------------------------------
	/header 
-------------------------------- */


/* --------------------------------
	leftside 
-------------------------------- */

#leftside {
	width: 585px;
	margin-right: auto;
	margin-left: auto;
}
#leftside #pan {
	height: 25px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
}


/* --------------------------------
	/leftside 
-------------------------------- */


/* --------------------------------
	rightside 
-------------------------------- */

#rightside {
	float: right;
	width: 195px;
	display: none;
}
#rightside #sNavTop {
	background-image: url(../img/main/bg_sNavTop.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
}
#rightside #sNav {
	padding-bottom: 20px;
}
#rightside #sNavUnder {
	background-image: url(../../_images/bg_sNavUnder.gif);
	background-repeat: no-repeat;
	height: 5px;
}
#rightside #sNav #banner {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 180px;
	padding-right: 5px;
	padding-left: 10px;
}
#rightside #sNav #sNav_space {
	height: 20px;
}

/* --------------------------------
	/rightside 
-------------------------------- */


/* --------------------------------
	footer 
-------------------------------- */

#footer {
	clear: both;
	font-size: 12px;
	padding-top: 10px;
	background-color: #474747;
}
#footer #copyright {
	text-align: center;
	clear: both;
}
#footerNavi li {
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-right: -1px;
	padding-right: 5px;
}
#footer #footerNavi {
	display: none;
}
#footer a:link {
	color: #EEEEEE;
}
#footer a:visited {
	color: #999999;
}

/* --------------------------------
	/footer 
-------------------------------- */


