@charset "utf-8";
/* CSS Document */

/***********************************************/
/* CSS file						               */
/* data: 2008/10/12                            */
/* index:                                      */
/*   1# 共通設定			                   */
/*  		1#1 リンクスタイル				   */
/*  		1#2 見出し					       */
/*  		1#3 段落スタイル				   */
/*   2# レイアウトボックス		               */
/*   3# ヘッダー                               */
/*  		3#1 サイドミニメニュー			   */
/*  		3#2 外枠 			　　      	   */
/*  		3#3 リスト項目				       */
/*   4# コンテンツボックスのスタイル           */
/*   5# コンテンツエリア            	       */
/*   6# メインコンテンツエリア                 */
/*   7# TOPページ　コンテンツリスト            */
/*			7#1 ぱんくずリスト				   */
/*   8# フッター	     			           */
/*   9# プリント用 CSS     			           */
/***********************************************/


*
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	line-height:155%;
	font-size: 12px;
}

strong
{
	font-weight: bold;
}

span.st
{
	font-size: 12px;
	font-weight: bold;
	
}

span.strong1
{
	color: #CC33CC;
	font-size: 18px;
	font-weight: bold;
}

span.strong2
{
	color:#FF3333;
	font-size: 14px;
	font-weight: bold;
}

span.strong3
{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}



h4{
	color:#003366;
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	margin: 6px 0 0 0;
	font-size: 115%;
	}

h4.line
{
	border-bottom: dotted 1px #cccccc;
	border-left: solid 5px #999999;
	color: #333333;
	margin: 0 0 0 10px;
}

h5 {
	font-size: 15px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #003366;
	padding: 10px 0 13px 10px;
	line-height: 120%;
}


h6
{
	border-left: 5px solid #DEE4ED;
	padding: 3px 5px;
	margin: 8px 0 8px 35px;
	font-size: 13px;
}

/* ----- float解除 ----- */

div.clear
{
	clear: both;
}

div.clear hr
{
	display: none;
}
div#main p.clear
{
	clear: both;
}


/*--------------seo header top-navi 現在表示してない---------------------*/
div.seo-header p
{
	font-size: 9px;
	color: #FFFFFF;
	margin-top: 5px;
	text-indent: 1px;
}


div.seo-header ul
{
	width: auto;
	list-style: none;
	height: auto;
	float: right;
}

div.seo-header li
{
	float:left;
	display: block;
	width: 100px;
	height: 20px;
}

div.seo-header li#h_navi_01
{
	background: url(../n_img/t-map01.jpg);
	width: 100px;
	display: block;
	height: 20px;
}
div.seo-header li#h_navi_01 a
{
 	background: url(../n_img/t-map01.jpg);
	width: 100px;
	height: 20px;
	display: block;
	line-height: 165%;
}
div.seo-header li#h_navi_01 a:hover
{
 	background: url(../n_img/t-map01_on.jpg);
	width: 100px;
	height: 20px;
	display: block;
	line-height: 165%;

}
div.seo-header li#h_navi_02
{
	background: url(../n_img/t-map02.jpg);
	width: 100px;
	height: 20px;
	display: block;
	line-height: 165%;
}
div.seo-header li#h_navi_02 a
{
 	background: url(../n_img/t-map02.jpg);
	width: 100px;
	height: 20px;	
	display: block;
	line-height: 165%;
}
div.seo-header li#h_navi_02 a:hover
{
 	background: url(../n_img/t-map02_on.jpg);
	width: 100px;
	height: 20px;
	display: block;
	line-height: 165%;

}


div#logo 
{
	background: url(../img/logo_.jpg);
	height: 100px;
	width: 780px;
	margin: 0 0 0 0px;
	padding: 0;
                  
}
div#logo h1
{
	padding: 0px 0 5px 0px;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 10px;
	display: none;
}

/* ----------------------------------------------------------------- リンク ----------------------------- */
a
{
	
	color: #0033ff;
	text-decoration:none;
}

a:hover
{
	
     color: #CC0000;
	text-decoration:underline;
}

img
{
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	
                
}
/* ----------------------------------------------------------------- body ----------------------------- */

body
{
	color: #666666;
	text-align:center;
	background-color: #FFFFFF;
	font-size: 10px;
	background: url(../img/back.gif) repeat-y center;

}


