@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
	
============================================================================= */

/* =============================================================================

	Header
	
============================================================================= */

#header {
	position: relative;
	overflow: hidden;
	width: 900px;
	margin: 0 auto 4px;
	padding: 0;
	text-align: left;
	background: transparent url("../images/bg_hmenu.gif") repeat-x left bottom;
	}

#header h1 img,
#header .logo img {
	margin: 32px 0 29px;
	}

#header h1 a,
#header .logo a {
	outline-width: 0;
	}

/* 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;
	padding:12px 0 0 0 ;
	text-align: left;
	}

#main:after {
	clear: both;
	display: block;
	content: "";
}

#main {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #main {
	height: 1%;
}


/* パンくずリスト */
#main .breadcrumbs {
	margin: 0 0 18px;
	padding: 0 10px;
	color: #999;
	font-size: 92%;
	text-align: left;
	}

#main .breadcrumbs .ar {
	padding: 0 2px;
	}

#main .breadcrumbs a,
#main .breadcrumbs a:link {
	color: #999;
	}

/* =============================================================================

	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;
	}

/* =============================================================================

	clearfix
	
============================================================================= */

.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */
