@charset "utf-8";
/*
1.リセットCSS + サイト共通設定
2.レイアウト
3.ヘッダー
4.TOPナビゲーション
5.ヘッドINFOナビゲーション
6.ナビゲーションバー(メニュー項目)
7.コンテンツエリア
8.パンくず
9.メインコンテンツ
10.サイドバー
11.フッター
12.角丸枠


/*-----------------------------

　リセットCSS + サイト共通設定

------------------------------*/

/*全ての要素に対する余白初期値設定*/ 
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe,img{
	margin:0;
	padding:0;
	font-size:100%;
	border:0;
}


body{
	color: #333333;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 0px;/*	background-image: url(../img/headback.gif);*/
}

ul,ol{/* リストマーカーを非表示 */
	list-style-type:none;
}


img, input, select, textarea { /* 画像とフォームパーツの上下位置をテキストの真ん中に */
	vertical-align: middle;
}

a{/* デフォルトリンク色の設定 */
	color: #33CC66;
}

a:hover{
	color: #FF6600;
}

a img{/* 画像リンクの設定 */
	opacity:1;
	filter: alpha(opacity=100);
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=75);
}

/*追加フォントサイズ*/
body {
font-size: 100%;
}
p.example1 { font-size: xx-large; }
p.example2 { font-size: x-large; }
p.example3 { font-size: large; }
p.example4 { font-size: medium; text-align: center;  }
p.example5 { font-size: medium; text-align: right;  }
p.example6 { font-size: small; }
p.example7 { font-size: x-small; }
p.example8 { font-size: 90%; }
p.example9 { font-size: 95%; }

p.example10 { font-size: larger; }
p.example11 { font-size: smaller; }


/*	clearfix
------------------------------*/
.clearfix:after {/*for modern browser*/
   content: "";
   display: block;
   clear: both;
}

* html .clearfix { zoom:1; } /*for IE6*/
*:first-child+html .clearfix { zoom:1; } /*for IE7*/


/*--------------------------

　レイアウト

---------------------------*/
/*body{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* 3.ヘッダー
---------------------------*/
#header{
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00c4ab;*/
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	background-color: #e6e6e6;
	background-image: url(../img/headback.gif);
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#header .inner{
	width: 940px;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: 940px;
	margin-bottom: 0;
	margin-left: 0;
}


/* ------
4. TOPナビゲーション --- */

#topNav1{
	background-color: #060;
	font-size: 90%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

div.topNav1 {/* --- ナビゲーション --- */
	font-size: 80%;
	color: #6F9;
	width: 940px;
}

div.topNav1 ul.nl {/*メニューエリア --- */
/*	padding: 0;*/
	list-style-type: none;
	text-align: right; 
	width: 940px;
	margin: 0px;
}

div.topNav1 ul.nl li {/* --- メニュー項目 --- */
	padding: 0 5px 0 5px; 
	border-left: 1px #eee solid; 
	display: inline;
}
div.topNav1 ul.nl li.first {
border-left: none;
}

/* --- 
5.ヘッドINFOナビゲーション --- */

#info{
	float: right;
	width: 10em;
	background: #fff;
	background-color: transparent;
	text-align: left;
	font-size: 80%;
	padding-top: 4px;
}

#info1{
	float: right;
	width: 21em;
	background-color: transparent;
	text-align: left;
	font-size: 80%;
	border-top-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

div .infoNav {
font-size: 100%;
}

div .infoNav ul.nl {/* --- メニューエリア --- */
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left; 
}

div .infoNav ul.nl li {/* --- メニュー項目 --- */
	margin: 0 4px; 
	display: inline;
	text-align: left;
	font-size: 90%;
}

#logo{
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -18px;
}

#catch{
	position: absolute;
	left: 149px;
	top: 25px;
	margin-top: -20px;
	height: 63px;
	font-size: 12px;;
	color: #060;
}


/* --- 
6.ナビゲーションバー ---
---------------------------*/
div.nav {
	width: 940px;
	border-top: 1px #cccccc solid; /* 上境界線 */
	border-bottom: 0px #cccccc solid; /* 下境界線 */
	font-size: 100%;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}