div#wrapper
{
	margin: auto;
	width:1000px;
	height:auto;
	} 
	

div#main-container
{
	width:780px;
	color:#333333;
	background:#ffffff;
	margin:0 auto;
	text-align:left;
	height: auto;
	border: 1px solid;
	border-color: #CCCCCC;
}

/* ---------------------------------------------------------------------------- ヘッダー部分 ----- */

div#header
{
	color:#333333;
	background:#ffffff url(../images) repeat-x 0 100%;
        padding:5px 0px 5px 0px;
	margin-top: 10px;
}

div#photo
{
	width: auto;
	height: auto;
	margin: 5px 0 5px 0px;
}

div#photo_1
{
	width: 520px;
	margin: 10px 0 10px 0px;
}


/* ------------------------------------------------------------------------- コンテンツ全体 ----- */

div#container
{
	width:520px;
	float: left;
	margin-left: 10px;
	
}

div#container_1
{
	float: left;
	margin-left: 15px;
	width: 525px;
}

div#container_1 h1
{
	float: left;
	width: 520px;
	background: url(../n_img/nagare_02.jpg);
	height: 38px;
	text-indent: 38px;
	line-height: 350%;
	color: #333333;
	margin: 10px 0 3px 0;
}

#container_1 h3
{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.5px;
	color: #2A3F55;
	font-weight:bold;
	background:url(../img/contents_title_bg.gif) bottom no-repeat;
	margin:15px 0 20px 0;
	text-indent: 20px;
	padding-left: 5px;
}

div#container_1 h3#font
{
	float: left;
	width: 520px;
	height: 35px;
	color:#333333;
	text-indent: 20px;
	line-height: 300%;
}

div#container_1 ul
{ 
	marign: 10px 0 0 35px;
	}

div#container_1 li
{ 
	background:url(../n_img/point.jpg) no-repeat; 
	text-indent: 20px; 
	height: 18px;
	}
	
div#container_1 li a
{ 
	line-height: 100%
	}
div#main li a:hover
{ 
	line-height: 100%
	}


/*------------------------------------------------------------    h2    ----------------------------------------*/

div#container_1 h2
{
	float: left;
	width: 520px;
	background: url(../img/h3_bg.jpg) no-repeat;
	text-indent: 25px;
	line-height: 30px;
	color: #ffffff;
	margin: 5px 0;
	clear: both;
}

div#container_1 h2 a
{

	line-height: 30px;
	color: #ffffff;


}


.asset-header h2#neta
{
	float: left;
	width: 520px;
	background: url(../img/h3_bg.jpg) no-repeat;
	text-indent: 25px;
	line-height: 30px;
	color: #ffffff;
	margin: 5px 0;
	clear: both;
}


div#container_1 h2#saiyou
{
	float: left;
	width: 520px;
	background: url(../n_img/saiyou_h2.jpg) no-repeat;
	height: 30px;
	text-indent: 20px;
	line-height: 270%;
	color: #333333;
	margin: 10px 0 3px 0;
}

div#container_1 h2.nagare
{
	float: left;
	width: 520px;
	background: url(../n_img/nagare_02.jpg);
	height: 38px;
	text-indent: 38px;
	line-height: 320%;
	color: #333333;
	margin: 5px 0 2px 0;
	clear:both;
}

div#container_1 h3#sasa
{
	float: left;
	width: 520px;
	border-bottom: dotted 1px #666666;
	height: 35px;
	text-indent: 20px;
	line-height: 300%;
	color: #333333;
	margin: 10px 0;
}


div#container_1 p
{
	font-size: 11.5px;
	line-height: 200%;
	color: #666554;
	letter-spacing: 1px;
	line-height: 185%;
}
div#container_1 ul
{
        list-style: none;
        margin: 5px 0 5px 10px;
}


#wrapper #main-container #container_1 #main .cc h4.model {
	margin: 3px 0;
	padding: 0px;
	width: 104px;
	float: left;
	text-align: center;
	font-weight: normal;
	font-size: 9px;
}



/* ------------------------------------------------------------- SEO対策　スタイル ----------------- */
div#container_1 a h1
{
	background: url(../img/h_img.jpg) no-repeat;
	text-indent: 28px;
	height: 31px;
        margin: 5px 0 10px 0;
	line-height: 185%;
	font-size: 17px;
}


