@charset "UTF-8";

/* ---------- hide ---------- */

div .gnavi,
div#header-btn,
div .pankuzu,
div .pagetop,
div#footer,
div#contents-left,
div#header-tit-inner h2 {
	display: none;
}

/* ---------- reset ---------- */

body
{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
	color:#666666;
	font-size: 12px;
}

p,
blockquote,address,div,hr,noscript
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

h1,h2,h3,h4,h5,h6
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
}

ul,ol,li,dl,dt,dd
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

pre
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

a,img,map,q,sub,sup,span,bdo
{
	margin:0;
	padding:0;
	border:0;
}

br
{
	margin:0;
	padding:0;
	border:0;
	letter-spacing:0; /* IE */
}

tt,i,b,big,small
{
	margin:0;
	padding:0;
	border:0;
}

code,samp,var
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

strong,dfn,kbd,cite,abbr,acronym,em
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
}

ins
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

del
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
}

form,fieldset
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

legend,label,select,optgroup,option
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}


/* ---------- h1 ---------- */

h1 {
	float: left;
	margin-top: 45px;
	margin-bottom: 20px;
}

h1 a {
	background-image: url(../img/header_logo01.gif);
	height: 26px;
	width: 130px;
	display: block;
	text-indent: -9999px;
}

/* ---------- clear ---------- */

div.clear
{
	height:1%;
	clear:both;
}

div.clear hr
{
	display:none;
}

/*-----------contents------------*/

div#contents-right {
	width: 600px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

div#contents2 {
	width: 600px;
	margin-top: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/* ---------- footer ---------- */

div#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ececec;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
}

div#footer a {
	color:#666666;
	text-decoration: underline;
}

div#footer a:hover {
	color:#c2c2c2;
	text-decoration: underline;
}

div#copyright {
	background-image: url(../img/footer_bg01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 20px;
	padding-top: 25px;
	text-align: center;
}

div#copyright-inner {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
}

/* ---------- table ---------- */

div .table01 {
	width: 600px;
	font-size: 80%;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d4d4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d4d4;
	line-height: 1.5em;
}

div .table01 a {
	text-decoration:underline;
	color:#00a161;
}

div .table01 a:hover {
	text-decoration:underline;
	color: #898989;
}

div .table01 th {
	width: 160px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d6d6d6;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #40b989;
}

div .table01 td {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d6d6d6;
}

div .table02 {
	width: 600px;
	font-size: 80%;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d4d4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d4d4;
	line-height: 1.5em;
}

div .table02 a {
	text-decoration:underline;
	color:#00a161;
}

div .table02 a:hover {
	text-decoration:underline;
	color: #898989;
}

div .table02 th {
	width: 160px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d6d6d6;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #40b989;
}

div .table02 td {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d6d6d6;
}

/* ---------- title ---------- */

