@charset "utf-8";

/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

li {
	list-style: none;
}

html {
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;	
	color: #56685b;
	line-height: 1.8em;
	letter-spacing: 0.07em;
	width: 100%;
	height: 100%;
	text-align: center;
}

body {
	font-size: 85%;
	position: relative;
}

html>/* */body {
	font-size: 12px;
}

/* new clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

a{
	color: #56685b;
	text-decoration: none;
	outline: none;
}


/*a:hover {
	color: #cc0000;
	text-decoration: underline;
}
*/
.txtHide {
	display: none;
}

.txtS {
	font-size: 0.85em;
	line-height: 1.2em;
}

.txtL {
	font-size:1.2em;
	line-height:1.6em;
}

.txtLL {
	font-size:1.4em;
	line-height:2em;
}

.txtB {
	font-weight: bold;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.btmM1 {
	margin-bottom: 1em;
}

.btmM2 {
	margin-bottom: 2em;
}

.btmM3 {
	margin-bottom: 3em;
}

.btmM4 {
	margin-bottom: 4em;
}

.btmM5 {
	margin-bottom: 5em;
}

.topM1 {
	margin-top: 1em;
}

.topM2 {
	margin-top: 2em;
}

.topM3 {
	margin-top: 3em;
}

.leftM1 {
	margin-left: 1em;
}

.rightM1 {
	margin-right: 1em;
}

/*----------------- layout -----------------*/


/*----------------- head -----------------*/
#headerWrapBg{
	background: url(../../images/header_bg.png) no-repeat center 0;
	width: 2294px;
	height: 69px;
	position: fixed;
	top: 0;
	left: 50%;
	margin: 0 0 0 -1147px;
	z-index: 1000;
		
	}
#headerWrap{
	width: 950px;
	margin: 0 auto;	
	}
#headLogo{
	float: left;
	margin: 0 43px 0 7px;	
	}
#navWrap{
	margin: 0 0 0 113px;
}
#navWrap li{
	float: left;
	padding: 0 23px 0 0;	
	}




/*----------------- foot -----------------*/

/*----------------- contents -----------------*/


/*----------------- navigation -----------------*/

