﻿@charset "UTF-8";

/* ブラウザスタイルの初期化 */

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
}


/* body
_____________________________________________________________________ */
body {
	background:#ffffff url(../images/bg.gif) repeat;
	color: #444;
	font-size: 13px; /* 基本文字サイズ */
	*font-size: small; /* IE7およびIE6標準準拠モード適用 */
	*font: x-small; /* IE6後方交互モード適用 */
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック";
	text-align:center;
}




/* リンクテキスト */

a {
	text-decoration: none;
	}
a:link {
	color: #0099CC;
	}
a:visited {
	color: #0099CC;
	}
a:hover,
a:focus,
a:active {
	color: #fff;
	background-color:#0099CC;
	}

/* 画像 */

img {
	border: 0;
	}





/* ページの基本構造
------------------------------------------------------------ */

/* 全体のコンテナ */
#container {
	width: 808px;
	margin: 0 auto;
	background:#ffffff url(../images/bg_contents.gif) repeat-y;
}



#header,
#content,
#footer{
	margin:auto;
	width:774px;
	background-color:#fff;
	text-align:left;
}




/* main
_____________________________________________________________________ */

#main{
	margin-right:20px;
	display:inline;
	float:right;
	width:534px;
}




/* side
_____________________________________________________________________ */

#side{
	margin:0;
	padding:0;
	float:left;
	width:210px;
}



/* footer
_____________________________________________________________________ */

#footer {
	width: 774px;		/* IE5.5-6.0対策 */
	clear: both;
	background: #ffffff;
	text-align:center;
	padding-bottom:45px;
}


/* 著作権表示 */
address {
	font-size:80%;
	color:#333333;
	padding:10px 30px;
	line-height:1.5;
	text-align:center;
	background: url(../images/bg_footer.gif) no-repeat;
}

#footer p {
font-size:70%;
color:#666666;
margin:1em;
}




/* return
_____________________________________________________________________ */
#return {
	margin:0;
	padding:0 10px 5px;
	clear:both;
	}
.return {
	margin:40px 0 10px;
	padding:5px 0;
	font-size:77%;
	text-align: right;
	clear:both;
	}







h1 {
	font-size: 100%;
	font-weight:normal;
	margin-bottom:10px;
	padding:16px 0 20px 30px;
	background: url(../images/bg_tit.gif) no-repeat;
	}




h2 {
	font-size: 100%;
	font-weight:bold;
	margin:40px 0 15px;
	padding:5px 0 5px 9px;
	border-bottom: 1px solid #009933;
	color:#009933;
	border-left: 6px solid #009933;
	clear:both;
	}

h3 {
	font-size: 100%;
	font-weight:bold;
	margin:2em 0 0.5em;
	padding:0 5px;
	color:#FF3300;
	border-left: 12px solid #ff3300;
}



/* txt
_____________________________________________________________________ */
.txtm {
 font-size:100%;
 line-height:1.6;
}

.txtmb {
	font-size:100%;
	line-height:1.5;
	font-weight:bold;
}

.txts{
 font-size:85%;
 line-height:1.4;
}

.txtred{
	color:#FF3300;
}

.txtpink{
	color:#FF0099;
	font-size:105%;
	font-weight: bold;
}

.txtgreen{
	color:#339900;
}

.txtorange{
	color:#FF6600;
}



strong {
	font-weight:bold;
}

em{
	color:#FF3300;
	font-size:105%;
	font-weight:bold;
}


/* Link arrow01
_____________________________________________________________________ */
ul.arrow01 {
  margin: 0;
	padding: 0;
}

ul.arrow01 li {
  margin: 0 15px 0 0;
	padding:0.2em 13px;
	background:url(../images/arrow01.gif) no-repeat 0 center;
	list-style:none;
	font-size: small;
}


/* Link arrow02
_____________________________________________________________________ */
ul.arrow02 {
  margin:0;
	padding-bottom:30px;
	clear:both;
}

ul.arrow02 li {
	margin:5px 2px;
	padding:0.2em 16px;
	background:url(../images/arrow02.gif) no-repeat 0 center;
	list-style:none;
	font-size:100%;
	float:left;
}



/* top news
_____________________________________________________________________ */
ul.news {
  margin: 0;
	padding: 5px ;
}

ul.news li {
	margin-bottom:0.3em;
	padding:0.3em 15px;
	background:url(../images/arrow01.gif) no-repeat 0 0.6em;
	list-style:none;
	font-size:92%;
	line-height:1.4;
	border-bottom: 1px dashed #CCCCCC;
}





/* navigation
_____________________________________________________________________ */

#navigation{
	padding:10px;
	margin:10px;
	font-size:85%;
	border-bottom: 1px dotted #cccccc;
}

/* sitemap
_____________________________________________________________________ */
.sitemap {
	padding-left:5px;
	font-size:77%;
	text-align: right;
	border-left: 3px solid #006633;
	float:right;
	}



.section {
margin:20px 0;
clear:both;
}





/* 
_____________________________________________________________________ */

.right{	text-align:right;}

.center{	text-align:center;}

.flotRight{
	float:right;}

.flotLeft{
	float:left;}

.imgRight{
	float:right;
	margin:0 0 0.8em 0.8em;
}

.imgLeft{
	float:left;
	margin:0 0.8em 0.8em 0;
}




/* table data
_____________________________________________________________________ */

table.data	{
	border-collapse:collapse;
	border:solid 1px #999;
	border-spacing:0;
	empty-cells: show;
	font-size:92%;
	width:100%;
}

table.data th,
table.data td {
	padding:5px;
	border:solid 1px #999;
}

table.data th{
	background-color:#eaeaea;
	text-align:left;
}



table.data td{
	background-color:#fff;
}





/* table layout
_____________________________________________________________________ */

table.layout	{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells: show;
	font-size:92%;
}

table.layout td {
	padding:5px;
	line-height:1.5;
	vertical-align:top;
}

