
/*============================================
　共通設定
============================================*/

ul,li{
margin:0;
padding:0;
}
      

img{border:0px;}
.style2 {font-size: 10px}
.style3 {color: #333333}
.style4 {color: #990000}
.style5 {color: #FF0000}
.style6 {color: #0099CC}
.style7 {color: #E0DFE3}
.style8 {
	color: #0066cc;
	font-weight: bold;
	font-size:86%;
	text-decoration:underline;
}
.style9 {color: #B13F3F}
.style10 {color: #970100}
.style11 {
	font-size: 12px;
	color: #996600;
	font-weight: bold;
}
td.style8 a{
	color: #0066cc;
	font-weight: bold;
	font-size:100%;
	text-decoration:underline;
}
table.tty td {
	padding:4px 3px 4px 3px;
	}
.ddt {
		border-collapse:collapse;
		border:1px solid #999;
	}
.ddt2{border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-collapse:collapse;
	
	}
.ddt3{border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-collapse:collapse;
	}

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 {
	font-size: 20px;
	background-image: url(m01.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 550px;
	text-align: left;
	padding:15px 0 0 10px;
	margin: 0;
}


h2 {
	font-size: 20px;
	background-image: url(.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: left;
	padding:10px 0 10px 20px;
	margin:0;
}

h3 {
	font-size: 15px;
	background-image: url(h3.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 540px;
	text-align: left;
	padding:10px 0 0 20px;
	margin: 0;
}


h4{
	font-size: 13px;
	background-image: url(h4.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 440px;
	text-align: left;
	padding:9px 0 0 20px;
	margin: 0;
}

h5{
	font-size: 15px;
	background-image: url(h5.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 550px;
	text-align: left;
	padding:7px 0 0 20px;
	margin: 0;
}

h6{
    font-size: 15px;
    background-image: url(h6.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 550px;
	text-align: left;
	padding:9px 0 0 20px;
	margin:10px 0 10px 0;
}


/*-------------------------------------
　アンカー共通設定
-------------------------------------*/
a {text-decoration:underline; color:#0000FF;}
a:link {
	color: #0000c0;
	text-decoration:underline;
}

a:hover {
	color: red;
	text-decoration:underline;
	
}

a:visited{
}

a:active{
}
/*-------------------------------------
　メーカーぺージ
-------------------------------------*/

.mtb {
	padding:5px; border:solid #cccccc 1px; text-align:center;
}



/*-------------------------------------
　その他共通設定
-------------------------------------*/

p {
	line-height: 130%;
	margin:0 0 0 0;
	padding:0 0 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(menumenu.jpg);
	background-repeat: repeat-x;
	background-position: center;
	clear: both;
	height: 45px;
	width: 780px;
	font-size: 13px;
	color:;
	padding:0;
	margin:0;
}

/*-------------------------------------
　ヘッダ部----グローバルナビ(上部メニュー)改正後
-------------------------------------*/

#nav {
width:780px;
float:left;
margin:0 0 10px 0;
}

#nav ul{
list-style-type:none;
}

#nav ul li{
float:left;
}

#nav ul li a{
display:block;
width:130px;
height:49px;
background-repeat:no-repeat;
text-indent:-9999px;
}

#nav ul li#nav01 a:link,
#nav ul li#nav01 a:visited{
background-image:url(nav01.jpg);
}

#nav ul li#nav01 a:hover,
#nav ul li#nav01 a:active{
background-image:url(nav01_on.jpg);
}

#nav ul li#nav01_on a:link,
#nav ul li#nav01_on a:visited,
#nav ul li#nav01_on a:hover,
#nav ul li#nav01_on a:active{
background-image:url(nav01_on.jpg);
}

#nav ul li#nav02 a:link,
#nav ul li#nav02 a:visited{
background-image:url(nav02.jpg);
}

#nav ul li#nav02 a:hover,
#nav ul li#nav02 a:active{
background-image:url(nav02_on.jpg);
}

#nav ul li#nav02_on a:link,
#nav ul li#nav02_on a:visited,
#nav ul li#nav02_on a:hover,
#nav ul li#nav02_on a:active{
background-image:url(nav02_on.jpg);
}

#nav ul li#nav03 a:link,
#nav ul li#nav03 a:visited{
background-image:url(nav03.jpg);
}

#nav ul li#nav03 a:hover,
#nav ul li#nav03 a:active{
background-image:url(nav03_on.jpg);
}

#nav ul li#nav03_on a:link,
#nav ul li#nav03_on a:visited,
#nav ul li#nav03_on a:hover,
#nav ul li#nav03_on a:active{
background-image:url(nav03_on.jpg);
}

#nav ul li#nav04 a:link,
#nav ul li#nav04 a:visited{
background-image:url(nav04.jpg);
}

