@charset "utf-8";
/*
Theme Name: Carsteel Default
Theme URI: http://dpeye.co.jp/
Description: カースチールのデフォルトテーマ
Version: 1.0
Author: D.P.EYE 細野
Author URI: http://dpeye.co.jp/
Tags: blue, custom header, fixed width, two columns, widgets
*/


/* =====================================================================
■default
	Reset and Format
===================================================================== */

html{overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
hr,legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}
li{list-style-type:none;}

img,abbr,acronym,fieldset{border:0;}
select:focus{background:#f7f4ee;}
input:focus,textarea:focus{
	border:1px solid #996633;
	background:#f7f4ee;
}
input.brdno{border:none;}

body{
	font-size:70%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.7;
	text-align:center;	
}
* html body {	/* for IF6 */
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* =====================================================================
■layout
	01.	body
	02.	#header
			#nav
			#globalNav
	03.	#page
	04.	#sidebar
	05.	#content
	06.	#footer
===================================================================== */

/*---------------------------------------------------------------
		01.	body
--------------------------------------------------------------- */

/* 	テキスト色と背景色
//////////////////////////////////////////////////////////////// */
body{
	color:#262626;
	background:#FFF;
	}

/* 	リンク色
//////////////////////////////////////////////////////////////// */
a:link{
	color:#0b5d86;
	text-decoration:none;
	}
a:visited {
	color:#0b5d86;
	text-decoration:none;
	}
a:hover{
	color:#f08200;
	text-decoration:underline;
	}


/*---------------------------------------------------------------
		02.	#header
--------------------------------------------------------------- */
#header{
	width: 100%;
	border-top: solid 5px #0D4894;
	background:#FFF url('images/header_bg.gif') center top no-repeat;
	}

#header #header_box {
	margin: 0 auto;
	width: 860px;
	}

#header h1 {
	text-align: left;
	}

#header p.description{
	padding-top: 3px;
	font-size: 110%;
	text-align: right;
	}

/*		#nav
--------------------------------------------------------------- */
#header #nav{
	padding-left: 610px;
	}

#header #nav ul {
	}

	#header #nav li {
		float: left;
		list-style: none;
		}

/*		#globalNav
--------------------------------------------------------------- */
#header #globalNav {
	width: 100%;
	height: 80px;
	padding-top: 2px;
	clear: both;
	background:#FFF url('images/globalnav_bg.gif') center top repeat-x;
	}

#header #globalNav .globalNav_box {
	width: 862px;
	margin: 0 auto;
	}

#header #globalNav ul {
	}

	#header #globalNav li {
		height: 80px;
		float: left;
		list-style: none;
		}


/* ######### Drop Down Menu ######### */

.dropmenudiv_c{
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #444041;
	width: 172px;
	visibility: hidden;
	}


.dropmenudiv_c a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	}

* html .dropmenudiv_c a{ /*IE only hack*/
	width: 100%;
	color: #FFF;
	}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
	background-color: #b9002c;
	}


/*---------------------------------------------------------------
		03.	#page
--------------------------------------------------------------- */
#page{
	width:868px;
	margin:0px auto;
	padding-top: 0;
	text-align:left;
	clear: both;
	background: #FFFFFF;
	}


/*---------------------------------------------------------------
		04.	#sidebar
--------------------------------------------------------------- */
#sidebar {
	float: left;
	width:228px;
	padding-right: 16px;
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar h2{
	margin: 0;
	padding: 0;
	}

#sidebar_box {
	margin-bottom: 10px;
	width: 228px;
	background: #FFF url('images/sidebar_box_bg.gif') left top repeat-y;
	}

#sidebar_box ul {
	padding: 10px 0;
	width: 228px;
	background: url('images/sidebar_box_bottom.gif') left bottom no-repeat;
	}

#sidebar_box li {
	margin-left: 32px;
	padding-bottom: 10px;
	}

