@import "http://";
@charset"Shift_JIS";

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

/*================= HTML要素 ===================*/
*{ margin:0; padding:0; border:none;
font:normal normal normal 100%/160% 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:#300; font-size:90%; letter-spacing:0.1em; background-color:#fff; }

img{ border:none; }
br{ letter-spacing:normal; }
hr{ display:none; }
	.line{ background:url(../img/line_bg.gif) no-repeat center; height:50px; }


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

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


div#PAGETOP{
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}
#PAN{ display:none; }
div#MENU{
	margin: 0;
	padding: 10px 0px 0px 0px;
	height: 30px;
	text-align: center;
	background: url(../img/menu.jpg);
	background-position: center;
	background-repeat: no-repeat;
}


/*==================== MENU ====================*/
#MENU h2{ display:none; }
#MENU ul{ margin:5px 0; list-style-type:none; }
#MENU ul li{ display:inline; margin-right:10px; }
#MENU a{ font-weight:bold; text-decoration:none; }
#MENU li a:link,#MENU li a:visited,#MENU li a:active{  }
#MENU li a:hover{ text-decoration:line-through; }

/*=================== FOOTER ===================*/
#FOOTER {
	background: #CCC;
}
#FOOTER h2{ font-size:65%; font-family:Arial; }
#FOOTER a{ text-decoration:none; }


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

/*=================== 見出し ===================*/
h2,h3,h4{ font-weight:bold; font-family:Osaka,Comic Sans MS,Sans-serif; text-align:center;}

/*=================== リスト ===================*/

/* テキスト・リンクを横に並べる */
ul.rows{ margin:5px 0; padding:0; list-style:none; }
ul.rows li{ margin:0; padding:5px; list-style-type:none; display:inline; background:none; }

dl.imgs dt{ margin:0 10px 0 0; float:left; border-style:none; background:none; }
dl.imgs dd{ margin:0; border:none; }
br.clear{ clear:both; line-height:0px; }

dl.infod dt{ padding:10px; text-align:center; }

/*============= 強調・追加・削除 ===============*/
em{ padding:0 1px; color:#a00; font-weight:bold; }
strong{ padding:0 1px; color:#669; font-weight:bold; text-decoration:underline; }
ins{ color:#666; text-decoration:underline; }
del{ color:#666; text-decoration:line-through; }

/*================== 物理タグ ==================*/
b{ font-weight:bold; }
i{ font-style:oblique; }
big{ font-size:large; }
small{ font-size:x-small; }
tt{ font-family:monospace; }

/* 上付き・下付き文字 */
sup{ font-size:84%; vertical-align:super; }
sub{ font-size:84%; vertical-align:sub; }

/*==================== 引用 ====================*/
blockquote{ margin:10px 20px; padding:10px; color:#000; border:1px solid #966; background:#ffe; height:80px; overflow:auto; }
div.text blockquote p{ margin:1em 1em 1.5em 1.5em; padding:0; }
cite{ color:#999; font-weight:bold; text-decoration:underline; }
q{ color:#999; font-style:oblique; }

/*============= 整形済みテキスト ===============*/
pre{ margin:10px 0 10px 20px; padding:5px; color:#366; border-left: double #966; }

/*================= ボックス ===================*/
div.box2{
	margin: 0px 0px 0px 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #pink;
}
div.box3{ margin:10px 0; padding:5px; border:1px solid #966; text-align:center; }
div.box4{ margin:10px 0; padding:5px; text-align:center; }

/* スクロールバー付きbox */
div.box0{ margin:10px; padding:10px 0; height:100px; overflow:auto; border:1px dashed #966; }

.text_12 {
	font-size: 12px;
	color: #333;
}

#container {
	width: 800px;
	margin: 0px auto;
}
#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;
    }
.space50 {
	margin-top: 50px;
    }