#p-navi
{
	float:right;
	width: 500px;
	text-indent: 15px;
	margin:5px;
}

#p-navi
{
	font-size: 95%;
	float: right;
}

#top-side
{
float: right;
height:auto;
width: 135px;
}

#top-1 {
	float: right;
	width: 145px;
	font-style: normal;
	font-size: 12px;
}


#top-1 ul
{
   list-style: none;
}


div.content
{
	padding:10px;
}
/* ------------------------------------------------------------------------------------------------ p-navi ----- */

div.content p.navi-link
{
	font-size:70%;
	margin:0 0 10px 0;
}


/*------------------------------------------------------------------------------------------サイドのテーブル----*/
#side_t
{
	background: url(../img/side_bg___.gif);
	border: solid #CCCCCC 1px;
}



/* --------------------------------------------------------------------------------- サイドメニュー ------------*/

div#sidebar-left
{
	margin-top: 5px;
	width:229px;
	float:left;
	padding:0;
	font-size: 12px;
	margin-left: 3px;
	margin-bottom: 20px;
}

div#sidebar-left img
{
	margin-top: 3px;
}


div#sidebar-left ul
{
	margin: 0 0px 5px 3px;
	border: 1px solid #cccccc;
	letter-spacing: 1.5px;
	list-style:none;
	width: 215px;
	height: auto;
	-moz-border-radius: 7px; /* for Fx */
	-webkit-border-radius: 7px; /* for Safari */
}


div#sidebar-left li,
div#sidebar-left dt
{
	list-style: none;
	margin:0 0 0 0px;
	display: block;
	height: 28px;
	text-indent: 28px;
	font-size: 12px;
	line-height: 165%;
}

div#sidebar-left li a,
div#sidebar-left dt a
{
	list-style: none;
	margin:0;
	background:url(../n_img/s_menu_i.jpg) repeat;
	display: block;
	height: 28px;
	text-indent: 28px;
	font-size: 12px;
	line-height: 200%;
}

div#sidebar-left li a:hover,
div#sidebar-left dt a:hover
{
	background:url(../n_img/s_menu_i_on.jpg) repeat;
}

div#sidebar-left dd
{
	font-size: 11px;
}


div.sidebar-inner
{
	padding:0;
	border: 1px solid #cccccc;
	background: url(../img/side_bg__.gif);

}

div.category-archives
{            
    background: #ffffff;
    font-size:87%; 
    margin:0 0 0px 0;
			   
}
div.category-archives p
{
	font-size: 95%;
	line-height: 155%;

}

div.category-archives a
{            
    background: #ffffff;            
    margin:0 0 0px 0;
}

div#sidebar-left_up
{
	width:225px;
	float:right;
	padding:0;
	font-size: 12px;
	margin-right: 5px;
	height: 220px;
}


div.category-archives
{
	font-size:87%;
	margin:0 0 10px 0;
			   
}
div.category-archives p
{
	font-size: 95%;
	line-height: 155%;

}

div.category-archives a
{
	margin:0 0 0px 0;
}




div.category-archives ul#side
{
	margin-bottom: 2px;
	background: #ffffff;
    border-top: none;
	border-bottom: none;	
}

div.category-archives li#side-1
{
   margin: 0;
   background: none;
}

div.category-archives li#side-1 a
{
margin: 0;
background: url(../img/total-tax_banner.jpg);
height: 66px;
    
}

div.category-archives li#side-1 a:hover
{
margin: 0;
background: url(../img/totall-tax_banner_on.jpg);
height: 66px; 
}

div.category-archives li#side-2
{
   margin: 0;
   background: none;
}

div.category-archives li#side-2 a
{
margin: 0;
background: url(../img/total-kutsu_banner.jpg);
height: 66px;    
}

div.category-archives li#side-2 a:hover
{
margin: 0;
background: url(../img/total-kutsu_banner_on.jpg);
height: 66px;   
}

div.category-archives li#side-3
{
   margin: 0;
   background: none;
}

ul.words {
	background-color: #FFFFFF;
	padding: 5px 0 5px 5px;
	width: 210px;
}

