/*----------------------------------------------*/
/* 全体 */
/*----------------------------------------------*/

/*================= HTML要素 ===================*/
*{ margin:0; padding:0; border:none;
font:normal normal normal 100%/130% Osaka,Verdana,Chicago,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

/*================== 基本構造 ==================*/

html{ width:100%; height:100%; overflow-x:hidden; overflow-y:auto; }
*{
	font-family: Osaka,Verdana,"ＭＳPゴシック",Chicago,Sans-serif;
}
body{
	margin: 0 auto;
	color: #E5DFD5;
	font-size: 12px;
	letter-spacing: 0.1em;
	background:url(../image/yofu1_kabe3.jpg);
	background-position: center;
    min-width: 1000px;
}
div#PAGETOP{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 76px;
	background-image: url(../image/hp_top.jpg);
	text-align: center;
}

p.sample {
background: url("../images/kabe01.gif")
}

#container {
	width: 800px;
	margin: 0px auto;
	text-align: right;
}
#container02 {
	width: 800px;
	margin: 0px auto;
	text-align: center;
}

img{ border:none; }
br{ letter-spacing:normal; }
hr{ display:none; }


/*==================== リンク ==================*/
a{ text-decoration:underline; }
a:link{ color:#369; }
a:visited{ color:#366; }
a:hover{ color:#900; text-decoration:none; }

/*----------------------------------------------*/
/* レイアウト */
/*----------------------------------------------*/


#PAN{ display:none; }
div#MENU{
	margin: 0;
	padding: 10px 0px 0px 0px;
	height: 30px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}

/*=================== FOOTER ===================*/
#FOOTER {
	background: black;
	text-align: center;
	padding: 5px 0 5px 0;
}
#FOOTER h2{ font-size:65%; font-family:Arial; }
#FOOTER a{ text-decoration:none; }


/*----------------------------------------------*/
/* その他設定 */
/*----------------------------------------------*/

/*=================== 見出し ===================*/
h2{
	font-weight: left;
	text-align: right;
	color: #00AED7;
	font-weight: bold;
}

h3{
	font-weight: left;
	text-align: left;
	color: #00AED7;
	font-weight: bold;
}

h4{
	font-weight: left;
	text-align: center;
	color: #00AED7;
	font-weight: bold;
}



.text_10 {
	font-size: 10px;
	color: #E5DFD5;
}
.text_10_w {
	font-size: 10px;
	color: #E5DFD5;
}
.text_12 {
	font-size: 12px;
	color: #E5DFD5;
}

.text_14 {
	font-size: 14px;
	color: #E5DFD5;
}

.text_16 {
	font-size: 16px;
	color: #E5DFD5;
}

#container {
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}
#banner {
	border: 0px solid #CCCCCC;
	margin-bottom: 5px;
}
#banner ul {
	list-style: none;
	position: relative;
	margin-left: 0px;
	overflow: hidden;
	width: 800px;
	height: 350px;
}
#banner ul li {
	float: left;
	width: 800px;
	position: absolute;
}


div#pagenation {
   position: relative;
   overflow: hidden;
   top: -30px;
}

div#pagenation ul {
	position:relative;
	left:50%;
	float:left;
	list-style: none;
}
div#pagenation li {
   position:relative;
   left:-50%;
   float:left;
   margin: 0 2px;
   
}
div#pagenation li a {
	width:12px;
	height:12px;
	overflow:hidden;
	display:block;
	background:url(../img/pagenation.gif);
	background-position:0 0;
}
div#pagenation li.active a,
div#pagenation li a:hover {
	background-position:0 12px;
}
div#pagenation li a img {
	visibility:hidden;
	display: none;
}




.space3 {
    margin-top: 5px;
    }
.space5 {
    margin-top: 30px;
    }
.space8 {
    margin-top: 8px;
    }
.space10 {
    margin-top: 10px;
    }
.space15 {
	margin-top: 15px;
    }
.space18 {
	margin-top: 18px;
    }
.space20 {
	margin-top: 20px;
    }
.space25 {
	margin-top: 25px;
    }
	
.space40 {
	margin-top: 40px;
    }
.space50 {
	margin-top: 50px;
    }
 
#left {
width: 305px;
float: left;
}

#right {
width: 305px;
float: left;
}
