/*ページ全体の定義*/
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #333333;
	font-size: 12px;
	line-height: 125%;
}
.bg_td {
	background-color: #E0E9D4;
	background-image: url(../img/bg_td.gif);
	background-repeat: repeat-x;
	background-position: top;
}

	
/*リンクの基本*/

a:link {
	text-decoration: none;
	color: #5E8C0F;
}
a:visited {
	color: #93794A;
	text-decoration: none;
}
a:hover {
	color: #006666;
}
a:active {
	color: #006666;
}

/*リンク２*/

a.nav { 
	color: #333333;
	text-decoration: none; 
}
a.nav:link {
	color: #333333;
	text-decoration: none; 
}
a.nav:visited { 
	color: #333333;
	text-decoration: none; 
}
a.nav:hover { 
	color: #663300; 
	text-decoration:none; 
}
a.nav:active { 
	color: #333333; 
	text-decoration:none; 
}

/*フォント カラー*/

.navy {
	color: #0E2F74;
}
.white {
	color: #FFFFFF;
}
.orange {
	color: #FF9900;
}
.green {
	color: #6C8446;
}
.brown {
	color: #663300;
}

/*フォント大きさ設定*/

.size_11 {
	font-size: 11px;
	}
	.size_14 {
	font-size: 14px;
	}
.size_16 {
	font-size: 16px;
	}
.size_18 {
	font-size: 18px;
	}
strong {
	font-weight: normal;
}
.brown_16 {
	font-size: 16px;
	line-height: 125%;
	color: #663300;
}

/*チューニング追加*/

h1 {
    font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-size: 12px;
	line-height: 125%;
	color: #663300;
    margin-top: 5px;
	margin-bottom: 5px;
	padding:0;
}
a.footer:link {
    font-size:11px;
	text-decoration: underline;
	color: #333333;
}
a.footer:visited {
    font-size:11px;
	color: #333333;
	text-decoration: underline;
}
a.footer:hover {
    font-size:11px;
	color: #663300;
}
a.footer:active {
    font-size:11px;
	color: #333333;
}
div.bessou {
    padding:2px 10px 0px 10px;
	margin:0;
	text-align:left;
	line-height:130%;
}
div.right {
    text-align:right;
}
dfn {
    font-style:normal;
}
p.tyn {
    line-height:140%;
}
p.right {
    text-align:right;
	margin:0px;
	padding:0px;
}
