@charset "shift_jis";

/*　　目次
----------------------------------------------
1.基本
2.基本リンク
3.見出し
4.全体
　├ヘッダー
　└フッター
-------------------------------------------- */

* {
	margin:0;
	padding:0;
	}

body {
	margin:0 auto;
	padding:0;
	width:750px;
	background:#fff;
	color:#000;
	font:normal 80% "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
	line-height: 140%;
	}

h1,h2,h3,h4,h5,h6,div,p,pre,ul,ol,li,dl,dt,dd {
	margin:0;
	padding:0;
	font-style:normal;
	}

li {
	list-style:none;
	}

img {
	border:none;
	margin:0;
	padding:0;
	}

/*-------- Link -------------------------------------*/

a:link    {
	text-decoration:none;
	color:#000066;
	}
a:visited {
	text-decoration:none;
	color:#000066;
	}
a:active  {
	text-decoration:underline;
	color:#666;
	}
a:hover	{
	text-decoration:underline;
	color:#666;
	}
/*---------------------------------------------*/	


h1{
	font-size:12px;
	font-weight:normal;
	font-family:osaka;
	margin-bottom:0;
	background-color:#FFFFFF;
	text-align:left;
	border-top:10px solid #FF3;
	}

h2{
	font-size:13px;
	font-weight:bold;
	color:#666;
	text-align:left;
	text-indent:30px;
	border-bottom: 1px dashed #999;
	border-top: 1px dashed #999;
	height:20px;
	width:580px;
	margin:0 0 20px 10px;
	padding:2px 0 0 0;
	background:url(../img/h2image_.gif) no-repeat left center;
	clear:both;
	}

h3{
	clear:both;
	padding:3px 0 10px 0;
	}

h4{
	font-size:13px;
	color:#666;
	padding:0 0 10px;
	}
	
.red{
	color:#FF0000;
	}




/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/

.header{
	margin:0 auto;
	font-size : 12px;
	font-family : Osaka;
	margin-bottom : 15px;
	background-color:#FFFF33;
	}


/* --- メニューエリア --- */
.nl {
	color:#666666;
	background-color:#FFFF33;
	background:url(../img/images/button_02.gif) no-repeat;
	width:147px;
	height:47px;
	display:inline;
	list-style-type: none;
	padding:0;
	margin:0;
	}

/* --- メニュー項目 --- */
.nl li {
	display:inline;
	color:#666666;
	width: 147px;
	float: left;
	line-height:29px;
	margin:0;
	}

/* --- リンク --- */
.nl li a {
	display: block;
	background:url(../img/images/button_02.gif) no-repeat;
	text-decoration: none; /* テキストの下線（なし） */
	text-indent:42px;
	font-weight:bold;
	color:#666666;
	}

/* --- ポイント時の設定 --- */
.nl li a:hover {
	background:url(../img/images/button_02-over.gif) no-repeat;
	}

.nl li#on {
	background:url(../img/images/button_02-over.gif) no-repeat;
	display: block;
	text-indent:42px;
	font-weight:bold;
	color:#666666;
	}

.bg1{
	background-color:#ADFF2F;
	} 

/*--------------------------------------------------
	　フッター
--------------------------------------------------*/

.footer{
	clear:both;
	margin:0 auto;
	width:750px;
	background-color:#FFE94C;
    font-size: 12px;
	padding:3px 0 7px;
	text-align:center;
	} 

.yubi{
	vertical-align:-30%;
	}



