﻿/*--- 共通 ---*/

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-weight: normal;
	color: #505050;
}
p {
	margin: 0;
	padding: 0;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
a {
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
}
strong {
	font-weight: normal;
	color: #F02882;
}
address {
	font-style: normal;
	text-align: right;
	font-size: 13px;
	height: 30px;
	font-family: 'Gulim';
	padding-top: 10px;
}
address a {
	color: black;
}
table.company {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse; 
}
table.company th {
	width: 20%;
	font-size: 13px;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	padding: 5px;
	border: 1px solid #C8C8C8;
}
table.company td {
	width: 20%;
	font-size: 13px;
	font-family: 'MS UI Gothic';
	text-align: center;
	padding: 5px;
	color: #C80000;
	border: 1px solid #C8C8C8;
}
table.company2 {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse; 
}
table.company2 th {
	width: 16%;
	font-size: 13px;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	padding: 5px;
	border: 1px solid #C8C8C8;
}
table.company2 td {
	width: 16%;
	font-size: 13px;
	font-family: 'MS UI Gothic';
	text-align: center;
	padding: 5px;
	color: #C80000;
	border: 1px solid #C8C8C8;
}




/*--- span ---*/

.red {
	color: #C80000;
}
.blue {
	color: #0000C8;
}
.gray {
	color: #969696;
}
.border {
	border-bottom: 1px solid #0000C8;
}
.big {
	color: #960000;
	font-size: 1.8em;
	font-family: 'arial black';
}

.big2 { color: #960000;
	font-size: 1.5em;
	font-family: 'arial black';
	border-left: 7px solid #960000;
	font-weight: bold;
	
	}
/*--- h ---*/

h1 {
	width: 500px;
	float: left;
	font-size: 28px;
	margin-top: 30px;
	text-indent: 65px;
	background: url(../image/logo.jpg) no-repeat left;
}
h1 a {
	color: black;
}
h1 a:hover {
	border: none;
	color: #C80000;
}
h2 {
	margin-top: 10px;
	border-bottom: 3px solid black;
}
h3 {
	border-bottom: 3px solid black;
}



/*--- header ---*/

#header {
	width: 950px;
	height: 170px;
	margin: 0 auto;
}
.head {
	width: 950px;
	height: 100px;
}
ul.headnavi li {
	float: left;
}
ul.headnavi li a {
	display: block;
	width: 188px;
	height: 70px;
	color: white;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
}
ul.headnavi li a:hover {
	border: none;
}
li.head_left a {
	margin: 0 1px 0 0;
	background: url(../image/headnavi.jpg) no-repeat left center;
}
li.head_left a:hover {
	background: url(../image/headnavi2.jpg) no-repeat left center;
}
li.head_center a {
	margin: 0 1px;
	background: url(../image/headnavi.jpg) no-repeat center;
}
li.head_center a:hover {
	background: url(../image/headnavi2.jpg) no-repeat center;
}
li.head_right a {
	margin: 0 0 0 1px;
	background: url(../image/headnavi.jpg) no-repeat right center;
}
li.head_right a:hover {
	background: url(../image/headnavi2.jpg) no-repeat right center;
}
ul.toplink {
	height: 20px;
	margin-top: 78px;
	float: right;
}
ul.toplink li {
	float: left;
}






/*--- contents ---*/

#contents {
	width: 950px;
	margin: 0 auto;
}

.left_contents {
	width: 250px;
	margin: 10px 0;
	float: left;
}
.right_contents {
	width: 680px;
	float: right;
	margin: 10px 0;
}




