@charset "shift-jis";


/*
	Frame - フレーム
 --------------------------------------------------


/* ------------------------------ wrapper */

#wrapper{
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff;
	text-align: left;
}



/* ------------------------------ main */

#main{
	position: absolute;
	width: 800px;
	margin: 270px 0px 0px 0px;
	padding: 0px;
	background: #fff;
}





/*
	Header - ヘッダー
 --------------------------------------------------



/* ----------------------------------- h1 Top Text */

h1{
	position: absolute;
	width: 780px;
	margin: 20px 0px 0px 0px;
	padding: 0px 10px;
	text-align: right;
	z-index: 1;
	font-size:12px;
}



/* ----------------------------------- Header */

/* 枠組み */
#header{
	position: absolute;
	width: 780px;
	height: 270px;
	margin: 0px;
	padding: 0px 10px;
	background: #ffffff url(../img/header-bg.gif) left top no-repeat;
}


/* ロゴ */
#header img.logo{
	float: left;
	display: inline;
	margin: 15px 0px 0px 0px;
}


/* 説明用 */
#header .desc{
	float: right;
	margin: 50px 0px 0px 0px;
}



/* ----------------------------------- Global Navi */

/* 枠組み */
#menu{
	height: 780px;
	height: 40px;
	margin: 5px 0px 0px 0px; 
	padding: 0px;
	font-weight: bold;
	text-align: center;
}

/* メニュー設定 */
#menu ul{
	position: relative;
	width: 780px;
}


/* 各メニュー */
#menu ul li{
	float: left;
	width: 156px;
	height: 40px;
	overflow: hidden;
	background: url(../img/menu-bg.gif) left top no-repeat;
}


/* リンク用 */
#menu ul li a{
	display: block;
	padding: 0px;
	overflow: hidden;
	text-decoration: none;
	line-height: 40px;
}


/* マウスオーバー用 */
#menu ul li a:hover{
	background: url(../img/menu-bgon.gif) left top no-repeat;
/*	color: #9900cc; メニューカラー変更の際に使用 */
	text-decoration: underline;
}



/* ----------------------------------- nav */

/* 枠組み */
#navi{
	position: absolute;
	width: 800px;
	height: 25px;
	margin: 135px 0px 0px 0px;
	background: #fff;
	text-align: right;
}


/* パンくずのテキスト */
#navi p{
	padding: 0px 0px 3px 30px;
	text-align: left;
}



/* ----------------------------------- sitemap */

#sitemap{
	position: absolute;
	margin: 135px 0px 0px 710px;
}






/*
		content - メインコンテンツ
 -------------------------------------------------- */



/* 枠組み */
#content{
	float: right;
	display: inline;
	width: 560px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: left;
	background: #ffffff;
}


/* トップ画像（使う場合のみ） */
#content img.topimg{
	margin: 0px 0px 20px 0px;
}


/* 各コンテンツの見出し（h2） */
#content h2{
	width: 560px;
	height: 30px;
	padding: 0px 0px 0px 28px;
	color: #ff6600;
	font-weight: bold;
	line-height: 30px;
	background: url(../img/h2-bg2.gif) top left no-repeat;
}


/* 各コンテンツの枠 */
#content .frame{
	margin: 0px 0px 25px 0px;
	border-right: 1px #ff6600 solid;
	border-bottom: 1px #ff6600 solid;
	border-left: 1px #ff6600 solid;
}








/* 各コンテンツテキスト */
#content .frame p{
	padding: 20px 25px 10px;
	line-height: 150%;
}


/* Pタグの派生 */
#content .frame p#pp{
	padding: 5px 5px 5px 5px;
	line-height: 130%;
}

/*



/* リスト枠 */
#content .frame ul{
	margin: 0px 0px 15px 30px;
	padding: 10px 0px 0px 0px;
}


/* 各リスト */
#content .frame ul li{
	padding: 4px 30px 0px 0px;
	list-style: disc outside;
}


/* リスト枠 */
#content .frame dl{
	margin: 0px 0px 15px 30px;
}


/* リスト見出し */
#content .frame dl dt{
	margin: 15px 0px 0px 0px;
	color: #ff9900;
	font-weight: bold;
}


/* 各リスト項目 */
#content .frame dl dd{
	padding: 3px 30px 0px 15px;
	line-height: 160%;
}


