﻿/*
---------------------------------------------------------------------
	Mottonext
	Version: 7 2006
-------------------------------------------------------------------*/

/* Index
---------------------------------------------------------------------
	1.Author
	2.Index
	3.Color Scheme
	4.Format Styles
	5.Styling
		- body
		- anchor
		- page
-------------------------------------------------------------------*/


/* Color Scheme
---------------------------------------------------------------------
	a1(colorA1) => #00A0C6
	a2(colorA2) => 
	b1(colorB1) => 
	b2(colorB2) => 
-------------------------------------------------------------------*/


/* Foramt Styles
-------------------------------------------------------------------*/
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1em;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border:none;
}
p {
	line-height:1.25em;
}


/* Styling
-------------------------------------------------------------------*/

/* body
-------------------------------------------------------------------*/
body {
	color: #333333;
	text-align: center;
	background-color: #F5F5F5;
}

/* anchor
-------------------------------------------------------------------*/
a:link {
	color: #0000CC;
}
a:visited {
	color: #8080ff;
}
a:hover {
	color: #0000CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* page
-------------------------------------------------------------------*/
div#page {
	width: 900px;
/*	width: 760px;*/
	padding:0 20px;
	margin:0 auto;
	background-image: url(../img/style/back2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	position: relative;
}

/* header
-------------------------------------------------------------------*/
#header {
	padding-top: 10px;
}
h1 {
	margin-right: 20px;
	margin-bottom: 7px;
	margin-left: 20px;
}
h1 a{
	border: none;
}
h1 a:hover{
	border: none;
}
h2 {
	padding-left: 2px;
}
html>body h2 {
	padding-left: 1px;
}
h2 span {
	display: block;
	overflow: hidden;
	position: absolute;
	height: 0px;
	width: 0px;
}
h2 img {
	width: 900px;
/*	width: 760px;*/
	vertical-align: bottom;
}
#headerImg {
	width: 900px;
	padding-left: 1px;
}
.skip {
	height: 0px;
	width: 0px;
	position: absolute;
	overflow: hidden;
}

/* utility
-------------------------------------------------------------------*/
#utility {
	position: absolute;
	top: 25px;
	right: 40px;
}
#utility ul {
}
#utility li {
	display: block;
	float: left;
	margin-left: 10px;
}
#utility li a{
	display: block;
	height: 13px;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#utility li a:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#utility li .home{
	background-image: url(../img/style/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 39px;
}
#utility li .sitemap{
	background-image: url(../img/style/sitemap.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 68px;
}
#utility li .toiawase{
	background-image: url(../img/style/toiawase.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 53px;
}

/* globalNav
-------------------------------------------------------------------*/
#globalNav {
	padding-top: 1px;
	background-color: #F0F0F0;
	margin-left: 3px;
}
#globalNav ul {
	height: 35px;
	padding-right: 1px;
	background-image: url(../img/style/nav_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#globalNav li {
	display: block;
	float: left;
	height: 35px;
	width: 126px;
	background-color: #F0F0F0;
}
#globalNav li a{
	display: block;
	height: 35px;
	width: 126px;
	background-image: url(../img/style/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0099FF;
	border:none;
	text-align: center;
	line-height: 35px;
	color: #666666;
	font-size: 12px;
}
#globalNav li a:hover{
	background-position: left bottom;
	border:none;
}

/* pankuzu
-------------------------------------------------------------------*/
#pankuzu {
	clear: both;
	padding-left: 20px;
	line-height: 2em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#pankuzu p {
	clear: both;
	color: #999999;
}
#pankuzu p a {
	clear: both;
	color: #999999;
}

/* wrap
-------------------------------------------------------------------*/
#wrap {

}
/* mainCol
-------------------------------------------------------------------*/
#mainCol {
	float: left;
	width: 620px;
/*	width: 480px;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 70px;
	padding-left: 20px;
}
#mainCol dl {

}
#mainCol dt.midashi {
	height: 14px;
	width: 15px;
	position: relative;
	background-image: url(../img/style/midashi1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
}
#mainCol dt.midashi a {
	display: block;
	position: absolute;
	width: 620px;
/*	width: 460px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	padding-bottom: 2px;
}
#mainCol dt.midashi a:hover {
	color: #DDDDDD;
	border:none;
}
#mainCol p.rss {
	position: relative;
	height: 0px;
}
#mainCol p.rss:hover {
}
#mainCol p.rss a {
	position: absolute;
	top: 3px;
	right: 5px;
}
#mainCol p.rss a:hover {
	border:none;
}
#mainCol dd.naiyou {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#mainCol dd dt {
	line-height: 1.5em;
	padding-top: 5px;
	color: #999999;
}
#mainCol dd dd {
	line-height: 1.5em;
}
#mainCol2 {
	float: left;
	width: 620px;
/*	width: 480px;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* subCol
-------------------------------------------------------------------*/
#subCol {
	padding: 20px 20px 70px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
	float: right;
	width: 199px;
}
#subCol img {
	width:150px;
	margin-bottom:10px;
}
#subCol dl img {
	margin-bottom: 0px;
}
#subCol a:hover {
	border:none;
}
#subCol dl {
}
#subCol dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	padding: 3px 5px;
	margin-bottom: 3px;
	background-color: #F0F0F0;
}
#subCol dd {
	padding-bottom: 20px;
}
#subCol dd ul {
	line-height: 1.5em;
}
#subCol dd li {
	line-height: 1.75em;
}

/* ssl
-------------------------------------------------------------------*/
#sslseal{
	width: 500px;
}

/* footer
-------------------------------------------------------------------*/
#footer {
	clear: both;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer p {
	text-align: center;
	line-height: 50px;
}


/* lv2
-------------------------------------------------------------------*/
#lv2 h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(../img/public/kaiA1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	line-height: 30px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 16px;
	padding-left: 10px;
	margin: 0px 15px 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	position: relative;
	top: 45px;
}
#lv2.p1 h2 {
	background-image: url(../img/public/kaiA1.jpg);
}
#lv2.p2 h2 {
	background-image: url(../img/public/kaiA2.jpg);
}
#lv2.p3 h2 {
	background-image: url(../img/public/kaiA3.jpg);
}
#lv2.p4 h2 {
	background-image: url(../img/public/kaiA4.jpg);
}
#lv2.p5 h2 {
	background-image: url(../img/public/kaiA5.jpg);
}
#lv2.p6 h2 {
	background-image: url(../img/public/kaiA6.jpg);
}
#lv2 #mainCol {
}
#lv2 #subCol {
}
#lv2 #globalNav {
	position: relative;
	top: -45px;
}
#lv2 #localNav {
	padding-bottom: 30px;
}
#lv2 #localNav h3 {
	font-size: 14px;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#lv2 #localNav li {
}
#lv2 #localNav li a {
	color: #666666;
	display: block;
	height: 2em;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
}
#lv2 #localNav li a:hover {
	border-top: none;
	border-right: none;
	border-bottom: dotted;
	border-left: none;
	background-color: #EEEEEE;
	color: #000000;
}
#lv2 #localNav li li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 15px;
	background-image: url(../img/style/4kaiso.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
	width: auto;
}
#lv2 #localNav li li a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.style2 {
	font-size: 18px;
}