.title {
	background-image: url(../img/tit_bg01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 90%;
	padding-left: 10px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 4px;
}

.title2 {
	background-image: url(../img/tit_bg02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 85%;
	color: #333333;
	margin-bottom: 10px;
	font-weight: bold;
}

.title3 {
	background-image: url(../img/tit_bg03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
	padding-top: 4px;
	font-size: 90%;
	padding-left: 10px;
	color: #000000;
	font-weight: bold;
}
.title4 {
	font-weight: bold;
	font-size: 85%;
}

/* ---------- list ---------- */

ul, dl, ol {
	list-style-position:outside;
}


/* ===== Float対策 ===== */
.clearFix { display:inline-table; }
.clearFix:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}
/* Hides from IE-mac \*/
* html .clearFix{ height:1%; }
*:first-child+html .clearFix { height:1%; }
.clearFix { display:block; }
/* End hide from IE-mac */


/* ---------- link ---------- */

.link01 {
	background-image: url(../img/icon01.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}

.link02 {
	background-image: url(../img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 18px;
	font-size: 80%;
	margin-bottom: 5px;
}

.link03 {
	background-image: url(../img/icon02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	font-size: 80%;
	margin-bottom: 5px;
	margin-left: 20px;
}

/* ---------- img ---------- */

.img-left {
	float: left;
}

.img-right {
	float: right;
}

.img-left2 {
	float: left;
	margin-right: 20px;
}

.img-left3 {
	float: left;
	margin-right: 10px;
}

.img-right2 {
	float: right;
	margin-left: 20px;
}

.img-line {
	border: 1px solid #cccccc;
	padding: 1px;
}

ul.photo li {
	list-style: none;
	float: left;
}


/* ---------- margin ---------- */

div .margin-botom5 {
	margin-bottom: 5px;
}

div .margin-botom10 {
	margin-bottom: 10px;
}

div .margin-botom20 {
	margin-bottom: 20px;
}

div .margin-botom30 {
	margin-bottom: 30px;
}

div .margin-botom40 {
	margin-bottom: 40px;
}

div .margin-botom50 {
	margin-bottom: 50px;
}

div .margin-botom150 {
	margin-bottom: 150px;
}

div .margin-top5 {
	margin-top: 5px;
}

div .margin-top10 {
	margin-top: 10px;
}

div .margin-top20 {
	margin-top: 20px;
}

div .margin-top30 {
	margin-top: 30px;
}

div .margin-top40 {
	margin-top: 40px;
}

div .margin-top50 {
	margin-top: 50px;
}

div .margin-left5 {
	margin-left: 5px;
}

div .margin-left10 {
	margin-left: 10px;
}

div .margin-left20 {
	margin-left: 20px;
}

div .margin-left30 {
	margin-left: 30px;
}

div .margin-left40 {
	margin-left: 40px;
}

div .margin-left50 {
	margin-left: 50px;
}

div .margin-left60 {
	margin-left: 60px;
}

div .margin-left70 {
	margin-left: 70px;
}

div .margin-left80 {
	margin-left: 80px;
}

div .margin-right5 {
	margin-right: 5px;
}

div .margin-right10 {
	margin-right: 10px;
}

div .margin-right20 {
	margin-right: 20px;
}

div .margin-right30 {
	margin-right: 30px;
}

div .margin-right40 {
	margin-right: 40px;
}

div .margin-right50 {
	margin-right: 50px;
}


/* ---------- access ---------- */

div .section-access {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

/*-----------feature------------*/

div .section-feature {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eeebe9;
	border-bottom-color: #eeebe9;
	border-left-color: #eeebe9;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

div .section-feature-inner {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eeebe9;
	border-bottom-color: #eeebe9;
	border-left-color: #eeebe9;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-top: 10px;
}

div.section-feature-inner ul li{
	float: left;
	list-style: none;
}
div.section-feature-inner ul li.lst { padding-left: 6px; }


/*-----------privacy------------*/

ol {
	margin-left: 30px;
	line-height: 1.8em;
	font-size: 80%;
}
ol li {
	margin-bottom: 5px;
}


/*-----------sitemap------------*/

div .sitemap-left {
	text-align: left;
	float: left;
	padding-left: 80px;
}

div .sitemap-right {
	text-align: left;
	float: right;
	width: 370px;
}

div .sitemap-left a {
	color:#666666;
	text-decoration: underline;
}

div .sitemap-right a {
	color:#666666;
	text-decoration: underline;
}

div .sitemap-left a:hover {
	color:#666666;
	text-decoration: none;
}

div .sitemap-right a:hover {
	color:#666666;
	text-decoration: none;
}
div.sitemap-left dl,
div.sitemap-right dl {
	line-height: 1.5em;
}

/* ---------- news ---------- */

div#news-section-inner {
	margin-top: 10px;
	margin-bottom: 5px;
}

div#news-section-inner dl {
	width: 800px;
	padding: 0px;
	overflow: hidden;
	line-height: 1.6em;
	font-size: 80%;
	text-align: left;
}

div#news-section-inner dl dt {
	float: left;
	margin-left: 10px;
	padding: 5px 0;
}

div#news-section-inner dl dd {
	border-bottom: 1px dotted #999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 120px;
}

div#news-section-inner dl dd a {
	text-decoration:underline;
	color: #00a161;
}

div#news-section-inner dl dd a:hover {
	text-decoration:underline;
	color: #898989;;
}

/* ---------- section ---------- */


div .section-left {
	text-align: left;
	float: left;
	padding-left: 50px;
}

div .section-right {
	text-align: left;
	float: right;
}

div .section-right2 {
	text-align: left;
	float: right;
	width: 370px;
}

div .section-center {
	text-align: center;
}