/*--- left_contents ---*/
.text_box {
	width: 678px;
	margin: 15px 0;
	border: 1px solid #C8C8C8;
	background: url(../image/box_photo3.jpg) no-repeat bottom right;
}
.text_box p,.text_box2 p {
	padding: 15px;
	line-height: 20px;
	font-size: 14px;
}
.text_box2,.text_box3 {
	width: 678px;
	margin: 15px 0;
	border: 1px solid #C8C8C8;
}
.text_box2 a:hover {
	border-bottom: 1px solid black;
}
.text_box2 li {
	font-size: 13px;
	padding: 5px 10px;
}
.text_box2 h3 {
	width: 650px;
	margin: 10px;
}
.text_box3 p {
	padding: 15px;
	line-height: 25px;
	font-size: 14px;
}
.text_box3 li {
	font-size: 14px;
	margin-left: 15px;
	padding: 5px 0;
	color: #C80000;
}
.text_box3 h3 {
	width: 650px;
	margin: 10px;
	border: none;
}
.left_box {
	width: 330px;
	float: left;
	margin-top: 15px;
	border: 1px solid #C8C8C8;
}
.right_box {
	width: 330px;
	float: right;
	margin-top: 15px;
	border: 1px solid #C8C8C8;
}
p.img {
	text-align: center;
	margin: 20px 0;
}
p.top_text {
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.left_box p,.right_box p {
	font-size: 18px;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	text-align: center;
}
p.captcha {
	float: right;
}



/*--- sidenavi ---*/

ul.sidenavi {
	width: 250px;
	background: url(../image/sidenavi.jpg) no-repeat top center;
}
li.side_top {
	height: 50px;
	text-indent: 30px;
	line-height: 33px;
	font-size: 15px;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	color: white;
}
li.side_middle {
	border-bottom: 1px dotted #E6E6E6;
}
li.side_middle a {
	display: block;
	width: 248px;
	height: 60px;
	margin: 0 auto;
	color: #505050;
	line-height: 62px;
	text-indent: 1.4em;
	font-size: 18px;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	background: url(../image/navimark.jpg) no-repeat left center white;
}
li.side_middle a:hover {
	color: white;
	background: url(../image/headnavi.jpg) no-repeat center;
}
li.side_bottom {
	height: 35px;
	background: url(../image/sidenavi.jpg) no-repeat bottom center;
}
p.top_btn a {
	display: block;
	width: 250px;
	height: 120px;
	margin: 10px 0 20px 0;
	text-indent: -9920px;
	background: url(../image/top_btn.jpg) no-repeat top;
}
p.top_btn a:hover {
	background: url(../image/top_btn.jpg) no-repeat bottom;
}




/*--- footer ---*/

#footer {
	width: 950px;
	margin: 0 auto;
	clear: both;
	background: url(../image/foot_bg.jpg) no-repeat;
}
.foot {
	height: 222px;
}
.foot_l {
	width: 185px;
	height: 180px;
	float: left;
	margin: 15px 15px;
}
.foot_c {
	width: 200px;
	height: 180px;
	float: left;
	margin-top: 15px;
	border-left: 1px dotted #C8C8C8;
	border-right: 1px dotted #C8C8C8;
}
.foot_r {
	width: 500px;
	height: 180px;
	margin-top: 15px;
	margin-right: 20px;
	float: right;
}
ul.foot_link {
	margin-top: 10px;
	margin-left: 20px;
}
ul.foot_link li {
	color: white;
}
ul.foot_link li a {
	font-size: 13px;
	color: white;
}
ul.foot_link li a:hover {
	color: blue;
	border-bottom: 1px solid black;
}
ul.pr_link {
	margin-top: 50px;
	text-align: center;
}
ul.pr_link li {
	display: inline;
	font-size: 13px;
	color: white;
}
ul.pr_link li a {
	font-size: 13px;
	color: white;
}
ul.pr_link li a:hover {
	color: blue;
}
p.pagetop {
	text-align: right;
	margin-right: 10px;
}
p.qr {
	font-size: 11px;
	padding-top: 5px;
	text-align: center;
	font-family: 'arial';
	color: white;
}
p.foot_text {
	margin-top: 10px;
	padding: 0 10px;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	text-justify: auto;
	color: white;
}
li.top1 {
	margin-bottom: 5px;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
}




