@charset "UTF-8";
/* 全体の設定 */
body {
	font-family:Arial, Tahoma, "Trebuchet MS", Verdana, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333333;
	background-color: #E6E6E6;
	background-image: url(images/bodybg.png);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: center;
	line-height: 1.4em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #333333;

}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}
/* クロスブラウザ */
h1,h2,h3,h4,p {
	margin: 0px;
	padding: 0px;
}


/* 全体の枠 */
#container {
	background-image: url(images/bodybg.png);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 754px;

}

/* ヘッダー */
#header {
	color: #333333;
	background-image: url(images/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-top:5px;
	height:80px;
}
/* Flashエリア */
#flash {
	padding: 0px;
	margin-left:7px;
}
/*ページイメージ */
#pageimage {
	padding: 0px;
	margin-top:5px;
	margin-left:7px;
}

/* ブログの説明 */
.description {
	font-size: 75%;
	padding: 5px;
}
/* ヘッダーリンク */
#header a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* ヘッダーリンク色 */
#header a:link {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* ヘッダーマウスオーバー時 */
#header a:link:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ヘッダークリック時 */
#header a:link:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ヘッダー訪問済み */
#header a:visited {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* ヘッダー訪問済みマウスオーバー */
#header a:visited:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ヘッダー訪問済みクリック時 */
#header a:visited:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ロゴエリア */
#banner {
	width: 530px;
	float: left;
}

/* 上部ナビゲーションバー */
#navi {
	margin-left: 7px;
	margin-right: 7px;
        background-image: url(images/navi_bg.jpg);
	clear: both;
	font-size: 80%;
        text-align:center;
        line-height:35px;
	width: 739px;
	height: 35px;
	float: left;
	border-right: 1px solid #e0e0e0
}
/* 上部ナビゲーションバー余白 */
#navi .pad {
	padding-left: 0px;
	padding-right: 0px;
	height: 35px;
}
/* 上部ナビゲーションバーBG */
#navibg{
	float: right;
	background-image: url(images/naviside.png);
	width: 600px;
	height: 35px;
	background-position: right;
	margin: 0px;
	padding: 0px;
}
/* 上部ナビゲーションバー リスト */
#navi ul {
	height: 35px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	padding: 0;
}
#navi ul li {
	display: inline;
	height: 35px;
}


/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	height: 35px;
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
	background-image: url(images/navi0.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	border-right: 1px solid #e0e0e0;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	height: 35px;
	color: #336699;
	background-color: #ffffff;
	background-image: url(images/navi.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* イメージ画像エリア */
#image {
	background-image: url(images/image1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 5px;
	padding-left: 0px;
	margin-right: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 150px;
	clear: both;
}

/* コンテンツ枠 */
#content {
	width: 537px;
	float: right;
}

/* メインエリア */
#main {
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 0;
	width: 530px;
}
/* メインリンク設定 */
#main a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* メインリンク基本色 */
#main a:link {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* メインリンクマウスオーバー時 */
#main a:link:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンククリック時 */
#main a:link:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンク訪問済み */
#main a:visited {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* メインリンク訪問済みマウスオーバー */
#main a:visited:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンク訪問済みクリック時 */
#main a:visited:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}

/*メイン余白  */
#main .pad {
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
#main .ent {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}
/* メイン日付 */
#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}
/* メイン見出しh2 */
#main h2 {
	font-size: 14px;
	color: #ffffff;
	background-color: #ffffff;
	background-image: url(images/h2.png);
	background-position: left center;
	background-repeat: repeat-x;
        text-align:left;
        line-height:30px;
	margin-top: 0px;
	padding-left: 10px;
	clear: both;
}
/* メイン見出しh3 */
#main h3 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
/* メイン見出しh4 */
#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
/* 引用元情報 */
cite {
	font-style: italic;
}
/* 引用 */
blockquote {
	color: #333333;
	background-color: #ffffff;
	margin-top: -5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
}
/* 整形済みテキスト */
pre {
	margin-top: -5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-left: 40px;
	margin-right: 40px;
	height: 100px;/* ここを変更すれば高さが変わります */
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
#main dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
/* 会社概要用 */
.info {
	margin-top: 10px;
	margin-bottom: 25px;
}
.info dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
.info dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #666666;
}

