/* 基本設定 */
body 		{
	background-position:0px 0px;

}

/* デフォルトフォント設定 */
body,td,div,p	{
	color:#333333;
	font-size:12px;
	font-family:"MS UI Gothic","Osaka","Tahoma","Helvetica";
	line-height:160%; }

/* リンク設定 */
a:link		{ color:#333333; }
a:visited	{ color:#333333; }
a:active	{ color:#333333; }
a:hover		{ color:#E372B6; }

.foot_nav a:link    { color:#0099CC; text-decoration:none; margin-right:5px; }
.foot_nav a:visited { color:#0099CC; text-decoration:none; margin-right:5px; }
.foot_nav a:active  { color:#0099CC; text-decoration:none; margin-right:5px; }
.foot_nav a:hover   { color:#E372B6; text-decoration:none; margin-right:5px; }

/* 画像の位置設定 */

.td_1 	{text-align:center; margin:10px 0px 5px 0px;}
.td_2 	{margin:20px 0px 5px 0px;}
.td_3 	{text-align:center; margin:10px 0px 5px 0px;}
.td_4 	{margin:10px 10px 0px 10px;}
.td_5 	{margin:0px 0px 0px 10px;}
.td_6 	{text-align:center; margin:20px 0px 5px 0px;}

.picture	{ margin:5px; }
.picture_top	{ margin:0px 0px 5px 0px; }
.picture_center { text-align:center; margin-bottom:5px; }
.picture_left	{ margin:0px 0px 0px 10px; }
.picture_right	{ margin:0px 10px 0px 0px; }

/* フォント設定 */

.midashi1	{
	line-height:110%;
	font-size: 14px;
	font-weight: bold;
}

.midashi2	{
	font-weight: bold;
	color: #EC7B7B;
}

.midashi3	{
	color: #EC7B7B;
}

.midashi4	{
	font-size: 12px;
	font-weight: bold;
}

.f11_gry	{
	font-size: 11px;
	color: #666666;
}

.f14b	{
	font-size: 14px;
	font-weight: bold;
}

.f16b	{
	font-size: 16px;
	font-weight: bold;
}

.f12b	{
	font-size: 12px;
	font-weight: bold;
}

