@charset "shift_jis";

/*-------------------------------------------------------------------
	基本設定
--------------------------------------------------------------------*/
* {
	font-family			: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding				: 0;
	margin				: 0;
}

img { 
	border				: 0;
}

object,embed {
	margin				: 0;
	padding				: 0;
	overflow			: hidden;
	outline				: none;
}

html {
	overflow-y			: scroll;
}




/*-------------------------------------------------------------------
	リンク設定
--------------------------------------------------------------------*/
a:link {
	color				: #474921;
	text-decoration		: underline;
	background			: transparent;
}

a:visited {
	color				: #474921;
	text-decoration		: underline;
	background			: transparent;
}

a:hover, a:active {
	color				: #A3A74C;
	text-decoration		: underline;
}


/*重要なお知らせ*/
.top_oshirase{
	width: 870px;
	text-align:left;
	font-size:11px;
	line-height:1.2em;
	color:#666666;
	margin-top:10px;
	border-style:solid;
	border-width:1px;
	border-color:#FF0000;
	padding:10px;
	}
.NUL{
	text-decoration:none;
	}

/*-------------------------------------------------------------------
	［body］設定　（ページ全体）
--------------------------------------------------------------------*/
body {
	color				: #333333;
	background			: #F7F5F5;
	text-align			: center;
	font-size			: 12px;
	line-height			: 180%;
}

div#wrap {
	width				: 900px;
	margin				: 0 auto;
	border-top			: 2px solid #474921;
	background			: #FFFFFF url(../img/bg.gif) repeat-y center top;
	text-align			: left;
}

/*-------------------------------------------------------------------
	［top_main］設定
--------------------------------------------------------------------*/
div#top_main{
	margin				: 0px 1px 0px 1px;
	width				: 898px;
	height				: 426px;
}

/*-------------------------------------------------------------------
	［scroll］設定
--------------------------------------------------------------------*/
div#scroll{
	margin				: 0px;
	width				: 900px;
	height				: 120px;
	background			: #DEE0BA;
}

/*-------------------------------------------------------------------
	［footer］設定
--------------------------------------------------------------------*/
div#t_footer{
	margin				: 0;
	padding				: 0;
	width				: 100%;
	height				: 40px;
	background			: #DEE0BA;
}

/*-------------------------------------------------------------------
	［noscript］設定
--------------------------------------------------------------------*/
div#ns{
	width				: 900px;
	margin				: 0 auto;
	border-top			: 2px solid #474921;
	border-bottom		: 2px solid #474921;
	background			: #FFFFFF url(../img/bg.gif) repeat-y center top;
	text-align			: left;
}

/*	タイトル */
div#ns h1{
	margin				: 0px 1px 0px 1px;
	padding				: 0;
}

/* メッセージ */
.mg {
	margin				: 0px;
	padding				: 30px 0px 0px 25px;
}

/* list */
.list {
	margin				: 0px;
	padding				: 15px 0px 30px 60px;
}
