/*-------▼ページ全体-----------------------------------------------------*/

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#663300;
	text-decoration: none;
	text-align: center;
	font-size: 8px;
	background-color: #FFFFCC;
}


/*-------▼ヘッダー-----------------------------------------------------*/

#header {
	height: 200px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top/head.jpg);
	background-repeat: no-repeat;
	background-color: #663300;
}


/*-------▼タイトル-----------------------------------------------------*/

#title {
	height: 20px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/top/linefooter.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
}

/*-------▼本体-----------------------------------------------------*/

#contents {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
}


/*-------▼メニュー----------------------------------------------------*/
#menu {
	width: 110px;
	height: auto;
	float: left;
	width: 110px;
}


/*-------▼メイン----------------------------------------------------*/

#main {
	width: 630px;
	height: auto;
	float: right;
	background-color: #FFFFFF;
	font-size: 12px;
	width: 630px;
	clear: none;
}


/*-------▼テーブル----------------------------------------------------*/


.tabletop{
	font-size: 7pt;
	text-align: center;
    width: 200px..5px solid #00FFFF;
	padding: 0px;
	width: 250px;
	margin: 0px;
	float: none;
}

.tablecenter10 {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

.tableleft10 {
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
	line-height: 12px;
}



/*-------▼フォント---------------------------------------------------*/
.font8c{
	font-size: 8pt;
	text-align: center;
       
}

.font8l{
	font-size: 8pt;
	text-align: left;
       
}


.font10l {
	font-size: 10px;
	text-align: left;
	line-height: 15px;
}

.font10c{
	font-size: 10px;
	text-align: center;
}

.font11l {
	font-size: 11px;
	text-align: left;
	line-height: 15px;
}

.font11c{
	font-size: 11px;
	text-align: center;
}

.font12l {
	font-size: 12px;
	text-align: left;
	line-height: 15px;
}

.font12c{
	font-size: 12px;
	text-align: center;
}


.font16 {
	font-size: 16px;
	font-weight: bold;
}


.fontred {
        font-size:9pt;
        font-weight:bold;
	    color: #CC0033;
        text-align:center;
}
.fontred2 {
        font-size:9pt;
        font-weight:bold;
	    color: #CC0033;
}



/*-------▼フッター-----------------------------------------------------*/
#footer {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	background-image:url(images/top/linefooter.gif);
	background-repeat: no-repeat;
	clear: both;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 15px;
}

/*-------▼リンク-----------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFCC66;
}
/*-------▲リンク-----------------------------------------------------*/