#nav ul li#nav04 a:hover,
#nav ul li#nav04 a:active{
background-image:url(nav04_on.jpg);
}

#nav ul li#nav04_on a:link,
#nav ul li#nav04_on a:visited,
#nav ul li#nav04_on a:hover,
#nav ul li#nav04_on a:active{
background-image:url(nav04_on.jpg);
}

#nav ul li#nav05 a:link,
#nav ul li#nav05 a:visited{
background-image:url(nav05.jpg);
}

#nav ul li#nav05 a:hover,
#nav ul li#nav05 a:active{
background-image:url(nav05_on.jpg);
}

#nav ul li#nav05_on a:link,
#nav ul li#nav05_on a:visited,
#nav ul li#nav05_on a:hover,
#nav ul li#nav05_on a:active{
background-image:url(nav05_on.jpg);
}
#nav ul li#nav06 a:link,
#nav ul li#nav06 a:visited{
background-image:url(nav06.jpg);
}

#nav ul li#nav06 a:hover,
#nav ul li#nav06 a:active{
background-image:url(nav06_on.jpg);
}

#nav ul li#nav06_on a:link,
#nav ul li#nav06_on a:visited,
#nav ul li#nav06_on a:hover,
#nav ul li#nav06_on a:active{
background-image:url(nav06_on.jpg);
}


/*●---------------------------●●●モダンブラウザ設定用●●●*/
.menubar ul {
	list-style:none;
	 /*リストに背景イメージを使う場合、文字だけの場合none*/
	padding:7px 0 0 0;
	margin:0 0 0 50px;
	letter-spacing:0em;
}


.menubar li {
	float:left;
	display:inline;
	background-image: url(mark.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding:1px 30px 0 25px;
	line-height:1.0;
}

/*■---------------------------■■■IE6設定用■■■*/
*html .menubar ul {
	list-style:none;
	 /*リストに背景イメージを使う場合、文字だけの場合none*/
	padding:0 0 0 0;
	margin:0 0 0 50px;
	letter-spacing:0em;
}

*html .menubar  li {
	float:left;
	display:inline;
	background-image: url(mark.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding:1px 30px 0 25px;
	line-height:2.0;
}


/*-- グローバルナビゲーションの幅がブラウザによって違うためメニューが2列になる場合は
　　 margin（左）を変えるかまたは、letter-spacingで文字間を変えて調整
----------------------------------------------------------------------------------------*/

/*現在表示しているページのリストの表示*/

.menubar li.current{
    color:#FFcc00;
	background-image: url(mark_current.jpg);
}
.menubar li a{
	color:#ffffff;
	line-height:43px;
}
.menubar li a:hover{
	color:#ffcc00;
}
.menubar li.current a{
	color:#ffcc00;
}



/*-------------------------------------
　ヘッダ部----グローバルナビ　アンカー設定
-------------------------------------*/

.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;
}




.t_td{ padding-left: 10px; background-image: url('m_1t.jpg'); background-repeat: no-repeat; height: 35px;
}
.t_td2{ padding-left: 10px; padding-bottom:10px; background-image: url('m_2t.jpg'); background-repeat: no-repeat; height: 25px;
}



/*-------------------------------------
　コンテンツ
-------------------------------------*/
.right {
	padding:0 0 0 0px;
	margin:0 0 0 10px;
	text-align: left;
	vertical-align: top;
	float:left;
}

/*-------------------------------------
　左スペース
-------------------------------------*/

#left_space {
margin:0 10px 0 10px;
padding:0px;
height:100%;
width:185px;

background-color:#ECE9D8;
}

/*--左メニュー---タイトル：現在のディレクトリ--*/

