/*-----------------------------------------------------
	reset
----------------------------------------------------**/
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,pre,th,td,table	{
	margin:0;
	padding:0;
	border:none;
	text-align: left;
}
li	{ list-style:none;	}
img	{ border:none; vertical-align:bottom;	}
hr	{ display:none;	}
em,address	{ font-style:normal;	}
/*-----------------------------------------------------
	body
----------------------------------------------------**/
body	{
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../../yaka/img/bg.gif);
	background-repeat: repeat-x;
	}
#wrapper	{
	width:950px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
/*-----------------------------------------------------
	header
----------------------------------------------------**/
#header	{
	height:120px;
	position:relative;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	}
.hedlft {
	float: left;
	height: 120px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
}
.hedrgt {
	float: right;
	margin-top: 0px;
	padding-top: 80px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: auto;
}
/*-----------------------------------------------------
	main
----------------------------------------------------**/
#main	{
	min-height: 580px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	width: 850px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #333;
	text-align: right;
	}
.rightC {
	float:right;
	width:280px;
	margin-right: 0px;
}
.leftC {
	float:left;
	width:550px;
	margin-left: 0px;
	margin-right: auto;
}
/*-----------------------------------------------------
	footer
----------------------------------------------------**/
#footer{
	position:absolute;
	z-index:0;
	text-align:center;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	width: 950px;
}
address	{
	color: #422110;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #402310;
	font-size: 10px;
	}
/*-----------------------------------------------------
	link
-----------------------------------------------------*/
a:link	{
	color:#5C240D;
	text-decoration:none;
	}
a:visited	{
	color:#5C240D;
	text-decoration:none;
	}	
a:hover	{
	color:#D60511;
	text-decoration:underline
	}
a:active	{
	color:#5C240D1;
	text-decoration:none;
	}
/*-----------------------------------------------------
	common
-----------------------------------------------------*/
.inside{
	padding:1em;
	}
#main h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#topmenu {
	width: 100%;
	margin-bottom: 50px;
}
#topmenu p {
	text-align: left;
	width: 263px;
	padding-top: 5px;
}
