﻿/* detail.cssは【detail】のみで使用するユニークなCSSです。
　 共通のレイアウトや汎用classなどはcommon.cssに記述しています。
--------------------------------------------------------------------------------
*/



/* ■ イメージ ■ */
#kimg {
	margin: 0px 0px 0px 16px;
	width: 744px;
	font-size:75%;
	line-height:1;
}
#kimg .bg{
	padding: 8px 0px 0px 8px;
	background: url(../images/photoflame_200.gif) no-repeat;
	width: 238px;
	height: 167px;
	float:left;
}

#kimg .cmt{background: url(../images/icon_comment.gif) no-repeat;padding: 4px 0px 3px 20px;font-weight: bold;color: #00519C;}

/* ■ JSP08 FUTSAL in サン神戸フットサルガーデン　大会概要 ■ */
#outline {
	margin: 0px 0px 0px 16px;
}
/* 表組設定 */
#outline table{
	font-size:75%;
	border: 1px #B3B3B3 solid;
	border-collapse: collapse;
}
#outline td,th{
	border: 1px solid #B3B3B3;
	padding:8px;
	line-height:1.5;
}
#outline th{
	width: 150px;
	background:#DEE9F2;vertical-align:top;
}
#outline .place{
	width: 418px;float:left;
}
#outline .btn{
	width: 139px;float:left;
}

/* ■ JSP‘08 FUTSAL in サン神戸フットサルガーデン　大会参加お申し込み ■ */

#app {
	width:744px;
	margin: 0px 0px 0px 16px;
}
#app .cmt{
	text-align: center;
	font-size:88%;
	line-height:1.4;
	color: #CC0000;
	margin: 0px 0px 10px 16px;
	font-weight: bold;
}
#app .bg{
	padding:12px;
	text-align: center;
	width:720px;
	background: #DEE9F2;
}
/* 表組設定 */
#app table{
	width:640px;
	margin:0px auto 0;
	font-size:75%;
	border: 1px #B3B3B3 solid;
	border-collapse: collapse;
	background: #FFFFFF;
}
#app td,th{
	border: 1px solid #B3B3B3;
	padding:8px;
	line-height:1.5;
}
#app th{
	padding:32px;
	width: 70px;
	background:#E6F5FF;
	vertical-align:top;
}
#app .bblue{
	font-weight: bold;
	color: #00589C;
}
#app .rev{color: #CC6600;	font-size:24px; color: #CC6600;}
#app .mcmt{font-size:100%; font-weight: bold; margin: 21px 0px 0px 0px;}
#app .submcmt{font-size:75%; line-height:1.5; padding: 14px 0px 0px 0px; clear:both;}
#app .rvn{
	width:640px;
	font-size:63%;
	text-align: right;
	margin: 10px 0px 4px 0px;
}
#app .brown{
	color: #CC6600;	
}
/* ■ ボタン設定 ■ */
#app .btnmbr{
	width: 100%;
	text-align: center;
	margin: 4px 0px 0px 0px;
}
#app ul{
	width:300px;
	margin:5px auto 0;
}
#app li{
	font-size:88%;
	width:150px;
	float:left;
}
#app .pad1{
	padding: 14px 0px 0px 0px;
}
#app a{display:block;}
#app a{
	color:#333333;
	text-decoration:underline;
	font-weight: bold;
	background: url(../images/btn_b01.gif) no-repeat;
	height:33px;
}
#app a:hover {
	color:#0099FF;
	text-decoration:underline;
	font-weight: bold;
	background: url(../images/btn_b01.gif) no-repeat;
	height:33px;
}