/* main専用 */

/* H2
　 main の中の詳細設定
　 トップページとは共用しない
//////////////////////////////////////////////////////////////////////// */


/* h2 /////////////////////////////////////////////////// */

#main h2	{
	width:560px;
	margin-left:20px;
	margin-right:20px;
	text-indent:-9999px;
	font-size:x-small;
	font-size:10px;
	background-position:top left;
	background-repeat:no-repeat;
	}

#main-wide h2	{
	width:720px;
	text-indent:-9999px;
	font-size:x-small;
	font-size:10px;
	background-position:top left;
	background-repeat:no-repeat;
	}

#main-user h2	{
	width:720px;
	margin-left:20px;
	margin-bottom:20px;
	text-indent:-9999px;
	font-size:x-small;
	font-size:10px;
	background-position:top left;
	background-repeat:no-repeat;
	}


/* h3 /////////////////////////////////////////////////// */

#main h3	{
	width:560px;
	margin-left:20px;
	margin-right:20px;
	text-indent:-9999px;
	font-size:x-small;
	font-size:9px;
	background-position:top left;
	background-repeat:no-repeat;
	}


/* 共通 /////////////////////////////////////////////////// */

h4 	{
	font-size:medium;
	line-height:1.3;
	}

.h4-b 	{
	font-size:medium;
	color:#0a50a1;
	}

.h4-b-xl	{
	font-size:large;
	color:#0a50a1;
	}



/* 共通色 /////////////////////////////////////////////////// */

.col-lpg	{ color:#1baacc;}
.col-ref	{ color:#7ac665;}
.col-sal	{ color:#ff9900;}

.col-pb		{ color:#67C6DD;} /* 水色　主に●用 */

.col-t-b	{ color:#0a50a1;};	/*d9f1f7*/
.col-t-g	{ color:#CCEBB9;}

/* メモ
背景　薄水色　#d9f1f7
背景　薄緑　　#D9F1D3
タイトル　青　#0a50a1
タイトル　緑　
*/

