/* CSS Document */



/***** common *****/

body {

	margin:0;

	padding:0;

	background-color:#FFFFFF;

	color:#333333;

	font-size:12px;

	line-height:1.5em;

	background-image: url(../image/common/baseBg.jpg);

	background-repeat: repeat-x;

	background-position: top;

}



.left{

float:left;

}



.right{

float:right;

}



.clear{

float:none;

clear:both;

}



.clearfix{

float:none;

clear:both;

overflow:hidden;

position:relative;

display:block;

}



img {

margin:0;

padding:0;

border:none;

}



p,h1,h2,h3,h4,h5,h6,ul,ol{

margin:0;

padding:0;

font-size:100%;

}



p img{

margin:5px;

}



.margin5px{

	margin:5px;

	}

	

.margin10px{

	margin:10px;

	}

	

.margin10-auto{

	margin:10px auto;

	}



.margin5-auto{

	margin:5px auto;

	}



/***** links *****/



a{text-decoration:none;}

a:link{color:#0066FF;}

a:active,

a:visited{color:#FF9900;}

a:hover{color:#FF9900;}



/***** layout *****/



#outlineBg {

	width: 820px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	background-color: #FFFFFF;

	padding-top: 10px;

	background-image: url(../image/common/outlineBg.jpg);

	background-position: center top;

	background-repeat: no-repeat;

}

#outline {

	width: 800px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	background-color: #FFFFFF;

	border-right-width: 1px;

	border-left-width: 1px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #CCCCCC;

	border-left-color: #CCCCCC;

}

#outline #header {

	height: 100px;

	width: 800px;

}

h1 {
	font-weight: normal;
	color: #FFFFFF;
	line-height: 40px;
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 40px;
	overflow: hidden;

}

#outline #globalNavigation ul {

	height: 40px;

	width: 800px;

	list-style-type: none;

	overflow: hidden;

}

#outline #globalNavigation li {

	float: left;

	height: 40px;

	width: 160px;

	list-style-type: none;

}

#outline #globalNavigation a {

	background-image: url(../image/common/global_navigation.jpg);

	background-repeat: no-repeat;

	text-indent: -999999px;

	display: block;

	height: 40px;

	width: 160px;

}

#outline #globalNavigation .home {

	background-position: 0px 0px;

}

#outline #globalNavigation .estimate {

	background-position: -160px 0px;

}

#outline #globalNavigation .service {

	background-position: -320px 0px;

}

#outline #globalNavigation .partner {

	background-position: -480px 0px;

}

#outline #globalNavigation .contact {

	background-position: -640px 0px;

}

#outline #globalNavigation .home:hover {

	background-position: 0px -40px;

}

#outline #globalNavigation .estimate:hover {

	background-position: -160px -40px;

}

#outline #globalNavigation .service:hover {

	background-position: -320px -40px;

}

#outline #globalNavigation .partner:hover {

	background-position: -480px -40px;

}

#outline #globalNavigation .contact:hover {

	background-position: -640px -40px;

}



#outline #footer {

	background-image: url(../image/common/footer.jpg);

	background-repeat: no-repeat;

	height: 30px;

	width: 800px;

}

#outline #textLink ul {

	list-style-type: none;

	display: block;

	overflow: hidden;

}

#outline #textLink li {

	float: left;

	height: 30px;

	line-height: 30px;

	margin-right: 5px;

	margin-left: 5px;

}

#outline #textLink {

	background-color: #F4F4F4;

	margin-top: 10px;

	width: 800px;

	margin: 10px auto 0px auto;

}



#outline #footer h2 {

	text-indent: -999999px;

}

/*****content*****/

#outline #contentWrap .main {

	float: left;

	width: 590px;

	margin-right: 5px;

}

#outline #contentWrap {

	padding: 5px;

	width: 790px;

	overflow: auto;

}

#outline #contentWrap .main .page_title {

	width: 590px;

	padding-top: 30px;

	padding-right: 0px;

	padding-left: 0px;

}

#outline #contentWrap .main .block_title {
	margin-top: 10px;
	margin-bottom: 10px;

}

.odd {

	background-color: #FFFFFF;

}

.even {

	background-color: #F9F9F9;

}

.tableType1 {

	background-color: #CCCCCC;

}



.tableType1 th, .tableType1 td {

	background-color:#FFFFFF;

}.tableType1 th {

	background-color: #F4F4F4;

	font-weight: normal;

	text-align: left;

	text-indent: 3px;

}

