@charset "utf-8";
/* メインコンテンツ */
/* 
 基本色			#C61217
 基本色：50%	#
 基本色：20%	#FCDCDD 
 アクセント１	#F7355B
 アクセント２	#
 リンク			#33AB8F
 枠色			#999999
 */



#main h3{
	font-size:10px;
	width:100%;
	height:90px;
/*	background: url(../img/pan_bg.jpg); */
	text-align:right;
	padding-top:0px;
	border-bottom:1px solid #999999;
	line-height:16px;
	font-weight:normal;
}

#main h3 a:link,#main h3 a:visited{
	color:#000000;
}

#main h3.mg{
	height:215px;
	background: url(../img/MainGraphic.jpg);
}

#main h3.se{
	background: url(../img/h3_se.jpg);
}

#main h3.ch{
	background: url(../img/h3_ch.jpg);
}

#main h3.st{
	background: url(../img/h3_st.jpg);
}

#main h3.fa{
	background: url(../img/h3_fa.jpg);
}

#main h3.co{
	background: url(../img/h3_co.jpg);
}

#main h3.in{
	background: url(../img/h3_in.jpg);
}

#main h3.or{
	background: url(../img/h3_or.jpg);
}

#main h3.si{
	background: url(../img/h3_si.jpg);
}

#content h4{
	padding:0px 0px 2px 18px;
	font-size:14px;
	color:#C61217;
	border-bottom:solid 2px #C61217;
	margin-top:21px;
	margin-bottom:7px;
	background:url(../img/h4.gif) no-repeat;
	line-height:18px;
}

#content h4 .blue{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:14px;
	color:#C61217;
	padding-left:5px;
}


#content h5{
	padding:7px 5px 6px 25px;
	margin-top:30px;
	margin-bottom:7px;
	font-size:15px;
	color: #000000;
	background:url(../img/h5.gif) no-repeat;
}

#content h5.short{
	background:url(../img/h5_s.gif) no-repeat;
	margin-top:20px;
}

#content h6{
	margin-top:16px;
	color:#C61217;
	font-size:14px;
	border-left:solid 6px #C61217;
	padding-left:4px;
}



/* コンテンツ内テーブル設定 */

#content table {
        font-size: 12px;
        color: #222;
        width: 100%;
		margin-top:10px;
        margin-bottom: 5px;
        /*border: 1px solid #CCCCCC;*/
        border-collapse:collapse;
        border-spacing: 0px;
}

#column table{
	width:550px;
}

#content th {
        padding:6px 10px 4px;
		font-size:10px;
		border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color:#FCDCDD;/* #E1E2E6;*/
		text-align:left;
		vertical-align:middle;
}

#content td {
        padding: 5px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #EFF2F3;
		vertical-align:middle;
}

#content table.center td{
		text-align:center;
}

#content td.L1{
		/*background:#FFCC33;*/
		background:#FFEDB0;/*#FFDD66;*/
}

#content td.L2{
		background:#FFD3B0;/*#FFAA66;*/
}

#content td.L3{
		background:#FFB3AA;/*#FF7766;*/
}

#content th.active{
		background:#F7355B;
		color:#FFFFFF;
}

#content td.active{
		background:#FDCCD6;
}


#content table.frame {/* 枠用テーブル */
        font-size: 100%;
        color: #000;
        width: 100%;
		margin:0;
		padding:0;
		border:none;
		border-collapse:collapse;
        border-spacing: 0px;
}

#content table.frame td {
        padding: 0px;
        border:none;
		background:none;
/*		background-color:none;
*/		vertical-align:top;
}

#content table.warning th {
	background:#EFF2F3;
	font-weight:normal;
}

#content table.warning td {
	background:#FFFFFF;
}

/* 装飾 */
#content .red{
	color:#F7355B;
}

#content .big{
	font-size:24px;
	line-height:24px;
	margin-top:6px;
	margin-bottom:2px;
	font-weight:bold;
}

#content .big1{
	font-size:28px;
	line-height:24px;
	margin-top:6px;
	margin-bottom:2px;
	font-weight:bold;
}

#content .big-X{
	font-size:32px;
	line-height:32px;
	margin-top:1px;
	margin-bottom:1px;
	font-weight:bold;
}

