﻿/*------------------------------------------------------------*/
/*	2008.08.1																								*/
/*	Ver1.0  																										*/
/*------------------------------------------------------------*/

/* line-height(%)がline-height(数字だけ)に変更　upd 2010.09.21 Nazmul*/

/* 文字サイズ：標準 ************************************************/
SPAN.sizeA{
	color:#000000;							/* 文字色：黒 */
	line-height:1.4;						/* 行間：130% */
	font-weight:normal;
}
SPAN.sizeB{
	color:#000000;							/* 文字色：黒 */
	line-height:1.3;						/* 行間：130% */
	font-weight:bold;						/* スタイル：太字 */
}

SPAN.sizeBb{									/* 太字 */
	color:#0000CC;							/* 文字色：青 */
	line-height:1.3;						/* 行間：130% */
	font-weight:bold;						/* 文字太さ：太字 */
}

SPAN.sizeBr{									/* 太字 */
	color:#EE0000;							/* 文字色：赤 */
	line-height:1.3;						/* 行間：130% */
	font-weight:bold;						/* 文字太さ：太字 */
}

SPAN.sizeAw{								/* 文字サイズ：標準 */
	color:#ffffff;							/* 文字色：白 */
	line-height:1.3;						/* 行間：130% */
}

/* 文字サイズ：大 ************************************************/
SPAN.sizeGbb{								/* 太字 */
	font-size:120%;							/* 文字サイズ:大 */
	color:#555555;							/* 文字色：グレー */
	line-height:1.3;						/* 行間：130% */
	font-weight:bold;						/* 文字太さ：太字 */
}

SPAN.sizeBbb{								/* 太字 */
	font-size:120%;							/* 文字サイズ:大 */
	color:#000000;							/* 文字色：青 */
	line-height:1.3;						/* 行間：130% */
	font-weight:bold;						/* 文字太さ：太字 */
}
SPAN.sizeRbb{								/* 太字 */
	font-size:110%;							/* 文字サイズ:大 */
	color:#ff0000;							/* 文字色：赤 */
	line-height:1.3;						/* 行間：130% */
	font-weight:bold;						/* 文字太さ：太字 */
}

/* 文字サイズ：小 **************************************************/
SPAN.sizeAs{
	font-size:85%;							/* 文字サイズ：小 */
	color:#000000;							/* 文字色：黒 */
	line-height:1.3;						/* 行間：130% */
	font-weight:normal;
}
SPAN.sizeBs{
	font-size:85%;							/* 文字サイズ：小 */
	color:#000000;							/* 文字色：黒 */
	line-height:1.3;						/* 行間：130% */
	font-weight:bold;						/* スタイル：太字 */
}

/* 文字サイズ：小小 ************************************************/
SPAN.sizeAss{
	font-size:80%;							/* 文字サイズ：少小 */
	color:#000000;							/* 文字色：黒 */
	line-height:1.3;						/* 行間：130% */
}
SPAN.sizeBss{
	font-size:80%;							/* 文字サイズ：小小 */
	color:#000000;							/* 文字色：黒 */
	line-height:1.3;						/* 行間：130% */
	font-weight:bold;						/* スタイル：太字 */
}

/* 文字サイズ：小小 ************************************************/
SPAN.sizeAssW{
	font-size:80%;							/* 文字サイズ：少小 */
	color:#FFFFFF;							/* 文字色：白 */
	line-height:1.3;						/* 行間：130% */
}

SPAN.hissu{										/* 太字 */
	font-size:80%;							/* 文字サイズ */
	color:#ff0000;							/* 文字色：赤 */
	line-height:1.3;						/* 行間：130% */
	font-weight:bold;						/* 文字太さ：太字 */
}
/* ↑決定↑ */

/* ↓タイトル↓ ***********************************************************************/
h1.title{
	padding:5px;
	font-size:150%;
	font-weight:bold;
	border-bottom:1px solid #336699;
	border-left:10px solid #336699;
	text-align:left;
}

h2.title
{
	height:40px;
	padding:10px 0px 3px 7px;
	margin:10px 10px 0px 10px;
	/*padding:7px 0px 7px 15px;
	margin: 10px 20px 10px 20px;*/
	font-size:120%;
	font-weight:bold;
	background-image:url(../../common/images/kiji_title_bg.gif);
	/*background-repeat:repeat-y;*/
	background-repeat:no-repeat;

/*	border-bottom:1px solid #336699;	*/
/*	border-left:10px solid #336699;	*/
}

h2.title2{
	padding:5px;
	font-size:120%;
	font-weight:bold;
/*	border-top:1px solid #336699;	*/
/*	border-bottom:1px solid #336699;	*/
}

/* line-height:180% →1.8*/
h2.kinkyu{
	line-height:1.8;
	padding-left:8px;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:3px;
	font-size:120%;
	font-weight:bold;
/*	border-left:7px solid #ff0000;*/
	border-bottom:1px dashed #ff0000;
}

h3.title{
	font-size:100%;
	font-weight:bold;
	text-align:left;
	border-bottom:1px dotted #999999;
	margin:10px auto 10px auto;
	padding:3px;
/*	border-left:10px solid #336699; */
}


/* ↓白赤リンク↓ ***********************************************************************/

A.ssw:visited										/* サイズ小：白リンク */
	{
	FONT-SIZE: 80%;
	COLOR: #ffffff;
	LINE-HEIGHT: 160%;
	FONT-STYLE: normal;
	}

A.ssw:link
	{
	FONT-SIZE: 80%;
	COLOR: #ffffff;
	LINE-HEIGHT: 1.6;
	FONT-STYLE: normal;
	}

A.ssw:hover
	{
	COLOR: #ff0000;
	position:relative;top:1px;left:1px
	}


/* ↓文字色↓ ***********************************************************************/
span.colorR{
	color:#ff0000;
}
span.colorR2{
	color:#dd0000;
}
span.colorB{
	color:#222D88;
}
span.colorB2{
	color:#0000cc;
}
span.colorG{
	color:#006600;
}
span.colorG2{
	color:#267326;
}

/* ↑文字色↑ ***********************************************************************/


/*
ul.list li {
	text-align: left;
	list-style-image: url(../../common/images/ya_a.gif);
	line-height: 120%;	
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 2px;
	list-style: outside none;
}
*/