#sidebar_box li.icon01 { list-style-image: url('images/sidebar_icon_01.gif');}
#sidebar_box li.icon02 { list-style-image: url('images/sidebar_icon_02.gif');}
#sidebar_box li.icon03 { list-style-image: url('images/sidebar_icon_03.gif');}
#sidebar_box li.icon04 { list-style-image: url('images/sidebar_icon_04.gif');}

#sidebar_company {
	margin: 0 4px 10px 4px;
	width: 220px;
	background: #ebebea;
	}

#sidebar_company ul {
	margin-top: 5px
	}

#sidebar_company li {
	margin-left: 28px;
	padding-bottom: 10px;
	list-style-image: url('images/sidebar_icon_05.gif');
	}

#sidebar_sub li {
	margin-left: 28px;
	padding-bottom: 10px;
	list-style-image: url('images/sidebar_icon_06.gif');
	}

/* 	リンク色を変更する
//////////////////////////////////////////////////////////////// */
#sidebar ul li a:link{
	color:#333;
	text-decoration:none;
	}
.active {
	color:#dc2954;
	font-weight: bold;
	}
#sidebar ul li a:visited {
	color:#333;
	text-decoration:none;
	}
#sidebar ul li a:hover{
	color:#ff0033;
	text-decoration:underline;
	}

/*---------------------------------------------------------------
		05.	#content
--------------------------------------------------------------- */
#content {
	float:left;
	width:620px;
	margin-top: 3px;
	font-size:1.2em;
	text-align: left;
	}

/* ---------------------------------------------------------------
		06.	#footer
--------------------------------------------------------------- */
#footer {
	width: 100%;
	height: 76px;
	clear: both;
	background: #FFF url('images/footer_bg.gif') bottom repeat-x;
	}

#footer_box {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	}

#footer ul {
	padding:10px 0 20px 0;
	}
	
	#footer li {
		padding: 0 20px 0 16px;
		float: left;
		background: url('images/footer_icon.gif') left center no-repeat;

		}

#footer p {
	clear: both;
	}

#footer .powerted{ text-align: left; }
#footer .copyright{ margin-top:20px; text-align: right; }

/* 	footerのリンク色
//////////////////////////////////////////////////////////////// */
#footer a:link{
	color:#290c03;
	text-decoration:none;
}
#footer a:visited {
	color:#290c03;
	text-decoration:none;
	}
#footer a:hover{
	color:#ff0033;
	text-decoration:underline;
}


/* =====================================================================
■content
	General:		h2,h3,text color,float,list,table,
	#content
===================================================================== */

/* 	h2 h3
//////////////////////////////////////////////////////////////// */
h2.pagetitle {
	height: 80px;
	margin-bottom: 15px;
	padding-left: 60px;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	line-height: 75px;
	}

h3 {
	width: 605px;
	height: 32px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	text-align: left;
	line-height: 32px;
	background: url(images/h3_bg.gif) top left repeat-x;
	}

h3 a:link{
	color:#333;
	text-decoration:none;
	}
h3 a:visited {
	color:#333;
	text-decoration:none;
	}
h3 a:hover{
	color:#ff0033;
	text-decoration:underline;
	}


