@charset "UTF-8";
/**********************************************************************/
/**		■　コントリビュート表示用	スタイルシート					**/
/********************************************************************/

/* TEXT */
.txt_r{
	text-align:right;
}

.txt_l{
	text-align:left;
}

.txt_c{
	text-align:center;
}

.txt_bold{
	font-weight:bold;
}
	
.txt_normal{
	font-weight:normal;
}

.txt_underline{
	text-decoration: underline;
}

	
/* FONT */
.fontRed {
	color: #C30;
}
.fontRedBold {
	color: #C30;
	font-weight:bold;
}

.fontLXXXXX,
.fontLXXXX,
.fontLXXX,
.fontLXX,
.fontLX,
.fontL,
.fontS,
.fontSX,
.fontSXX,
.fontSXXX
{
	line-height:130%;
}

.fontLXXXXX{font-size:160%;}
.fontLXXXX{font-size:150%;}
.fontLXXX{font-size:140%;}
.fontLXX{font-size:130%;}
.fontLX{font-size:120%;}
.fontL{font-size:110%;}
.fontS{font-size:90%;}
.fontSX{font-size:80%;}
.fontSXX{font-size:70%;}
.fontSXXX{font-size:60%;}

.fontSXXRed{font-size:70%;color: #C30;}
.fontSXRed{font-size:80%;color: #C30;}
.fontSRed{font-size:90%;color: #C30;}

/**********************************************************************/
/** ■　画像・記事													**/
/********************************************************************/

/* キャプション中央*/
.captionCenter{
	font-size:80%;
	text-align:center;
	padding:2px 0 5px 0;
	margin:0;	
	line-height:130%;
}

/* キャプション左*/
.captionLeft{
	font-size:80%;
	text-align:left;
	padding:2px 0 5px 0;
	margin:0;
	line-height:130%;
}

/* キャプション右*/
.captionRight{
	font-size:80%;
	text-align:right;
	padding:2px 0 5px 0;
	margin:0;	
	line-height:130%;
}






/**********************************************************************/
/** ■　表　													**/
/********************************************************************/

/* 罫線なし*/
td.tableBorder0,th.tableBorder0{
	border:0;
}


/**********************************************************************/
/** ■　index.html　								**/
/********************************************************************/

/* トピックス 右 */
.topic .date{
	font-size:90%;
	line-height:150%;
	padding-bottom:5px;
}

.topic .dateNew{
	font-size:90%;
	line-height:150%;
	background:url(../img/iconNew.gif) left 2px no-repeat;
	padding:0 0 5px 30px;
}

