/*============================================
　共通設定
============================================*/
/*
背景に画像適用の場合はbodyに以下を混入
background-image: url(back.gif);
*/

body {
	background-color: #FFFFFF;
	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 {
	font-size: 14px;
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 560px;
	text-align: left;
	padding:5px 0 0 10px;
	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: 13px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding:0;
	margin:0;
}


h4{
	padding:0;
	margin:0;
}

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:720px;
	height:40px;
	background-color:#FFFFFF;
	background-image: url();
}


/*-------------------------------------
　ヘッダ部----グローバルナビ(上部メニュー)
-------------------------------------*/

.menubar {
	clear: both;
	height: 30px;
	width: 100%;
	font-size: 15px;
	padding:0;
	margin:0;
	background: url(menubar.jpg) repeat-x center;
	color: #FFFFFF;
}


/*●---------------------------●●●モダンブラウザ設定用●●●*/
.menubar ul {
	list-style:none;
	/*リストに背景イメージを使う場合、文字だけの場合none*/
	margin:0 0 0 0;
	padding:0 0 0 0;
	letter-spacing:0em;
	height: 30px;
}


.menubar li {
	float:left;
	display:inline;
	background-image: url(mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:7px 10px 0px 10px;
	line-height:1.0;
	height: 30px;
}

/*■---------------------------■■■IE6設定用■■■*/
*html .menubar ul {
	list-style:none;
	 /*リストに背景イメージを使う場合、文字だけの場合none*/
	padding:0 0 0 0;
	margin:0 0 0 50px;
	letter-spacing:0em;
	height: 30px;
}

*html .menubar  li {
	float:left;
	display:inline;
	background-image: url(mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:1px 20px 0 15px;
	line-height:2.0;
	height: 30px;
}


/*-- グローバルナビゲーションの幅がブラウザによって違うためメニューが2列になる場合は
　　 margin（左）を変えるかまたは、letter-spacingで文字間を変えて調整
----------------------------------------------------------------------------------------*/

/*現在表示しているページのリストの表示*/

.menubar li.current{
	float:left;
	display:inline;
	background-image: url(mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:7px 10px 0px 10px;
	line-height:1.0;
	height: 30px;
}
.menubar li a{
	color:#FFFFFF;
}


/*-------------------------------------
　ヘッダ部----グローバルナビ　アンカー設定
-------------------------------------*/

.menubar  a:link, .menubar a:visited, .menubar a:hover, .menubar a:active{
	text-decoration:none;
}


/*-------------------------------------
　ぱんくずリスト
-------------------------------------*/

div#locator {
	font-size: 10px;
	margin:0 5px 0 5px;
}



/*============================================
　メインコンテンツ
============================================*/

/*-------------------------------------
　コンテンツ
-------------------------------------*/
.right {
	padding:0 0 0 15px;
	margin:0;
	text-align: left;
	vertical-align: top;
}

/*-------------------------------------
　左メニュー
-------------------------------------*/

/*--左メニュー---タイトル：現在のディレクトリ--*/
#leftmenu_title {
	background-image: url(menu.gif);
	background-repeat: no-repeat;
	margin-top: 9px;
	margin-left: 1px;
	padding-left: 5px;
	width: 200px;
	color: #ffffff;
	font-weight: bold;
	height:22px;
	line-height:20px;
	font-size: 15px;
}
#leftmenu_title a {
	color: #ffffff;
	text-decoration:none;
}


/*--左メニュー---１階層目ボタン--*/
#leftmenu ul {
	margin: 0 0 5px 0;
	padding:0;
}
#leftmenu li {
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	background-image: url(menu-button.gif);
	background-repeat: no-repeat;
	width: 200px;
	display: block;
	position: relative;
	list-style-type: none;
	margin:0 0 0 1px;
	padding:0 0 0 5px;
}
#leftmenu li.current{
	background-image: url(menu-button-current.gif);
}

#leftmenu li a {
	color: #000000;
	width: 190px;
	display: block;
	text-decoration:none;
}

/*--左メニュー---２階層目ボタン--*/

/*●---------------------------●●●モダンブラウザ設定用●●●*/
#leftmenu ul ul li {
	background-image: none;
	width: 200px;
	line-height: 12px;
	margin-bottom: 6px;
	margin-left:0px;
	margin-top: 3px;
	padding:0 0 0 15px;
}
#leftmenu ul ul li.current{
	background-image: none;
	font-weight: bold;
}

#leftmenu ul ul a {
	width: 200px;
	color: #000000;
	text-decoration:none;
}


/*■---------------------------■■■IE6設定用■■■*/
*html #leftmenu ul ul li {
	background-image: none;
	width: 200px;
	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: 200px;
	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;
}