#leftmenu_title {
	/*background-image: url(lefttop2.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 185px;
	height:40px;*/
	
}
#leftmenu_title a{
	background-image: url(lefttop2.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	display:block;
	margin-left: 0px;
	padding-left: 10px;
	padding-top:49px;
	width: 175px;
	height:26px;
	
	}
	
#leftbtm {
	background-image: url(leftbtm2.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 185px;
	height:2px;
	}


#leftmenu{
	width:185px;
	background:url(leftback2.jpg) repeat-y left top;
	padding:0px 0px 0px 0px;
	margin-top:25px;
}
#leftmenu ul {
	margin: 5px 0px 0px 0px;
	padding:0;
}
#leftmenu li {
	font-size: 12px;
	line-height: 35px;
	color: #333333;
	background-image: url(leftback2.jpg);
	background-repeat: no-repeat;
	width: 185px;
	display: block;
       
        text-decoration:none;
	list-style-type: none;
	margin:0 0 0px 0px;
	padding:0 0 0 0px;
}
#leftmenu li.current{
	background-image: url(left2.jpg);
}

#leftmenu li a {
	font-size: 12px;
	line-height: 35px;
	color: #333333;
	background-image: url(left3.jpg);
	background-repeat: no-repeat;
	width: 175px;
	display: block;    
        text-decoration:none;
	list-style-type: none;
	margin:0 0 4px 0px;
	padding:0 0 0 10px;
}
#leftmenu li a:hover {
    color: #990000;
	}
#leftmenu ul ul li {
	background-image: url(left2.jpg);
	width: 175px;
	line-height: 12px;
	margin-bottom: 6px;
	margin-left:10px;
	padding:0 0 0 15px;
}
#leftmenu ul ul li.current{
	background-image: url(left3.jpg);
	font-weight: bold;
}

#leftmenu ul ul a {
	width: 175px;
	color: #000000;
	text-decoration:none;
	background-image: url(left2.jpg);
height:40px;
display:block;
}


*html #leftmenu ul ul li {
	background-image: none;
	width: 175px;
	line-height: 12px;
	padding:0;
	left:15px;
	margin:0 0 6px 0;
}
*html #leftmenu ul ul li.current{
	background-image: url(left3.jpg);
	height:40px;
	font-weight: bold;
}

*html #leftmenu ul ul a {
background-image: url(left2.jpg);
height:40px;
display:block;
	width: 175px;
	color: #000000;
	text-decoration:none;
}

/*-------------------------------------
　左メニュー改正
-------------------------------------*/
#subnavi {
width:185px;
float:left;
background-image:url(leftback2.jpg);
background-repeat:repeat-y;

display:inline;
margin-top:10px;
margin-bottom:20px;
}

#subnavi_title {
width:185px;
height:40px;
line-height:40px;
text-align:center;
background-image:url(lefttop2.jpg);
background-repeat:no-repeat;
font-weight:bold;
margin:0 0 5px 0;
}

#subnavi_title a{
width:185px;
height:40px;
display:block;
color:#333333;
text-decoration:none;
}
#subnavi ul{
list-style-type:none;
}

#subnavi ul li{
margin:0 0 0 5px;
}

#subnavi ul li a{
width:180px;
height:37px;
line-height:32px;
display:block;
text-decoration:none;
background-image:url(left2.jpg);
background-repeat:no-repeat;
text-indent:20px;
}

#subnavi ul li a:link,
#subnavi ul li a:visited{
color:#666666;

}

#subnavi ul li a:hover,
#subnavi ul li a:active{
color:#66ccff;
font-weight:bold;
width:180px;
height:37px;
line-height:32px;
display:block;
background-image:url(left3.jpg);
background-repeat:no-repeat;
}

#subnavi ul li.current a:link,
#subnavi ul li.current a:visited{
color:#66ccff;
font-weight:bold;
width:180px;
height:37px;
line-height:32px;
display:block;
background-image:url(left3.jpg);
background-repeat:no-repeat;

}

#subnavi ul li ul{
margin:5px 0 0 0;
}

#subnavi ul li ul li{
margin:0 0 5px 0;
}

#subnavi ul li.current ul li a:link,
#subnavi ul li.current ul li a:visited{
color:#666666;

}

#subnavi ul li.current ul li a:hover,
#subnavi ul li.current ul li a:active{
width:180px;
height:37px;
line-height:32px;
display:block;
background-image:url(left3.jpg);
background-repeat:no-repeat;
color:#3399CC;
font-weight:bold;
}

