/*============================================
　共通設定
============================================*/

img {
         margin:0;
         padding:0;
         border:0;
}

body {
	background-color: #E7E7E7;
	background-image: url(back.gif);
	background-position: center top;
	background-repeat: repeat-x 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: 14px;
	text-align: left;
	padding:0 0 0px 10px;
	margin:0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding:0;
	margin:20px 0 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: 150%;
	margin:10px 0 20px 0;
	padding:0;
	white-space: normal;
	line-break: strict;
}

#global_navi {
         background:#DDDDDD;
         margin:0 auto;
         padding:0;
         width:799px;
         height:35px;
         background:#DDDDDD;
}    

#cms_part {
         margin:0 auto;
         padding:0;
         width:799px;
         background:#DDDDDD;
}

/*============================================
　ヘッダ部
============================================*/

/*共通設定用、背景画像などを使用する場合。*/

#header{
	width:799px;
         height:306px;
	margin:0px auto;
         padding:0px;
	background-color:#DDDDDD;
}

#header02{
	width:799px;
         height:125px;
	margin:0px auto;
         padding:0px;
	background-color:#DDDDDD;
}

/*-------------------------------------
　ヘッダ部----グローバルナビ(上部メニュー)
-------------------------------------*/

.menubar {
	clear:both;
	height:35px;
	width:799px;
	padding:0;
	margin:0;
}


/*●---------------------------●●●モダンブラウザ設定用●●●*/
#global_navi ul {
	list-style:none;
	padding:0;
	margin:0;
	letter-spacing:0em;
}

#global_navi div {
	float:left;
	display:inline;         
	list-style:none;
	padding:0;
	margin:0;
	letter-spacing:0em;
}

#global_navi li {
	float:left;
	display:inline;
         margin:0;
	padding:0;
}

/*■---------------------------■■■IE6設定用■■■*/

*html table {
         margin:0;
         padding:0;
       }

*html tr {
         margin:0;
         padding:0;
       }

*html td {
         margin:0;
         padding:0;
       }
*html #global_navi ul {
	list-style:none;
	 /*リストに背景イメージを使う場合、文字だけの場合none*/
	padding:0 0 0 0;
	margin:0;
	letter-spacing:0em;
}

*html #global_navi li {
	float:left;
	display:inline;
	padding:0;
         margin:0;
}


/*-- グローバルナビゲーションの幅がブラウザによって違うためメニューが2列になる場合は
　　 margin（左）を変えるかまたは、letter-spacingで文字間を変えて調整
----------------------------------------------------------------------------------------*/

/*現在表示しているページのリストの表示*/

.menubar li.current{
	background-image: url(mark-current.gif);
}
.menubar li a{
	color:#333333;
}


/*-------------------------------------
　ヘッダ部----グローバルナビ　アンカー設定
-------------------------------------*/

.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;
}

#news {
         padding:0;
         margin:0;
}

/*-------------------------------------
　左メニュー
-------------------------------------*/

/*--左メニュー---タイトル：現在のディレクトリ--*/
#leftmenu_title {
	background-image: url(menu.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 1px;
	padding-left: 5px;
	width: 162px;
	color: #ffffff;
	font-weight: bold;
	height:20px;
	line-height:20px;
}
#leftmenu_title a {
	color: #ffffff;
	text-decoration:none;
}


/*--左メニュー---１階層目ボタン--*/
#leftmenu ul {
	margin: 10px 0 5px 0;
	padding:0;
}
#leftmenu li {
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	background-image: url(menu-button.gif);
	background-repeat: no-repeat;
	width: 157px;
	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: 157px;
	display: block;
	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で調整する
---------------------------------------------------------------------------------*/


/*============================================
　トップページレイアウト
============================================*/

#left_banner{
         background:#dddddd;
	float:left;
	margin:0;
	padding:0;
	width:155px;
	height:215px;
	}
	
#center_naiyou{
         text-align:center;
	background:#FFF;
	float:left;
	margin:0;
	width:449px;
	height:197px;
	padding:9px 6px;
	}
	
#right_banner{
         background:#dddddd;
	float:left;
	margin:0;
	padding:0;
	width:180px;
	height:215px;
	}
	
#bottom_space{
	clear:both;
	width:799px;
	height:12px;
	background:url(white_line.gif) repeat-x top;
	}

/*============================================
　トップページバナー
============================================*/

#banner_01{
	background:url(white_line.gif) repeat-x top left;
	width:140px;
	height:40px;
	margin:0;
	padding:15px 8px 14px 7px;
	}
	
#banner_02{
	background:url(white_line.gif) repeat-x top left;
	width:140px;
	height:50px;
	margin:0;
	padding:13px 8px 12px 7px;
	}
	
#banner_03{
	background:url(white_line.gif) repeat-x top left;
	width:140px;
	height:40px;
	padding:15px 8px 14px 7px;
	}
	
#banner_04{
	background:url(white_line.gif) repeat-x top left;
	width:150px;
	height:30px;
	margin:0;
	padding:15px 15px 15px 15px;
	}
	
#banner_05{
	background:url(white_line.gif) repeat-x top left;
	width:160px;
	height:40px;
	padding:15px 10px 15px 10px;
	}
	
#banner_06{
	background:url(white_line.gif) repeat-x top left;
	width:180px;
	height:42px;
	margin:0;
	padding:0;
	}



/*============================================
　フッタ部
============================================*/

/*-------------------------------------
　共通設定用
-------------------------------------*/
/*共通設定用、背景画像などを使用する場合。*/

#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;
	padding:0;
}

/*-------------------------------------
　第２階層
-------------------------------------*/

#level2_left{
	float:left;
	margin:0;
	padding:0;
	width:155px;
	height:600px;
	}
	
#level2_naiyou{
	background:#FFF;
	float:left;
	margin:0;
	width:604px;
	padding:15px 13px;
	}

#banner_07{
	background:url(white_line.gif) repeat-x top left;
	width:130px;
	height:370px;
	margin:0;
	padding:14px 12px 0px 13px;
	}

#under_line{
	background:url(../images/common/white_line.gif) repeat-x top left;
	width:155px;
	height:1px;
	margin:0;
	padding:0;
	}
	
#containts_img{
	margin:0;
	padding:15px 0px 0px;
	}

#containts_text{
	color:#444444;
	font-size:14px;
	line-height:150%;
	margin:0;
	padding:15px 10px;
	width:584px;
	text-align:justify;
	text-justify:inter-ideograph;
	}
	
#works_link{
	margin:0;
	width:604px;
	padding:0px 0px 15px;
	text-align:center;
	}
	
#works_link div{
	display:inline;
	margin:27px;
	padding:0px;
	}

#zirei_img {
         margin:13px;
         float:left;
         }

#clear {
         margin:0;
         padding:0;
         width:604px;
         height:1px;
         clear:both;
         }
