﻿@charset "utf-8";

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ffffff ;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
	height: 100%;
}



li {
list-style:none;
}


/* ページ本体のサイズ設定 */
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E1FFFF;
}

/* 画像に枠を付ける命令文*/
img.frame{
    padding:8px 8px;
    background-color:#ffffff;
    border-color:#dddddd #aaaaaa #aaaaaa #dddddd;
    border-width:1px;
    border-style:solid;
}



/* ここから上の段のナビゲーションボタンの設定 */

　　　/* 飛び出るボタン設定設定 */
.bot{margin-left:1em;}

          　　　/*リンクボタン通常時*/
a:link.sample{
    color:#ffffff;
    font-size: 15px;
    
}
　　　　　　　　/*マウスをのせた時*/
a:hover.sample{
    color:#ffffff;
    font-size: 15px;
    text-decoration:none;
    border-width:0px 1px 1px 0px;
    border-style:solid;
    border-color:#ffffff;
    position:relative;
    top:-2px;
    left:-2px;
}

　　　　　　　　/*１度見たあとの設定*/
a:visited.sample{
    color:#ffffff;
    font-size: 15px;
}

　　　　　　　　/*ボタンを押した時*/
a:active.sample{
color:#ffffff;
    text-decoration:none;
    border-width:1px 0px 0px 1px;
    border-style:solid;
    border-color:#ffffff;
    position:relative;
    top:2px;
    left:2px;
    padding-left:3px;
}

　　　　/* 帯の色・サイズ・文字の設定 */
#lead  {
	clear: both;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	height: 25px;
	background-color: #3399cc;
	padding-top: 5px;
}







/* ここから左側のナビゲーションボタンの設定 */
#content_left {
	width: 160px;
	height: 100%;
	float: left;
	
        background-color: #FFFFCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}


#naviBtn01 {
	height: 35px;
	overflow: hidden;
}
#naviBtn01:hover {
	height: 100%;
	overflow: auto;
}
#naviBtn02 {
	height: 35px;
	overflow: hidden;
}
#naviBtn02:hover {
	height: 100%;
	overflow: auto;
}

#naviBtn03 {
	height: 35px;
	overflow: hidden;
}
#naviBtn03:hover {
	height: 100%;
	overflow: auto;
}

#naviBtn04 {
	height: 35px;
	overflow: hidden;
}
#naviBtn04:hover {
	height: 100%;
	overflow: auto;
}

#content_left h5 {
	display: block;
	height: 30px;
	margin-bottom: 5px;
}
#content_left h5 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	background-color: #3399cc;
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 30px;
	background-image: url(images/top/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#content_left h5 a:hover {
	background-image: url(images/top/bullet_over.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#content_left h6 {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	font-weight: normal;
}
#content_left h6 a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#content_left h6 a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#content_left .pulldown {
	margin-bottom: 20px;
	margin-left: 30px;
}

#content_left h4 {
	display: block;
	height: 30px;
	margin-bottom: 5px;
}
#content_left h4 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	background-color: #3399cc;
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 30px;
	background-image: url(images/top/bullet_pen.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}



/* ここから右側のリンクボックスの設定 */
#content_right {
	float: right;
	width: 160px;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#content_right .box {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
　　　　/* 青帯部分の設定 */
#content_right .box h4 {
	color: #FFFFFF;
	text-align: center;
	background-color: #3399CC;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	padding-top: 6px;
}

　　　　/* 赤帯部分の設定 （緊急連絡）*/
#content_right .box h2 {
	color: #FFFFFF;
	text-align: center;
	background-color: #ff0033;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	padding-top: 6px;
}

　　　　/* ボックス内の通常文字の設定 */
#content_right .box p {
	font-size: 11px;
	padding: 5px;
	line-height: 15px;
}



/* ここから真ん中の記事部分のボックスの設定 */

#content_center {
	height: 100%;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}

　　　/* 通常の文字の設定 */
#content_center p {
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	margin-bottom: 20px;
}


    /* 青文字　青のアンダーライン */
#content_center h6 {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}

　　　/* 緑文字　青の点線アンダーライン */
#content_center h3 {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image:url(images/top/bg02.jpg);
        background-repeat:no-repeat；
	margin-bottom: 5px;
}

　　　/* 赤文字　青のアンダーライン */
#content_center h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image:url(images/top/bg03.jpg);
        background-repeat:no-repeat；
	margin-bottom: 5px;
}

　　　/* 画像の設定 */
#content_center img {
	float: left;
	margin-right: 10px;
}

#content_center .box {
	height: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



　　　



/* ここからＴＯＰページ以外の記事部分のボックスの設定　サイズ以外はセンターと一緒 */

#content_mid {
	height: 100%;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}
　　　　/* 青文字　青のアンダーライン */
#content_mid h6 {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image:url(images/top/bg01.jpg);
        background-repeat:no-repeat；
}
#content_mid .box {
	height: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
　　　　/* 緑文字　青の点線アンダーライン */
#content_mid h3 {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0000FF;
	margin-bottom: 5px;
}
        /* 黒文字　青の点線アンダーライン */
#content_mid h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0000FF;
	margin-bottom: 5px;
}

#content_mid img {
	float: left;
	margin-right: 10px;
}
#content_mid p {
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	margin-bottom: 20px;
}







/* ここからフッターの設定 */



#footer {
	clear: both;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 25px;
	background-color: #0099cc;
	padding-top: 5px;
}
#content_center .content_topic {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 370px;
}
#content_center .content_topic table {
	font-size: 12px;
	line-height: 16px;
}



