@charset "utf-8";

/*---------------------------------------------------------
  TAKUMINUKI CSS : Layout
----------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #F7F4E9 url(../images/common/body-bg.jpg) repeat-x 0px 0px;
	text-align: center;
	margin: 13px 0px 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	margin: 0px;
}
div {
	font-size: 12px;
	line-height: 140%;
	color: #555555;
}
td {
	font-size: 12px;
	line-height: 140%;
	color: #555555;
}
th {
	font-size: 12px;
	line-height: 140%;
	color: #993300;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
hr {
	display: none;
}
.clear {
	clear: both;
	height: 1px;
}
#wrapper {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}

/*---------------------------------------------------------
  header
----------------------------------------------------------*/
#head {
	width: 730px;
	background-image: url(../images/head/head-image.jpg);
	height: 82px;
	float: left;
}
#logo p {
	margin: 0px;
}
#logo p a {
	float: left;
	height: 82px;
	width: 185px;
	display: block;
}
#headContents {
	text-align: right;
	float: right;
}
#headContents h1 {
	font-size: 10px;
	color: #8C715A;
	margin: 0px 10px 0px 0px;
	font-weight: normal;
}
#headContents h1 a {
	color: #8C715A;
	text-decoration: none;
}
#headMenu {
	clear: right;
}
#headMenu p {
	font-size: 10px;
	color: #999999;
	text-align: right;
	margin: 10px 25px 0px 0px;
}
#headMenu a {
	color: #8C715A;
	text-decoration: underline;
}
#headMenu a:hover {
	color: #CFC0B4;
	text-decoration: underline;
}
#headMenu a:visited {
	color: #CFC0B4;
	text-decoration: underline;
}
#headBtn p {
	margin: 0px 25px 0px 0px;
}


/*---------------------------------------------------------
  navi
----------------------------------------------------------*/
#naviBox {
	width: 720px;
	margin: 0px 5px;
	text-align: left;
	clear: both;
}
#navi {
	margin: 0px;
	padding: 0px;
}
#navi li {
	display: inline;
}


/*---------------------------------------------------------
  contents
----------------------------------------------------------*/
#contents {
	width: 730px;
	background-image: url(../images/common/contents-bg.jpg);
	padding-top: 15px;
	padding-bottom: 19px;
	float: left;
}
#contents #pan {
	font-size: 10px;
	padding-bottom: 8px;
}
#main {
	width: 510px;
	float: right;
	text-align: left;
}


/*---------------------------------------------------------
  foot
----------------------------------------------------------*/
#foot {
	width: 730px;
	background-image: url(../images/foot/bg.jpg);
	height: 87px;
	clear: both;
}
#subLink {
	text-align: center;
	font-size: 10px;
	margin-left: 18px;
}
#subLink a {
	color: #CFC0B4;
	text-decoration: underline;
}
#subLink a:hover {
	color: #CFC0B4;
	text-decoration: underline;
}
#subLink a:visited {
	color: #CFC0B4;
	text-decoration: underline;
}
address {
	color: #8C715A;
	font-style: normal;
	font-size: 10px;
	text-align: right;
	margin-top: 18px;
	margin-right: 18px;
}
#copyright {
	color: #8C715A;
	font-size: 10px;
	text-align: right;
	line-height: normal;
	margin-right: 18px;
}
