﻿html {
    margin-bottom:1px;
    height:100%;
    }
a:link
{
	color: rgb(0, 0, 255);
	text-decoration: none;
}
a:visited
{
	color: rgb(0, 0, 255);
	text-decoration: none;
}
a:hover {
	color: rgb(0, 0, 255);
	text-decoration: underline;
}
a:active 
{
	color: rgb(0, 0, 255);
	text-decoration: underline;
}
body
{
	color: rgb(0, 0, 0);
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	background-image: url('../image/background.gif');
	background-repeat: repeat;
	background-color: #FFFFFF;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 150%;

}

table
{
	font-size: 100%;
	
}

h1,h2, h3, h4, h5, h6
{
	font-size: 1em;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	clear: both;
	color: #000000;
	font-weight: normal;
}

h1
{
	text-align: center;
	background-image: url('../image/h_back.jpg');
	background-repeat: repeat-x;
	vertical-align: bottom;
	line-height: 30px;
	color: #0066FF;
	font-weight: 600;
	font-size: 1.3em;
}

h2
{
	color: rgb(0, 128, 128);
	background-image: url('../image/button.jpg');
	background-repeat: no-repeat;
	padding-left: 20px;
	text-align: left;
	border-bottom-color: #008080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 125%;
	margin-top: 15px;
}
h3{
	background-position: bottom;
	color: rgb(0, 102, 0);
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	background-image: url('../image/h2_back.gif');
	background-repeat: repeat-x;
	line-height: 1.6em;
}

#top_nav {
	padding: 2px 10px 2px 10px;
}

#Menu {
	height: 30px;/*メニューの高さ*/;
	width: 740px;
	clear: both;
}

#Menu ul {
margin: 0;
padding :0;
list-style-type : none;/*リストスタイルはなしにする*/
}

#Menu li {
display : inline;
margin:0;
float:left;/*フロートを左に指定してボタンを横並びにする*/
}

#Menu a {
	display: block;/*ブロックにして各ボタン全体をリンクエリアにする*/;
	text-decoration: none;
	border-top: 1px solid #69c;
	border-right: 2px solid #369;
	border-bottom: 2px solid #369;
	border-left: 1px solid #69c;
	text-align: center;/*文字をボタンの中央にする*/;
	width: 144px;/*各ボタンの幅*/;
	padding-top: 2px;/*文字上部余白*/;
	padding-bottom: 2px;/*文字下部余白*/;
	font-size: 1em;/*文字サイズ*/;
	font-weight: normal;
	background: #33CCFF;
/*ボタン背景色*//*文字色*/
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	height: 22px;
	color: #0000FF;
}
*html #menu a{
	width: 147px;
	height: 29px;
}
#Menu a:hover {
/*ここからマウスオーバー時の設定*/
	display: block;
	text-decoration: none;
	border-top: 2px solid #369;
/*上線の幅（太）とカラー（濃）*/	border-right: 1px solid #69c;
/*右線の幅（細）とカラー（薄）*/	border-bottom: 1px solid #69c;
/*下線の幅（細）とカラー（薄）*/	border-left: 2px solid #369;
/*左線の幅（太）とカラー（濃）*/	text-align: center;
	font-weight: normal;
	background: #99ccff;/*マウスオーバー時の背景色*/
	color: #FFFFFF;
}

#navigation {
	padding: 0px;
	margin: 0px;
	border-color: #0066FF;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	height: 30px;/*メニューの高さ*/;
	width: 740px;
	clear: both;
	list-style-type: none;
	overflow: hidden;
}

#navigation li {
margin:0;
float:left;/*フロートを左に指定してボタンを横並びにする*/
}
#navigation li.home a {
	background-position: 0px 0px;
	background-image: url('../image/navigation/home.gif');
	background-repeat: no-repeat;
}
#navigation li.raiin a {
	background-position: 0px 0px;
	background-image: url('../image/navigation/raiin.gif');
	background-repeat: no-repeat;
}
#navigation li.introduction a {
	background-position: 0px 0px;
	background-image: url('../image/navigation/introduction.gif');
	background-repeat: no-repeat;
}
#navigation li.naisikyo a {
	background-position: 0px 0px;
	background-image: url('../image/navigation/naisikyo.gif');
	background-repeat: no-repeat;
}
#navigation li.other a {
	background-position: 0px 0px;
	background-image: url('../image/navigation/other.gif');
	background-repeat: no-repeat;
}

#navigation li a {
	padding: 30px 0px 0px 0px;
	display: block;
	width: 148px;
	height: 30px;
	overflow: hidden;
}

#navigation li a:hover {
	background-position: 0px -30px;
}

#logo {
	border-width: 0px;

}
.adress {
	padding: 0px;
	text-align: right;
	font-size: 0.8em;
	width: 740px;
	height: 68px;
	float: right;
	margin-top: 20px;
	line-height: 190%;
}
#head, #page_content, #toppage_content, #footer {
	border-style: none;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	width: 760px;
	clear: both;
	font-size: 1.6em;
	line-height: 150%;
}


#head {
	background-image: url('../image/back_container.gif');
	background-repeat: repeat-y;
}
#page_content {
	background-image: url('../image/shell_bak.jpg');
	background-repeat: repeat-y;
	clear: both;
	overflow: hidden;
}
#footer {
	text-align: center;
	background-color: #66ccff;
	color: #0000FF;
	height: 3em;
	vertical-align: middle;
}

#left_col {
	padding: 20px 0px 0px 10px;
	width: 175px;
	float: left;
	height: 100%;
	height: 430px;
	font-size: 0.9em;
}
*html #left_col{
	width: 185px;
}
#right_col {
	float: right;
	width: 560px;
	padding-right: 10px;
	font-size: 0.9em;
	padding-left: 5px;
	text-align: left;
}
*html #right_col{
	width: 575px;
}

#headerFlash {
	width: 740px;
	clear: both;
	text-align: center;
}

#contact input {
	height: 24px;
	width: 318px;
	float: left;
	margin-bottom: 20px;
	text-align: left;
}
#topbanner {
	background-position: center;
	width: 740px;
	padding: 0px 10px 0px 10px;
	background-image: url('../image/head_back.jpg');
	background-repeat: no-repeat;
	height: 150px;
	text-align: left;
}

img {
	border-style: solid;
	border-width: 0px;
	float: none;
}


#right_col ul, #right_col ol {
	padding-left: 10px;
	list-style-type: disc;
	padding-right: 10px;
	font-size: 1em;
	list-style-position: inside;
}
#right_col p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
ul,p {
	padding: 0px;
	margin: 0px;
}

.contentmenu1 {
	background-image: url('../image/li_mark.gif');
	background-repeat: no-repeat;
	padding-left: 13px;
	text-align: left;
	background-position: 0px 1.2em;
	list-style-type: none;
	padding-top: 13px;
	padding-bottom: 13px;
}
.contentmenu2 {
	margin: 0px 0px 0px 1.5em;
	text-align: left;
	list-style-type: disc;
	font-size: 90%;
	list-style-position: outside;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.contentsmain_section h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background-position: bottom;
	color: rgb(0, 102, 0);
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	background-image: url('../image/h2_back.gif');
	background-repeat: repeat-x;
	line-height: 1.6em;
	font-size: 1em;
}


.topcopy {
	font-size: 0.8em;
	color: #808080;
}
#headcap h1, #headcap p {
	color: #666666;
	text-align: left;
	background-image: none;
	font-weight: normal;
	font-size: 1.1em;
	vertical-align: top;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
}


