@charset "Shift_JIS";

/*テキスト、カラー他装飾関連の定義のスタイルシート

※bodyのカラーはcommon.cssで設定します。

/*見出し
------------------------------------------------------------*/
p    {
	font-size: 13px;
	line-height: 16px;
	padding-top: 1px;
	text-align: left;
} 

h1    {
	font-size: 13px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	color: rgba(255,255,255,1);
	text-align: left;
	font-weight: bold;
	line-height: 1.4em;
}

h2    {
	font-size: 13px;
	font-weight : bold;
	color: #FFF;
} 


h3    {
	font-size: 13px;
	font-weight : bold;
	color: #FFF;
} 

h4    {
	font-size: 16px;
	font-weight : bold;
} 



/*リンクカラーの設定
------------------------------------------------------------*/

a:link{
	color: #595757;
	text-decoration: none;
}

a:visited {
	color: #595757;
	text-decoration: none;
}

a:hover, 
a:active {
	color: #BFB9B9;
	text-decoration: none;
}

a.link_box_item01 {
	display:block;
	width:100%;
	text-decoration:none;
	width: 170px;
	height: 110px;
	font-size: 12px;
	float: left;
	line-height: 1.2em;
	text-align: center;
	padding-top: 40px;
	padding-left: 115px;
}

a.link_box_item02 {
	display:block;
	width:100%;
	text-decoration:none;
	width: 225px;
	height: 35px;
	font-size: 13px;
	float: left;
	text-align: center;
	padding-top: 147px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.1em;
}
/*テキストカラーの設定
------------------------------------------------------------*/

.txtAttention {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.5em;
}

.txtColor01 {
	color: #ff7b00;
}




/*テキストサイズの設定
------------------------------------------------------------*/
.txtSize01 {
	font-size: 11px;
	line-height: 1.1em;
	text-decoration: none;
}


.txtSize02 {
	font-size: 11px;
	line-height: 1.4em;
	text-decoration: none;
}

.txtSize03 {
	font-size: 13px;
	line-height: 1.4em;
	text-decoration: none;
}



/*テキストの配置
------------------------------------------------------------*/

.txtPosition01 {
	text-align: left;
}

.txtPosition02 {
	text-align: center;
}

.txtPosition03 {
	text-align: right;
}

/*テキスト太さの設定
------------------------------------------------------------*/

.txtWeight01 {
	font-size: 11px;
	line-height: 1.4em;
}



/*テキストバリエーション
------------------------------------------------------------*/
.txtVariation01 {
	color: #595757;
	line-height: 1.4em;
	font-weight: bold;
}
