* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
	line-height:190%;
	color: #333333;
	list-style: none;
	text-align: center;
	}
	
/* 画像の属性等 */
img {border: 0;}

/* リンクの属性 */
a:link, a:visited, a:active {color: #242F46; text-decoration: none;}
a:hover{color: #584F9D; text-decoration: underline;}

/* コンテンツ枠*/
#wrapper{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background: url("http://www.ichien.co.jp/img/bg01.jpg") repeat-y;
	}

/*ページ幅*/
#container{
	width:800px;
	margin: 0 auto;
	background: url("http://www.ichien.co.jp/img/head_img01.jpg") no-repeat;
	text-align:left;
	position: relative;
	}
/*ヘッダー*/
#header	{margin : 0; padding: 0px; height : 155px;}
#header h1{margin-top : 0px; margin-bottom: 0px; text-indent: -9000px;}
#header h1 a {
	width:460px;
	height:155px;
	background-image: url("http://www.ichien.co.jp/img/head_img01.jpg") no-repeat;
	display: block;
	}
#header h1 a:hover {background: url("http://www.ichien.co.jp/img/head_img01.jpg");}

/*  ナビボタン  */
.navi1 {
	position: absolute;
	top: 15px;
	right: 10px;
	width:235px;
	height:35px;
display: block;
	background: url("http://www.ichien.co.jp/img/head_img01.jpg") no-repeat -555px -15px;
	}
.navi1 .a01 a:link, .navi1 .a01 a:visited, .navi1 .a01 a:active {
display: block;
margin: 0;
padding: 0;
width:75px;
height: 35px;
background: url("http://www.ichien.co.jp/img/head_img01.jpg") no-repeat -553px -15px;
text-indent: -9000px;
float: left;
}
.navi1 .a01 a:hover {
background: url("http://www.ichien.co.jp/img/head_img010.jpg") no-repeat -553px -15px;
}
.navi1 .a02 a:link, .navi1 .a02 a:visited, .navi1 .a02 a:active {
display: block;
margin: 0;
padding: 0;
width:78px;
height: 35px;
background: url("http://www.ichien.co.jp/img/head_img01.jpg") no-repeat -626px -15px;
text-indent: -9000px;
float: left;
}
.navi1 .a02 a:hover {
background: url("http://www.ichien.co.jp/img/head_img010.jpg") no-repeat -626px -15px;
}
.navi1 .a03 a:link, .navi1 .a03 a:visited, .navi1 .a03 a:active {
display: block;
margin: 0;
padding: 0;
width:53px;
height: 35px;
background: url("http://www.ichien.co.jp/img/head_img01.jpg") no-repeat -704px -15px;
text-indent: -9000px;
float: left;
}
.navi1 .a03 a:hover {
background: url("http://www.ichien.co.jp/img/head_img010.jpg") no-repeat -704px -15px;
}

/*  ページナビ  */
.navi2 {
	margin: 1px 0 6px 15px;
	font-size: 10px;
	line-height: 130%;
	color:#666;
}
.navi2 a:link, .navi2 a:visited, .navi2 a:active {color: #242F46; text-decoration: none;}
.navi2 a:hover {color: #584F9D; text-decoration: underline;}

/*コンテンツ*/
#content {
	width: 565px;
	float: right;
	padding: 0 10px 10px 0px;
	margin: 0;
}
					
#content h2	{
	width: 100%;
        height: 38px;
	padding: 13px 5px 0 28px;
	margin: 0 0 5px 0;
	color: #666666;
	font-size: 117%;
	font-weight: bold;
	line-height: 100%;
	background: url("http://www.ichien.co.jp/img/h2_midashi01.jpg") no-repeat left top;
	}
	
#content h3 {
        width: 96%;
	padding: 5px 0 3px 8px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
	border-left: 3px solid #4F0000;
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	display: block;
	text-align: left;
}

#content h4 {
	margin: 20px 0 0 0;
	padding: 0 10px;
	border-bottom: 1px solid #DDD;
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	display: block;
	text-align: left;
	}

#content h5 {
        width: 305px;
	border: 1px solid #DDD;
	padding: 2px 7px;
	color: #666666;
	font-size: 80%;
	line-height: 120%;
	text-align: center;
	float: right;
}

