﻿@charset "utf-8";
/* ===================================================================
CSS info
基本設定、レイアウト、横幅設定など
=================================================================== */

/*----------------------------------------------------
	基本設定、枠組み、リンクカラーなど
----------------------------------------------------*/
html{
	height:100%;
	width:100%;
	background:url(/images/share/bg_container.gif) center repeat-y;
}

body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:url(/images/share/bg_head.gif) 0 0 repeat-x;
	font-size:12px;
}

/* IE6 */
*html body{
	text-align:center;
}
/* IE6 */
*html div#wrapper{
	height:100%;
}

#wrapper{
	width:100%;
	position:relative;
	min-height:100%;
	padding:0;
	margin:0;
	background:url(/images/share/bg_foot.gif) 0 bottom repeat-x;
}

body > #wrapper{
	width:100%;
	height:auto;
	text-align:left;
}

#container{
	width:860px;
	margin:0 auto;
	padding-bottom:164px;
}

/* clearfix */
#container:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


a:link {
	color:#2a78c8;
	text-decoration: none;
}

a:visited {
	color:#9e85b4;
	text-decoration: none;
}

a:hover {
	color:#f54e46;
	text-decoration: underline;
}

a:active {
	color:#f54e46;
	text-decoration: none;
}


/* -------------------------------- text */
p.contentsP{
	display:block;
	width:625px;
	margin:5px 10px 5px 10px;
	color:#3b3b3b;
}

.Bred{
	color:#f44e3c;
}

ul.contentsListText{
	display:block;
	width:600px;
	margin:25px 0 25px 25px;
}
ul.contentsListText li{
	list-style:square inside;
	margin:5px 0;
	color:#3b3b3b;
}

.p11{
	font-size:11px;
}

.errorP{
	font-size:11px;
	font-weight:bold;
	margin:0;
	line-height:1.0;
	color:#f54e46;
	padding:2px 0 0 15px;
	background:url(/images/item/attention.gif) 0 0 no-repeat;
}

/* --------------------------------- table*/
.nomalTable{
	display:block;
	border:1px solid #ddd;
	padding:2px;
	margin:10px 10px 10px 10px;
	background:#fff;
}
.nomalTable td{
	width:497px;
	background:#f9fafc;
	padding:10px;
	border:2px solid #fff;
	font-size:12px;
	color:#333;
}
.nomalTable td.tableH{
	width:120px;
	background:#eaf2fe;
}




/*----------------------------------------------------

	#top
	
----------------------------------------------------*/
#topFlash{
	clear:both;
	width:860px;
	height:380px;
	margin:0 auto;
}

dl.news{
	display:block;
	width:625px;
	overflow:hidden;
	margin:0 10px;
	padding:0;
	color:#666666;
}
dl.news dt{
	display:block;
	float:left;
	width:80px;
	margin:5px 0 5px 0;
	padding:0 0 0 0;
	background:url(/images/item/point.gif) right -1px no-repeat;
	text-align:left;
	font-size:11px;
	border-bottom:1px solid #dddddd;
}
dl.news dd{
	display:block;
	float:right;
	width:540px;
	margin:5px 0 5px 0;
	padding:0 0 0 5px;
	text-align:left;
	font-size:11px;
	border-bottom:1px solid #dddddd;
}

.topText{
	clear:both;
	display:block;
	width:605px;
	margin:10px 10px 200px 10px;
	padding:10px;
	background:#fbfbfb;
	text-align:left;
	font-size:11px;
	color:#666666;
	border:1px solid #e3e3e3;
}




/*----------------------------------------------------

	#about
	
----------------------------------------------------*/




/*----------------------------------------------------

	#service
	
----------------------------------------------------*/
h4.serviceH4{
	display:block;
	width:632px;
	height:26px;
	margin:60px 5px 20px 5px;
	padding:5px 0 0 28px;
	background:url(/images/service/h4.gif) 0 0 no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#3b3b3b;
}

.serviceLIST{
	display:block;
	width:600px;
	margin:20px 0;
}
.serviceLIST li{
	display:block;
	width:500px;
	margin:3px 0 0 0;
	padding:0 0 8px 35px;
	background:url(/images/item/square.gif) 15px 0 no-repeat;
}


/*----------------------------------------------------

	#works
	
----------------------------------------------------*/
ul.workList li{
	clear:both;
	display:block;
	width:645px;
	height:210px;
	margin:0 0 30px 0;
	padding:0;
}
.workList li img{
	display:block;
	float:left;
	width:260px;
	height:210px;
	margin:0 5px 0 0;
	padding:0;
}
.workList li dl{
	display:block;
	float:left;
	width:370px;
	height:210px;
}
.workList li dl dt{
	display:block;
	width:370px;
	padding:5px 0 0 0;
	font-size:11px;
	color:#999999;
	line-height:1.5;
}
.workList li dl dt strong{
	font-size:12px;
	color:#333333;
	margin:0;
}
.workList li dl dd{
	display:block;
	width:360px;
	padding:5px 5px 0 5px;
	overflow:hidden;
	background:url(/images/works/text_bg.gif) 0 0 no-repeat;
}
.workList li dl dd p{
	font-size:11px;
	color:#444444;
}
.workList li dl dd a{
	display:block;
	width:320px;
	margin:3px 0;
	padding:0 0 0 15px;
	background:url(/images/item/url.gif) 0 6px no-repeat;
}




