/* CSS Document */

/* 追加 */
.style1 {
	color: #DEFE5F;
	font-weight: bold;
	font-size: 11px;
	font-weight: bold;
	letter-spacing:-0.1em;
}
.style2 {
	color: #5A5B55;
	font-weight: bold;
	font-size: 11px;
	letter-spacing:-0.1em;
}
.style3 {
	font-size: 10px;
	color: #FFFFFF;
	line-height:1.2em;
}
.style4 {
	color: #FFFFFF;
	font-size: 12px;
}

/* 右側ニュースのテキスト */
.right_contents{ letter-spacing:-0.1em; }

/* ヘッダメニュー */
.h_menu a:link { color: #DEFE5F }
.h_menu a:visited  { color: #DEFE5F }
/* フッタメニュー */
.f_menu a:link { color: #5A5B55 }
.f_menu a:visited  { color: #5A5B55 }

/* フッターの特定商・プライバシーポリシーリンク */
.footer a:link { color: #ffffff }
.footer a:visited  { color: #ffffff }
.footer a:hover {text-decoration:none;}

a { text-decoration:none; } 
a:hover {text-decoration:underline;}
/* 追加 end */


* {
	margin: 0px;
	padding: 0px;
}
option {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	/*text-align: center;*/
}
h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
/* font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
*/
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-style: normal;
	font-size: small;
	line-height: 1.6;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

/* ---------- */
#wrapper {
	width: 777px;
/*	margin-right: auto;
	margin-left: auto;*/
}

#navi {
	height: 100px;
}

#contents {
	background-color: #F3F3F3;
	height: 150px;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}