#wrapper #main-container .footer .footer-navi .link {
	font-size: 7px;
}
#wrapper #main-container #sidebar-left .sidebar-inner #side_menu .words {
	background-color: #FFFFFF;
	width: 200px;
	padding: 5px;
	border: 1px solid #cccccc;
	margin: 2px 0 3px 6px;
		-moz-border-radius: 7px; /* for Fx */
-webkit-border-radius: 7px; /* for Safari */


}


/* ------------------------------------------------------------------------- フッター（追加） ---------- */

div.footer-navi
{
	text-align:center;
	width: auto;
	height: auto;
}
div.footer-navi　p
{
               font-size: 75%;
}
div.footer-navi a
{
                font-size: 10px;
                color: #ffffff;
				text-decoration: none;
}
div.footer-navi a:hover
{
                font-size: 10px;
                color: #003366;
				text-decoration: underline;
}


div.footer
{
	background:url(../img/footer.jpg);
	height: 102px;
}
div.footer p
{
	font-size:12px;
	padding: 8px 0 0 0;
	text-indent: 10px;
	

}

/*---------------------------現在未使用　上部メニューナビゲーション　css------------------------*/


div#top-2 p.map
{
	text-indent: 30px;
	font-size: 14px;
	color: #333333;
}
div#top-2 p.map_1
{
	text-indent: 35px;
	font-size: 12px;
	color: #333333;
}

#container_1 p.tyui
{
	font-size:11px;
	text-align: right;
	margin-top: 5px;
}

#container_1 p.tyui a
{
     font-size:11px;
	 text-align: right;
	 margin-top: 5px;

}
#container_1 p.tyui a:hover
{
	font-size:11px;
	text-align: right;
	margin-top: 5px;
}
h3
{
	font-size:12px;
	text-indent: 15px;
	line-height: 195%;
	}

div#banner p
{
     font-size: 11px;
}


div#main-left
{
	width: 275px;
	float: left;
	margin-left: 5px;
}

div#main-left h2 
{
	
	text-indent: 25px;
}
 
div#cont 
{
    background: url(../img/main0001.jpg);
	height: 125px;
	width: 545px;
	margin: 20px 0px 20px 8px; 
}

ul.entry-tags-list
{
       list-style: none;
       margin-left: 25px;
       font-size: 12px;
}
div.p-navi
{
	height: auto;
}

div.p-navi p
{
	font-size: 10px;
	border: #666666 1px;
}

div.p-navi a
{
	font-size: 10px;
	text-decoration: none;
}

div#otoi p
{
	margin: 85px 0 0 13px;
	text-indent: 10px;
}

div.logo ul
{
	width: 780px;
	list-style: none;
	margin-left: 480px;
}

div.logo li
{
	float:left;
	display: block;
	width: 100px;
}

div#main p{
	padding: 1px 0 0 15px;
	line-height: 200%;
	font-size: 13px;
}

div#main p.saiyou1
{
	line-height: 180%;
	padding: 8px 0 0 10px;
}

div#main p.saiyou2
{
	line-height: 140%;
	font-weight: bold;
	padding: 12px 0 0 0;
}

div#main p.right
{
	float: right;
	padding: 10px;
	
}

div#main p.left
{
	float: left;
	margin: 10px;
}


div#main a
{
	font-size: 11px;
	color: #3366FF;
}

div#main a:hover
{
	color: #990033;
}


div#main li.syatyo
{
	background: none;
}

#container_1 h3
{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1.5px;
	color: #003399;
	font-weight:bold;
	background:url(../img/contents_title_bg.gif) bottom no-repeat;
	margin:10px 0px 10px 5px;
	text-indent: 0px;
}


/*------------------------------------------料金---------------------------*/
div.priceTitle{
border-bottom:1px solid #24537f;
padding:0 0 5px 0;
width:100%;
}

div.priceTitle h3{
font-weight:bold;
font-size:14px;
float:left;
height:25px;
}

div.priceTitle h4{
font-weight:normal;
float:right;
margin:10px 0 0 0;
}

div.priceTitle p{
font-weight:normal;
background:url(../img/common/icon_blue.gif) 0 3px no-repeat;
padding:0 0 0 18px;
float:right;
margin:10px 0 0 0;
}

table.price{
clear:both;
padding:0 0 5px 0;
width:100%;
margin:0 0 40px 0;
}

table.price th{
padding:10px;
font-weight:normal;
background:#F6F6F6 url(../img/common/bg_dot.gif) bottom repeat-x;
text-align:left;
width:50%;
}

