﻿@charset "shift_jis";
/*Top用CSS*/
body {
	color: #666666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*全体の文字サイズ/行間、フォント*/
	background: #e5e5e5 url(../images/bacg.gif);	/*背景画像の読込*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;	/*リンクテキストの色*/
}
a:hover {
	color: #00bff9;			/*#006600マウスオン時の文字色（全体）*/
	/*text-decoration: none;	マウスオン時の下線設定。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 964px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	background: #FFF;	/*背景色*/
	border-top: 5px double #00bff9;		/*#6666660上の線の幅、線種、色*/
	border-right: 1px solid #d2d2d2;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #d2d2d2;	/*下の線の幅、線種、色*/
	border-left: 1px solid #d2d2d2;		/*左の線の幅、線種、色*/
}
/*対策*/
/*\*/
* html #container {
	width: 965px;	/*コンテナー幅ie6*/
}
#container {
	width: 965px\9;	/*コンテナー幅ie8*/
}
/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 80px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 20px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 24px;	/*ヘッダーブロックに対して上から24pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 11px;	/*文字サイズ*/
	line-height: 13px;
	position: absolute;
	top: 42px;			/*ヘッダーブロックに対して上から34pxの位置に配置*/
	right: 0px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	color: #00bff9;	/*#999文字色*/
	padding-right: 5px;
}
#header h1 a {
	text-decoration: none;
	color: #999;	/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/

/* 
	LEVEL ONE
*/
ul.dropdown                         { 
	height: 35px;
	width: 100%;
border-top: 2px solid #00bff9;		/*#d2d2d2上の線の幅、線種、色*/
border-bottom: 1px solid #00bff9;		/*上の線の幅、線種、色*/
background: url(../images/menu.gif) repeat-x;	/*背景画像の読み込み＆X軸(横軸)リピート*/
text-align: center;
position: relative;
}

ul.dropdown li                      { font-weight: bold; zoom: 1;float: left; }
ul.dropdown li a                    { 
	font-size: 12px;
	font-weight: bold;		/*文字サイズ*/
	text-decoration: none;	/*デフォルトのリンクの下線を消す設定*/
	text-align: center;		/*文字をセンタリング*/
	width: 192px;			/*メニュー１個あたりの幅*/
	display: block;
	overflow: hidden;
	padding-top: 7px;
	height: 28px;
	border-right: 1px solid #00bff9;	/*右側の線の幅、線種、色*/
	color: #666666;
	}
/*ラスト（一番右側）のメニュー設定*/
ul#menu li.last a {
	border-right: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /*safari-chromeのみ*/
 ul.dropdown li a  { 
	font-size: 11px;
	}
}

ul.dropdown a:hover		            { color: #00bff9; } /*#006600*/
ul.dropdown a:active                { color: #FF69B4; }

ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: url(../images/menu_on.gif) repeat-x; position: relative; }
ul.dropdown li.hover a              {position: relative;}

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 192px; visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 100;}
ul.dropdown ul li 					{ font-weight: normal;border-top: 1px solid #00bff9; color: #00bff9;  float: none; }
ul.sub_menu li                {background: url(../images/menu.gif) repeat-x; color: #666666; position: relative; }									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 
/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ background-color: #ffffff;visibility: visible; position: absolute;}
ul.sub_menu li                {border-right: 1px solid #00bff9;border-left: 1px solid #00bff9; }/*ダウンメニュー設定*/
ul.sub_menu li.last                {border-right: 1px solid #00bff9;border-bottom: 1px solid #00bff9;border-left: 1px solid #00bff9; }/*ダウンメニュー設定*/
ul.sub_menu li.hover,
ul.sub_menu li:hover                {background: #ffffeb; color: #00bff9; position: relative; }


.pict  {
	height: 300px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/

color: #666666;
background-color: #f8dce0;
background-image: url("../images/1a.jpg")
}
/*コンテンツ（mainとsubとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 940px;	/*コンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
}

/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 940px;	/*メインコンテンツ幅*/
	padding-top: 30px;
	padding-bottom: 30px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;		/*文字サイズ*/
	color: #666666;	/*文字色*/
	clear: both;
	width: 910px;
	padding-left: 35px;
	line-height: 40px;
	height: 45px;
	overflow: hidden;
/*	background: url(../images/midashi1.gif) no-repeat;	背景画像の読み込み*/
}
#main h2.mida1 {
	color: #666666;	/*文字色*/
	/* background: url(../images/midashi2.gif) no-repeat;	背景画像の読み込み*/
	border-top: 10px double #02aa82;/*緑*/
	
}
/*h2タグ設定背景色*/
#main h2.mida2 {
	color: #666666;	/*文字色*/
	/* background: url(../images/midashi2.gif) no-repeat;	背景画像の読み込み*/
	border-top: 10px double #fe851b;/*オレンジ*/
}
#main h2.mida3 {
	color: #666666;	/*文字色*/
	/*background: url(../images/midashi3.gif) no-repeat;	背景画像の読み込み*/
	border-top: 10px double #6699FF; /*solid,double,groove,dashed,dotted,inset,outset 青*/
}
#main h2.mida4 {
	color: #666666;	/*文字色*/
	/*background: url(../images/midashi3.gif) no-repeat;	背景画像の読み込み*/
	border-top: 8px double #666666; /*solid,double,groove,dashed,dotted,inset,outset グレー*/
}
#main h2.mida5 {
line-height: 60px;
	color: #666666;	/*文字色*/
	background: url(../images/midashi2.gif) no-repeat;	/*背景画像の読み込み*/
	padding-bottom: 20px;
}
#main h2.mida6 {
line-height: 60px;
	color: #666666;	/*文字色*/
	background: url(../images/midashi3.gif) no-repeat;	/*背景画像の読み込み*/
	padding-bottom: 20px;
}
#main h2.mida7 {
line-height: 60px;
	color: #666666;	/*文字色*/
	background: url(../images/midashi4.gif) no-repeat;	/*背景画像の読み込み*/
	padding-bottom: 20px;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 0.5em;	/*左から、上、左右、下への余白*/
}