#content .doc{
	padding: 5px 22px 10px 15px;
	text-align: left;
	font-size: 100%;
	line-height: 150%;
}

#content p {
	margin: 0;
	padding: 0 0 5px 0;

}

/*インフォメーションボックス属性*/
#content .info {
	width: auto;
	margin: 0;
	text-align: left;
}
#content .info h2{
	width: auto;
        height: 37px;
	padding: 11px 5px 0 20px;
	color: #666666;
	font-size: 117%;
	font-weight: bold;
	line-height: 130%;
	background: #FFF url("http://www.ichien.co.jp/img/h2_midashi01.jpg") no-repeat left top;
}
#content .info .info_doc {
        height: 290px;
	padding: 5px 17px 10px 12px;
	font-size: 100%;
	color: #666666;
	line-height: 150%;
}
#content .info .info_doc .new {
	width: 205px;
        height: 204px;
	border: 1px solid #CCCCCC;
	float: right;
	margin: 0 5px 0 0;
	padding: 5px 2px 10px 10px;
	color: #666666;
	line-height: 103%;
	letter-spacing:1px;
        font-size: 90%;
}
#content .info .info_doc .new a {
	margin:0 0 0 0;
	padding:0 0 0 5px;
color: #242F46;
text-decoration: underline;
        font-size: 12px;
}
#content .info .info_doc .new a:hover {
color: #584F9D;
text-decoration: underline;
}
#content .info .info_doc .new span {
	color: #FF0000;
	margin:0 0 0 0;
	padding:0 0 0 0;
        font-size: 85%;
}
#content .info .info_doc .new li {
	margin: 0;
	padding: 2px 0 0 0;
}
#content .info .info_doc_f {
        height: 310px;
	padding: 5px 17px 10px 12px;
	font-size: 100%;
	color: #666666;
	line-height: 150%;
}

/*アドセンス属性*/
#content .ads {
	font-size: 100%;
	text-align: center;
	margin: 10px 5px 10px 5px;
	}
#content .ads .slink{
	margin: 0px; 
	font-size: 9px; 
	color: #999999;
	text-align: left;
}

/*その他属性*/
#content ol{
	margin: 0 0 20px 0;
}
#content li{
	margin: 0;
	list-style-type: none;
}
	
/*リンク属性(h2)*/
#content a:link.c1, #content a:visited.c1, #content a:active.c1{color: #242F46;text-decoration: none;}
#content a:hover.c1{color: #584F9D;}

/* contenntリンク属性 */
#content a:link, #content a:visited, #content a:active {color:#242F46;text-decoration: none;}
#content a:hover{color : #584F9D;text-decoration: underline;}

/*----- trackbacks & Comments-----*/
.comments,
.comments-content,
.trackbacks{
	margin: 0;
}

.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer{
	margin-bottom: 0.5em;
}

.comments,
.trackbacks{
    overflow: hidden;
    width: 100%;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 90%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

	
/*Entrymore*/
#content .next a:link, #content .next a:visited, #content .next a:active {
	float: right;
	margin: 0px 5px 10px 0px;
	color: #242F46;
	background-image: url("http://www.ichien.co.jp/img/more01.gif");
	background-repeat: no-repeat;
	width: 100px;
	height: 18px;
	display: block;
	font-size: 84%;
	text-align: center;
	text-decoration: none;
	}

#content .next a:hover {
	color: #584F9D;
	background-image: url("http://www.ichien.co.jp/img/more02.gif");
	background-repeat: no-repeat;
	}

.rss {
	clear: both;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: right;
	font-size: 84%;
	}

.rss img{border-style: none; vertical-align: middle;}


/*サイドバー(左)*/
#sidebar {
	float: left;
	width: 210px;
	height:auto;
	margin: 0;
        padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	background: url("http://www.ichien.co.jp/img/bg01.jpg")　repeat-y 0 0;	
}
#sidebar img {
	margin: 0;
        padding: 0 0 0 10px;
}