#subnavi ul li.current ul li.current a:link,
#subnavi ul li.current ul li.current a:visited{
color:#3399CC;
font-weight:bold;

}

#subnavi ul li ul li a{
background-image:url(subnavi02.jpg);
text-indent:25px;
}

#subnavi ul li.current ul li.current ul li a:link,
#subnavi ul li.current ul li.current ul li a:visited{
color:#666666;

}

#subnavi ul li.current ul li.current ul li a:hover,
#subnavi ul li.current ul li.current ul li a:active{

color:#3399CC;
font-weight:bold;
}

#subnavi ul li.current ul li.current ul li.current a:link,
#subnavi ul li.current ul li.current ul li.current a:visited{
color:#3399CC;
font-weight:bold;
width:180px;
height:37px;
line-height:32px;
display:block;
background-image:url(left3.jpg);
background-repeat:no-repeat;
}

#subnavi ul li ul li ul li a{
background-image:url(subnavi03.jpg);
text-indent:25px;
}

.second_banner {
	width:185px;
	margin-top:10px;
	margin-bottom:10px;
}


/*-- 左メニューのブラウザによる表示位置の違いはpaddingまたはline-heightで調整する
---------------------------------------------------------------------------------*/



/*============================================
　フッタ部
============================================*/

/*-------------------------------------
　共通設定用
-------------------------------------*/
/*共通設定用、背景画像などを使用する場合。*/

#footer{
background:url(footer.jpg);
background-repeat:repeat-x;
}

/*-------------------------------------
　下部メニュー
-------------------------------------*/

#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 {
background:url(footer.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
	font-size: 12px;
	text-align: right;
	padding:0px 30px 0 0;
}

.tbl {
	border: 1px solid #CCCCCC;
}
.borbtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table.tab{
		border-collapse:collapse;
		border:1px solid #CCCCCC;
	}
	
	table.tab td{
		border:1px solid #CCCCCC;
	}
.questionTBL{
margin:0 0 10px 0;
}
.questionTBL th{
background-color:#D9E1F8;
font-size:12px;
font-weight:bold;
border:#CCC solid 1px;
padding:7px 0 7px 5px;
text-align:left;
color:#666;
}
.questionTBL td{
font-size:12px;
font-weight:bold;
border-right:#CCC solid 1px;
border-left:#CCC solid 1px;
padding:7px 0 7px 5px;
text-align:left;
color:#666;
}
.new_PTBL{
border:#CCCCCC solid 1px;
border-collapse:collapse;
margin:15px 0 0 0;
float:right;
}
.new_PTBL td{
border:#CCCCCC solid 1px;
padding:5px 0 0 4px;

}
.new_PTBL th{
border:#CCCCCC solid 1px;
padding:5px 0 0 0px;
text-align:left;
font-weight:normal;
}
.new_PTBL p{
padding:3px 0 0 3px;
text-align:left;
font-weight:normal;
margin:0;



}

.new_p_i{
float:left;
width:169;
height:210;
margin:15px 0 0 0;
}

.seg01{
width:570px;
float:left;
display:inline;
margin:10px 0 25px 0;
}
.seg02{
width:135px;
height:26px;
margin:0 0 0px 0;
}

.seg03{
width:570px;
margin:10px 0 17px 0;
text-indent:4px;
}

.sitemap ul {
margin:0 0 0 30px;
}

.sitemap ul ul {
margin:0 0 0 60px;
}

.sitemap ul ul ul{
margin:0 0 0 px;
}


/*-------------------------------------
　個人のお客様へ
-------------------------------------*/
#inimgback{width:544px; height:238px; background-image:url(backgroud01.jpg); background-repeat:no-repeat; position:relative;}

.intd{border:#336666 1px solid; background-color:#F2F2F2;}

#indiv{width:260px; height:130px; padding:5px;}

.inp{display:block; height:130px; text-align:left; line-height:130%;}

.ins1{color:#006699; text-decoration:underline;}

.ins2{color:#000000;}

.inimg1{float:right; margin-top:55px;}

.inimg2{float:right; margin-top:40px;}

.inimg3{float:right; margin-top:20px;}

.inimg4{float:right; margin-top:70px;}




