@charset "Shift_JIS";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Top Page Style

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@charset "Shift_JIS"; 

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Common Style

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Reset & basic Style

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
var {
	font-style: normal;
	font-weight: normal;
}

em,
strong {
	font-style: normal;
	font-weight: bold;
}

caption, th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-size: 100%;
}

input,
textarea,
select {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	}


/* =============================================================================

	Frame
	
============================================================================= */

#contents{
	width: 900px;
	margin: 0 auto;
}

/* =============================================================================

	Header
	
============================================================================= */

#header {
	width: 900px;
	margin: 0 auto 4px;
	padding: 0;
	text-align: left;
	background: transparent url("../images/bg_t_hmenu.gif") repeat-x left bottom;
	position:relative;
	}

#header h1 img,
#header .logo img {
	margin: 32px 0 29px;
	}

#header h1 a,
#header .logo a {
	outline-width: 0;
	}
	
#header p.btn{
	position:absolute;
	right:5px;
	top:10px;
}

/* Header Menu */
#header ul {
	margin: 0 0 0 37px;
	padding: 0;
	}

#header ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent url("../images/bg_t_hmenu.gif") repeat-x left bottom;
	}

#header ul li img {
	vertical-align: bottom;
	}

/* =============================================================================

	Main
	
============================================================================= */

#main {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}


#main:after {
	clear: both;
	display: block;
	content: "";
}

#main {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #main {
	height: 1%;
}

/* 新着情報 */

div#info {
	float: left;
	width: 544px;
	margin: 20px 0;
	padding: 0 0 0 12px;
	border-left: 1px solid #cbc1bc;
	font-size:14px;
	line-height:26px;
	}
div#info a:hover{
	color:#dbc2b5;
	text-decoration:underline;
	}
div#info a,a:visited{
	color:#744832;
	text-decoration:none;
	}
ul.side {
	float: right;
	margin: 16px 0 0;
	padding: 0;
	}

ul.side li {
	list-style: none;
	}

div#info dl {
	margin: 10px 0 0;
	padding: 0 ;
	width:544px;
	}

div#info dt{
	margin: 0;
	padding: 0 0 0 22px;
	background: transparent url("../../images/blt_info.gif") no-repeat left top;
	background-position:0 5px;
	color: #744832;
	float: left;
	width:80px;
	}
div#info dd{
	margin: 0;
	padding: 0 0 0 22px;
	color: #744832;
	float: left;
	}


/* =============================================================================

	Footer
	
============================================================================= */

#footerWrap {
	width: 100%;
	height: 56px;
	margin: 50px auto 0;
	padding-top: 67px;
	background: transparent url("../images/bg_body.gif") repeat-x left;
	}

#footer {
	position: relative;
	width: 900px;
	height: 56px;
	margin: 50px auto 0;
	}

:root #footer{
	margin: 0 auto;
}


#footer ul {
	position: absolute;
	right: 7px;
	bottom: 46px;
	margin: 0;
	padding: 0;
	text-align: right;
	}

#footer ul li {
	display: inline;
	list-style: none;
	margin: 0 0 0 8px;
	padding: 0;
	}

#footer ul li img {
	vertical-align: bottom;
	}

#footer address {
	position: absolute;
	right: 0;
	bottom: 22px;
	}