﻿body{
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 16px;
	background-color: #1F3F65;
	background-attachment: fixed;
}

a:link {
	font-weight: bold;
	color: #0bb4d1;
}

a:visited {
	font-weight: bold;
	color: #0bb4d1;
}

a:hover {
	font-weight: bold;
	color: #0bb4d1;
}

a:active {
	font-weight: bold;
	color: #0bb4d1;
}

hr{

	border:none;
	height:1px;
	color:#394d63;

	margin-top: 0px;
}

div.hr{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: circle;
}

/* リンク用パネル */

table.linkbox{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	width:1006px;
}

td.linkbox{
	text-align:center;
	border: 1px solid #394d63;

	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}



/* 告知見出し */

table.topix{
	margin-top: 24px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;

	width:1006px;
}

td.topix{
	font-weight: bold;
	color:#FFF;
	background-color: #35B3FF;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}

table.date{
	margin-top: 24px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	
	width:1006px;
}
td.date{
	font-size: 18px;
	font-weight: bold;
	color:#FFF;
	background-color: #098B98;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}

/* 文章系 本文 */

div.longtext{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 32px;
	padding-right: 16px;

	color:#FFF;
	line-height:20px;
}

/* 本文用パネル */

table.textbox{
	margin-top: 8px;
	margin-bottom: 16px;
	margin-left: -16px;
	margin-right: 0px;
	width:100%;
}

td.textbox{
	font-weight: bold;
	color:#bfdeff;
	text-align:left;
	border: 1px solid #394d63;
	line-height:32px;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
}

/* 強調 */

span.orange{
	color:#ffba3f;
}


/* リンクボタン */

table.linkbutton{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	width:1006px;

}

tr.linkbutton{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

td.linkbutton{
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	border: 0px solid;
	background-color: #21516b;
	height: 64px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

a.button{
	display:block;
	width: 100%;
	height: 64px;
	vertical-align:middle;

	text-align:center;
	text-decoration: none;
	font-weight: bold;
	color:#bfdeff;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 24px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
/* フォームボタン */
form.areaButton{text-align: center;}

.submit_button_a {	
	background: #EEE;
    border-top: 3px solid #DDD;
    border-left: 3px solid #DDD;
    border-right: 3px solid #BBB;
    border-bottom: 3px solid #BBB;
    color:#111;
    width: 100px;
    height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.submit_button_b {	
	background: #EEE;
    border-top: 3px solid #DDD;
    border-left: 3px solid #DDD;
    border-right: 3px solid #BBB;
    border-bottom: 3px solid #BBB;
    color:#111;
    width: inherit;
    height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#site-box {
          width : 750px;
}

#a-box {
}

#b-box {
          float: left;
          width: 500px;
}

#c-box {
          float: right;
          width: 250px;
}

#d-box {    }

img {
    border-style:none;
}
