@charset "UTF-8";

/* BODY ------------------------------ */
*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #2D2D2D;
	line-height: 1.6em;
	text-align: center;
	font-weight :normal;
	background: #4A3E2E;
}

a			{color: #401F17;	text-decoration: underline;}
a:hover		{color: #AF3504;	text-decoration: none;}

img			{border: 0;}

.clear		{clear: both;}

.easyroll a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* ID cover ------------------------------ */
#cover	{width: 860px;	margin: 0 auto;	padding: 0 20px;	text-align: center;	background: #FFFFFF;}

/* ID top ------------------------------ */
#top				{width: 860px;	height: 90px;	margin: 0 auto;	overflow: hidden;}
#top .ltop			{width: 640px;	float: left;	text-align: left;}
#top .ltop h1		{padding: 5px 0 10px 0;	font-size: 11px;	font-weight: normal;}
#top .ltop .logo	{padding: 0;}
#top .rtop			{width: 220px;	padding-top: 15px;	float: right;	text-align: right;}
#top .rtop p		{margin-bottom: 10px;}

/* ID navi ------------------------------ */
#navi		{width: 860px;	height: 66px;	margin: 0 auto 5px auto;	background: url(../img/navi_bg.gif) repeat-x;	overflow: hidden;}
#navi ul	{height: 66px;	padding: 10px;}
#navi ul li	{height: 45px;	display: block;	list-style-type: none;	float: left;}

/* ID flash ------------------------------ */
#flash		{width: 860px;	height: 300px;	margin: 0 auto 10px auto;}

/* ID contents ------------------------------ */
#contleft			{width: 580px;	text-align: left;	float: left;}
#contright			{width: 260px;	float: right;}
#contleft p			{font-size:14px; line-height:1.8;}

/* ID pagetop ------------------------------ */
#pagetop		{width: 860px;	padding-top: 0px;	clear: both;}
#pagetop p		{margin-bottom: 10px;	text-align: right;}

/* ID foot ------------------------------ */
#foot				{padding: 10px 10px 20px 10px;	font-size: 11px;	color: #FFFFFF;	text-align: left;	background: #4A3E2E;}
#foot ul			{width: 840px;}
#foot ul li			{list-style: none;	display: inline;}
#foot ul li a		{text-decoration: none;	color: #FFFFFF;}
#foot ul li a:hover	{text-decoration: underline;	color: #FFFFFF;}
#foot address		{width: 840px;	padding-top: 10px;	font-style: normal;	font-size: 11px;	text-align: right;	color: #FFFFFF;}

/* 1/22追加 ------------------------------ */
p.punkuzu{
	font-size:10px;
	color:#999;
	text-align:left;
	margin-bottom:10px;
}

.contact_area{
	background:url(../img/contact_img.jpg) no-repeat;
	width:546px;
	height:86px;
	display:block;
	margin:0 0 15px 0;
	padding:223px 0 0 34px;
}