/* 	text color
//////////////////////////////////////////////////////////////// */
.red{
	color:#ff0033;
	font-weight:normal;
}
.redB{
	color:#ff0033;
	font-weight:bold;
}
.gray{color:#aaaaaa;}
.error{background:#ffdbdb;}

/* 	float
//////////////////////////////////////////////////////////////// */
.imgR{
	float:right;
	margin:0 0 10px 10px;
}
.imgL{
	float:left;
	margin:0 10px 10px 0;
}

/* 	list
//////////////////////////////////////////////////////////////// */
.entry ul li {
	margin-left: 10px;
	padding-left: 14px;
	background: url('images/entry_icon_li.gif') left top no-repeat;
	}

.entry ol li{
	margin-left: 10px;
	list-style-type:decimal;
	list-style-position:inside;
}
.discList li{
	list-style-type:disc;
	list-style-position:inside;
}
.squareList li{
	list-style-type:square;
	list-style-position:inside;
}

/* 	tableのborder色
//////////////////////////////////////////////////////////////// */
table th,table td{padding:10px;}
.tbl01{width:100%;}
.tbl01 th{
	border-right:1px solid #cccccc; 
	border-bottom:1px dotted #cccccc;
	background:#fff;
}
.tbl01 td{
	border-bottom:1px dotted #cccccc;
	background:#fff;
}

.table_default {
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc;
	}
.table_default td{
	border-right:1px solid #cccccc; 
	border-bottom:1px solid #cccccc;
	background:#fff;
}



/* 	margin
//////////////////////////////////////////////////////////////// */
.mb_10 {
	margin-bottom: 10px;
	}
.mb_20 {
	margin-bottom: 20px;
	}


/* 	clear
//////////////////////////////////////////////////////////////// */

.clear {
	clear: both;
	}

/* 	パンくず
//////////////////////////////////////////////////////////////// */

.breadcrumb {
	margin-bottom: 10px;
	}

/* 	問い合わせフォーム全般
//////////////////////////////////////////////////////////////// */

#inquiry_form {
	}

#inquiry_form h4 {
	border: solid #AAAAAA 1px;
	background: #EEEEEE;
	padding: 3px 10px;
	margin-bottom: 10px;
	font-size: 110%;
	}

#inquiry_form table {
	margin-bottom: 40px;
	width: 100%;
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-collapse: inherit;
	}

#inquiry_form th{
	background:#fff;
	margin-bottom: 10px;
	}

#inquiry_form td{
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	background:#fff;
	}

#inquiry_form td.title {
	width: 130px;
	border-left: 3px solid #AAA;
	}

#inquiry_form p.btn_01 {
	text-align: center;
	margin-top: 20px;
	}

#inquiry_form p.btn_02 {
	float: left;
	margin: 20px 20px 0 170px;
	}

#inquiry_form p.btn_03 {
	margin-top: 20px;
	}

#inquiry_form p.photo_left {
	float: left;
	margin: 0 15px 20px 0;
	}



#syaken_table table {
	width: 620px;
	border-top: #999 solid 1px;
	border-right: #999 solid 1px;
	}

#syaken_table td.title_blue {
	background: #E1EEF4;
	}

#syaken_table td.red {
	background: #FF3300;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 110%;
	height: 18px;
	}

#syaken_table td.pink {
	background: #FCE6E2;
	}

#syaken_table td.bikou {
	text-align: left;
	}

#syaken_table td {
	border-left: #999 solid 1px;
	border-bottom: #999 solid 1px;
	padding: 1px;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	}



/*---------------------------------------------------------------
		index
--------------------------------------------------------------- */

p.index_flash {
	margin-bottom: 12px;
	}

#index_main {
	padding-right: 20px;
	width: 420px;
	float: left;
	}

*html #index_main {
	padding-right: 16px;
	width: 420px;
	float: left;
	}


#index_main p {
	margin-bottom: 12px;
	}

#index_main h2 {
	margin-bottom: 6px;
	}

#index_main dl {
	margin-bottom: 12px;
	}

#index_main dt {
	padding: 2px 0 2px 15px;
	}

#index_main dd {
	padding: 2px 0;
	border-bottom: 1px solid #CCCCCC;
	}

#index_main span {
	padding-left: 15px;
	font-size: 90%;
	color: #999999;
	}

#news dt { background: url(images/index_icon_news.gif) center left no-repeat; }
#blog dt { background: url(images/index_icon_blog.gif) center left no-repeat; }
#yahoo dt { background: url(images/index_icon_yahoo.gif) center left no-repeat; }

#twitter {
	margin: 0 0 10px 0;
	padding:0;
	}
	
	#twitter li { 
	margin: 0;
	width: 100%;
	list-style:none;
	border-bottom: 1px solid #CCCCCC;
	padding: 6px 0 6px 0;
	overflow: hidden;
	clear: both;
	}
	#twitter .twitter_photo {
	float: left;
	margin-right: 10px;
	}