/* カテゴリ指定 */
#sidebar .side-space{
	margin: 0;
        padding: 0;
	width: 210px;
        height: 5px;
	background: url("http://www.ichien.co.jp/img/side_navi_apace.jpg") no-repeat  10px top;
}

#sidebar .cat01{
	margin:0;
        padding:0;
	background: url("http://www.ichien.co.jp/img/bg01.jpg")　repeat-y 0 0;	
}
#sidebar .cat01 h2 {
	margin: 0;
        padding: 0;
	width: 210px;
	background: url("http://www.ichien.co.jp/img/side_navi_h201.jpg") no-repeat  10px top;
	text-indent: -9000px;
	height:38px;
	display: block;
}
#sidebar .cat02{
	margin:0;
        padding:0;
	background: url("http://www.ichien.co.jp/img/bg01.jpg")　repeat-y 0 0;
}
#sidebar .cat02 h2 {
	margin: 0;
        padding: 0;
	width: 210px;
	background: url("http://www.ichien.co.jp/img/side_navi_h202.jpg") no-repeat  10px top;
	text-indent: -9000px;
	height:38px;
	display: block;
}
#sidebar .cat05{
	margin:0;
        padding:0;
	background: url("http://www.ichien.co.jp/img/bg01.jpg")　repeat-y 0 0;
}
#sidebar .cat05 h2 {
	margin: 0;
        padding: 0;
	width: 210px;
	background: url("http://www.ichien.co.jp/img/side_navi_h205.jpg") no-repeat  10px top;
	text-indent: -9000px;
	height:38px;
	display: block;
}
#sidebar .cat06{
	margin:0;
        padding:0;
	background: url("http://www.ichien.co.jp/img/bg01.jpg")　repeat-y 0 0;	
}
#sidebar .cat06 h2 {
	margin: 0;
        padding: 0;
	width: 210px;
	background: url("http://www.ichien.co.jp/img/side_navi_h209.jpg") no-repeat  10px top;
	text-indent: -9000px;
	height:38px;
	display: block;
}

/* カテゴリ指定メニュー */
#sidebar ul.menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url("http://www.ichien.co.jp/img/side_navi_apace.jpg") no-repeat  10px top;
}
#sidebar ul.menu li.tc1 a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px top;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1 a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -30px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1 a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1aisastu a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1aisastu a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1aisastu a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1company a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1company a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1company a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1enkaku a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1enkaku a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1enkaku a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1organization a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1organization a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1organization a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1plant a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1plant a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1plant a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1employees a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1employees a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1employees a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1construction a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1construction a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1construction a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #CCCCCC;
}
#sidebar ul.menu li.tc1equipment a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1equipment a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1equipment a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1station a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1station a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1station a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1solar a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1solar a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1solar a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1estate a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1estate a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1estate a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1admissions a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1admissions a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1admissions a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1entry_g a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1entry_g a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1entry_g a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE
}
#sidebar ul.menu li.tc1entries_m a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1entries_m a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tclentries_m a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1icservice a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1icservice a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1icservice a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1ichitechno a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 42px;
         height: 24px;
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#sidebar ul.menu li.tc1ichitechno a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}
#sidebar ul.menu li.tc1ichitechno a:active {
	background: url("http://www.ichien.co.jp/img/side_navi01.jpg") no-repeat  10px -60px;
	color: #EEEEEE;
}

#sidebar ul.menu li a {
	display: block;
	margin: 0;
	padding: 7px 0 2px 52px;
         height: 30px;
	background: url("http://www.ichien.co.jp/img/side_navi02.jpg") no-repeat  10px top;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

#sidebar ul.menu li a:hover {
	background:url("http://www.ichien.co.jp/img/side_navi02.jpg") no-repeat  10px -30px;
	color: #EEEEEE;
}

/* サービス案内 */
#sidebar .side_service {
	background: url("http://www.ichien.co.jp/img/side_navi_h203.jpg") no-repeat  10px top;
	margin:0;
}

