﻿/*--- 共通 ---*/

body {
	margin: 0;
	padding: 0;
	font-family: arial,'ＭＳ Ｐゴシック',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: blue;
}
address {
	font-style: normal;
	text-align: right;
	font-size: 13px;
	height: 30px;
	font-family: 'Gulim';
	padding-top: 10px;
}
address a {
	color: black;
}



/*-----------------------------------------------------------------------------------------------------------
                                                                                                        id
-----------------------------------------------------------------------------------------------------------*/
#header {
	width: 950px;
	height: 170px;
	margin: 0 auto;
}
#contents {
	width: 950px;
	margin: 0 auto;
}
#footer {
	width: 950px;
	margin: 0 auto;
	clear: both;
	background: url(../image/foot_bg.jpg) no-repeat;
}


/*-----------------------------------------------------------------------------------------------------------
                                                                                                      class
-----------------------------------------------------------------------------------------------------------*/
.head {
	width: 950px;
	height: 100px;
}
.left_contents {
	width: 680px;
	margin: 10px 0;
	float: left;
}
.right_contents {
	width: 250px;
	float: right;
	margin: 10px 0;
}
.text_box {
	width: 678px;
	margin: 15px 0;
	border: 1px solid #C8C8C8;
	background: url(../image/box_photo1.jpg) no-repeat bottom right;
}
.text_box2 {
	width: 678px;
	margin: 15px 0;
}
.text_box3 {
	width: 678px;
	margin: 15px 0;
	border: 1px solid #C8C8C8;
	background: url(../image/box_photo2.jpg) no-repeat bottom right;
}
.text_box4 {
	width: 678px;
	margin: 15px 0;
	border: 1px solid #C8C8C8;
	background: url(../image/box_photo3.jpg) no-repeat bottom right;
}
.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;
}
.foot {
	height: 222px;
}
.foot_l {
	width: 185px;
	height: 180px;
	float: left;
	margin: 15px 15px;
}
.foot_c {
	width: 190px;
	height: 180px;
	float: left;
	margin-top: 15px;
	border-left: 1px dotted #C8C8C8;
	border-right: 1px dotted #C8C8C8;
}
.foot_r {
	width: 490px;
	height: 180px;
	margin-top: 15px;
	margin-right: 20px;
	float: right;
}
.up_model {
	width: 248px;
	max-height: 500px;
	overflow: auto;
}



/*-----------------------------------------------------------------------------------------------------------
																									class関連
-----------------------------------------------------------------------------------------------------------*/

.text_box p,.text_box3 p,.text_box4 p {
	padding: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	font-size: 14px;
}
.text_box a {
	border-bottom: 1px solid #C80000;
}
.text_box a:hover {
	color: #C80000;
	border-bottom: 1px solid black;
}
.text_box2 p {
	margin: 5px;
	text-indent: 1.2em;
	font-size: 13px;
	background: url(../image/link1.jpg) no-repeat left center;
}
.text_box2 p a:hover {
	color: #C80000;
	border-bottom: 1px solid black;
}
.left_box p,.right_box p {
	font-size: 18px;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	text-align: center;
}
.up_model p {
	padding: 5px;
	font-size: 13px;
	font-family: arial,'ＭＳ Ｐゴシック',sans-serif;
	border-bottom: 1px dotted #C8C8C8;
}
.up_model p a:hover {
	color: #C80000;
	border-bottom: 1px solid black;
}



/*-----------------------------------------------------------------------------------------------------------
                                                                                                          h
-----------------------------------------------------------------------------------------------------------*/
h1 {
	width: 500px;
	height: 100px;
	float: left;
}
h2#back {
	width: 678px;
	height: 128px;
	margin-top: 10px;
	text-indent: 1.5em;
	line-height: 95px;
	font-size: 30px;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	border: 1px solid #C8C8C8;
	background: url(../image/h2_bg.jpg) no-repeat;
}
h3 {
	margin: 10px 0;
	border-bottom: 3px solid black;
}
h4#up {
	margin: 20px 0 5px 5px;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	border-bottom: 2px solid black;
}
h5 {
	padding: 5px;
	margin: 0;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-size: 14px;
	font-weight: normal;
}




/*-----------------------------------------------------------------------------------------------------------
                                                                                                      ul,li
-----------------------------------------------------------------------------------------------------------*/
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;
}
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;
}
ul.foot_link {
	margin-top: 10px;
	margin-left: 20px;
}
ul.foot_link li {
	color: #C8C8C8;
	font-size: 13px;
}
li.top1 {
	margin-bottom: 5px;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
}
ul.foot_link li a {
	font-size: 13px;
	color: #C8C8C8;
}
ul.foot_link li a:hover {
	color: #C80000;
	border-bottom: 1px solid white;
}
ul.pr_link {
	text-align: center;
}
ul.pr_link li {
	display: inline;
	font-size: 13px;
	color: #C8C8C8;
}
ul.pr_link li a {
	font-size: 13px;
	color: #C8C8C8;
}
ul.pr_link li a:hover {
	color: #C80000;
}




/*-----------------------------------------------------------------------------------------------------------
                                                                                                          p
-----------------------------------------------------------------------------------------------------------*/
p.img {
	text-align: center;
	margin: 20px 0;
}
p.huri {
	margin-bottom: 10px;
}
p.huri a:hover {
	color: #C80000;
	border-bottom: 2px solid black;
}
p.pan {
	font-size: 12px;
	margin: 20px 0;
}
p.pan a:hover {
	color: #C80000;
	border-bottom: 1px solid black;
}
p.chap {
	float: right;
}
p.top_btn {
	width: 250px;
	height: 120px;
	margin: 10px 0 20px 0;
}
p.pagetop {
	text-align: right;
	margin-right: 10px;
}
p.qr {
	font-size: 11px;
	padding-top: 5px;
	text-align: center;
	font-family: 'arial';
	color: #C8C8C8;
}

p.foot_text {
	margin-top: 10px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	text-justify: auto;
	color: #C8C8C8;
}
p.pr {
	font-size: 12px;
	font-weight: bold;
	color: #C8C8C8;
	margin-top: 20px;
	text-align: center;
}	



/*-----------------------------------------------------------------------------------------------------------
                                                                                                      table
-----------------------------------------------------------------------------------------------------------*/
table.guide {
	width: 100%;
	border-collapse: collapse; 
}
table.guide th {
	width: 50%;
	padding: 5px;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	border: 1px solid #C8C8C8;
}
table.guide td {
	width: 50%;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #C8C8C8;
}
table.guide td a {
	display: block;
	width: 100%;
	height: 100%;
}
table.guide td:hover {
	color: white;
	background: black;
}
table.guide td a:hover {
	display: black;
	color: white;
}
table.company {
	width: 100%;
	margin-bottom: 10px;
	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;
	font-size: 12px;
}
.border {
	border-bottom: 1px solid #0000C8;
}
.big {
	color: #969696;
	font-size: 1.8em;
	font-family: 'arial black';
}
.big2 {
	font-size: 1.5em;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
}