@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

/*  clearfix
---------------------------------------------------------------*/

/* modern browser */
.clearfix:after{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
*:first-child+html .clearfix{height:1%;}
* html .clearfix{height:1%;}

/* hack ie mac */
.clearfix{
/*\*//*/
display: inline-table;
/**/
}


/*  body
---------------------------------------------------------------*/

body {
	color:#4D4D4D;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	* font:x-small;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

html {
	overflow-y: scroll;
}

fieldset,img { border: none;}

ul, ol { list-style-type: none;}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
}

caption, th { text-align: left;}

a { outline: none;}

/*-----------------------------------------------------------
    余白初期設定
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
html, body, div,
p, ul, ol, li, dl, dt, dd,
pre, blockquote,
form, fieldset, input, textarea,
table, th, td {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------
    その他初期設定
-----------------------------------------------------------*/
q:before, q:after {
	content:'';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  container
---------------------------------------------------------------*/
#container {
	width:900px;
	margin:0 auto;
	padding:0 0 30px 0;
}


#header {
	padding:29px 0 25px 29px;
}

#header h1 {
	float:left;
	width:209px;
}

#navi {
	float:right;
	width:662px;
}

#navi ul {
	list-style:none;
	padding:94px 0 0 0;
}

#navi li {
	float:right;
	margin-left:24px;
	color:#B2B2B2;
}

#navi li a {
	color:#666666;
	text-decoration:none;
}

#main {
	border:1px solid #a1a1a1;
}

#footer {
	margin:37px 0 0 0;
}
#footerMenu {
	width:592px;
	float:left;
	text-align:left;
}

#footerMenu a {
	color:#4D4D4D;
	text-decoration:none;
}
#footerMenu a:hover {
	color:#4D4D4D;
	text-decoration:underline;
}
	
#copy {
	padding:10px 0 0 0;
	font-size:12px;
}
.odml {
	float:right;
	width:282px;
}



