/* general page elements */

a
{
	text-decoration: underline;
	
}

a:link { color: #0E92DE;  text-decoration: none;}
a:visited { color: #0E92DE;  text-decoration: none;}
a:active { color: #0E92DE; text-decoration: underline; }
a:hover { color: #0E92DE; text-decoration: underline; }


/* レイアウト-------------------------------------------- */

body
{
	color: #000000;
	background: #FAF7EF;
	font-family:verdana,sans-serif;
	font-weight: normal;
	font-size: small;
}

td{
	font-size: small;
	}

#banner
{
	border: 0;
	color: #000;
	text-align: left;
	font-family: verdana,sans-serif;
}

#banner-inner { padding-top: 0px; }

#banner a
{
	color: #000;
	text-decoration: none;
}

#banner-header
{
	margin: 0;
	font-size: x-large;
	border-bottom:0px #888888 solid; 
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}


/* パンくず -------------------------------- */
.place{
	text-align: right;
	font-size: 10px;
	letter-spacing: 0.1em;
	padding: 7px;
	border-top: 1px #222222 solid;
	}

/* 画像枠 -----------------------------------*/

.img_waku{
	border: 1px #ccc solid; 
	
		}

/* リスト -------------------------------- */
UL{
		padding-top:0px;padding-bottom:1px;padding-left:0px;
	margin:5 0 0 20;
	font-size: 10pt;
}


OL{
	padding-top:0px;padding-bottom:1px;padding-left:0px;
	margin:5 0 20 30;
	font-size: 10pt;
}

li{
	list-style-type: squre;
	margin: 0 0 6 0;
	line-height: 150%;
}


/* フッター -------------------------------- */
#footer {
	color:#000;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 10px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	clear: both;
	border-top:1px #cccccc solid; 
	}
	
	
#footer a {
	text-decoration: none;
	}

#footer a:link {
	color:#000;
	text-decoration: none;
	}

#footer a:visited {
	color:#000;
	text-decoration: none;
	}

#footer a:active {
	color:#000;
	text-decoration: underline;
	}

#footer a:hover {
	color:#000;
	text-decoration: underline;
	}
	

/*フォーム-------------------------------------------------*/
.td_form_line{
	border-left: 2px #888 solid;
	padding: 5px 0px 5px 10px;
	margin-bottom: 3px;
	text-align: left;
	font-size: 10pt;
	}

.td_form{
	padding: 5px 15px 5px 10px;
	text-align: left;
	font-size: 10pt;
	line-height: 160%;
	}

.td_form_white{
	padding: 5px 15px 5px 10px;
	background: #ffffff;
	text-align: left;
	font-size: 10pt;
	line-height: 160%;
	}
