/*============================================
　共通設定
============================================*/
img {
	border:0;
       
	}

body {
	background-color: #E7E7E7;
	background-image: url(back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: small;
	line-height:130%;
	color: #333333;
	margin:0;
	padding:0;
	overflow-y:scroll;
}


/*-------------------------------------
　スクロールバーの表示
-------------------------------------*/

/*■---------------------------■■■IE6設定用■■■*/
*html body {
	overflow-y:auto;
}

/*▲---------------------------▲▲▲IE7設定用▲▲▲*/
*+html body {
	overflow-y:auto;
}


/*-------------------------------------
　見出し共通設定
-------------------------------------*/

h1 {
        color: #ffffff;
        font-weight: normal;
	font-size: 12px;
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 520px;
	text-align: left;
	padding:5px 0 0 20px;
	margin: 0;
}


h2 {
	font-size: 13px;
	background-image: url(h2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: left;
	padding:0 0 5px 10px;
	margin:0;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	background-image: url(h3.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: left;
	padding:0 0 2px 25px;
	margin:0;	
        color: #333333;

}


h4{
	font-size: 12px;
	font-weight: bold;
	background-image: url(h4.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: left;
	padding:0 0 1px 25px;
	margin:0;	
        color: #333333;
}
h5{
	padding:0;
	margin:0;
}

h6{
	padding:0;
	margin:0;
}


/*-------------------------------------
　アンカー共通設定
-------------------------------------*/

a:link {
	color: #0000c0;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:visited{
}

a:active{
}



/*-------------------------------------
　その他共通設定
-------------------------------------*/

p {
	line-height: 130%;
	margin:10px 0 0 0;
	padding:0 10px 0 0;
	text-indent: 1em
	white-space: normal;
	line-break: strict;
}


/*============================================
　ヘッダ部
============================================*/

/*共通設定用、背景画像などを使用する場合。*/

#header{
	width:780px;
	height:40px;
	background-color:#FF0000;
	background-image: url();
}


/*-------------------------------------
　ヘッダ部----グローバルナビ(上部メニュー)
-------------------------------------*/
.menubar {
	
	background-image: url(.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;

	width: 770px;
	font-size: 12px;
	padding:0;
	margin:0px 0 0 10px;
}

.menubar ul {
	list-style:none;
	
	padding:0px 0 0 0;
	margin:0 0 0 0px;
	letter-spacing:0em;
	overflow:hidden;
}


.menubar li {
	float:left;
	width:120px;
	height:26px;
	background-image: url(mark.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align:center;
	padding:0;
	line-height:26px;
}

.menubar a{
    display:block;
	width: 100%;
	padding:0 0 0 0px;
	margin:0 8px 0 0px;
	background-image:url(gmenuoff.jpg);
	}
.menubar a:hover{
     display:block;
	width: 100%;
	padding:0 0 0 0px;
	margin:0 8px 0 0px;
    background-image:url(gmenuon.jpg);
	
	}	
.menubar li.current {
	background-image: url(mark_current.jpg);
}
.menubar li a {
	color:#213469;
}
.menubar li a:hover {
	color: #996600;
	}



/*-------------------------------------
　ヘッダ部----グローバルナビ　アンカー設定
-------------------------------------*/

.menubar  a:link, .menubar a:visited, .menubar a:hover, .menubar a:active{
	text-decoration:none;
}


/*-------------------------------------
　ぱんくずリスト
-------------------------------------*/

div#locator {
	font-size: 10px;
	text-align: right;
	margin:4px 10px 4px 0;
}



/*============================================
　メインコンテンツ
============================================*/

/*-------------------------------------
　コンテンツ
-------------------------------------*/
.right {
	padding:0 0 0 15px;
	margin:0;
	text-align: left;
	vertical-align: top;
}

/*-------------------------------------
　左メニュー
-------------------------------------*/

/*--左メニュー---タイトル：現在のディレクトリ--*/
#leftmenu{
        background-image: url(.jpg);
}

#leftmenu_title {
        font-size: 12px;
        display: block;
	background-image: url(lefton.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
        padding-top: 0px;
	width: 180px;
	color: #996600;
	height:26px;
        line-height:26px;

}
#leftmenu_title a {
	background-image: url(leftoff.jpg);
        display: block;
	width: 145px;
	color: #213469;
        height:26px;
	text-decoration:none;
	padding: 0px 0 0 35px;
}

#leftmenu_title a:hover {
       color: #996600;
       background-image: none;
       background-color: transparent;
       }



#leftmenu ul {
	margin: 0px 0 5px 0;
	padding:0;
}
#leftmenu li {
        display: block;
	font-size: 12px;
	line-height: 26px;
	color: #213469;
	background-image: url(lefton.jpg);
	background-repeat: no-repeat;
	width: 180px;
        height: 26px;
	display: block;
	position: relative;
	list-style-type: none;
	margin-top: 0px;
	padding:0 0 0 0px;
}


#leftmenu li a {
	background-image: url(leftoff.jpg);
        padding:0 0 0 35px;
	color: #213469;
	width: 145px;
	display: block;
	text-decoration:none;
}

#leftmenu li a:hover {
       color: #996600;
       background-image: none;
       background-color: transparent;
       }


*html #leftmenu ul ul li {
	background-image: none;
	width: 140px;
	line-height: 12px;
	padding:0;
	left:15px;
	margin:0 0 6px 0;
}
*html #leftmenu ul ul li.current{
	background-image: none;
	font-weight: bold;
}

*html #leftmenu ul ul a {
	width: 140px;
	color: #000000;
	text-decoration:none;
}


/*--左メニュー---２階層目ボタン--*/

/*●---------------------------●●●モダンブラウザ設定用●●●*/
#leftmenu ul ul li {
	background-image: none;
	width: 140px;
	line-height: 12px;
	margin-bottom: 6px;
	margin-left:10px;
	padding:0 0 0 15px;
}
#leftmenu ul ul li.current{
	background-image: none;
	font-weight: bold;
}

#leftmenu ul ul a {
	width: 140px;
	color: #000000;
	text-decoration:none;
}


/*■---------------------------■■■IE6設定用■■■*/
*html #leftmenu ul ul li {
	background-image: none;
	width: 140px;
	line-height: 12px;
	padding:0;
	left:15px;
	margin:0 0 6px 0;
}
*html #leftmenu ul ul li.current{
	background-image: none;
	font-weight: bold;
}

*html #leftmenu ul ul a {
	width: 140px;
	color: #000000;
	text-decoration:none;
}


/*-- 左メニューのブラウザによる表示位置の違いはpaddingまたはline-heightで調整する
---------------------------------------------------------------------------------*/



/*============================================
　フッタ部
============================================*/

/*-------------------------------------
　共通設定用
-------------------------------------*/
/*共通設定用、背景画像などを使用する場合。*/

#footer{
}

/*-------------------------------------
　下部メニュー
-------------------------------------*/

#bottommenu {
	border-bottom:1px solid #999999;
	margin:10px 20px 0 20px;
	padding:0 0 5px 0; 
	}
#bottommenu a {
	color: #666666;
	text-decoration:none;
	}
#bottommenu a:hover {
	color: #333333;
	text-decoration:underline;
	}

/*-------------------------------------
　コピーライト表示枠
-------------------------------------*/
#copyright {
	font-size: 10px;
	text-align: right;
	padding:7px 30px 0 0;
}
.dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.oc {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bbe {
	border: 1px solid #CCCCCC;
}
	table.tab{
		border-collapse:collapse;
		border:1px solid #999;
	}
	
	table.tab td{
		border:1px solid #999;
	}
