/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	line-height:110%;
}


/* ----- float解除 ----- */

div.clear
{
	clear:both;;
}

div.clear hr
{
	display:none;
}


/* ----- リンク ----- */

a
{
	color:#0000ff;
	background:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#006699;
	background:#ffffff;
	text-decoration:underline;
}


/* ----- body ----- */

body
{
	color:#000000;
	background:#e6e6ff url(../images/main_bg.gif) repeat-y 50% 0;
	text-align:center;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height:130%;
}

.fs121 {font-size: 12px; color: #FF0000; font-weight: bold;}
.fs14 {font-size: 14px; color: #000000;}
.fs140 {font-size: 14px; color: #000000; font-weight: bold;}
.fs141 {font-size: 14px; color: #FF0000; font-weight: bold;}
.fs143 {font-size: 14px; color: #0000ff; font-weight: bold;}
.fs160 {font-size: 16px; color: #000000; font-weight: bold;}
.fs161 {font-size: 16px; color: #ff0000; font-weight: bold;}
.fs181 {font-size: 18px; color: #FF0000; font-weight: bold;}
.fs182 {font-size: 18px; color: #000066; font-weight: bold;}

.fsroll {font-size: 14px; color: #666666;}

/* ----- サイト全体 ----- */

div#site-container
{
	width:940px;
	color:#000000;
	background:#ffffff;
	margin:0 auto;
	text-align:left;
}


/* ----- ヘッダー部分 ----- */

div#catch
{
	color:#666666;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
    padding:5px;
}

.headH1 {
font-size:11px;
line-height:12px;
margin:5px 0px 0px 0px;
padding:0px;
}

div#header
{
	padding:0px;
	margin:0px;
}

div.navi
{
	float: left;
}

div#pan
{
	font-size: 12px;
	text-align: right;
	padding:5px 0px;
}

div#footer-navi
{
	font-size:12px;
	text-align: center;
	padding:5px;
	margin:0px;
}

div#footer
{
	font-size:12px;
	color:#ffffff;
	background:#000099;
	text-align: center;
	padding:5px;
	margin:0px;
}

/* ----- コンテンツ全体 ----- */

div#container
{
	text-align: left;
	padding:0px;
}


/* ----- メインコンテンツ ----- */

div#content
{
	float: left;
	font-size:14px;
	width:720px;
	margin-left: 10px;
}

div#content h2
{
	font-size:16px;
	border-color: #666666;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-bottom: 3px;
}

div#toi-box
{
	text-align: left;
	margin: 10px 10px;
}

div#backhome
{
	text-align: right;
	font-size: 12px;
	margin: 10px 10px;
}

div.list-box
{
	text-align: left;
	margin: 10px 10px;
	line-height:160%;
}



/* ----- サブコンテンツ ----- */

div#sub-content
{
	float: left;
	width:510px;
	margin-left: 10px;
}

div#sub-foot
{
	font-size:12px;
	width:500px;
	margin-left: 200px;
}

/* ----- サイドバー ----- */

div#sidebar
{
	float:left;
	font-size:12px;
	width:190px;
	margin-left: 10px;
}

div.sidebar-banner

{
	margin-bottom: 10px;
}

div.sidebar-box

{
	margin: 0px;
	padding: 0px;
}


div#sidebar-left
{
	font-size:12px;
	float:left;
	width:150px;
}

div#sidebar-left a:link {
	color: #000000;
	text-decoration: none;
}
div#sidebar-left a:visited {
	color: #000000;
	text-decoration: none;
}
div#sidebar-left a:hover {
	color: #CC0099;
	text-decoration: none;
}

div.side-menu {
	font-size:14px;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

/* 通常時 */
div.side-menu a {
    display: block;
    color: #0000FF;
    text-decoration: none;
	text-align: left;
   	background-image: url(../images/bn-mea.gif);
   	background-position: left center;
	height: 17px;
	width: 170px;
   	margin:0px 0px;
	padding:3px 0px 0px 20px;
}
/* マウスが乗った時 */
div.side-menu a:hover {
   	color:#800080;
   	text-decoration: none;
	text-align: left;
   	background-image: url(../images/bn-meb.gif);
   	background-position: left center;
	height: 17px;
	width: 170px;
   	margin:0px 0px;
	padding:3px 0px 0px 20px;
}

div.side-menu-e {
	font-size:14px;
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 100%;
}

/* ----- 選択 ----- */

div.top-select
{
                float:left;
	width:250px;
	height:100px;
	padding:0px;
	margin:10px;
}


/* ----- サイト内検索 ----- */

div.search-form
{
	margin:0 0 20px 0;
}

div.search-form form
{
	background:url(../images/search_bg.gif) repeat-x 0 0;
	padding:10px;
}

div.search-form fieldset
{
	border:none;
}

div.search-form legend
{
	font-size:70%;
	color:#666666;
	background:inherit;
	margin:0 0 5px 0;
}

div.search-form input.search-input
{
	width:110px;
	font-size:80%;
	margin:0 0 5px 0;
}


/* ----- 共通 ボックス ----- */

.bfl {
	float: left;
	padding:0px;
	text-align: left;
}

.bfc {
	float: left;
	padding:0px;
	text-align: center;
}

.b110 {
	float: left;
	width:110px;
	margin-right: 10px;
	text-align: left;
}

.b190 {
	float: left;
	width:190px;
	margin-right: 10px;
	text-align: left;
}

.b150 {
	float: left;
	width:150px;
	margin-right: 10px;
	text-align: left;
}

.b270 {
	float: left;
	width:270px;
	margin:0px;
	text-align: center;
}

.b300 {
	float: left;
	width:300px;
	margin-right: 20px;
	text-align: left;
}

.b400 {
	float: left;
	width:400px;
	margin:0px;
	text-align: left;
}

.b500 {
	float: left;
	width:500px;
	margin:0px;
	text-align: left;
}

.b720 {
	float: left;
	width:720px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}



.cfl {
	padding:0px;
	text-align: left;
}

.cfl1 {
	padding:0px;
	margin-top: 5px;
	margin-left: 14px;
	margin-bottom: 5px;
	text-align: left;
}


.cfc {
	padding:0px;
	margin:0px auto;
	text-align: center;
}

.cfr {
	padding:0px;
	text-align: right;
}





.c650 {
	width:650px;
	margin-left: 35px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.c700 {
	width:700px;
	margin: 10px auto;
	text-align: left;
}

.c701 {
	width:700px;
	margin: 10px auto;
	text-align: center;
}


















.c380 {
	width:380px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.c451c {
	clear:both;;
	width:450px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.c480 {
	width:480px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.c500 {
	width:500px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: left;
}

.c500w {
	width:480px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding:10px;

	text-align: left;
	background-color: #ffffcc;

	border-style:solid;
	border-width: 2px;
	border-color: #999999;

}


.c670 {
	width:670px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: left;
}




/* ----- 共通 テーブル ----- */

table.st1 {
	width: 500px;
	font-size: 14px;
	margin-bottom: 5px;
	table-layout:fixed;
	border-collapse: collapse;
}

table.st2 {
	width: 600px;
	font-size: 14px;
	margin-bottom: 5px;
	table-layout:fixed;
	border-collapse: collapse;
}

table.st4 {
	width: 600px;
	font-size: 14px;
	margin-bottom: 5px;
	table-layout:fixed;
	border-collapse: collapse;

	border:1px solid #FF6600;
	padding:5px;
}

table.st5 {
	width: 640px;
	font-size: 14px;
	margin-bottom: 5px;
	table-layout:fixed;
	border-collapse: collapse;
}


table,td {
	border:1px solid #999999;
	padding:5px;
}


th {
	border:none;
}



td.it11 {
	width:110px;
	text-align: left;
	background-color: #E7E7E7;
}

td.it21 {
	width:120px;
	text-align: left;
	background-color: #ffffcc;
}

td.it22 {
	width:150px;
	text-align: left;
	background-color: #FFE3B9;
}


td.it31 {
	width:120px;
	text-align: center;
}



th.kt41 {
	width:150px;
	text-align: center;

	border:1px solid #FF6600;
	padding:5px;
}

th.kt42 {
	width:150px;
	text-align: center;
	background-color: #FFE3B9;

	border:1px solid #FF6600;
	padding:5px;
}

th.kt43 {
	width:280px;
	text-align: center;

	border:1px solid #FF6600;
	padding:5px;
}

td.it41 {
	width:150px;
	text-align: left;

	border:1px solid #FF6600;
	padding:5px;
}

td.it42 {
	width:150px;
	text-align: right;
	background-color: #FFE3B9;

	border:1px solid #FF6600;
	padding:5px;
}

td.it43 {
	width:280px;
	text-align: left;

	border:1px solid #FF6600;
	padding:5px;
}

td.it51 {
	width:150px;
	text-align: center;
}


/* ----- 掲示板 テーブル ----- */

table.st00 {
	width: 720px;
	margin: 0px auto 5px auto;
	table-layout:fixed;
	border-style:hidden;
	border-collapse: collapse;

	border:1px solid #FFFFFF;

}

td.it00 {
	text-align: left;
	font-size:14px;

	border:1px solid #FFFFFF;
	padding:0px;
}

td.mainh {
	text-align: center;
	font-size: 13px;
	font-weight: bold;

	white-space: nowrap;

	background-color: #dddddd;
	padding:5px auto 5px auto;
}

td.mainl {
	text-align: left;
	font-size: 13px;

	background-color: #ffffff;
	padding:5px auto 5px auto;
}

td.mainc {
	text-align: center;
	font-size: 13px;

	white-space: nowrap;

	background-color: #ffffff;
	padding:5px auto 5px auto;
}





/* ----- サブテンプレート用 ----- */

.underc {
	width:700px;
	margin: 10px 0px;
	text-align: left;
}

.underb {
	width:700px;
	margin: 10px 0px;
	text-align: center;

	font-size: 16px;
	font-weight: bold;
}

.blwaku {
	float: left;
	width:500px;
	margin: 0px 10px 0px 0px;
	padding:5px;
	text-align: left;
	color:#FF0000;
	font-weight:bold;
	
	border-width: 1px;
	border-style: solid;
	border-color:#0000FF;

}

