/*============================================
　共通設定
============================================*/

body {
	background-color: #E7E7E7;
	background-image: url(form-images/back.gif);
	background-position: center top;
	background-repeat: repeat-y;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height:130%;
	color: #615959;
	margin:0;
	padding:0;
	overflow-y:scroll;
}

/*-------------------------------------
　スクロールバーの表示
-------------------------------------*/

/*■---------------------------■■■IE6設定用■■■*/
*html body {
	overflow-y:auto;
}

/*▲---------------------------▲▲▲IE7設定用▲▲▲*/
*+html body {
	overflow-y:auto;
}


/*-------------------------------------
　見出し共通設定
-------------------------------------*/

h1 {
	font-size: 16px;
	background-image: url(form-images/h1.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 304px;
	color: #666666;
	text-align: left;
	line-height: 22px;
	padding:0px 0 0 15px;
	margin: 0;
}


h2 {
	font-size: 18px;
	color: #FEFEFE;
	font-weight: bold;
	background-image: url(form-images/h2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 29px;
	width: 718px;
	text-align: left;
	line-height: 29px;
	padding:0 0 0px 15px;
	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: #615959;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:visited{
	color: #666666;
	text-decoration: none;
}

a:active{
    color:#FF9900;
	text-decoration: none;
}



/*-------------------------------------
　その他共通設定
-------------------------------------*/

p {
	line-height: 130%;
	margin:0px 0 0 0;
	padding:0 0px 0 0;
	text-indent: 1em;
	white-space: normal;
	line-break: strict;
}


/*============================================
　ヘッダ部
============================================*/

/*共通設定用、背景画像などを使用する場合。*/

#header{
	vertical-align:bottom;
}

/*-------------------------------------
　ヘッダ部----グローバルナビ(上部メニュー)
-------------------------------------*/

.menubar {
	
	background-image: url(form-images/menubar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	height: 32px;
	width: 780px;
	font-size: 13px;
	font-weight: bold;
	color: FDFDFD;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


/*●---------------------------●●●モダンブラウザ設定用●●●*/
.menubar ul {
	list-style:none;
	 /*リストに背景イメージを使う場合、文字だけの場合none*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	letter-spacing:0em;
}


.menubar li {
	float:left;
	display:inline;
	width:108px;
	height:32px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	line-height:32px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

/*■---------------------------■■■IE6設定用■■■*/
*html .menubar ul {
	list-style:none;
	 /*リストに背景イメージを使う場合、文字だけの場合none*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	letter-spacing:0em;
}

*html .menubar  li {
	float:left;
	display:inline;
	width:108px;
	height:32px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	line-height:32px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

/*-- グローバルナビゲーションの幅がブラウザによって違うためメニューが2列になる場合は
　　 margin（左）を変えるかまたは、letter-spacingで文字間を変えて調整
----------------------------------------------------------------------------------------*/

/*現在表示しているページのリストの表示*/

.menubar li.current{
	background-image: url();
}
.menubar li a{
	color:#FFFFFF;
}


/*-------------------------------------
　ヘッダ部----グローバルナビ　アンカー設定
-------------------------------------*/

.menubar  a:link, .menubar a:visited, .menubar a:hover, .menubar a:active{
	text-decoration:none;
}
.menubar a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

/*-------------------------------------
　ぱんくずリスト
-------------------------------------*/

div#locator {
	font-size: 10px;
	text-align: right;
	margin:4px 10px 4px 0;
}



/*============================================
　メインコンテンツ
============================================*/

/*-------------------------------------
　コンテンツ
-------------------------------------*/
.right {
	padding:0 0 0 0px;
	margin:0;
	text-align: left;
	vertical-align: top;
}

/*-------------------------------------
　左メニュー
-------------------------------------*/

/*--左メニュー---タイトル：現在のディレクトリ--*/
#leftmenu_title {
	background-image: url(form-images/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(form-images/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(form-images/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で調整する
---------------------------------------------------------------------------------*/



/*============================================
　フッタ部
============================================*/

/*-------------------------------------
　共通設定用
-------------------------------------*/
/*共通設定用、背景画像などを使用する場合。*/

#footer{
}

/*-------------------------------------
　下部メニュー
-------------------------------------*/

#bottommenu {
	border-bottom:2px dotted #666666;
	margin:20px 0px 0px 0px;
	padding:0 0 10px 0; 
	}
#bottommenu a {
	color: #666666;
	text-decoration:none;
	}
#bottommenu a:hover {
	color: #333333;
	text-decoration:underline;
	}

/*-------------------------------------
　コピーライト表示枠
-------------------------------------*/
#copyright {
	font-size: 12px;
	text-align: center;
	padding:15px 0px 15px 0;
}

/*-----table--------------*/
.table_cell1 {
    border-bottom: 1px dashed #FF7F00;
	border-right: 1px dashed #FF7F00;
}
.table_cell2 {
    border-bottom: 1px dashed #FF7F00;
}
.table_cell3 {
    border-right: 1px dashed #FF7F00;
}
/*-------link------------*/
.inquiry a:link {
	color: #003399;
	text-decoration: none;
}

.inquiry a:hover {
	color: red;
	text-decoration: underline;
}

.inquiry a:visited{
	color: #003399;
	text-decoration: none;
}

.inquiry a:active{
    color:#FF9900;
	text-decoration: none;
}

.mail a:link {
	color: #040404;
	text-decoration: none;
}

.mail a:hover {
	color: red;
	text-decoration: underline;
}

.mail a:visited{
	color: #040404;
	text-decoration: none;
}

.mail a:active{
    color:#FF9900;
	text-decoration: none;
}


/*-----会社概要-------*/
.table-line-orange {
	border-collapse:collapse;
	border: solid #FFA144 1px;
	}
.table-line-orange td {
	border-collapse:collapse;
	border: solid #FFA144 1px;
	}
	
	
	