/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


/* リンク色（ページ全体） */

a { color: #0000FF; text-decoration: underline; }
a:hover { color: #ff9900; }


/* リンク色（ヘッダー） */

#banner a { color: #006699; text-decoration: none; }
#banner a:hover { color: #006699; }


/* リンク色（サイドメニュー） */

.module-content a { color: #fff; }
.module-content a:hover { color: #ff9900; }

/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* ページレイアウト */

body
{
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ヘッダー（サイトタイトル） */
#banner{
	position: relative;
	width: 776px; /* necessary for ie win */
	height: 120px;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#banner-inner
{
   position: static;
   width: 730px;
   height: 95px;
   background: url(img/top.gif)  no-repeat;
}

h1
{
   margin: 0;
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:40px; right:5px;
}

/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
	position: relative;
	width: 776px;
	text-align: left;
	background-image: url(img/shadow.gif);
	background-repeat: repeat-y;
}

#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#beta 
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
}

/* メインコンテンツ基本レイアウト（記事部分） */

#alpha {
	width: 491px;
	margin-top: 0;
	margin-bottom: 10px;
	left: auto;
	margin-left: 23px;
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta 
{
	width: 210px;
	margin-right: 13px;
	float: right;
}

/* 記事部分コンテンツ */

h2
{
	position: relative;
	width: auto;
	height: 29px;
	padding-left: 15px;
	padding-top: 3px;
	color: #333333;
	background: url(img/ah.gif)  no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.img { float: left; margin: 5px 5px 5px 0; }

h3
{
   margin-top: 20px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}

.entry
{
    line-height: 1.5;
    margin: 10px;
}

.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #666;
   color: #999;
}

.gotop { text-align: right;  clear: both;}

#footer
{
	width: 776px; /* necessary for ie win */
	height: 80px;
	position: relative;
	clear: both;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
}

#footer-inner
{
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
}

.footer-navi
{
	font-size: 10px;
	text-align: center;
	line-height: 23px;
	clear: both;
	color: #fff;
	width: 750px;
	height: 20px;
	background-image: url(img/undermenu.gif);
	margin-right: auto;
	margin-left: auto;
}

.footer-navi a
{ 
   color: #fff;
}

/* サイドメニュー内部 */

.module-header
{
	width: 210px;
	height: 32px;
	font-size: 12px;
	line-height: 16px;
	background-image: url(img/sidemenu01.gif);
	margin-top: 15px;
	position: relative;
}

.module
{
   position: relative;
   overflow: hidden;
   width: 180px; 
   margin: 0 5px;
   padding: 0;
}

.module-content
{
   position: relative;
   color: #666;
	margin:0px 0 0 0;
	padding:0px 0 0px 0;
}

#beta p.center-p{
	margin-top:0px;
	margin-bottom:15px;
	margin-left:37px;
	margin-right:0;
	padding:0;
}

#beta ul {
	margin:0;
	padding:0 0 2px 0;
	background-color:#ced9f5;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00FFFF;
	width: 209px;
	margin: 0;
}
#beta ul li {
	margin:0;
	padding:0;
}
#beta ul li a {
	width: auto;
	height: 35px;
	text-indent: 5px;
	display: block;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
	letter-spacing: 0.1em;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	background-image: url(img/bullet01.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 30px;
	color: #000000;
	padding-top: 8px;
}
#beta ul li a:hover {
	color: #FF0000;
	background-color: #99ccff;
	background-image: url(img/bullet02.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.module-footer {
	background-image: url(img/sidemenu02.gif);
	height: 20px;
	width: 210px;
}


#dropin .title {
	color: white;
	font-weight: bold;
}

#dropin .report {
	color: #FF3300;

}
#dropin .kyocho {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#dropin p {
	font-size: 14px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 10px;
}
#dropin .kyocho2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
#topmenu {
	height: 40px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#menu a span{display:none;}


ul#menu li{
	list-style:none;
	float:left;
    width:150px;
}

ul#menu a{
	display:block;
	width:150px;
	height:40px;
	background-image:url(img/topmenu.gif);
	float: left;

}
ul#menu {
	height: 40px;
	width: 750px;
	margin: 0px;
	padding: 0px;
}

.menu1 a{
    background-position:0px 0px;
}
.menu1 a:hover{
	background-position:0px -40px;
}
.menu2 a{
    background-position:-150px 0px;
}
.menu2 a:hover{
    background-position:-150px -40px;
}
.menu3 a{
    background-position:-300px 0px;
}
.menu3 a:hover{
    background-position:-300px -40px;
}
.menu4 a{
    background-position:-450px 0px;
}
.menu4 a:hover{
    background-position:-450px -40px;
}
.menu5 a{
    background-position:-600px 0px;
}
.menu5 a:hover{
    background-position:-600px -40px;
}
#banner p {
	color: #FFFFFF;
	margin-left: 42px;
	margin-top: 7px;
}
.pankuzu {
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
}
table.type1 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	line-height:140%;
	border:solid 1px #0066cc;
	background:#ffffff;
	margin:15px auto 15px auto;
}
table.type1 th {
	text-align:left;
	padding:2px 5px;
	border:solid 1px #0066cc;
	background:#def2fa;
	width:30%;
}
table.type1 th.top1 {
	text-align:left;
	padding:2px 5px;
	border:solid 1px #0066cc;
	background:#def2fa;
	width:25%;
}
table.type1 th.top2 {
	text-align:center;
	padding:2px 5px;
	border:solid 1px #0066cc;
	background:#def2fa;
}


table.type1 th.t-red {
	text-align:center;
	padding:2px 5px;
	border:solid 1px #0066cc;
	background:#ffeaea;
	width:30%;
}
table.type1 th.t-green1 {
	text-align:center;
	padding:2px 5px;
	border:solid 1px #0066cc;
	background:#dbf1db;
	width:30%;
}

table.type1 td {
	text-align:left;
	vertical-align:top;
	padding:5px;
	border:solid 1px #0066cc;
}

table.type1 td.naka {
	text-align:center;
	vertical-align:top;
	padding:5px;
	border:solid 1px #0066cc;
}

table.type1 td.w1 {
	text-align:left;
	vertical-align:top;
	padding:5px;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #0066cc;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #0066cc;
	background:#ffffff;
}
table.type1 td.t-red {
	text-align:center;
	vertical-align:top;
	padding:5px;
	border:solid 1px #0066cc;
	background:#ffeaea;
}
table.type1 td.t-green {
	text-align:center;
	vertical-align:top;
	padding:5px;
	border:solid 1px #0066cc;
	background:#dbf1db;
}
table.type1 td.t-red2 {
	text-align:left;
	vertical-align:top;
	padding:5px;
	border:solid 1px #0066cc;
	background:#ffeaea;
}
table.type1 td.t-green2 {
	text-align:left;
	vertical-align:top;
	padding:5px;
	border:solid 1px #0066cc;
	background:#dbf1db;
}


table.type1 td.submit {
	text-align:center;
	vertical-align:top;
	padding:5px;
	border:none;
	font-size:80%;
	font-weight:normal;	
}

.red {
	color:#ff3300;
}