/*メイン内のgox設定
---------------------------------------------------------------------------*/
#main .gox {
	padding: 10px;	/*ボックス内の余白*/
	overflow: hidden;
	width: 914px;
	border: 3px double #d2d2d2;	/*枠線の幅、線種、色*/
	margin-bottom: 1em;
}
/*段落タグ共通設定*/
#main .gox p {
	padding: 0px;
}
/*画像*/
#main .gox p.img {
	float: left;	/*左側に回り込み*/
}
/*h3タグ*/
#main .gox h3 {
	margin-left: 210px;	/*左の画像とバランスをとって設定する*/
	font-size: 100%;
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	border-left: 3px solid #493bff;		/*左側の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #493bff;		/*文字色*/
	padding: 3px 0px 3px 5px;
}
/*説明文*/
#main .gox p.text {
	margin-left: 210px;	/*左の画像とバランスをとって設定する*/
}

/*トップページ内「お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*ブロックの高さを超える文字が入ったらiframe風にスクロールバーが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ブロックの高さ*/
	width: 930px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 910px;
	border-bottom: 1px solid #d2d2d2;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 810px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	border-top: 10px double #00bff9;		/*#C0C0C0上の線の幅、線種、色*/
	text-align: center;	/*文字をセンタリング*/
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 12px;		/*文字サイズ*/
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
/*テーブル3
-----------------------------------------*/
.ta3 {
margin-top:0px;
margin-left:auto;margin-right:auto;
	width: 520px;
}
.ta3, .ta3 td, .ta3 th{
vertical-align: top;
	font-size: 13px;
	line-height: 2;
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 10px;
	padding-left: 10px;
border: 1px solid #00bff9;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta3 td{
text-align: left;
	width: 370px;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	width: 130px;
	text-align: right;
	background: #FFFAFA;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta3 th.tami{
	padding-top:3px;
	padding-bottom:3px;
	width: auto;
	text-align: center;
	background: #F0FFFF;	/*背景色*/
	border-top: 3px double #00bff9;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: 3px double #00bff9;	/*テーブルの枠線の幅、線種、色*/
	border-left: 1px solid #00bff9;	/*テーブルの枠線の幅、線種、色*/
	border-right: 1px solid #00bff9;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
margin-top:0px;
margin-left:auto;margin-right:auto;
	width: 620px;
}
.ta1, .ta1 td, .ta1 th{
	/*border: 1px solid #d2d2d2;	テーブルの枠線の幅、線種、色*/
	font-size: 13px;
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 300px;
	padding: 10px;
	vertical-align: middle;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 300px;
	padding: 10px;
	text-align: center;
	/*background: #FFFAFA;	背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tami{
	width: auto;
	text-align: left;
	/*background: #FAFAD2;	背景色*/
}
.coo{
padding-top:30px;
float: left;
padding-left:170px;
font-weight: nomal;
font-size: 15px;
text-align:right;
/*margin-top:-16px;*/
}
.mintk{
float: right;
padding-right:0px;
text-align:center;
/*margin-top:-16px;*/
}
.clpff1{
color:#FF69B4;
font-size: 16px;
margin-bottom:-6px;
}
.nanamed{
font-family: "ＭＳ ゴシック";
font-style:oblique;
}
.clpff2{
margin-top:-3px;
font-size: 18px;
color:#FF69B4;
}

.clrbh{
clear:both;
}

.ddh2{
text-valign:top;
}
.jioo{
font-size: 17px;
}

/*テーブル2
---------------------------------------------------------------------------*/
.ta2{
margin-top:30px;
margin-bottom: 0px;
margin-left:auto;margin-right:auto;
	width: 480px;
}
.ta2, .ta2 td, .ta2 th{
	/*border: 1px solid #d2d2d2;	テーブルの枠線の幅、線種、色*/
	font-size: 13px;
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 300px;
	padding: 10px;
	vertical-align: middle;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	/*background: #FFFAFA;	背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tami{
	width: auto;
	text-align: left;
	/*background: #FAFAD2;	背景色*/
}

/*テーブル6
---------------------------------------------------------------------------*/
.ta6{
margin-top:30px;
margin-bottom: 0px;
margin-left:auto;margin-right:auto;
width: 460px;
/*border: 3px solid #d2d2d2;	テーブルの枠線の幅、線種、色*/
	border: 3px solid #d2d2d2;	/*テーブルの枠線の幅、線種、色*/
	font-size: 12px;
	/*font-weight: bold;*/
	line-height: 2;
	padding-top:0px;
	padding-bottom:0px;
}

/*テーブル内*/

.ta6 th{
	width: 20px;
	padding-top:0px;
	padding-bottom:10px;
	vertical-align: middle;
}

/*テーブル１行目に入った見出し部分*/
.ta6 th.tami{
    width: 440px;
    padding-top:10px;
	padding-bottom:0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}
.ta6 td{
	width: 420px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	font-size: 13px;
	vertical-align: middle;
}

.ta6 th.jpnt{
padding-right:10px;
}
/*その他
---------------------------------------------------------------------------*/

---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #493bff;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.gokushou{
font-size:10px;
}