table.price td{
padding:10px;
background:url(../img/common/bg_dot.gif) bottom repeat-x;
}

div#payment{
border:5px solid #f5f5f5;
padding:10px;
width:510px;
margin:0 0 40px 0;
}

p.priceDot{
padding:10px 0;
border-top:1px dotted #CCCCCC;
border-bottom:1px dotted #CCCCCC;
margin:10px 0;
}

.impPriceBox{
	background:url(../img/imp/price/box_02.gif) bottom;
	padding:0 0px 0px 0px;
	margin:0 0 0　0px 0;
}

.impBlueBox{
background:url(../img/imp/price/box_blue_02.gif) bottom;
padding:0 20px 20px 20px;
margin:0 0 20px 0;
}

.impPlus{
text-align:center;
margin:0 0 20px 0;
}

div.impPriceTitle{
	background:url(../img/imp/price/box_01.gif);
	height:35px;
	padding:20px 0px 0 0px;
	width:500px;
}

div.impBlueTitle{
background:url(../img/imp/price/box_blue_01.gif);
height:35px;
padding:20px 20px 0 20px;
width:500px;
}

div.impPriceTitle h3,
div.impBlueTitle h3{
font-weight:bold;
font-size:14px;
float:left;
}

div.impPriceTitle h2,
div.impBlueTitle h2{
font-weight:normal;
float:right;
margin:10px 0 0 0;
}

div.impPriceTitle p,
div.impBlueTitle p{
font-weight:normal;
background:url(../img/common/icon_blue.gif) 0 3px no-repeat;
padding:0 0 0 18px;
float:right;
margin:10px 0 0 0;
}

table.impPrice{
	clear:both;
	padding:0 0 5px 0;
	width:480px;
	margin:0;
	border-top:1px solid #24537f;
}

table.impPrice th{
	padding:10px;
	font-weight:normal;
	background:#F6F6F6 url(../img/bg_dot.gif) bottom repeat-x;
	text-align:left;
}

table.impPrice td{
	padding:10px;
	background:url(../img/bg_dot.gif) bottom repeat-x;
}


div#main div#right p
{
	text-indent: 0px;
	
	}


/*------------------------- 実績のページ -----------------------------*/

table.impPrice_1{
	clear:both;
	padding:0 0 5px 0;
	width:505px;
	margin:0;
	border-top:1px solid #24537f;
}

div#container_1 div#main  table.impPrice_1 th{
	padding:10px;
	font-weight:normal;
	background:#F6F6F6 url(../img/bg_dot.gif) bottom repeat-x;
	text-align:left;
}

div#container_1 div#main  table.impPrice_1 td{
	padding:10px;
	background:url(../img/bg_dot.gif) bottom repeat-x;
}

/*------------------------------------------------------------------ 採用 -----------------------------*/

#wrapper #main-container .main-container-inner #container_1 #main table#flow 
{
	border: 1px solid #cccccc;}

#wrapper #main-container .main-container-inner #container_1 #main table#flow tr .ub{
	border-bottom: 1px dotted #CCCCCC;
	background-color: #EBEBEB;
	}
	
#wrapper #main-container .main-container-inner #container_1 #main table#flow tr .ub_1
{
	border-bottom: 1px dotted #CCCCCC;
}

#wrapper #main-container .main-container-inner #container_1 #main table#flow tr .ub_2
{
	border: 1px dotted #CCCCCC;
	background-color: #C2D8F8;
}

#wrapper #main-container .main-container-inner #container_1 #main table#flow tr .ub_3
{
	border: 1px dotted #CCCCCC;
	background-color: #E0EBFC;
}

/*---------------------------------------------------------- タグクラウド -----------------------------*/

#wrapper #main-container #container_1 #main ul#tags {
	margin: 10px 0;
	padding: 0.5em 10px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	-moz-border-radius: 25px; /* for Fx */
	-webkit-border-radius: 7px; /* for Safari */


}


#wrapper #main-container #container_1 #main ul#tags li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%; /* ここで相対的に文字サイズを変更 */
	text-indent: 0;
}

#wrapper #main-container #container_1 #main ul#tags li a {
	padding: 0;
	position: relative;
	text-decoration: none;
	color: #fff;
	background-color: #fff;
	text-indent: 0;
}