/* 会社沿革用 */
.history {
	margin-top: 10px;
	margin-bottom: 25px;
}
.history dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
.history dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: 1px;
}
/* お問い合わせ用 */
.form {
	line-height: 160%;
	margin: 0;
}
.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.form dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
/* 最近のエントリー用 */
.boxarea {

}

.rentory {

	background-position: left center;
	background-repeat: no-repeat;

}

.rentory dt {
        padding: 0px;
}
.rentory dd {
	line-height: 140%;
	margin-top: -1.4em;
	margin-left: 6em;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* サイトマップ用 */
.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}
.archives dd {
	line-height: 140%;
	margin-top: -1.4em;
	margin-left: 13em;
	margin-right: 0;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* 順不同リスト（箇条書き）*/
#main li {
	margin-bottom: 5px;
	list-style-type: square;
}
/* メイン段落 */
#main p {
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 8px;
}
/* 画像左配置 */
#main .imageleft{
	padding-right: 10px;
	float: left;
}
/* 画像右配置 */
#main .imageright{
	padding-left: 10px;
	float: right;
}
/* 追記 */
.more {
	margin-top: 3px;
	margin-bottom: 10px;
	float: right;
}
/* タグ */
.entry-tags {
    margin: 0 0 10px 10px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}
/* 投稿者情報 */
#main .posted {
	font-size: 90%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: normal;
	padding: 3px;
	margin-bottom: 25px;
	clear: both;
}
/* コメント関連 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}
/* コメンター画像 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
.sign {
	margin-bottom: 10px;
}
.extended {
	display:block;
	float:right;
}

textarea {
	font-size: 100%;
}
/* サブカテゴリー */
#subcatnavi {
	font-size: 12px;
	padding: 0px;
	margin: 10px;
	clear: both;
}
#subcatnavi ul {
	margin: 0px;
	padding: 0px;
}

#subcatnavi ul li {
        height: 14px;
	background-image: url(images/catli.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
	display: inline;
}
#subcatnavi ul li a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
	padding: 0 .5em;
}

/* サブカテゴリー オリジナル塗装 */
#subcatnavi2 {
	font-size: 12px;
	padding: 0px;
	margin: 20px 5px 0px 5px;
	clear: both;
}
#subcatnavi2 ul {
	margin: 0px;
	padding: 0px;
}

#subcatnavi2 ul li {
        height: 14px;
	background-image: url(images/catli.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0px 15px 10px 15px;
	margin-bottom: 10px;
	display: block;
	border-bottom:dotted 1px #cccccc;
}
#subcatnavi2 ul li a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
	padding: 0 .5em;
}
/* サイドバー */
#side {
	font-size:12px;
	line-height: 140%;
	width: 197px;
	float: left;
}
/* サイドバー余白 */
#side .pad {
	padding-top:5px;
	padding-left: 7px;
	padding-right: 0px;
}
/* サイドバーリンク設定 */
#side a {
	text-decoration: none;
	color: #191919;
	background-color: #ffffff;
}
/* サイドバーリンク色 */
#side a:link {
	text-decoration: none;
	color: #191919;
	background-color: #ffffff;
}
/* サイドバーマウスオーバー時 */
#side a:link:hover {
	text-decoration: none;
	color: #666666;
	background-color: #ffffff;
}
/* サイドバークリック時 */
#side a:link:active {
	text-decoration: none;
	color: #666666;
	background-color: #ffffff;
}
/* サイドバー訪問済み */
#side a:visited {
	text-decoration: none;
	color: #191919;
	background-color: #ffffff;
}
/* サイドバー訪問済みマウスオーバー */
#side a:visited:hover {
	text-decoration: none;
	color: #191919;
	background-color: #ffffff;
}
/* サイドバー訪問済みクリック時 */
#side a:visited:active {
	text-decoration: none;
	color: #191919;
	background-color: #ffffff;
}

