/* CSS Document */

* {
	margin:0;
	padding:0;
	}

/*------------------------------------------------------------*/
/*clearfixの指定*/
/*------------------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {
	display:inline-block;
	}
/*Hides from IE-mac*/
* html .clearfix { height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/

/*------------------------------------------------------------*/
/*テンプレート部分*/
/*------------------------------------------------------------*/
#wrapper {
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#header {
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #333333;
	padding-bottom: 15px;
	}
#middle {
	margin-bottom: 10px;
	}
#navi {
	}
#navi ul {
	list-style-type: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
#navi li {
	float: left;
	padding-right: 18px;
	}
#navi li a {
	text-decoration: none;
	color: #666666;
	}
#navi li a:hover {
	color: #999999;
	}
#footer {
	clear: both;
	text-align: right;
	padding-top: 17px;
	font-size:11px;
	}
#footer p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #999999;
	}
address {
	font-size: 11px;
	color: #666666;
	font-style: normal;
	margin-top: 20px;
	}
/*------------------------------------------------------------*/
/*service*/
/*------------------------------------------------------------*/
.tableService {
	margin-left: 190px;
	margin-top: 90px;
	margin-bottom: 120px;
	font-size: 12px;
	}
.fontService1 {
	}
.fontService2 {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #666666;
	}
/*------------------------------------------------------------*/
/*aboutus*/
/*------------------------------------------------------------*/
.fontAbout1 {
	text-align: center;
	line-height: 2em;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #333333;
	font-size: 12px;
	padding-left: 0px;
	}
.fontAbout2 {
	margin-left: 6px;
	margin-right: 6px;
	line-height: 1.8em;
	color: #666666;
	font-size: 12px;
	}
.fontAbout3 {
	font-size: 12px;
	line-height: 2em;
	color: #333333;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 60px;
	}
.smalltables {
	border: thin dotted #666666;
	line-height: 1.6em;
	padding-left: 17px;
	padding-right: 17px;
	color: #666666;
}
.tableAbout1 {
	float: right;
	margin-right: 25px;
	}
.tableAbout2 {
	float: left;
	margin-left: 25px;
	}
.fontAbout1 span {
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	}
.marginAbout1 {
	margin-top: 25px;
	margin-bottom: 10px;
	}
/*------------------------------------------------------------*/
/*company*/
/*------------------------------------------------------------*/
.tableCompany {
	font-size: 12px;
	line-height: 1.6em;
	margin-left: 150px;
	margin-top: 70px;
	margin-bottom: 80px;
	}
.fontCompany1 {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 9px;
	font-weight: bold;
	color: #333333;
	}
.fontCompany2 {
	padding-bottom: 9px;
	}
/*------------------------------------------------------------*/
/*link*/
/*------------------------------------------------------------*/
.tableLink {
	margin-left: 220px;
	margin-top: 110px;
	margin-bottom: 150px;
	}
.fontLink1 {
	font-size: 12px;
	}
.fontLink1 a {
	text-decoration: none;
	color: #333333;
	}
.fontLink1 a:hover {
	color: #999999;
	}
/*------------------------------------------------------------*/
/*contact*/
/*------------------------------------------------------------*/
.tableContact {
	margin-left: 110px;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 12px;
	}
.tableContact td {
	padding-top: 4px;
	padding-bottom: 4px;
	}
/*------------------------------------------------------------*/
/*error*/
/*------------------------------------------------------------*/
.tableError {
	}
.fontError1 {
	font-size: 11px;
	color: #CC0000;
	padding-top: 110px;
	padding-bottom: 20px;
	}
.fontError2 {
	line-height: 2.5em;
	font-size: 12px;
	padding-bottom: 60px;
	}
.fontError2 a {
	font-size: 11px;
	color: #333333;
	}
.fontError2 a:hover {
	text-decoration: none;
	}