#wrapper #main-container #container_1 #main ul#tags li.level6 a {
	z-index: 6;
	font-size: 167%;
	background-color: #6897af;
}

#wrapper #main-container #container_1 #main ul#tags li.level5 a {
	top: 5px;
	z-index: 5;
	font-size: 136%;
	background-color: #7ea6ba;
}

#wrapper #main-container #container_1 #main ul#tags li.level4 a {
	z-index: 4;
	font-size: 114%;
	background-color: #95b6c7;
}

#wrapper #main-container #container_1 #main ul#tags li.level3 a {
	top: 3px;
	z-index: 3;
	font-size: 100%;
	background-color: #acc6d3;
}

#wrapper #main-container #container_1 #main ul#tags li.level2 a {
	z-index: 2;
	font-size: 85%;
	background-color: #c3d6df;
}

#wrapper #main-container #container_1 #main ul#tags li.level1 a {
	z-index: 1;
	font-size: 70%;
	background-color: #d9e5eb;
}

#wrapper #main-container #container_1 #main ul#tags li.level7 a
 {
	z-index: 1;
	font-size: 180%;
	background-color: #d9e5eb;
}
#wrapper #main-container #container_1 #main ul#tags li.level8 a
 {
	z-index: 1;
	font-size: 192%;
	background-color: #d9e5eb;
}



#wrapper #main-container #container_1 #main ul#tags li.level9 a
{
	top: 4px;
	z-index: 7;
	font-size: 215%;
	background-color: #d9e5eb;
}

#wrapper #main-container #container_1 #main ul#tags li.level10 a
 {
	top: 4px;
	z-index: 7;
	font-size: 240%;
	background-color: #d9e5eb;
}

#wrapper #main-container #container_1 #main ul#tags li.level11 a
 {
	top: 4px;
	z-index: 7;
	font-size: 300%;
	background-color: #d9e5eb;
}

#wrapper #main-container #container_1 #main ul#tags li.level12 a
 {
	top: 4px;
	z-index: 7;
	font-size: 350%;
	background-color: #d9e5eb;
}



/* オンマウス */
#wrapper #main-container #container_1 #main ul#tags li a:hover {
	z-index: 8;
	background-color: #003399;

}


/*-------------------------------------------------------------- サイドのタグ -----------------------------*/

#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags {
	margin: 0;
	padding: 0.5em 10px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: auto;
	height: auto;
	-moz-border-radius: 7px; /* for Fx */
-webkit-border-radius: 7px; /* for Safari */

}


#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags li{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%; /* ここで相対的に文字サイズを変更 */
	width: auto;
	height: auto;
	text-indent: 0;
}

#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags li a {
	padding: 0 5px;
	text-decoration: none;
	color: #fff;
	display: inline;
	text-indent: 0;	
	background-color: #fff;
	margin: 0;
}

#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags .level6 a {
	z-index: 6;
	font-size: 167%;
	background-color: #6897af;
	text-indent: 0;	
	display: inline;
}

#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags .level5 a {
	top: 5px;
	z-index: 5;
	font-size: 136%;
	background-color: #7ea6ba;
	display: inline;
}
#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags .level4 a {
	z-index: 4;
	font-size: 114%;
	background-color: #95b6c7;
	text-indent: 0;	
	display: inline;
}

#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags .level3 a {
	z-index: 3;
	font-size: 100%;
	background-color: #acc6d3;
	text-indent: 0;	
	display: inline;
}

#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags .level2 a {
	z-index: 2;
	font-size: 85%;
	background-color: #c3d6df;
	text-indent: 0;	
	display: inline;
}

#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags .level1 a {
	z-index: 1;
	font-size: 70%;
	background-color: #d9e5eb;
	text-indent: 0;	
	display: inline;
}

#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags .level7 a,
#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags .level8 a
 {
	z-index: 7;
	font-size: 180%;
	background-color: #d9e5eb;
	text-indent: 0;	
	display: inline;
}

#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags .level9 a,
#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags .level10 a
 {
	z-index: 8;
	font-size: 250%;
	background-color: #d9e5eb;
	text-indent: 0;	
	display: inline;
}




