@charset "utf-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.4;
	color: #555;
	}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}

/*clearText*/
.clearText {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

/*全てのheader,footerのスタイル*/
#wrapper{
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

h1{
	background-image: url(../image/index/header.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 950px;
}
nav{
	background-color: #85A3E0;
	color: #FFF;
	height: auto;
	width: 950px;
	padding-top:5px;
	padding-bottom: 5px;
	text-align: center;
}
nav a{
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
nav a:hover{
	color: #3366cc;
}
#company{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #657786;
	border-bottom-color: #657786;
	height: 125px;
	width: 870px;
	padding-right: 40px;
	padding-left: 40px;
	clear: both;
}
#company1{
	float: left;
	height: 105px;
	width: 210px;
	margin-top: 20px;
}
#company1 h3{
	background-image: url(../image/index/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 152px;
}
#company1 p{
	font-size: 11px;
	margin-top: 10px;
}
#company2{
	height: 105px;
	width: 455px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #657786;
	border-left-color: #657786;
	padding-top: 20px;
	padding-left: 25px;
	float: left;
}
#company2 h3{
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
#company2 p{
	font-size: 13px;
	line-height: 1.2;
}
#company2 a{
	color: #555;
	text-decoration: none;
}
#company3{
	margin-top: 29px;
	height: auto;
	width: 160px;
	float: right;
}
#company3 img{
	float: left;
	margin-left: 6px;
	margin-top: 10px;
}
footer{
	text-align: right;
	height: 35px;
	width: 910px;
	margin-top: 10px;
	margin-right: 40px;
	font-size: 12px;
	display: block;
	clear: both;
}