@charset "utf-8";

* {

	margin:0;
	padding:0;

}

html {

}
body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	/*font-family:'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', '細明朝体';*/
	font-size:12px;
	/*letter-spacing: .12em;*/
	line-height:1.3em;
	/*background-color:#FFFFFF;
	background-image:url(../images/blueback.jpg);
	background-repeat:no-repeat;
	background-position:top center;*/
	
}

textarea {
	font-family:'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-size:10px;
}

img {
	border-width:0;
}

a:visited {
	color:blue;
}


h2 {
	border-left-style:solid;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 5px;
	border-left-color:navy;
	padding-left:4px;
	margin:5px 0 10px 10px;
	font-size:1.0em;
}

h3 {
	color:navy;
	borde:1px solid white;
	background-color: #C9DFED;
	width:240px;
	padding:5px;
	margin:5px 0 10px 10px;
	font-size:1.0em;
}

p, form {
	padding-left:3px;
	margin:3px 20px 25px 13px;
	
	font-size: 0.8em;
}

input, option {
	padding:2px;
	margin:4px;ww
}

hr {
	border:1px sold #676767;
}

#menu {

}

#menu img {
	display: block;
	float:left;
}

#menu ul {
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:560px;
	display: block;
	float:left;
	height:81px;
	list-style-type:none;
	font-size:4px;
	padding-left: 40px;
	margin: 0;
}

#menu ul li{
	display: block;	
	float:left;
	width:78px;
	height:32px;
	margin:0;
	margin-top:26px;
	margin-right:8px;
	padding-left:0px;
}


#menu ul a{
	
	width:78px;
	height:32px;
	margin:0;
	padding-left:0px;
	text-indent:-10000px;

	display: block;
	float:left;
}

#container {
	width:798px;
	margin: 0 auto;
	font-size:1.2em;
}

#left-col {
	float:left;
	width:194px;
	height:498px;
	background-color:black;
	color:white;
	padding-top:20px;	
}



#left-col h2 {
	border-left-color:#cc0000;
}

#right-col {
	color:white;
	background-image:url(../images/blueback-none.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
	width:600px;
	height:518px;
}

#right-col h2 {
	margin-top:24px;
	margin-bottom: 20px;
}

#index #right-col {
	background-image:url(../images/service.jpg);
}


#footer {
	width:580px;
	color:white;
	font-size:0.7em;	
	text-align:center;
	padding:10px 0;
	border-top:1px solid #FFFFFF;
		margin:20px auto;
}

#index #footer {
	margin:468px auto;
}

#footer a {
	font-size:1em;	
	color:#FFFFFF;
}

form {
	font-size:1em;
}

input {
	font-size:1em;
}

table {
	background-color: #C9DFED;
	margin:0 auto;
	border-collapse:collapse;
	border:1px solid #ffffff;
	font-size:0.9em;
}

th, td {
	font-size:0.9em;
	border:1px solid #ffffff;
	padding:3px;
	text-align: left;
}

th {
	
	color: navy;
	font-weight: bold;
}

td {
	color: #000100;
}

#service td {
	text-align: center;
}

#company td, #company th {
	padding:6px;
}