#sidebar .side_service ul li a {
	display: block;
	margin: 0;
	padding: 0;
        height: 38px;
	background: url("http://www.ichien.co.jp/img/side_navi_h203.jpg") no-repeat  10px top;
	text-indent: -9000px;
}
#sidebar .side_service ul li a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi_h203.jpg") no-repeat  10px -38px;
}
#sidebar .side_service ul li.services a {
	display: block;
	margin: 0;
	padding: 0;
        height: 38px;
	background: url("http://www.ichien.co.jp/img/side_navi_h203.jpg") no-repeat  10px -76px;
	text-indent: -9000px;
}
#sidebar .side_service ul li.services a:active {
	background: url("http://www.ichien.co.jp/img/side_navi_h203.jpg") no-repeat  10px -76px;
}
#sidebar .side_service ul li.services a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi_h203.jpg") no-repeat  10px -76px;
}

/* 施工実績 */
#sidebar .side_actual {
	background: url("http://www.ichien.co.jp/img/side_navi_h204.jpg") no-repeat  10px top;
	margin:0;
}

#sidebar .side_actual ul li a {
	display: block;
	margin: 0;
	padding: 0;
        height: 38px;
	background: url("http://www.ichien.co.jp/img/side_navi_h204.jpg") no-repeat  10px top;
	text-indent: -9000px;
}
#sidebar .side_actual ul li a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi_h204.jpg") no-repeat  10px -38px;
}
#sidebar .side_actual ul li.actual a {
	display: block;
	margin: 0;
	padding: 0;
        height: 38px;
	background: url("http://www.ichien.co.jp/img/side_navi_h204.jpg") no-repeat  10px -76px;
	text-indent: -9000px;
}
#sidebar .side_actual ul li.actual a:active {
	background: url("http://www.ichien.co.jp/img/side_navi_h204.jpg") no-repeat  10px -76px;
}
#sidebar .side_actual ul li.actual a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi_h204.jpg") no-repeat  10px -76px;
}

/* 資材調達公募 */
#sidebar .side_procurement {
	background: url("http://www.ichien.co.jp/img/side_navi_h206.jpg") no-repeat  10px top;
	margin:0;
}

#sidebar .side_procurement ul li a {
	display: block;
	margin: 0;
	padding: 0;
        height: 38px;
	background: url("http://www.ichien.co.jp/img/side_navi_h206.jpg") no-repeat  10px top;
	text-indent: -9000px;
}
#sidebar .side_procurement ul li a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi_h206.jpg") no-repeat  10px -38px;
}
#sidebar .side_procurement ul li.procurement a {
	display: block;
	margin: 0;
	padding: 0;
        height: 38px;
	background: url("http://www.ichien.co.jp/img/side_navi_h206.jpg") no-repeat  10px -76px;
	text-indent: -9000px;
}
#sidebar .side_procurement ul li.procurement a:active {
	background: url("http://www.ichien.co.jp/img/side_navi_h206.jpg") no-repeat  10px -76px;
}
#sidebar .side_procurement ul li.procurement a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi_h206.jpg") no-repeat  10px -76px;
}

/* お問い合わせ */
#sidebar .side_form {
	background: url("http://www.ichien.co.jp/img/side_navi_h207.jpg") no-repeat  10px top;
	margin:0;
}
#sidebar .side_form ul li a {
	display: block;
	margin: 0;
	padding: 0;
        height: 38px;
	background: url("http://www.ichien.co.jp/img/side_navi_h207.jpg") no-repeat  10px top;
	text-indent: -9000px;
}
#sidebar .side_form ul li a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi_h207.jpg") no-repeat  10px -38px;
}

#sidebar .side_form ul li.form a {
	display: block;
	margin: 0;
	padding: 0;
        height: 38px;
	background: url("http://www.ichien.co.jp/img/side_navi_h207.jpg") no-repeat  10px -76px;
	text-indent: -9000px;
}
#sidebar .side_form ul li.form a:active {
	background: url("http://www.ichien.co.jp/img/side_navi_h207.jpg") no-repeat  10px -76px;
}
#sidebar .side_form ul li.form a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi_h207.jpg") no-repeat  10px -76px;
}

