@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
}
#wrapper {
	width:100%;
	}
p {
	font-size: 14px;
	padding: 0;
	line-height: 140%;
}

a {
	text-decoration: none;
	color: #475AAF;
}

a img{
 border:none;
 } 
h1 {
	font-size: 20px;
	background-color: #636363;
	color: #FFFFFF;
	height: 38px;
	line-height: 38px;
	background-image: url(../img/h1_bg.png);
	padding: 0 0 0 50px;
	margin: 30px 0 25px 0;
	background-repeat: no-repeat;
}
/*
h2 {
	font-size: 18px;
	color: #E7211A;
	margin: 10px 0 0 0;
}
*/
h2 {
    padding: 4px 5px;
    margin-bottom: 5px;
    background: #625665;
    font-weight: bold;
    text-align: center;
}

h3 {
	font-size: 17px;
	color: #333333;
	margin: 0;
}

.clear { clear:both; }

.small {
	font-size: 85%;
}
.right {float:right;}
.left {float:left;}

#header_link {
    float:right; margin:5px 20px 0 0;
}

#header {
	width: 100%;
	background-color: #D8D8D8;
	height: 470px;
}
#header_top {
	width: 100%;
}
.head_main {
	margin: 0 auto;
	width: 970px;
}

#head_logo {
	width: 400px;
}
.head_logo_img {
	width: 100%;
}
.header_right {
	float: right;
	text-align: center;
	padding: 10px 0 0 0;
	color: #333333;
	font-weight: bold;
}
.head_tel {
	font-size: 22px;
}

/**** menu ****/
#menu {
	width: 100%;
	margin: 0px;
	height: 50px;
	background-color: #636363;
}
#menu_all {
	width: 970px;
	margin: 0 auto 0 auto;
	font-size: 16px;
	border-right: 1px solid #FFFFFF;
	height: 50px;
}

.menu_01 {
	width: 193px;
	float: left;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	position: relative;
	height: 50px;
	line-height: 50px;
}
.menu_01 a {
	color: #FFFFFF;
	position: absolute;
	top:0;
    left:0;
    width:100%;
    height:100%;

}
.menu_01 a:hover {
	background-color: #E60012;
}

/**** main ****/
#contents {
	margin: 0 auto;
	width: 970px;
	overflow: hidden;
}
.main_txt {
	padding-left: 40px;
}
.main_txt ul li {
	margin: 0 0 10px 0;
}
.hatsudenshogazo {
	float: left;
	width: 900px;
	margin: 0 15px 0 0;
}
.hatsudensholist {
	float: left;
	width: 857px;
	border: 1px solid #D3D3D3;
	margin: 0 15px 15px 0;
	padding: 20px;
	background-color: #F5F5F5;
}
.hatsudensho01 {
	float: left;
	width: 400px;
	border: 1px solid #D3D3D3;
	margin: 0 15px 15px 0;
	padding: 20px;
	background-color: #F5F5F5;
}

.hatsudensho02 {
	float: left;
	width: 442px;
	margin: 0 15px 0 0;
}

.hatsudensho03 {
	float: left;
	width: 400px;
	border: 0px solid #D3D3D3;
	margin: 0 15px 15px 0;
	padding: 20px;
	background-color: #FFFFFF;
}

.company_list01 {
	background-color: #F5F5F5;
	padding: 15px;
	width: 80px;
	text-align: right;
	font-weight: bold;
	border-right: 1px solid #D9D9D9;
}
.company_list02 {
	padding: 15px;
}

/**** footer ****/
#footer {
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 0 5px 0;
	background-color: #000000;
	background-color: #000000;
}

p.gotop{
	position: fixed;
	right: 8px;
	bottom: 0;
	z-index: 1000;
}
p.gotop a{
    width: 80px;
    height: 80px;
    display: block;
}
p.gotop a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}