@charset "utf-8";

/*----リンク----*/
a:link, a:visited{
 color: #8f9574;
 background: transparent;
 text-decoration: underline;
 }
a:hover, a:active{
 color: #000;
 background: transparent;
 text-decoration: underline;
 }

/*基本フォントサイズの設定*/
p, th, td, ul, ol, li, dl, dt, dd, form, form input {
 color: #666;
 font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
 line-height: 175%;
 }

/*全体p文字色指定*/
p{font-size: 12px;color: #4f5a5e;}

/*引用*/
blockquote{font: italic bold 90%;}

/*見出し文字*/
h1, h2, h3, h4{
 margin-top: 0; padding-top: 0;
 color: #333;
 font-family: "Trebuchet", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
 vertical-align: bottom;
 }

h1{font-size: 12px;}
h2{font-size: 10px; font-weight: normal}
h3{font-size: 13px;}
h4{font-size: 10px;}

#main h2{margin: 0; padding: 0; font-size: 14px; font-weight: bold;}

body{
	margin: 0px;
	padding: 0px;
	color: #4f5a5e;
	text-align: left;
	background-color :#acae9b;
	font-size: 11px;
 }

/*リンク画像ボーダーなし設定*/
a img{
 border: none;
 color: #fff;
 background: transparent;
 }