/*============================================
　共通設定
============================================*/

body {
	background-color: #F5F5F5;
	background-position: top;
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	line-height:120%;
	color: #333333;
	margin:0;
	padding:0;
	overflow-y:scroll;
}


/*-------------------------------------
　スクロールバーの表示
-------------------------------------*/

/*■---------------------------■■■IE6設定用■■■*/
*html body {
	overflow-y:auto;
}

/*▲---------------------------▲▲▲IE7設定用▲▲▲*/
*+html body {
	overflow-y:auto;
}


/*-------------------------------------
　見出し共通設定
-------------------------------------*/

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	background-image: url(h1.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 451px;
	text-align: left;
	padding:0px 0 0 20px;
	margin: 0 0 20px 0;
	line-height:32px;
}


h2 {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-image: url(h2.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 690px;
	text-align: left;
	padding:0px 0 0 10px;
	margin: 0;
	line-height:32px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	background-image: url(h3.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 322px;
	text-align: left;
	padding:0px 0 0 18px;
	margin: 0px 0 10px 0;
	line-height:32px;
}


h4{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-image: url(h4.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 322px;
	text-align: left;
	padding:0px 0 0 18px;
	margin: 0px 0 10px 0;
	line-height:30px;
}

h5{
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-image: url(h5.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 570px;
	text-align: left;
	padding:0px 0 0 10px;
	margin: 0;
	line-height:32px;
}

h6{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-image: url(h6.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 612px;
	text-align: left;
	padding:0px 0 0 18px;
	margin: 0px 0 10px 0;
	line-height:30px;
}


/*-------------------------------------
　アンカー共通設定
-------------------------------------*/

a:link {
	color: #0000c0;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:visited{
}

a:active{
}



/*-------------------------------------
　その他共通設定
-------------------------------------*/

p {
	line-height: 120%;
	margin:0px 0 0 0;
	padding:0 0px 0 0;
	text-indent: 1em;
	white-space: normal;
	line-break: strict;
}


/*============================================
　ヘッダ部
============================================*/

/*共通設定用、背景画像などを使用する場合。*/

.header{
    color: #333333;
	font-size: 12px;
	width: 770px;
	height: 110px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top;
}
.header_back{
	height:110px;
	background-image: url(header_back.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

/*-------------------------------------
　ヘッダ部----グローバルナビ(上部メニュー)
-------------------------------------*/

.menubar {
	
	background-image: url(menubar.jpg);
	background-repeat: no-repeat;
	background-position: right;
	clear: both;
	height: 44px;
	width: 766px;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding:0;
	margin:5px 0 0 0;
}


/*●---------------------------●●●モダンブラウザ設定用●●●*/
.menubar ul {
	list-style:none;
	 /*リストに背景イメージを使う場合、文字だけの場合none*/
	padding:0px 0 0 0;
	margin:0 0 0 2px;
	letter-spacing:0em;
}


.menubar li {
	float:left;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0 0 0px;
	width:152px;
	text-align:center;
	line-height:44px;
}

/*■---------------------------■■■IE6設定用■■■*/
*html .menubar ul {
	list-style:none;
	 /*リストに背景イメージを使う場合、文字だけの場合none*/
	padding:0 0 0 0;
	margin:0 0 0 2px;
	letter-spacing:0em;
}

*html .menubar  li {
	float:left;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0 0 0px;
	width:152px;
	text-align:center;
	line-height:44px;
}


/*-- グローバルナビゲーションの幅がブラウザによって違うためメニューが2列になる場合は
　　 margin（左）を変えるかまたは、letter-spacingで文字間を変えて調整
----------------------------------------------------------------------------------------*/

/*現在表示しているページのリストの表示*/

.menubar li.current{
	background-image: url();
}
.menubar li a{
	color:#333333;
}


/*-------------------------------------
　ヘッダ部----グローバルナビ　アンカー設定
-------------------------------------*/

.menubar  a:link, .menubar a:visited, .menubar a:active{
	text-decoration:none;
}
.menubar a:hover{
    text-decoration: underline;
	color:#FF9900;
}
.menubar a:active{
    text-decoration: underline;
	color:#FF9900;
}

/*-------------------------------------
　ぱんくずリスト
-------------------------------------*/

div#locator {
	font-size: 10px;
	text-align: right;
	margin:4px 10px 4px 0;
}



/*============================================
　メインコンテンツ
============================================*/

/*-------------------------------------
　コンテンツ
-------------------------------------*/
.right {
	padding:10px 0 0 0px;
	margin:0;
	text-align: left;
	vertical-align: top;
}
.contents {
	background-color: #FFFFFF;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
}
/*-------------------------------------
　左メニュー
-------------------------------------*/

/*--左メニュー---タイトル：現在のディレクトリ--*/
#leftmenu_title {
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 5px;
	width: 170px;
	color: #ffffff;
	font-weight: bold;
	height:31px;
	line-height:31px;
	text-indent: -2000px;
}
#leftmenu_title a {
	color: #ffffff;
	text-decoration:none;
}


/*--左メニュー---１階層目ボタン--*/
#leftmenu ul {
	margin: 0;
	padding:0;
}
#leftmenu li {
	font-size: 13px;
	line-height: 34px;
	color: #333333;
	background-image: url(menu-button.gif);
	background-repeat: no-repeat;
	width: 146px;
	display: block;
	position: relative;
	list-style-type: none;
	margin:0 0 0 0px;
	padding:0 0 0 25px;
}
#leftmenu li.current{
	background-image: url(menu-button-current.gif);
}

#leftmenu li a {
	color: #333333;
	width: 146px;
	display: block;
	text-decoration:none;
}

#leftmenu li a:hover {
    text-decoration: underline;
	color: #FEC828;
}

/*--左メニュー---２階層目ボタン--*/

/*●---------------------------●●●モダンブラウザ設定用●●●*/
#leftmenu ul ul li {
	background-image: url(menu-button.gif);
	background-repeat: no-repeat;
	width: 146px;
	line-height: 34px;
	margin: 0px;
	padding:0 0 0 25px;
}
#leftmenu ul ul li.current{
	background-image: none;
	font-weight: normal;
}

#leftmenu ul ul a {
	width: 146px;
	color: #333333;
	text-decoration:none;
}


/*■---------------------------■■■IE6設定用■■■*/
*html #leftmenu ul ul li {
	background-image: url(menu-button.gif);
	background-repeat: no-repeat;
	width: 146px;
	line-height: 34px;
	margin: 0px;
	padding:0 0 0 25px;
}
*html #leftmenu ul ul li.current{
	background-image: none;
	font-weight: normal;
}

*html #leftmenu ul ul a {
	width: 146px;
	color: #333333;
	text-decoration:none;
}


/*-- 左メニューのブラウザによる表示位置の違いはpaddingまたはline-heightで調整する
---------------------------------------------------------------------------------*/



/*============================================
　フッタ部
============================================*/

/*-------------------------------------
　共通設定用
-------------------------------------*/
/*共通設定用、背景画像などを使用する場合。*/

.footer{
   	height:35px;
	background-image: url(footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;

}

/*-------------------------------------
　下部メニュー
-------------------------------------*/

#bottommenu {
	margin:30px 20px 0 20px;
	padding:0 0 5px 0; 
	color: #333333;
	font-size: 12px;
	}
#bottommenu a {
	color: #333333;
	text-decoration:none;
	}
#bottommenu a:hover {
	color: #999999;
	text-decoration:underline;
	}

/*-------------------------------------
　コピーライト表示枠
-------------------------------------*/
#copyright {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	padding:19px 3px 0 0;
	background-color: #333333;
}


