
/*基本*/

body    {
	background-image: url(../img/bk.gif);
	text-align: center;
	margin: 0;
	padding: 0;
	}

body      { font-size: 10pt; } 
tr        { font-size: 10pt;}
td        { font-size: 10pt;
	line-height: 120%; } 

#under_navi {
	padding-left: 7px;
}

#container {
	background-image: url("../img/bk_main2.gif");
	background-repeat: repeat-y;
	width: 774px;
	text-align: center;
}

/*ヘッダーテキスト*/
h3.hed {
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 120%;
	}

h3.title {
	font-size: 11pt;
	font-weight: normal;
	line-height: 120%;
	color: #663300;
	padding: 0 5px 0 5px;
	margin: 0;
	}


/**/
#content_r {
}

#content_r img {
	margin-left: 7px;
	margin-bottom: 0px;
}


/**/
#content_l {
}

#content_l img {
	margin-right: 7px;
	margin-bottom: 0px;
}


/*右バナー*/
.banner {
	background-image: url(../img/bk_banner.gif);
	background-repeat: repeat-y;
}

.banner img {
	margin-right: 7px;
	margin-bottom: 8px;
	}

.banner .ayapon {
	margin-left:16px;
}

/*フッター*/

#footlink {
	width: 710px;
	background-color: #fff;
	border: solid 1px #ccc;
	text-align: right;
	font-size: 10pt;
	margin: 5px;
	padding: 5px;
	}

#footimg {	
	margin: 0px;
	padding: 0px;
}

/*リンク*/
a:link {
        color:#0033CC;
        text-decoration:none;
		line-height: 120%;
		}
		
a:visited {
        color: #006699;
        text-decoration:none;
		line-height: 120%;
		}

a:hover {
        color: #FF3300;
        text-decoration:underline;
		line-height: 120%;
		}
		
a:active {
        color:#FF3300;
        text-decoration:underline;
		line-height: 120%;
		}

.site	{ font-weight: bold;
}
