/* リバーサル横浜　CSS Document トップページ・共通部分*/

/* ボディ部分 */
body {
		background:url(../images/common/bg.gif) ;
	
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", "Osaka", sans-serif;
	}


a {
	color: #0000FF;
	}
	

a:hover {
	color: #0000FF;
	}



.font_red{
color:#FF0000;
}

.font_yel {
color:#FDB913;
}
/* ボディ部分終了 */




/* コンテナー部分 */
#container {
	width: 1010px;
	text-align: center;
		
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	}
	
/* コンテナー部分終了 */

/* コンテナー左部分終了 */
#container_left {
	float:left;
	width: 800px;
	text-align: center;
	background-color: #FFFFFF;

	}
	
	
/* コンテナー左部分終了 */

/* コンテナー右部分終了 */
#container_right {
	float:left;
	width: 170px;
	margin-left: 5px;
	margin-top: 10px;

	}
	
	
.rightbana {
	margin: 5px 0px 0px 0px;
}
	
/* コンテナー右部分終了 */

/* フォーム部分 */
form {
	margin: 0px;
}
/* フォーム部分終了 */



/* ヘッダー部分 */	
#header {
	width: 800px;
	text-align: center;
	margin: 0;
	padding: 0;

	}
	
	
.headtitle {
background:url(../images/common/bg.gif) ;
height: 80px;
text-align: left;
clear: both;
}


.headtitle_l {
float: left;
}

.headtitle_r {
float: left;
padding: 10px 0 0 35px;

}





.headmenu {
	height: 30px;
	clear: both;
	text-align:left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}


.headmenu ul {
list-style: none;
margin: 0;
padding: 0;

}

.headmenu ul li {
float: left; 
	margin: 0;
	padding: 0;
}


.head {
	margin: 0 ;
	padding: 0;
	overflow: hidden;
		clear: both;
}



	
/* ヘッダー部分終了 */	

/* コンテンツ部分 */	
#content {
	width: 800px;
	clear: both;

	}
	
/* コンテンツ部分終了 */
	
/* 左部分 */
#left {
	width: 180px;
	float: left;
	margin: 10px 10px 10px 10px;
	font-size: 80%;
	text-align: left;

	}
	
.sidebana {
margin: 0 0 10px 0;
padding: 0;
}


.sidetitle {
margin: 0 0 5px 0;
text-align: left;

}



/*ファイタープロフィールボタン*/
.fighterprof {
overflow: hidden;
clear: both;
margin-bottom: 10px;
}

.prof {
margin: 0;
padding: 0;
clear: both;
}

.ofblog {
margin: 0;
padding: 0;
clear: both;
}


	
/* 真ん中部分*/
#main {
	width: 390px;
	float: left;
	padding: 10px 0px 10px 0px;
	line-height: 140%;
	font-size: 80%;
	}


/*トピックス、コンセプト*/
.topics, .concept {
	background-color: #F3F3F3;
	height:auto;
	overflow: hidden;
	border: #CCCCCC solid 1px;
	padding: 10px;
	}

.mainline {
margin: 10px 0 10px 0;
}

.maind {
margin: 10px 0 10px 0;
}


/*5つ星*/
.star {
padding: 10px 0 10px 10px;
border: 1px solid #CCCCCC;
margin-bottom:10px;
overflow:hidden;
clear: both;
height: 115px;

}


.star_l{
text-align: left;
float: left;
margin-right: 10px;
width: 220px;
}

.star_r{
float: left;
width: 130px;
}


	
/*NEWS*/

.news ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	margin-top: 5px;
	width: auto;
	height: auto;
	margin-bottom: 5px;
	overflow: hidden;	
}

.news li {
	text-align: left;
	background:url(../images/micon.gif) no-repeat 10px 3px;
	padding: 0px 0px 5px 20px;
}
	
.news {
	padding-bottom: 10px;
	width:auto;
	height:auto;
	overflow: hidden;
	clear:both;
	text-align:left;
	}





/* 右部分 */
#right {
	width: auto;
	float: left;
	padding: 10px 0px 10px 10px;
	font-size: 80%;

	}

.right_info{
text-align: left;
width: 185px;
line-height: 140%;
}

.right_info ul{
margin: 0;
padding: 0;
list-style: none;
}

.right_info ul li{
padding: 4px 0 4px 7px;
background:url(../images/common/micon.gif) no-repeat 0px 9px;
}
		
/* フッター部分 */
#footer {
	height: auto;
	clear: both;
	width: auto;
}