div.nav ul.nl {/* --- メニューエリア --- */
	width: 900px;
	background-color: #006da5; /* 右境界線 */
	list-style-type: none;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.nav ul.nl li {/* --メニュー項目 -- */
	width: 180px;
	float: left;
}

div.nav ul.nl li a {/* --- リンク --- */
display: block;
position: relative; /* IE6用 */
padding: 8px 2px; /* パディング */
border-left: 1px #cccccc solid; /* 左境界線 */
text-decoration: none; /* 下線） */
}

div.nav ul.nl li a:hover {/* --- ポイント時の設定 --- */
	background-color: #73C637;
	text-decoration: underline; 
}

div.nav ul.nl li a:active {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #060;
	font-weight: bold;
}

#CurrentLeft {/*現在位置　　追加TTコピー*/
    border-top:solid 2px #ffffff;
/*    border-bottom:solid 1px #5e8eab;*/
    border-left:solid 2px #ffffff;
    border-right: solid 1px #ffffff;
    color:#060;/* 文字色 */
    background-color:#ffffff;
    text-decoration:none;
    }

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


/* 7.コンテンツエリア
---------------------------*/
#contents{
	width: 900px;
	padding: 10px 20px 0 20px;
	margin: 0 auto;
	background-color: #FFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e6;
	border-left-color: #e6e6e6;
}

/* 8.パンくず
---------------------------*/
#pankuzu{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:#ccc 1px dotted;
}

#pankuzu li{
	display:inline;
	font-size:83%;
}

#pankuzu a{
	padding-right: 15px;
	background-image: url(../img/ico_arw01.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* 9.メインコンテンツ
---------------------------*/

#main {
	width: 680px;
	margin-bottom: 10px;
	float: right;
}
/*
#main_1 {12/21TOPのため追加　不調
	width: 940px;
	background-color: #FFF;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}*/ 

#main h2 { /* TITLE - TEXT */
	margin: 0 0 1em;
	padding: 10px 10px 5px 55px;
	clear: both;
	font-size: 1.6em;
	/*	line-height: 1.20;*/
	color: #fff;
	background-color: #006600;
	background-image: url(../kandou2/img/h2_kandou.bmp);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#main h3, body#home h3 {
	clear: both;
	border-top: 1px solid #73c637;
	border-right: 1px solid #73c637;
	border-bottom: 1px solid #73c637;
	border-left: 10px solid #73c637;
	font-size: 1.4em;
	line-height: 1.35;
	color: #398700;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#main h4, body#home h4 {
	margin: 0 0 0.3125em;
	clear: both;
	font-size: 1.4em;
	line-height: 1.35;
	color: #C2131C;
}

#main h5, body#home h5 {
	margin: 0 0 0.3125em;
	clear: both;
	font-size: 1.3em;
	line-height: 1.35;
	color: #333;
}

#main h6, body#home h6 {
	margin: 0 0 0.3125em;
	clear: both;
	font-size: 1.2em;
	color: #398700;
}

#main .imgTitle, body#home .imgTitle {
	margin: 0;
	padding: 0;
	background: url(none);
	border-style: none;
	line-height: 1;
}

#main p, body#home p {
	padding: 0 0 0.625em;
}

h3 .txtSmall {
	padding: 0 0 0 10px;
}

#main table { /* TABLE */
	margin: 0 0 0.625em;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #73c637;
	border-right: 1px solid #73c637;
	font-size: 1em;
}

#main th {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #73c637;
	border-left: 1px solid #73c637;
	white-space: nowrap;
	text-align: center;
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	color: #398700;
}

#main td {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #73c637;
	border-left: 1px solid #73c637;
	font-size: 1em;
	line-height: 1.5;
}

#main ul { /* LIST */
	padding: 0.3125em 0;
}

#main ul li {
	padding: 0 0 0 15px;
	line-height: 1.5;
	background-image: url(../img/pt_list01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#main ol {
	padding: 0.3125em 0 0.3125em 30px;
}

#main ol li {
	line-height: 1.5;
}

#main dl {
	padding: 0.3125em 0;
}

div#main dt {
	padding: 0 0 0 15px;
	background: url(../img/pt_list01.gif) no-repeat 0px 2px;
	line-height: 1.5;
}

#main dd {
	padding: 0 0 0 15px;
	font-size: 1em;
	line-height: 1.5;
}


/* 10.サイドバー
---------------------------*/
#side{
	width: 190px;
	margin-bottom: 40px;
	float: left;
	background-color: #eee;
	padding-bottom: 100px;
}

#menu{
	border-top:#e6e6e6 1px solid;
	margin-bottom:15px;
}

#menu a{
	display: block;
	padding: 10px;
	color: #333;
	text-decoration: none;
	background: url(../img/bg_menu.gif) left top repeat-x  #f2f2f2;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #006600;
	border-left-color: #060;
}

