@charset "shift_jis";

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif);
}

strong {
	color: #990000;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.look {
	background: #FFFFCC;
}


/*コンテナー
-------------------------------------------------------------------------------------
■背景画像を変えたい場合、背景画像をiamgesフォルダに入れて下の「container_bg.gif」を
その画像名に変更する。
-------------------------------------------------------------------------------------*/
#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y;
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}


/*ヘッダー
-------------------------------------------------------------------------------------
■「#header p」という項目は、ロゴ画像を使わずテキストでサイト名を入れる人のための設定です。
文字サイズの変更は「30px」で行います。
-------------------------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 100px;
	width: 800px;
	line-height: 1;
	color: #FFFFFF;
}
#header p {
	font-size: 30px;
	padding-top: 10px;
	padding-left: 20px;
}

#header h1 {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: normal;
}

/*サイド（メニュー）
-------------------------------------------------------------------------------------
■メニューの各見出し(メインメニューとか書いてある所)を変更したい場合、「#side h3」を編集する。
枠線の色を変えたい場合「#003A90」を希望色に変更する。背景色を変えたい場合「#00175A」を変更。
■メニューのリンクを変更したい場合、「#side .menu a」を編集する。
「border-left: 5px solid #0074BE」というのは左側の水色のアクセント用のラインの事。
5pxの幅で直線(solid)で#0074BE(水色)で入っています、という意味です。
また、下のアンダーラインはその下の「border-bottom: 1px dotted #FFFFFF」部分。dottedは点線という事。
あと、文字色は「color: #FFFFFF」部分です。
■メニューのリンク(カーソルオーバー時)を変更する場合、「#side .menu a:hover」を編集する。
ここでは、背景色を「#0074BE」の水色にして、左の線の色を「#FF0000」の赤にしています。
■「#side a」はメニュー下のテキストにリンクを貼った場合の設定です。
-------------------------------------------------------------------------------------*/
#side {
	float: left;
	width: 180px;
	background: #003a90;
	color: #FFFFFF;
	padding: 0px 10px 50px;
}

#side h3 {
	font-size: 13px;
	border: 3px double #003A90;
	text-align: center;
	background: #00175A;
	margin-top: 20px;
	margin-bottom: 5px;
}

#side p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
}

#side a {
	color: #FFFFFF;
}

#side li {
	margin-bottom: 5px;
}

#side .menu a {
	width: 160px;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 5px solid #0074BE;
	border-bottom: 1px dotted #FFFFFF;
	padding-left: 10px;
	display: block;
}

#side .menu a:hover {
	background: #0074BE;
	border-left: 5px solid #FF0000;
}


/*ヘッダーの下の電話番号表示部分
-------------------------------------------------------------------------------------
■右寄せでなく左寄せにしたい場合、下の「right」を「left」にするか、丸々削除すればOK。
-------------------------------------------------------------------------------------*/
#tel {
	background: #f5f5f5 url(images/tel_bg.gif) repeat-x;
	height: 40px;
	text-align: right;
}


/*メインコンテンツ
-------------------------------------------------------------------------------------
■「#main」は特に編集の必要なし。
■メインコンテンツの見出し(h2タグ部分)の文字サイズを変更したい場合、下の「#main h2」内にある
「font-size: 14px」の14pxを変更する。また、色を付けたい場合は以下の１行を追加すればいい。
color: #FF0000;
（→#FF0000部分は好きな色にして下さい。ちなみに#FF0000は赤色。）
-------------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 574px;
	margin-right: 13px;
	display: inline;
	padding-top: 20px;
	padding-bottom: 50px;
}

#main h2 {
	background: url(images/midashi_base1.gif) no-repeat;
	font-size: 14px;
	line-height: 34px;
	padding-left: 50px;
	padding-top: 4px;
}

#main h3 {
	background: url(images/midashi_base.gif) no-repeat;
	font-size: 14px;
	line-height: 34px;
	padding-left: 10px;
}

#main p {
	padding: 0px 10px 10px;
}

#main a:link {
	text-decoration: none;
        color: #0000ff;
}

#main a:visited {
	text-decoration: none;
        color: #0000ff;
}

#main a:hover {  
	text-decoration: underline;
        color : #ff6600;
}

#main a:active {
	text-decoration : none;
        color : #ff6600;
}

#main .rightClass{
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  float : right;
}

#main .leftClass{
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  float : left;
}

#main .check{
   list-style-type: none;
   background-image: url(images/check02.gif);
   background-repeat: no-repeat;
   background-position: 2px 4px;
   text-indent: 18px;
}

#main .check1{
   list-style-type: none;
   background-image: url(images/check3.gif);
   background-repeat: no-repeat;
   background-position: 3px 7px;
   text-indent: 18px;
}

#main span.yellow{
   background-color: #ffff80;
   padding: 0.1em 0.3px;
}

#main span.lime{
   background-color: #55ff55;
   padding: 0.1em 0.3px;
}

#main span.blue{
   background-color: #55ffff;
   padding: 0.1em 0.3px;
}

#main span.orange{
   background-color: #ffcc55;
   padding: 0.1em 0.3px;
}

#main span.red{
   background-color: #ff5555;
   padding: 0.1em 0.3px;
}

#main span.style{
   border-width: 3px;
   border-color: #003a90;
   border-style: outset;
   border-left-color: #f77979;
   background-color: #003a90;
   color: #ffffff;
   padding: 4px;
   padding-left: 30px;
   padding-right: 30px;
   font-weight: bold;
   width: 540px;
}

table {
   table-layout: fixed;     /* 固定レイアウト */
   border-collapse: collapse; /* 隣接する枠線を重ねる */
   border: 0px solid green;   /* 外枠：2px,実線,緑色 */
   width: 550px;              /* 表の横幅：540ピクセル */
   font-size: 14px;
   line-height: 130%;
}

table td {
   border: 0px solid green; /* 表内側の線：1px,実線,緑色 */
   padding: 3px;            /* セル内側の余白：3ピクセル */
}

table th.title {
   width: 9em;   /* セルの横幅：8文字分 */
}

p.normal_type{
   white-space:normal;
}

div.figure {
   text-align: center
}

/*メインコンテンツ内の「お知らせ」部分
---------------------------------------------------------------------------*/
#main DL.new {
	width : 540px;		/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left : 20px;
	padding: 10px;
	border-right: 1px solid #00382C;	/*What's Newのフチの右ライン。*/
	border-bottom: 1px solid #00382C;	/*What's Newのフチの下ライン。*/
	border-left: 1px solid #00382C;		/*What's Newのフチの左ライン。*/
	background: #f5f6f7;	/*What's Newボックスの背景色*/
        margin-top : 15px;
}

#main dt {
	font-weight: bold;	/*日付を太字に。通常の太さがいいなら、この1行を丸ごと削除。*/
	color: #00382C;		/*日付の文字色を緑（#00382C）に*/
}

#main dd {
	border-bottom: 1px dotted #1D5F87;	/*説明文の下に1pxの点線(dotted)を#1D5F87の色で入れる。*/
}


/*フッター
-------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 50px;
}



/*clearfix
-------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