.footback {
	height:75px;
	/*text-align: right;*/
		text-align: center;
		background:url(../images/common/bg.gif) ;
}

.toplink {
	font-size: 75%;
	text-align: right;
	padding: 10px 10px 2px 0px;
	border-bottom: 5px solid #FDB913;

}


.toplink a {
	color: #000000;
	text-decoration: none;
	}

.toplink a:hover {
	color:#CC0000;
	}


.copy {
	padding: 3px 10px 0px 0px;
	font-size: 75%;
	color: #FFFFFF;

}

.fp {
	float: left;
	text-align: left;
	padding: 10px 0px 0px 10px;
	font-size:11px;
}

.footmenu {
	text-align: right;
	padding:7px 10px 0px 0px;
}
	
.footmenu a {
	color: #000000;
	text-decoration: none;
	}

.footmenu a:hover {
	color:#CC0000;
	}
	

.info {
	text-align: right;
	padding:7px 10px 0px 0px;
}
	
/*フッター部分終了 */



/*------------------------
中ページ
--------------------------*/

/*中のコンテンツ*/
	
#submain {
	width: auto;
	float: left;
	padding: 10px 0 10px 0px;
	line-height: 140%;
	width: 590px;
	font-size: 80%;
	text-align: left;
	}


/*真ん中　タイトル*/
#submain h5 {
	background:url(../images/common/titleback.gif) ;
	text-align: left;
	padding: 5px 0px 0px 20px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	height: 25px;
	}
/*真ん中　タイトル終了*/

	
h5 {
margin: 0;
}


.pankuzu {
	text-align:left;
	padding: 5px 0px 20px 6px;
}

.pankuzu a {
	text-decoration: none;
}

.pankuzu a:hover {
	text-decoration: underline;
}


/*中のコンテンツ終了*/


/* 中のタイトル終了*/


/*------------------------
スケジュール
--------------------------*/
.about {
text-align: right;
padding: 10px 0 10px 0;
clear: both;
}


/*------------------------
インスト紹介
--------------------------*/
.f_table {
border: 1px dotted #CC0000;
}

.f_table2 {
border: 1px dotted #CC0000;
}

.f_table2 th {
background-color:#DFDFDF;
padding: 5px 0 5px 10px;
text-align: left;
border-bottom: 1px dotted #666666;
}

.f_table2 td {
border-bottom: 1px dotted #666666;
padding: 5px 5px 5px 10px;
text-align: left;
}

.pr_name {
background-color: #CCCCCC;
padding: 5px 0 5px 10px;
font-weight: bold;
text-align: left;
}


.pr_list ul   {
list-style: none;
margin: 0;
padding: 0 0 0 10px;
}

.pr_list ul li  {
background:url(../images/common/micon.gif) ;
background-position: left center;
background-repeat: no-repeat;
padding: 0 0 0 10px;
}


.inst {
overflow: hidden;
border-bottom: 1px dotted #999999;
margin: 10px 0 10px 0;
clear: both;
}


.inst_l {
float: left;
margin-right: 10px;
padding: 0 0 5px 0;
width: 100px;
}


.inst_r {
float: left;
width: 480px;
}


/*------------------------
スケジュール　システム
--------------------------*/
.sc_table {
border-top: 1px dotted #666666;
border-left: 1px dotted #666666;
margin-bottom: 10px;
}

.sc_table th {
border-bottom: 1px dotted #666666;
border-right: 1px dotted #666666;
padding:5px;
background-color: #333333;
color: #FFFFFF;
text-align: center;
}

.sc_table td {
border-bottom: 1px dotted #666666;
border-right: 1px dotted #666666;
padding:5px;
text-align: center;
}


/* ------------------------------
contact
------------------------------ */
.contact_form {
margin: 0;

}

.contactwaku {
border: 1px solid #999999;
}


.contact_form th {
text-align: left;
padding:5px 5px 5px 20px;
border-bottom: 1px dotted #666666;
background-color: #CDCDCD ;
}

.contact_form td {
border-bottom: 1px dotted #666666;
padding:5px;
}

.must {
color:#C84264;
}

/*------------------------
テーブル　詳細
--------------------------*/
td .dtriangle {
	color: #CC0000;
}


/* テーブル　サイトマップのリンク*/
table .sitemaplink a {
	text-decoration: none;
}

table .sitemaplink a:hover {
	text-decoration: underline;
	}

/* テーブル　サイトマップのリンク終了*/