/*
=================================================================

	CSS
		
=================================================================
*/

/* -------------------------------------------------------------------
	基本テキストリンク
------------------------------------------------------------------- */
a:link		{
	color: #009966;
	text-decoration: none
}
a:visited	{
	color: #006600;
	text-decoration: none
}
a:hover		{
	color: #009966;
	text-decoration: none;
	background-color: #CCCCCC;
}
a:active	{
	color: #009966;
	text-decoration: none
}

/* -------------------------------------------------------------------
	基本スタイル（共通）
------------------------------------------------------------------- */
body,td,th {
	font-size: 100%;
	color: #555555;
}

body {
	margin-top:0px;
	text-align:center;
	align:center;
}

h1 {
	font-size: 90%;
	color: #333333;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-top: 8px;
	padding-left: 20px;
	clear: both;
	background-image: url(img/midashi1.jpg);
	background-repeat: no-repeat;
	height: 34px;
	top: 0px;
}

h2 {
	font-size: 90%;
	color: #666600;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-left: 0px;
	clear: both;
	background-image: url(img/bg_t11.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
	left: 10px;
	text-indent: 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 110%;
}

h3 {
	font-size:  80%;
	color: #2663b5;

	padding-left: 14px;
	background-image: url(img/bk_h3.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	font-weight: normal;
}

p {
	font-size: 75%;
	line-height: 140%;
	margin: 0px;
}

.imgFloatLeft {
	float: left;
	padding: 5px;
	margin: 8px 5px 5px 4px;
}

.imgFloatRight {
	text-align: left;
	float: right;
	padding-bottom: 10px;
		padding-left: 10px;
}

.txt {
	font-size: 100%;
	color: #B08500;
	line-height: 160%;
}


/* -------------------------------------------------------------------
	基本レイアウト
------------------------------------------------------------------- */


/* ------------------------- */
#contents {

	text-align:left;
}

#main {
	margin:0px 30px 0px 30px;
}

.tb {
	border: 1px solid #FFFFFF;
}	 

/* -------------------------------------------------------------------
	TOP
------------------------------------------------------------------- */


.line {
	border-right-heigt: 100px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}


#info{
	padding-top: 15px;
		padding-left: 30px;
	text-align: left;	
}
#news{

	text-align: left;

	padding-bottom: 20px;
		float: left;
}

#act{
	padding-top: 10px;
	text-align: left;
}

#link{	

	padding-right: 0px;
	text-align: left;
	float: right;
	width: 260px;
		padding-bottom: 20px;
			float: right;
}

.linktext{
	font-size: 85%;
	color: #009966;
	line-height: 180%;
	padding-top: 5px;
	width: 180px;
}



/* -------------------------------------------------------------------
	INFO
------------------------------------------------------------------- */


.infotdate{
	font-size: 70%;
	color: #009933;
	line-height: 70%;
	left: 6px;
	padding-bottom: 100px;
	margin-bottom: 100px;
}