/* オンマウス */
#wrapper #main-container .main-container-inner #sidebar-left .sidebar-inner ul#tags li a:hover {
	z-index: 10;
	background-color: #003399;
	text-indent: 0;	

}

#wrapper #main-container .main-container-inner #container_1 #main .impPrice_1 p {
	padding: 0px;
}



/*--------------------------------------------------------------------------------------- 実績------------*/
#wrapper #main-container .main-container-inner #container_1 #main table tr td.cop {
	border-bottom-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: dashed;
	border-right-style: dashed;
	border-rigth-width: 1px;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	background: url(../img/side_bg_.gif);
}

#wrapper #main-container .main-container-inner #container_1 #main table tr td.new {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	background: #ffffff;
}

#wrapper #main-container #container_1 #main #jisseki {
	width: 320px;
	height: auto;
	float: left;
}
#wrapper #main-container #container_1 #main #jisseki h2 {
	padding: 0 0 0 23px;
	margin: 3px 0 3px 0;
	text-indent: 0px;
	height: auto !important;
	height /**/: auto;
	width: 287px !important;
	width /**/: 310px;
}


#wrapper #main-container #container_1 #main #service {
	width: 200px;
	float: left;
	margin: 0 0 0 3px;
}


/*---------------------------------------------------------------------------- TOPページ変更------------*/

#wrapper #main-container #container_1 #main #service .service_1
{
	margin: 3px 0 10px 0;
}


#wrapper #main-container #container_1 #main #service .service_1 .setsumei 
{
	line-height: 185%;
}
#wrapper #main-container #container_1 #main #service .service_1 ul 
{
	margin: 0px 0 0 20px;
	padding: 0px;
}
#wrapper #main-container #container_1 #main #service .service_1 li 
{
	background: url(../img/t_blog.jpg) no-repeat center left;
	line-height: 100%;
	text-indent: 0px;
}

#container_1 #main li.list
{
	background:url(../img/t_blog.jpg) no-repeat center left;
}

#container_1 #main li.list a
{
	padding: 0 0 0 5px;
	text-indent: 0;
	}
#wrapper #main-container #sidebar-left .sidebar-inner #side_menu .words img {
	margin: 2px 0 2px 7px;
}


/*---------------------------------------------------------------------------- プリントCSS------------*/
	
@media print 
{
body {
zoom: 70%;

}
}

#wrapper #main-container #container_1 #main .p-navi p{
	line-height: 160%;
}

#wrapper #main-container .main-container-inner #container_1 #main .p-navi p{
	line-height: 160%;
}


#wrapper #main-container #container_1 #main #service .service_1 dl {
	color:#666666;
	width: 180px;
	padding: 5px 6px 8px 6px;
	border: dotted #cccccc 1px;
	margin: 5px auto;
	background: url(../img/side_bg__.gif);
}

#wrapper #main-container #container_1 #main #service .service_1 .1 {
	color:#666666;
	width: 180px;
	padding: 5px;
	border: dotted #cccccc 1px;
	margin: 3px auto;
	background-color: #EEF4FF;
}

#wrapper #main-container #container_1 #main #service .service_1 .2 {
	color:#666666;
	width: 180px;
	padding: 5px;
	border: dotted #cccccc 1px;
	margin: 3px auto;
	background-color: #EEF4FF;
}
#wrapper #main-container .main-container-inner #container_1 #main #trackbacks .trackbacks-info {
	border: dotted 1px #cccccc;
	margin:10px 0;
	padding: 5px;
	background-color: #FAFAFA;
}

#wrapper #main-container .main-container-inner #container_1 #main #trackbacks .trackbacks-info p
{
	font-size: 10px;
}
#wrapper #main-container .main-container-inner #container_1 #main #trackbacks .trackbacks-content {
	border: dotted 1px #cccccc;
	background-color: #FAFAFA;
	margin:10px 0;
	padding: 5px;

}

#wrapper #main-container .main-container-inner #container_1 #main #trackbacks .trackbacks-content p {
	font-size: 10px;
}
#wrapper #main-container .main-container-inner #container_1 #main #trackbacks .trackbacks-content #ping-2 .inner .trackback-header {
	border-bottom: dotted 1px #cccccc;

}
#wrapper #main-container .main-container-inner #container_1 #main .category {
	background-color: #FCFCFC;
	border: dotted 1px #cccccc;
	margin: 10px 0;
}