#outline #contentWrap .main .plate {

	background-image: url(../image/other/plate_bg.jpg);

	background-repeat: no-repeat;

	background-position: top;

	width: 570px;

	padding: 10px;

	min-height: 150px;

	margin-top: 10px;

	overflow: hidden;

}

.section_title {

	margin-top: 10px;

	margin-bottom: 10px;

}

.simpleFrame {
	width:90%;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 10px auto;

}

.simpleFrame img {

	margin-right: 20px;

	margin-left: 20px;

}

.simpleFrame p,.simpleFrame table,.simpleFrame ul {

	margin:10px 20px;

}

.simpleFrame h4 {
	background-image: url(../image/icon/list_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	height: 15px;
	line-height: 15px;
	padding-top: 5px;

}

.tableType2 {

	background-color: #CCCCCC;

	width:95%;

	margin-left: 20px;

}

.tableType2 td {

	background-color: #FFFFFF;

}

.tableType2 th {

	background-color:#EEFFAA;

}

.tableType2 td.price {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #CC0000;

	background-color:#F4F4F4;

	text-align:right;

}

#outline #contentWrap .main p{

	margin-top: 5px;

	margin-right: 10px;

	margin-bottom: 5px;

	margin-left: 10px;

}

.imageFrame_left{

	padding:5px;

	border:solid 1px #CCCCCC;

	margin:5px 5px 5px 0;

	float:left

	}

	

.imageFrame_right{

	padding:5px;

	border:solid 1px #CCCCCC;

	margin:5px 0 5px 5px;

	float:left

	}

.highlight{

	font-weight:bold;

	color:#CC0000;

	}

#header{

	width:800px;

	height:70px;

	margin:0 auto;

	}

#header #logo {

	margin-top: 10px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 10px;

	float: left;

}

#tel {

	background-image: url(../image/common/tel.jpg);

	background-repeat: no-repeat;

	display: block;

	float: right;

	width: 223px;

	height: 54px;

	text-indent: -999999px;

	margin-top: 14px;

}

.main .titleWords {

	margin-top: 20px;

	margin-bottom: 10px;

	margin-left: 5px;

}

.listType1 li {

	background-image: url(../image/icon/list_icon.jpg);

	background-repeat: no-repeat;

	background-position: left;

	padding-left: 20px;

	line-height: 2em;

	font-weight: bold;

	color: #FF6600;

}

.listType1 {

	margin: 20px;

	list-style-type: none;

	background-image: url(../image/service/huyohin/img01.gif);

	background-repeat: no-repeat;

	background-position: left center;

	padding-left: 120px;

}

.simpleFrame ol {

	margin: 10px;

	padding-left: 30px;

}

.simpleFrame li {

	line-height: 2em;

}

span.need {

	font-weight: bold;

	color: #FF0000;

}

.center{
	text-align:center!important;
}

.mt_s{
	margin-top:5px!important;
}

.mt_m{
	margin-top:10px!important;
}

.mt_l{
	margin-top:20px!important;
}

.mb_s{
	margin-bottom:5px!important;
}

.mb_m{
	margin-bottom:10px!important;
}

.mb_l{
	margin-bottom:20px!important;
}

.small{
	font-size:75%!important;
}

table.bordered td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

/*Twitter*/

#twitter_div {
text-align : left;
margin : 5px; /* 適宜変更推奨 */
font-size : 18px;
}

#twitter_div ul {
width : 560px; /* 適宜変更推奨 */
list-style:none;
}

/* ↓ここの設定は、10px×7pxのアイコン画像を基準にした数値になっています。 */
#twitter_div li {
padding : 5px; /* 適宜変更推奨 */
border-bottom : dotted 2px #666; /* 適宜変更推奨 */
}

#twitter_div li a {
font-size : 0.7em !important;
color : #09F; /* 適宜変更推奨 */
}

#twitter_div li a:hover {
color : #09F;
}

#twitter_div li span {
color : #000; /* 適宜変更推奨 */
font-size : 0.8em;
}

#twitter_div li span a {
color : #000; /* 適宜変更推奨 */
font-size : 1em !important;
}

a#twitter-link {
font-size : 0.8em;
color : #000; /* 適宜変更推奨 */
text-align : right;
display : block;
}

a#twitter-link:hover {
color : #000;
}
