﻿@charset "utf-8";

/*　共通部分
---------------------------------------------*/
body {
	color: #333333;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
}

.container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: left;
}

.contents {
	width: 950px;
	padding: 0px;
	background-image: url(../_image/back-photo.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.contents { display: inline-block; }

/* Hides from IE-mac \*/
* html .contents { height: 1%; }
.contents {
	display: block;
}
/* End hide from IE-mac */

a:link {
	color: #03C;
	text-decoration: underline;
	line-height: 1.5em;
}

a:visited {
	color: #03C;
	text-decoration: underline;
	line-height: 1.5em;
}

a:hover {
	color: #F90;
	text-decoration: none;
	line-height: 1.5em;
}

a:active {
	color: #ffcc00;
	text-decoration: none;
	line-height: 1.5em;
}

h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	height: 40px;
	width: 580px;
	padding-top: 10px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-image: url(../_image/h2-back.gif);
}

h3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	width: 535px;
	padding-top: 3px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-color: #F3F3F3;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

.spod-red {
	color: #F00;		
}

.main ul{
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 530px;
}

.main ul li{
	width: 520px;
	list-style-type: disc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
}

.main ol{
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 530px;
}

.main ol li{
	width: 520px;
	list-style-type: decimal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
}

.spod-right {
	text-align: right;
}

/*　ヘッダー部分
---------------------------------------------*/

.header {
	width: 950px;
	margin: 0px;
	padding: 0px;
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.header-right {
	width: 200px;
	padding: 0px;
	height: 80px;
	float: right;
	margin: 0px;
}

.information {
	width: 950px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/*　メイン部分
---------------------------------------------*/

.main {
	width: 550px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

.button {
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.button-left {
	width: 200px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	float: left;
}

.button-right {
	width: 200px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	float: right;
}

.button:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.button { display: inline-block; }

/* Hides from IE-mac \*/
* html .button { height: 1%; }
.button {
	display: block;
}
/* End hide from IE-mac */

.news {
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 5px;
}

.news p {
	font-size: 14px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 3px;
}

.mainbody-contents {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 15px;
	border: 1px solid #FDAD94;
	padding: 0px;
}

.mainbody-contents-img {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 480px;
}

.mainbody-contents-title {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 0px;
}

.list-back-box {
	width: 450px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 5px;
	text-align: center;
}

.letter-table {
	margin-bottom: 25px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}

.letter-table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	background-color: #f8f8f8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding: 5px;
}

.letter-table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding: 5px;
	text-align: left;
}

.top-banner-box {
	text-align: center;
	width: 950px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

.top-banner-box img {
	margin-right: 10px;
	margin-left: 10px;
}

/*　フッター部分
---------------------------------------------*/
.page-toplink {
	clear: both;
	width: 950px;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #333333;
	background-color: #FFF;
}
.midle-text {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
}


.page-toplink-text {
	padding: 5px;
	margin: 0px;
	text-align: right;
}

.footer {
	clear: both;
	width: 950px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

.footer p {
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	text-align: center;
}

a.footer-link:link {
	color: #ffffff;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 5px;
}

a.footer-link:visited {
	color: #ffffff;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 5px;
}

a.footer-link:hover {
	color: #ffcc00;
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 5px;
}

a.footer-link:active {
	color: #ffcc00;
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 5px;
}
