@charset "utf-8";
* {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../img/index_body_bg.jpg) repeat-y center;
	font-family: "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 85%;
	color: #333333;
	line-height: 1.2;
}
hr {
	display: none;
	clear: both;
}
img { border: none; }
/* ヘッダー */
#header {
	width: 100%;
	background: url(../img/index_header.jpg) no-repeat center top;
	height: 540px;
}
#header_contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}


h1 {
	font-size: 12px;
	text-align: right;
	color: #333333;
	padding: 5px;
}
.header_manifest  {
	width: 400px;
	margin-right: 50px;
	margin-left: auto;
	height: 180px;
	margin-top: 90px;
}
.header_manifest li {
	list-style: none;
	display: block;
	padding: 0px;
	width: 420px;
	margin: 0px;
	zoom: 1;
}
.header_manifest li img {
	vertical-align: top;
}


.header_link {
	height: 120px;
	width: 420px;
	list-style: none;
	margin-right: 30px;
	margin-left: auto;
}
.header_link li {
	height: 120px;
	width: 210px;
	float: left;
}



#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	min-height: 600px;
}
h2  {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
h3 {
	text-align: center;
}
.box_service {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
.boxinside_service {
	height: 230px;
	width: 445px;
	float: left;
	margin-bottom: 5px;
	background: url(../img/index_service_bg.jpg) no-repeat;
}
.rightmargin_10 {
	margin-right: 10px;
}
.service_img {
	float: left;
	height: 170px;
	width: 170px;
}
.service_msg {
	font-size: 14px;
	padding-top: 5px;
	padding-right: 20px;
	height: 110px;
}
.service_contact {
	text-align: right;
}
.pricelink {
	text-align: center;
	clear: both;
}

.manifest {
	min_height: 550px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.manifest h3 {
	margin-bottom: 10px;
}
.mani_p {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 2px solid #8F959E;
	clear: both;
	background-color: #F7F7F7;
	background-image: url(../img/index_mani_p.jpg);
}
.mani2_meta {
	width: 50%;
	float: left;
	background: url(../img/index_mani2_meta.jpg) no-repeat right top;
	padding-bottom: 30px;
}
.mani2_key {
	width: 50%;
	float: right;
	background: url(../img/index_mani2_key.jpg) no-repeat left top;
	padding-bottom: 30px;
}
.mani2_meta h4,.mani2_key h4 {
	padding-top: 80px;
	text-align: center;
}
.mani2_meta p{
	padding-right: 20px;
	padding-left: 60px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.mani2_key p{
	padding-right: 60px;
	padding-left: 20px;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	font-weight: bold;
	font-size: 14px;
}
.mani4_mainte {
	background: url(../img/index_mani4_2.jpg);
	height: 210px;
	width: 900px;
}
.mani4_mainte p {
	text-align: right;
	padding-top: 150px;
	padding-right: 60px;
}


.works_img {
	text-align: center;
}

.faq {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.faq_box {
	width: 410px;
	float: left;
	height: 150px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/index_faq_bg.jpg);
}
.faq_title {
	font-size: 16px;
	height: 40px;
	padding-top: 20px;
	padding-left: 90px;
	font-weight: bold;
}
.faq_answer {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
}
.contact_box {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}


dl.privacy {
	float: left;
	height: 350px;
	overflow: auto;
	border: 1px solid #666;
	padding: 10px;
	color: #666;
	width: 35%;
	margin-top: 1.2em;
}
dl.privacy dt {
	text-align: center;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	color: #333;
}
dl.privacy dd {
	margin-bottom: 10px;
}

.contact_form {
	width: 60%;
	float: right;
}
div.contact_form .table_outer{
	width: 100%;
}
div.contact_form  .table_innner {
	width: 99.5%;
	margin-right: auto;
	margin-left: auto;
}


div.contact_form table th {
	width: 35%;
	background-color: #9CF;
	border: 1px solid #666;
	color: #000;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-size: 12px;
}
div.contact_form table td {
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 3px;
}

div.contact_form table input,div.contact_form table textarea{
	border: 1px solid #999;
	padding: 3px;
	width: 90%;
}
div.contact_form table input:focus,div.contact_form table input.focused,
div.contact_form table textarea:focus,div.contact_form table textarea.focused {
	background-color: #FFC;
	border-color: #9CF;
}
div.contact_bottan {
	text-align: right;
	padding: 10px;
}
#footer {
	width: 100%;
	clear: both;
	background: #666 url(../img/index_footer.jpg) no-repeat center top;
}

#footer_contents {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#footer ul {
	text-align: center;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footlink_a a {
	color: #333333;
	text-decoration: underline;
}
.footlink_a a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
.footlink_b {
	padding-top: 30px;
}
.footlink_b a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footlink_b a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}



address {
	text-align: center;
	padding-top: 20px;
	clear: both;
}
.scroll {
	text-align: right;
	clear: both;
	padding-right: 50px;
	margin-bottom: 15px;
}
.scroll a {
	color: #0033FF;
	padding-right: 10px;
	padding-left: 10px;
}
.scroll a:hover {
	background-color: #0033FF;
	color: #FFFFFF;
}

.red {
	color: #FF0000;
	font-weight: bold;
}
.orange {
	color: #FF6600;
	font-weight: bold;
}
.blue {
	color: #3366FF;
	font-weight: bold;
}
.navy {
	color: #000066;
	font-weight: bold;
}
.green {
	color: #00CC00;
	font-weight: bold;
}
.right { text-align: right; }
