﻿/*
---------------------------------------------------------------------
	Mottonext
	Version: 7 2006
-------------------------------------------------------------------*/

/* Index
---------------------------------------------------------------------
	1.Author
	2.Index
	3.Color Scheme
	4.Format Styles
	5.Styling
		- body
		- anchor
		- page
-------------------------------------------------------------------*/


/* Color Scheme
---------------------------------------------------------------------
	a1(colorA1) => #047391
	a2(colorA2) => 
	b1(colorB1) => #E1E1D7
	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: #E1E1D7;
}

/* anchor
-------------------------------------------------------------------*/
a:link {
	color: #0000CC;
}
a:visited {
	color: #8080ff;
}
a:hover {
	color: #0000CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* page
-------------------------------------------------------------------*/
div#page {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/style/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 760px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

/* header
-------------------------------------------------------------------*/
#header {
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(img/style/ueback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3B3B3B;
	margin-right: 1px;
	margin-left: 1px;
}
h1 {
}
h1 a{
}
h1 a:hover{
	border:none;
}
h2 {
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
html>body h2 {
}
h2 span {
	overflow: hidden;
	position: absolute;
	height: 0px;
	width: 0px;
}
h2 img {
	width: 730px;
}

#left {
}

#ci {
}

.skip {
	overflow: hidden;
	position: absolute;
	height: 0px;
	width: 0px;
}

/* utility
-------------------------------------------------------------------*/
#utility {
	position: relative;
	height: 0px;
}
#utility ul {
	position: absolute;
	top: -20px;
	right: 25px;
}
#utility li {
	float: left;
	padding-left: 12px;
}
#utility li a{
	text-indent: -9999px;
	display: block;
	height: 13px;
}
#utility li a:hover{
	border:none;
}
#utility li .home{
	background-image: url(img/style/touka_home.gif);
	width: 39px;
}
#utility li .sitemap{
	background-image: url(img/style/touka_sitemap.gif);
	width: 68px;
}
#utility li .toiawase{
	background-image: url(img/style/touka_toiawase.gif);
	width: 53px;
}

/* globalNav
-------------------------------------------------------------------*/
#globalNav {
}
#globalNav ul {
	background-image: url(img/style/navback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding-left: 15px;
}
#globalNav li {
	float: left;
}
#globalNav li a{
	line-height: 20px;
	color: #FFFFFF;
	display: block;
	height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
#globalNav li a:hover{
	border:none;
	background-color: #8F8F8F;
	color: #000000;
}

/* pankuzu
-------------------------------------------------------------------*/
#pankuzu {
}
#pankuzu p {
	line-height: 2em;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
}
#pankuzu a {
	line-height: 2em;
	color: #666666;
}

/* wrap
-------------------------------------------------------------------*/
#wrap {
	margin-right: 15px;
	margin-left: 15px;
}
/* mainCol
-------------------------------------------------------------------*/
#mainCol {
	float: left;
	width: 520px;
	padding-right: 10px;
}
#mainCol dl {
}
#mainCol dt.midashi {
}
#mainCol dt.midashi a {
	line-height: 20px;
	display: block;
	height: 20px;
	padding-left: 15px;
	background-image: url(img/style/midashi.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #047391;
	color: #FFFFFF;
}
#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: 0px;
	right: 5px;
}
#mainCol p.rss a:hover {
	border:none;
}
#mainCol dd.naiyou {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 25px;
}
#mainCol dd dt {
	line-height: 1.5em;
	background-image: url(img/style/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #666666;
}
#mainCol dd dd {
	padding-bottom: 5px;
	padding-left: 15px;
}

/* subCol
-------------------------------------------------------------------*/
#subCol {
	float: left;
	width: 180px;
	background-color: #F0F0F0;
	padding: 10px;
}
#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;
	line-height: 2em;
	font-weight: bold;
	color: #047391;
}
#subCol dd {
	padding-bottom: 15px;
}
#subCol dd ul {
}
#subCol dd li {
	padding-top: 3px;
	padding-bottom: 6px;
}


/* footer
-------------------------------------------------------------------*/
#footer {
	clear: both;
}
#footer p {
	line-height: 3em;
	text-align: right;
}


/* 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: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 16px;
	padding-left: 10px;
	margin: 10px 15px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#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 #localNav {
	padding-bottom: 25px;
}
#lv2 #localNav h3 {
	line-height: 1.75em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #333333;
}
#lv2 #localNav ul {
}
#lv2 #localNav li {
}
#lv2 #localNav li a {
	line-height: 1.75em;
	color: #666666;
	background-image: url(img/style/marumaruarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
#lv2 #localNav li a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999999;
}
#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;
}
