/* ::::: CSS初期化処理 ::::: */

*{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	line-height:1;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}
.margin-down {
	margin-top: 110px;
}


body {
	margin: 0pt;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/back.png);
	*background-image: url(images/ieback.gif);
	background-repeat: repeat;
}

h1, h2, h3 { margin: 0px; padding: 0px; font-weight: normal; }

p{
}

p a:link,p a:visited{
	color: #452F25;
}

p a:hover,p a:active{
	color: #F08E1D;
}

p b{
	font-weight: bold;
}

h2 a:link,h2 a:visited{
	color: #452F25;
}

h2 a:hover,h2 a:active{
	color: #F60;
}

img,a img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}

.hide{
	overflow: hidden;
	display: none;
	height: 1px;
	font-size: 1px;
	text-indent: -9999px;
	position: absolute;
	visibility: hidden;
	bottom: 10000px;
}

.clearbox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearbox{
	display: inline-block;
}

* html .clearbox{
	height: 1%
}

.clearbox{
	display:block;
}

.right{
	float: right;
	height: auto;
	width: auto;
	margin-left: 15px;
}

.left{
	float: left;
	height: auto;
	width: auto;
	margin-right: 15px;
}

.clear{
	clear: both;
}

/* ::::: CSS設定 ::::: */

#wrap{
	background-image: url(images/header-trans.png);
	*background-image: url(images/ieback.gif);
	background-repeat: repeat-x;
}

#container{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	position: relative;
}

#contents{
	padding-top: 20px;
}

#header{
	height: 150px;
	width: 800px;
	background-image: url(images/title-trans.png);
	*background-image: url(images/title-trans.gif);
	background-repeat: no-repeat;
}

#headtext{
	text-align: right;
	font-size: 13px;
	color: #FFF;
	line-height: 20px;
}

#headtext b{
	color: #F30;
}

#header_link{
}

#header_link img{
}

#minami {
	width: 800px;
	min-height: 674px;
	background-image: url(images/top-minami.png);
	background-repeat:no-repeat;
	}
#ayu-ex {
	width: 800px;
	min-height: 674px;
	background-image: url(images/top-ayuEX.png);
	background-repeat:no-repeat;
	}

#mainbox{
	width: 800px;
	min-height: 550px;
	background-image: url(images/main.jpg);
}

#tablebox{
	width: 800px;
	clear: both;
	background-color: #FFF;
	background-image: url(image/Linebg.gif);
	text-align: center;
}

#leftmenu{
	float: left;
	width: 250px;
}

#banner{
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: none;
}
.sb-txt {
	font-size:90%;
	line-height:1.3;
}
#banner li{
	margin-bottom: 10px;
	border: 1px solid #FFF;
	width: 248px;
	height: 108px;
	vertical-align: bottom;
	line-height: 0px;
}

#banner li:hover{
	border: 1px solid #F60;
}

#menu{
	list-style-type: none;
	*margin-top: -60px;
	margin-bottom: 0px;
	position: absolute;
}

#menu li{
	background: url(./images/menu-trans.png) 0px 0px no-repeat;
	height: 58px;
	width: 208px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 60px;
	padding-left: 40px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	vertical-align: bottom;
}

#menu li:hover{
	background: url(./images/menu-trans.png) 0px -60px no-repeat;
	border: 1px solid #F60;
	cursor: pointer;
}

#menu a:link,#menu a:visited{
	color: #FFFFFF;
}

#menu a:hover,#menu a:active{
	color: #FF6600;
}

#menu_page{
	list-style-type: none;
	background-color: #267B6D;
}

#menu_page li{
	height: 38px;
	width: 131px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 40px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	background-color: #267B6D;
	float: left;
	text-align: center;
}

#menu_page li:hover{
	border: 1px solid #F60;
	color: #FF6600;
	background-color: #597B5A;
}

#menu_page a:link,#menu_page a:visited{
	color: #FFFFFF;
}

#menu_page a:hover,#menu_page a:active{
	color: #FF6600;
}

#newbox{
	width: 500px;
	height: 120px;
	position: absolute;
	top: 1230px;
	background-color: #000;
	border: 1px solid #FFF;
	float: right;
	right: 20px;
	padding: 10px;
	font-size:13px;
	line-height:22px;
	}
#newbox span {
	font-size:12px;
}
#main{
	background-color: #FFF;
}

#main p{
	color: #333;
}

#main td{
	color: #333;
}

#wrap_footer{
	background-image: url(images/footer-trans.png);
	*background-image: url(images/ieback.gif);
	background-repeat: repeat-x;
}

#footer{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	min-height: 100px;
	position: relative;
}

#footer h2{
	font-size: 24px;
	font-weight: normal;
	float: left;
	width: 240px;
	letter-spacing: 0.1em;
	padding-left: 160px;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer h3{
	padding-top: 10px;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 10px;
	color: #fff;
}

#footer h3 a:link,#footer h3 a:visited{
	color: #FFFFFF;
}

#footer h3 a:hover,#footer h3 a:active{
	color: #EC2324;
}

#footer p{
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

#footer p a:link,#footer p a:visited{
	color: #999999;
}

#footer p a:hover,#footer p a:active{
	color: #EC2324;
}


#footer span a:link,#footer span a:visited{
	color: #FFFFFF;
}

#footer span a:hover,#footer span a:active{
	color: #EC2324;
}

.bigtext{
	font-size: 26px;
}

.smalltext{
	font-size: 11px;
}