/* 小さい枠 */
.frame-right{
	margin: 10px 15px 10px 0px;
	border: 1px #ff6600 solid;
	float: right;
	width: 255px;
}

.frame-right h3{
	text-align: center;
	width: 245px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
	background:#ff6600;
	font-weight: bold;
	line-height: 20px;
}


.frame-left{
	margin: 10px 0px 10px 15px;
	border: 1px #ff6600 solid;
	float: left;
	width: 255px;
}

.frame-left h3{
	text-align: center;
	width: 245px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
	background:#ff6600;
	font-weight: bold;
	line-height: 20px;
}

.frame-bottom{
	margin: 10px;
	clear: both;
}



/*
		Sidebar - サイドナビゲーション
 -------------------------------------------------- */



/* 枠組み */
#sidebar{
	float: left;
	display: inline;
	width: 200px;
	margin: 0px 0px 0px 10px;
	text-align: left;
}


/* ------------------------------ menu */


/* メニュー枠組み */
#sidebar dl.menu{
	margin: 0px 0px 20px 0px;
	border-right: 1px #ff6600 solid;
	border-left: 1px #ff6600 solid;
	border-bottom: 1px #ff6600 solid;
}


/* 見出し */
#sidebar dl.menu dt{
	height: 30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	background: #ff6600 url(../img/side-dt.gif) left top no-repeat;
}

/* 見出しのリンク設定 */
#sidebar dl.menu dt a{
	color: #ffffff;
}


/* 各メニュー項目 */
#sidebar dl.menu dd{
	display: inline;
	margin: 0px;
	font-weight: bold;
}


/* メニューリンク設定 */
#sidebar dl.menu dd a{
	display: block;
	padding: 7px 5px 7px 20px;
	border-bottom: 2px #ffffff solid;
	background: #e3e3e3 url(../img/side-dd.gif) left top no-repeat;
}


/* メニューマウスオーバー設定 */
#sidebar dl.menu dd a:hover{
	color: #ffffff;
	background: #ff6600 url(../img/side-dd_on.gif) left top no-repeat;
}



/* ------------------------------ text */


/* テキスト枠組み */
#sidebar dl.txt{
	margin: 0px 0px 20px 0px;
	border-bottom: 1px #ff6600 solid;
}


/* 見出し設定 */
#sidebar dl.txt dt{
	height: 30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	background: #ff9900 url(../img/side-dt.gif) left top no-repeat;
}


/* テキスト設定 */
#sidebar dl.txt dd{
	display: block;
	padding: 7px 5px;
	background: #eee;
	border-right: 1px #ff6600 solid;
	border-left: 1px #ff6600 solid;
}


/* テキストリンク */
#sidebar dl.txt dd.link{
	padding: 0px 0px 5px 20px;
	color: #0000ff;
	background: #eeeeee url(../img/side-mark.gif) 9px 4px no-repeat;
}

/* TOPページへのセンタリング */
.center{
	text-align: center;
}


/* センタリング＆太文字 */

.cenfu
{
	text-align: center;
	font-weight: bold;
	font-size:18px;
}


/* テーブルの種類1 */
table#table-01{
	border:0;
	width:100%;


}

table#table-01 th{
	text-align:left;
	font-weight: bold;
	padding: 50px 0px 0px 25px;

}

table#table-01 td{
	text-align:left;
	padding: 50px 5px 0px 5px;
}

table#table-01 td#aa{
	text-align:left;
	padding: 50px 15px 0px 15px;
}

/* 赤の太文字 */
.red{
	font-weight: bold;
	font-size:18px;
	color:red;
	text-align: center;

}





/* 		footer - フッター
--------------------------------------------------*/



/* 枠組み */
#footer{
	clear: both;
	width: 780px;
	margin: 0px auto;
	text-align: center;
	border-top: 1px #ccc solid;
	background-color: #ff6600;
}


/* フッター内リンク枠組み */
#footer #inner{
	padding: 7px 0px;
	background: #fff;
}


/* リスト設定 */
#footer #inner ul{
	list-style: none none outside;
}


/* 各項目 */
#footer #inner ul li{
	display: inline;
	margin: 0px 15px 0px 0px;
	color: #ffffff;
	line-height: 22px;
}


/* コピーライト */
#footer address{
	padding: 7px 0px;
	color: #ffffff;
	font-weight: bold;
}


/* コピーライトリンク */
#footer address a{
	color: #ffffff;
	text-decoration: underline;
}