#content .right{
text-align:right;
}

#content .F-right{
	float:right;
}

#content .F-left{
	float:left;
}

#pic p{
	width:400px;
}

#pic-M p{
	width:370px;
}

#content img{
	margin-top:10px;
	margin-bottom:10px;
}

#content img.nm{
	margin:0px;
}

#content img.F-right{
	margin-top:3px;
	margin-bottom:5px;
}

#content img.F-left{
	margin-top:0px;
	margin-right:2px;
}

#content img.medal{
	margin-top:6px;
	margin-right:10px;
	margin-bottom:0px;
}

#content div#column{
/*		border:1px solid #CCCCCC;*/
        background-color:#FCDCDD;/*#D5F2EC;*/
		padding:3px 10px ;
		margin-top:6px;
		margin-bottom:6px;
}

#content div#pic div#column{
		width:398px;	
}

#content div#pic-M div#column{
		width:350px;	
}

div#pic div#column p{
		width:375px;
}

div#pic-M div#column p{
		width:300px;
}

#pic .big{
	margin-top:10px;
}

#content p.arrow{
		border-top:dotted 1px #999999;
		background:url(../img/sita.png) no-repeat;
		width:100%;
		height:31px;
		margin-top:6px;
}

#content p.arrow_small{
		margin-left:40px;
		background:url(../img/sita_small.gif) no-repeat;
		width:16px;
		height:29px;
		margin-top:4px;
		margin-bottom:4px;
}

#content a:link,#content a:visited{
		color:#33AB8F;
}

#content a.link:link,#content a.link:visited{
		background:url(../img/link.gif) no-repeat;
		padding-left:12px;
		font-size:12px;
		color:#33AB8F;
}


a.tooltip:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}

#content p.t09{
	font-size:09px;
	line-height:11px;
}

#content .intro{
		color:#FF3399;
}


#content .lh12{
	line-height:12px;
}

#content .lh14{
	line-height:14px;
}

#content .lh16{
	line-height:16px;
}

#content .lh18{
	line-height:18px;
}

#content ul{
	margin-top:5px;
	line-height:21px;
}

/* 個別マージンの設定 */

#content .mt30{
	margin-top:30px;
}

#content .mt24{
	margin-top:24px;
}

#content .mt20{
	margin-top:20px;
}

#content .mt15{
	margin-top:15px;
}

#content .mt12{
	margin-top:12px;
}

#content .mt10{
	margin-top:10px;
}

#content .mt7{
	margin-top:7px;
}

#content .mt6{
	margin-top:6px;
}

#content .mt4{
	margin-top:4px;
}

#content .fs12{
	font-size:12px;
}

#content .fs16{
	font-size:16px;
}

/* パディング */

#content .plt07{
	padding-left:0.7em;	
}

#content .plt14{
	padding-left:1.4em;	
}

#content .plt1{
	padding-left:1em;	
}

#content .plt2{
	padding-left:2em;	
}

#content .plt3{
	padding-left:3em;	
}

#content .plt4{
	padding-left:4em;	
}

#content .prt1{
	padding-right:1em;	
}


/* 個別ページの設定 */

/* トップページ */

#content ul.info li{
	border-bottom:1px dotted #AAA;
	padding:1px 0 1px 0;
	font-size:10px;
}

#container{
	height:190px;
	line-height:18px;
}

#container h5{
	color:#FFFFFF;
	background:url(../img/h5_top.jpg) no-repeat;
	padding:5px 13px ;
	font-size:12px;
	line-height:16px;
	margin-bottom:8px;
	border:none;
	margin-top:4px;
}

#container div#box a{
	color:#FFFFFF;
	background:none;
}

#container div#box a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#container div#box{
	width:280px;
	height:120px;
	margin-bottom:10px;
}

#column div#box{
	width:280px;
	float:right;
}

.alart{
margin-top:5px;
margin-bottom:7px;
color:#C61217;
font-weight:bold;
border-bottom:solid 2px #C61217;
}

.blue{
	color:#2F5ABD;
}

.redx{
	color:#C61217;
}

.green{
	color:#00CA33;
}

.green1{
	color:#009900;
}

#content img.charge{
	margin-top:4px;
	margin-bottom:0px;
}

.normal{
	font-weight:normal;
}