/*----------------------------------------------------

	#contact
	
----------------------------------------------------*/
img.asterisk{
	vertical-align: middle; 
}

.contactTable{
	width:625px;
	margin:15px 10px 0 10px;
	background:url(/images/contact/table_bg.gif) 0 27px repeat-y;
}
.contactTable thead{
	background:url(/images/contact/thead_bg.gif) 0 bottom no-repeat;
}
.contactTable thead tr td{
	padding:0 10px 10px 2px;
	font-size:12px;
}
.contactTable thead tr td span{
	font-size:14px;
	font-weight:bold;
	color:#FF3333;
}
.contactTable tbody{
}
.contactTable tbody tr td{
	padding:10px;
	font-size:12px;
	color:#666666;
}
.contactTable tbody tr td.tableL{
	width:150px;
	padding:10px 10px 10px 15px;
}
.contactTable tbody tr td textarea{
	width:420px;
	height:150px;
	background:url(/images/contact/input_l_bg.gif) 0 0 no-repeat;
	border:none;
	padding:7px 5px 0 5px;
	color:#666666;
	font-size:12px;
}
.contactTable tbody tr td textarea:focus{
	background:url(/images/contact/input_l_bg_over.gif) 0 0 no-repeat;	
}
.contactTable tbody tr td input{
	width:420px;
	height:30px;
	background:url(/images/contact/input_bg.gif) 0 0 no-repeat;
	border:none;
	padding:7px 5px 0 5px;
	color:#666666;
}
.contactTable tbody tr td input:focus{
	background:url(/images/contact/input_bg_over.gif) 0 0 no-repeat;
}
.contactTfoot{
	width:625px;
	margin:0 10px 30px 10px;
	padding:30px 0;
	background:url(/images/contact/tablefoot_bg.gif) 0 0 no-repeat;
	text-align:center;
}
.contactTfoot input{
	margin:0 auto;
}

input.contactBTNprev{
	margin:0 20px 5px auto;
}

input.contactBTNsubmit{
	margin:0 auto 0 10px;
}


/*----------------------------------------------------

	#company
	
----------------------------------------------------*/




/*----------------------------------------------------

	#privacypolicy
	
----------------------------------------------------*/
.pRight{
	display:block;
	width:645px;
	margin:10px 0;
	text-align:right;
	color:#666666;
	font-size:11px;
}

.pp{
	display:block;
	width:625px;
	margin:20px 10px;
	padding:30px 0 0 0;
	border-top:1px solid #ddd;
}
.pp dt{
	display:block;
	width:625px;
	margin:0 0 10px 0;
	font-size:12px;
	font-weight:bold;
	color:#4879c3;
}
.pp dd{
	display:block;
	width:625px;
	margin:0 0 45px 0;
	font-size:12px;
	color:#666666;
}
.pp dd ul{
	display:block;
	width:600px;
	margin:10px 0 10px 25px;
	font-size:11px;
}
.pp dd ul li{
	margin:5px 0;
}

.pp dd address{
	display:block;
	width:420px;
	margin:15px 0;
	padding:10px;
	background:#f9f9f9;
	border:1px solid #d0d0d0;
}


/*----------------------------------------------------

	#sitemap
	
----------------------------------------------------*/
.sitemapL{
	display:block;
	float:left;
	width:315px;
	margin:0 0 20px 0;
	overflow:hidden;
}
.sitemapR{
	display:block;
	float:right;
	width:315px;
	margin:0 0 20px 0;
	overflow:hidden;
}
.sitemapL dd,
.sitemapR dd{
	display:block;
	width:275px;
	margin:3px 0 0 0;
	padding:0 0 8px 40px;
	background:url(/images/item/square.gif) 20px 0 no-repeat;
}
.sitemapR dd dl dt{
	margin:3px 0;
	color:#666666;
	margin:0 0 0 -40px;
	padding:0 0 8px 40px;
	background:url(/images/item/square.gif) 20px 0 no-repeat;
}
.sitemapR dd dl dd{
	display:block;
	width:275px;
	margin:0 0 0 0;
	padding:0 0 8px 20px;
	background:url(/images/item/point.gif) 0 0 no-repeat;
	font-size:11px;
}


/*----------------------------------------------------

	#estimate
	
----------------------------------------------------*/





/*----------------------------------------------------

	#job
	
----------------------------------------------------*/
h4.jobH4{
	display:block;
	width:605px;
	height:28px;
	margin:60px 10px 0px 10px;
	padding:2px 0 0 20px;
	background:url(/images/job/h4.gif) 0 0 no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#414141;
}

h3.jobH3{
	background:url('/images/job/h3.gif') 0 0 no-repeat;
	color: #ffffff;
	padding: 0 0 0 16px;
	font-size: 16px;
}





/*----------------------------------------------------
	#navSkip (NavigationSkip)
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1em;
}
----------------------------------------------------*/