@charset "Shift_JIS";

/*
___________________________________________________________________

	Update  : 2008/10/22
___________________________________________________________________ */


/* ▼ 全体のレイアウト設定 ▼ */

body { 
	background-color: #fff;
	background-image:url("img/back.jpg");
	background-repeat:repeat-x;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, Helvetica, 'MS Pゴシック', Osaka, sans-serif;
	}

th, td {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	}

.txts {
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	}

.waku {
	border-top: 1px solid #a99;
	border-left: 1px solid #a99;
	}

.waku th {
	font-weight: normal;
	background-color:#fed;
	}

.waku th, .waku td {
	border-right: 1px solid #a99;
	border-bottom: 1px solid #a99;
	}

.red {
	color: #e00;
	}

.nowaku td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

.fl {
	float: left;
	padding: 0 10px 10px 0;
	}

.fr {
	float: right;
	padding: 0 0 10px 10px;
	}

.fc {
	clear: both;
	}


/* ▼ リンク設定 ▼ */

a:link		{
	color: #093;
	text-decoration: underline;
	}
a:visited	{
	color: #093;
	text-decoration: underline;
	}
a:active	{
	color: #09d;
	text-decoration: underline;
	}
a:hover		{
	color: #06f;
	text-decoration: underline;
	}


/* ▼ 全体共通設定 ▼ */

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	}

hr {
	display: none;
	}

img	{
	border: none;
	}


/* ▼ 20110225追加 ▼ */

.attention_red{font-size:10px;
	color:#F00;
	text-align:left;
	margin-bottom:20px;}