#menu a:hover{
	font-weight: bold;
	background-color: #fff;
	background-image: url(../img/bg_menu_on.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FC0;
	border-bottom-color: #66CC00;
	border-top-width: 1px;
}

#menu .selected a{
	background: url(../img/bg_menu_on.gif) repeat-x;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9966;
}


/* 11.フッター
---------------------------*/
.pagetop{
	clear: both;
	text-align: right;
}

.pagetop a{
	background: #e6e6e6;
	font-size: 83%;
	color: #666;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.pagetop a:hover{
	text-decoration:underline;
}

div#footer {
	text-align: center;
	clear: both;
	background-color: #FFF;
	background-image: url(../img/logo_sunsale.gif);
	background-repeat: no-repeat;
	background-position: 840px center;
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#footer a:link, div#footer a:visited {
	color: #999;
	text-decoration: none;
}

div#footer a:hover {
	color: #4c4c4c;
	text-decoration: none;
}

div#footer p {
	color: #999;
	text-align: center;
	margin: 0;
	padding: 10px 0 0.625em;
	clear: both;
}

div#footer ul {
	text-align: left;
	list-style-type: none;
	width: 800px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

div#footer li {
	font-size: 0.70em;
	line-height: 1.35;
	display: inline;
	margin: 0 0 3px;
	padding: 0 15px 0 0;
	float: left;
	background-image: url(../img/bg_footList.gif);
	background-repeat: repeat-y;
	background-position: right center;	
}


/*12.角丸枠
---------------------------*/
.r-box{
	padding-top:10px;
	background:url(../img/prts_r_st.gif) left top no-repeat;
}

.r-box .ed{
	padding-bottom:10px;
	background:url(../img/prts_r_ed.gif) left bottom no-repeat;
}

.r-box .bd{
	padding:10px 15px;
	background:url(../img/prts_r_bd.gif) repeat-y;


/*614最終*/
/*
#main_1 h2 { /* TITLE - TEXT 
	margin: 0 0 1em;
	padding: 10px 10px 5px 55px;
	clear: both;
	font-size: 1.5em;

	color: #fff;
	background-color: #006da5;
	background-image: url(../img/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#main_1 h2 { /* TITLE - TEXT 
	margin: 0 0 1em;
	padding: 10px 10px 5px 55px;
	clear: both;
	font-size: 1.5em;
	/*	line-height: 1.20;
	color: #fff;
	background-color: #006da5;
	background-image: url(../img/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#main_1 h3, body#home h3 {
	clear: both;
	border-top: 1px solid #73c637;
	border-right: 1px solid #73c637;
	border-bottom: 1px solid #73c637;
	border-left: 10px solid #73c637;
	font-size: 1.6em;
	line-height: 1.35;
	color: #398700;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#main_1 h4, body#home h4 {
	margin: 0 0 0.3125em;
	clear: both;
	font-size: 1.5em;
	line-height: 1.35;
	color: #C2131C;
}

#main_1 h5, body#home h5 {
	margin: 0 0 0.3125em;
	clear: both;
	font-size: 1.2em;
	line-height: 1.35;
	color: #333;
}

#main_1 h6, body#home h6 {
	margin: 0 0 0.3125em;
	clear: both;
	font-size: 1.2em;
	color: #398700;
}

#main_1 .imgTitle, body#home .imgTitle {
	margin: 0;
	padding: 0;
	background: url(none);
	border-style: none;
	line-height: 1;
}

#main p, body#home p {
	padding: 0 0 0.625em;
}

h3 .txtSmall {
	padding: 0 0 0 10px;
}

#main table { /* TABLE 
	margin: 0 0 0.625em;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #73c637;
	border-right: 1px solid #73c637;
	font-size: 1em;
}

}
#main_1 {
	text-align: center;
}





#main_1 th {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #73c637;
	border-left: 1px solid #73c637;
	white-space: nowrap;
	text-align: center;
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	color: #398700;
}

#main_1 td {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #73c637;
	border-left: 1px solid #73c637;
	font-size: 1em;
	line-height: 1.5;
}

#main_1 ul { /* LIST 
	padding: 0.3125em 0;
}

#main_1 ul li {
	padding: 0 0 0 15px;
	line-height: 1.5;
	background-image: url(../../pt_list01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#main_1 ol {
	padding: 0.3125em 0 0.3125em 30px;
}

#main_1 ol li {
	line-height: 1.5;
}

#main_1 dl {
	padding: 0.3125em 0;
}
}
#service #main_1 #main_1 h2 {
	text-align: left;
}
#service #main_1 #main_1 h2 {
	text-align: left;
}