#index_banner {
	width:180px;
	float: left;
	}

#index_banner p {
	margin: 0 0 12px 0;
	padding: 0;
	}


/*---------------------------------------------------------------
		中古自動車部品販売
--------------------------------------------------------------- */

/*		中古自動車部品販売について
--------------------------------------------------------------- */
div.used_sales_01 h2.pagetitle {	background: url(images/h2_used_sales.gif) top left no-repeat; }
div.used_sales_01 h3 { border-left: solid 5px #B40404; }
div.category-usedsales01 h3 { border-left: solid 5px #B40404; }

h3#post-26 {
	width: 620px;
	height: 41px;
	margin-bottom: 15px;
	padding: 0;
	border: 0;
	text-indent:-9999px;
	background: url(images/title_post_26.gif) top left no-repeat;
	}


/*		取扱商品の紹介
--------------------------------------------------------------- */
div.used_sales_02 h2.pagetitle {	background: url(images/h2_used_sales.gif) top left no-repeat; }
div.used_sales_02 h3 { border-left: solid 5px #B40404; }
div.category-usedsales02 h3 { border-left: solid 5px #B40404; }

div.used_sales_02 ul {
	clear: both;
	}
div.used_sales_02 li {
	width: 280px;
	float: left;
	}
div.used_sales_02 dl {
	width: 140px;
	margin: 0 12px 10px 0;
	float: left;
	}
div.used_sales_02 dd {	
	padding-left: 14px;
	background: url('images/entry_icon_li.gif') left top no-repeat;
	line-height: 15px;
	height: 30px;
	}


div.category-usedsales02 ul {
	clear: both;
	}
div.category-usedsales02 li {
	width: 280px;
	float: left;
	}
div.category-usedsales02 dl {
	width: 140px;
	margin: 0 12px 10px 0;
	float: left;
	}
div.category-usedsales02 dd {	
	padding-left: 14px;
	background: url('images/entry_icon_li.gif') left top no-repeat;
	line-height: 15px;
	height: 30px;
	}


/*		生産工程紹介
--------------------------------------------------------------- */
div.used_sales_03 h2.pagetitle {	background: url(images/h2_used_sales.gif) top left no-repeat; }
div.used_sales_03 h3 { border-left: solid 5px #B40404; }
div.category-usedsales03 h3 { border-left: solid 5px #B40404; }

/*		スタッフ紹介
--------------------------------------------------------------- */
div.used_sales_04 h2.pagetitle {	background: url(images/h2_used_sales.gif) top left no-repeat; }
div.used_sales_04 h3 { border-left: solid 5px #B40404; }
div.category-usedsales04 h3 { border-left: solid 5px #B40404; }

/*		お問い合わせフォーム
--------------------------------------------------------------- */
div.used_sales_05 h2.pagetitle {	background: url(images/h2_used_sales.gif) top left no-repeat; }
div.used_sales_05 h3 { border-left: solid 5px #B40404; }



/*---------------------------------------------------------------
		カースチール　タイヤショップ
--------------------------------------------------------------- */

/*		タイヤシッョプについて
--------------------------------------------------------------- */
div.tire_shop_01 h2.pagetitle {	background: url(images/h2_tire_shop.gif) top left no-repeat; }
div.tire_shop_01 h3 { border-left: solid 5px #004c90; }
div.category-tireshop01 h3 { border-left: solid 5px #004c90; }

h3#post-182 {
	width: 620px;
	height: 41px;
	margin-bottom: 15px;
	padding: 0;
	border: 0;
	text-indent:-9999px;
	background: url(images/title_post_182.gif) top left no-repeat;
	}

/*		セール・キャンペーン情報
--------------------------------------------------------------- */
div.tire_shop_02 h2.pagetitle {	background: url(images/h2_tire_shop.gif) top left no-repeat; }
div.tire_shop_02 h3 { border-left: solid 5px #004c90; }
div.category-tireshop02 h3 { border-left: solid 5px #004c90; }

/*		中古タイヤ
--------------------------------------------------------------- */
div.tire_shop_03 h2.pagetitle {	background: url(images/h2_tire_shop.gif) top left no-repeat; }
div.tire_shop_03 h3 { border-left: solid 5px #004c90; }
div.category-tireshop03 h3 { border-left: solid 5px #004c90; }

/*		中古ホイール
--------------------------------------------------------------- */
div.tire_shop_04 h2.pagetitle {	background: url(images/h2_tire_shop.gif) top left no-repeat; }
div.tire_shop_04 h3 { border-left: solid 5px #004c90; }
div.category-tireshop04 h3 { border-left: solid 5px #004c90; }

/*		新品タイヤ
--------------------------------------------------------------- */
div.tire_shop_05 h2.pagetitle {	background: url(images/h2_tire_shop.gif) top left no-repeat; }
div.tire_shop_05 h3 { border-left: solid 5px #004c90; }
div.category-tireshop05 h3 { border-left: solid 5px #004c90; }

/*		新品ホイール
--------------------------------------------------------------- */
div.tire_shop_06 h2.pagetitle {	background: url(images/h2_tire_shop.gif) top left no-repeat; }
div.tire_shop_06 h3 { border-left: solid 5px #004c90; }
div.category-tireshop06 h3 { border-left: solid 5px #004c90; }

/*		ピットメニュー・カー用品
--------------------------------------------------------------- */
div.tire_shop_07 h2.pagetitle {	background: url(images/h2_tire_shop.gif) top left no-repeat; }
div.tire_shop_07 h3 { border-left: solid 5px #004c90; }
div.category-tireshop07 h3 { border-left: solid 5px #004c90; }

/*		タイヤシッョプへのアクセス
--------------------------------------------------------------- */
div.tire_shop_08 h2.pagetitle {	background: url(images/h2_tire_shop.gif) top left no-repeat; }
div.tire_shop_08 h3 { border-left: solid 5px #004c90; }
div.category-tireshop08 h3 { border-left: solid 5px #004c90; }

/*		スタッフ紹介
--------------------------------------------------------------- */
div.tire_shop_09 h2.pagetitle {	background: url(images/h2_tire_shop.gif) top left no-repeat; }
div.tire_shop_09 h3 { border-left: solid 5px #004c90; }
div.category-tireshop09 h3 { border-left: solid 5px #004c90; }

/*		お問い合わせフォーム
--------------------------------------------------------------- */
div.tire_shop_10 h2.pagetitle {	background: url(images/h2_tire_shop.gif) top left no-repeat; }
div.tire_shop_10 h3 { border-left: solid 5px #004c90; }

/*		お問い合わせフォーム2
--------------------------------------------------------------- */
div.tire_shop_12 h2.pagetitle {	background: url(images/h2_tire_shop.gif) top left no-repeat; }
div.tire_shop_12 h3 { border-left: solid 5px #004c90; }

/*		タイヤ保管サービス
--------------------------------------------------------------- */
div.tire_shop_11 h2.pagetitle {	background: url(images/h2_tire_shop.gif) top left no-repeat; }
div.tire_shop_11 h3 { border-left: solid 5px #004c90; }

h3#post-1036 {
	width: 620px;
	height: 41px;
	margin-bottom: 15px;
	padding: 0;
	border: 0;
	text-indent:-9999px;
	background: url(images/tokuten_title.gif) top left no-repeat;
	}


/*		お知らせ
--------------------------------------------------------------- */
div.news h2.pagetitle {	background: url(images/h2_tire_shop.gif) top left no-repeat; }
div.news h3 { border-left: solid 5px #004c90; }


/*---------------------------------------------------------------
		中古自動車部品輸出
--------------------------------------------------------------- */

/*		輸出業務について
--------------------------------------------------------------- */
div.used_exports_01 h2.pagetitle {	background: url(images/h2_used_exports.gif) top left no-repeat; }
div.used_exports_01 h3 { border-left: solid 5px #642e87; }
div.category-usedexport01 h3 { border-left: solid 5px #642e87; }

/*		取引実績
--------------------------------------------------------------- */
div.used_exports_02 h2.pagetitle {	background: url(images/h2_used_exports.gif) top left no-repeat; }
div.used_exports_02 h3 { border-left: solid 5px #642e87; }
div.category-usedexport02 h3 { border-left: solid 5px #642e87; }

#used_exports_02_ol li {
	float: left;
	width:100px;
	font-size: 10px;
	}


/*		コンテナの積み込みの紹介
--------------------------------------------------------------- */
div.used_exports_03 h2.pagetitle {	background: url(images/h2_used_exports.gif) top left no-repeat; }
div.used_exports_03 h3 { border-left: solid 5px #642e87; }
div.category-usedexport03 h3 { border-left: solid 5px #642e87; }

/*		ストック部品
--------------------------------------------------------------- */
div.used_exports_04 h2.pagetitle {	background: url(images/h2_used_exports.gif) top left no-repeat; }
div.used_exports_04 h3 { border-left: solid 5px #642e87; }
div.category-usedexport04 h3 { border-left: solid 5px #642e87; }

/*		ストックカー
--------------------------------------------------------------- */
div.used_exports_05 h2.pagetitle {	background: url(images/h2_used_exports.gif) top left no-repeat; }
div.used_exports_05 h3 { border-left: solid 5px #642e87; }
div.category-usedexport01 h5 { border-left: solid 5px #642e87; }

/*		スタッフ紹介
--------------------------------------------------------------- */
div.used_exports_06 h2.pagetitle {	background: url(images/h2_used_exports.gif) top left no-repeat; }
div.used_exports_06 h3 { border-left: solid 5px #642e87; }
div.category-usedexport06 h3 { border-left: solid 5px #642e87; }

/*		お問い合わせフォーム
--------------------------------------------------------------- */
div.used_exports_07 h2.pagetitle {	background: url(images/h2_used_exports.gif) top left no-repeat; }
div.used_exports_07 h3 { border-left: solid 5px #642e87; }


/*---------------------------------------------------------------
		お車の廃車
--------------------------------------------------------------- */

/*		自動車の廃車受付
--------------------------------------------------------------- */
div.disused_01 h2.pagetitle {	background: url(images/h2_disused.gif) top left no-repeat; }
div.disused_01 h3 { border-left: solid 5px #2f8a2d; }
div.category-disused01 h3 { border-left: solid 5px #2f8a2d; }

/*		解体工程
--------------------------------------------------------------- */
div.disused_02 h2.pagetitle {	background: url(images/h2_disused.gif) top left no-repeat; }
div.disused_02 h3 { border-left: solid 5px #2f8a2d; }
div.category-disused02 h3 { border-left: solid 5px #2f8a2d; }

/*		自動車リサイクル法
--------------------------------------------------------------- */
div.disused_03 h2.pagetitle {	background: url(images/h2_disused.gif) top left no-repeat; }
div.disused_03 h3 { border-left: solid 5px #2f8a2d; }
div.category-disused03 h3 { border-left: solid 5px #2f8a2d; }

/*		廃車受付フォーム
--------------------------------------------------------------- */
div.disused_04 h2.pagetitle {	background: url(images/h2_disused.gif) top left no-repeat; }
div.disused_04 h3 { border-left: solid 5px #2f8a2d; }


/*---------------------------------------------------------------
		会社情報
--------------------------------------------------------------- */

/*		会社概要
--------------------------------------------------------------- */
div.company_01 h2.pagetitle {	background: url(images/h2_other.gif) top left no-repeat; }
div.company_01 h3 { border-left: solid 5px #231f20; }
div.category-company01 h3 { border-left: solid 5px #231f20; }

#company_01_table {
	margin-left: 20px;
	width: 580px;
	border-top: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	}

#company_01_table td.title {
	border-left: #999999 solid 3px;
	width: 100px;
	}
	
#company_01_table td {
	border-left: #CCCCCC solid 2px;
	border-bottom: #CCCCCC solid 1px;
	}

	#company_01_dl {
		width: 580px;
		display: block;
		}
		
		#company_01_dl dt {
			width: 180px;
			margin-bottom: 10px;
			padding-left: 14px;
			display: block;
			font-weight: bold;
			float: left;
			background: url('images/entry_icon_li.gif') left top no-repeat;
			}
		#company_01_dl dd {
			width: 300px;
			margin-bottom: 10px;
			display: block;
			float: left;
			}


/*		会社沿革
--------------------------------------------------------------- */
div.company_02 h2.pagetitle {	background: url(images/h2_other.gif) top left no-repeat; }
div.company_02 h3 { border-left: solid 5px #231f20; }
div.category-company02 h3 { border-left: solid 5px #231f20; }

#company_02_table {
	margin-left: 20px;
	width: 580px;
	border-top: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	}

#company_02_table td.title {
	border-left: #999999 solid 3px;
	width: 70px;
	}

#company_02_table td.month {
	border-left: #999999 1px dotted;
	width: 40px;
	}

#company_02_table td {
	border-left: #CCCCCC solid 2px;
	border-bottom: #CCCCCC solid 1px;
	}


/*		代表メッセージ
--------------------------------------------------------------- */
div.company_03 h2.pagetitle {	background: url(images/h2_other.gif) top left no-repeat; }
div.company_03 h3 { border-left: solid 5px #231f20; }
div.category-company03 h3 { border-left: solid 5px #231f20; }

/*		ISO14001認証取得
--------------------------------------------------------------- */
div.company_04 h2.pagetitle {	background: url(images/h2_other.gif) top left no-repeat; }
div.company_04 h3 { border-left: solid 5px #231f20; }
div.category-company04 h3 { border-left: solid 5px #231f20; }

/*		アクセス
--------------------------------------------------------------- */
div.company_05 h2.pagetitle {	background: url(images/h2_other.gif) top left no-repeat; }
div.company_05 h3 { border-left: solid 5px #231f20; }
div.category-company05 h3 { border-left: solid 5px #231f20; }


/*---------------------------------------------------------------
		その他
--------------------------------------------------------------- */

/*		求人案内
--------------------------------------------------------------- */
div.recruit h2.pagetitle {	background: url(images/h2_other.gif) top left no-repeat; }
div.recruit h3 { border-left: solid 5px #231f20; }
div.category-recruit h3 { border-left: solid 5px #231f20; }

/*		お問い合わせ
--------------------------------------------------------------- */
div.inquiry h2.pagetitle {	background: url(images/h2_other.gif) top left no-repeat; }
div.inquiry h3 { border-left: solid 5px #231f20; }
div.category-inquiry h3 { border-left: solid 5px #231f20; }

/*		プライバシーポリシー
--------------------------------------------------------------- */
div.privacy h2.pagetitle {	background: url(images/h2_other.gif) top left no-repeat; }
div.privacy h3 { border-left: solid 5px #231f20; }
div.category-privacy h3 { border-left: solid 5px #231f20; }

/*		English
--------------------------------------------------------------- */
div.english h2.pagetitle {	background: url(images/h2_other.gif) top left no-repeat; }
div.english h3 { border-left: solid 5px #231f20; }
div.category-english h3 { border-left: solid 5px #231f20; }

/*		サイトマップ
--------------------------------------------------------------- */
div.site_map h2.pagetitle {	background: url(images/h2_other.gif) top left no-repeat; }
div.site_map h3 { border-left: solid 5px #231f20; }
div.category-site_map h3 { border-left: solid 5px #231f20; }


/* =====================================================================
■以下オリジナル
===================================================================== */

/* Begin Typography & Colors */

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


h1 {
	font-size: 4em;
	text-align: center;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* End Structure */



/*	Begin Headers */


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