/* リンク */
#sidebar .side_link {
	background: url("http://www.ichien.co.jp/img/side_navi_h208.jpg") no-repeat  10px top;
	margin:0;
}
#sidebar .side_link ul li a {
	display: block;
	margin: 0;
	padding: 0;
        height: 38px;
	background: url("http://www.ichien.co.jp/img/side_navi_h208.jpg") no-repeat  10px top;
	text-indent: -9000px;
}
#sidebar .side_link ul li a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi_h208.jpg") no-repeat  10px -38px;
}

#sidebar .side_link ul li.link a {
	display: block;
	margin: 0;
	padding: 0;
        height: 38px;
	background: url("http://www.ichien.co.jp/img/side_navi_h208.jpg") no-repeat  10px -76px;
	text-indent: -9000px;
}
#sidebar .side_link ul li.link a:active {
	background: url("http://www.ichien.co.jp/img/side_navi_h208.jpg") no-repeat  10px -76px;
}
#sidebar .side_link ul li.link a:hover {
	background: url("http://www.ichien.co.jp/img/side_navi_h208.jpg") no-repeat  10px -76px;
}

/* バーチャルエアコン */
#sidebar .side_bnvirtual {
	background: url("http://www.ichien.co.jp/img/side_bn001.jpg") no-repeat  10px top;
	margin:0;
}
#sidebar .side_bnvirtual ul li a {
	display: block;
	margin: 0;
	padding: 0;
        height: 97px;
	background: url("http://www.ichien.co.jp/img/side_bn001.jpg") no-repeat  10px top;
	text-indent: -9000px;
	color:#FFF;
}
#sidebar .side_bnvirtual ul li a:hover {
	background: url("http://www.ichien.co.jp/img/side_bn001.jpg") no-repeat  10px -97px;
	color:#FFF;
}

/* What's New*/
.new_index{
	height:30px;
	margin; 10px 0px 0px 0px;
	background-color: #FF6868;
	background: url("http://www.ichien.co.jp/img/new.gif");
	background-repeat: no-repeat;
	border-bottom: 1px solid #888;
	}
.new {
	margin : 5px 5px 0px 5px;
	}
.new a{
	color:#FFF;
	text-decoration:none;
	font-size: 10px;
	line-height: 130%;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url("http://www.ichien.co.jp/img/new_list.gif");
	background-repeat: no-repeat;
	}
.new a:hover{color:#FFCC00;}

	
/*フッター*/
#footer{
	clear: both;
	width: auto;
	height: 80px;
	background: #FFFFFF url("http://www.ichien.co.jp/img/footer_bg01.jpg") no-repeat  0 0;
	margin: 0;
	}

#footer div {
	margin: 0;
	padding: 35px 10px 0 0;
	color: #333333;
	font-size: 90%;
	line-height: 150%;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:active {color: #333333;text-decoration: underline;}
#footer a:hover{color: #666666; text-decoration: underline;}


#footer img{border: 0;vertical-align: middle;}

/*  記事の右寄せ  */
.detail {text-align: right; font-size: 100%; margin: 0px 10px 0px 0px;}

/*  フォームメール用  */
.comments-head{
	margin: 10px 10px 10px 5px;
	font-size: 117%;
	font-weight: bold;
	color: #4A4A97;
	}

.comment-content{
	margin: 10px 0px 10px 10px;
	font-size: 100%;
	color: #666;
	line-height: 155%;
	}

.comment-view{
	margin: 0px 0px 10px 10px;
	font-size: 100%;
	color:  #3399CC;
	line-height: 155%;
	}

.black {
	margin:0;
	padding:0 0 15px 0 ;
	}

/* フォームメール用スタイルシート */
div#FORM table {
	border: 1px solid #ccc;
	width:98%;
}
div#FORM {
	margin: 5px auto;
}
div#FORM .inner {
	margin: 0 auto;
	padding:0;
	text-align:center;
}
div#FORM .SmallType {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}
div#FORM form {
	margin: 0 auto;
}
div#FORM td {
	padding: 4px;
	background: #f1f1f1;
	width: 350px;
	line-height:18px;
}
div#FORM th {
	font-weight: bold;
	text-align: left;
	padding: 4px;
	background-color: #e4e4e4;
	vertical-align: top;
}
div#FORM .Submit {
	background: #fff;
	text-align: center;
}
.ERR {
	color: #f00;
}