/* サイドバー見出しh2 */
#side h2 {
	font-size: 95%;
	color: #333333;
	background-color: #ffffff;
	background-image: url(images/sideh2.png);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	clear: both;
}
/* サイドバー見出しh3 */
#side h3 {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	padding-top: 2px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	clear: both;
}
/* サイドバー段落 */
#side p {
	font-size: 90%;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
/* カテゴリー */
#categories {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

/* カテゴリー見出し */
#categories h2 {
	font-size: 12px;
	font-waight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(images/sideh2.png);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}

/* カテゴリーリスト */
#categories ul {
	list-style-type: none;
}

/* カテゴリーリスト項目 */
#categories li {
	width: 190px;
	height: 31px;
	text-align: left;
	padding: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e0e0e0;
	margin-bottom: 2px;
}
/* カテゴリーリスト項目リンク */
#categories a {
	width: 190px;
	height: 31px;
	font-size: 12px;
	font-weight: bold; 
	color: #666666;
        text-align:left;
        line-height:31px;
	background-image: url(images/li.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 8px;
	display: block;
	margin-bottom: 2px;
}
/* カテゴリー項目マウスオーバー時 */
#categories  a:hover {
	width: 190px;
	height: 31px;
	font-size: 12px;
	font-weight: bold; 
	text-decoration: none;
	color: #666666;
        text-align:left;
        line-height:31px;
	background-image: url(images/li2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 8px;
	margin-bottom: 2px;
}

/* サイドバーフリースペース */
.note{
	padding-left: 5px;
	padding-right: 5px;
}
/* サイドバーフリースペースの段落 */
.note p {
	line-height: 130%;
	padding-bottom: 2px;
}
/* サイドバーカテゴリー一覧 */
#side ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0;
	margin-right: 0px;
	margin-bottom: 2px;
	list-style-type: none;
}
#side ul ul li {
	margin-left: 10px;
}
#side li a {
	text-decoration: none;
}
#side li a:hover  {
	text-decoration: none;
}
/* サイドバー画像 */
#side img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}
/* サイドバーリンク */
.link-note {
	font-size: 75%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	padding: 2px;
}

/* 下部ナビゲーション */
#footernavi {
	font-size: 80%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li {
	display: inline;
}
#footernavi ul li a {
	text-decoration: none;
	color: #006699;
	padding: 0 .5em;
}

/* フッター */
#footer {
                height:30px;
	background-image: url(images/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
	clear: both;
}

/* 回り込み */
img.r {
float: right;
border: none;
margin-right:4px;
margin-top:4px;
vertical-align:top;
}
img.l {
float: left;
border: none;
margin-right:4px;
margin-top:4px;
vertical-align:top;
}


.fsm {
                font-size: 100%;
	line-height: 130%;
}

/* 塗装実績テキスト回り込み */
.jisseki{
	float:left;
	padding-top:8px;
	width:410px;
}
 

.fs80 {font-size: 80%}

/*罫線 */

#line {	
	border-color: #CCCCCC;
	border-top-width: none; 
	border-bottom-style: solid;
	border-left-width: none;
	border-right-width: none;
	border-width: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#line02 {	
	border-color: #CCCCCC;
	border-top-width: none; 
	border-bottom-style: dotted;
	border-left-width: none;
	border-right-width: none;
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#dot_line {
                height: 18px;
	border-color: #CCCCCC;
	border-top-width: none; 
	border-bottom-style: dotted;
	border-left-width: none;
	border-right-width: none;
	border-width: 1px;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
}
#dot_line_h {

	border-color: #CCCCCC;
	border-top-width: none; 
	border-bottom-style: dotted;
	border-left-width: none;
	border-right-width: none;
	border-width: 1px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}
#news_pt {
        height: 14px;
	background-image: url(images/catli.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 0px;

}

/*メールフォーム */
td{
font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
font-size: 12px;
color: #232323;
margin: 0px;
}
.en {
font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
font-size: 9px;
color: #0B479F;
display: block;
margin: 0px;
}

.form_red {
font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
font-size: 10px;
color: #FF0000;
}

/*スペーサー */
#space{
	margin: 5px;
	width: 300px;
        height: 20px;
}