@charset "utf-8";

/* --HTML-- */
* {margin:0;padding:0;} 
html {overflow-y:scroll; color:#864C13;}

/* --BODY-- */
body {font-size:12px; line-height:1.5em; margin:0; padding:0;}
	* html body {font-family:"ＭＳ Ｐゴシック", sans-serif; font-size:75%;}/* for IE6 */
	*+html body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック"; font-size:75%;}/* for IE7 */
	html>/**/body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 75%; }/* for IE8 */
	html:not(:target) body {font-size:12px; line-height:1.5em; font-family:"ＭＳ Ｐゴシック","メイリオ",Meiryo,Osaka,sans-serif;}/* for modern browser not IE8(FF,safari,chrome,opera) */

/* --OTHER TAGS-- */
a {overflow:hidden;}
a img, img { border:0;}
abbr, acronym {border:0;}
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal;}
caption, th {text-align:left;}
code, kbd, pre, samp, tt {font-family:monospace; line-height:100%;}
	/* for IE7 */
	*+html code, kbd, pre, samp, tt {font-size:108%; }

h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;}
ol, ul {list-style:none;}
object {outline:none;}

/* reset for html5 */
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
time, mark, audio, video {border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
mark {color:#000; font-style:italic; font-weight:bold;}

/* form */
button, fieldset, form, input, label, legend, select, textarea {font-family:inherit; font-size:100%; font-style:inherit; font-weight:inherit; vertical-align:baseline;}

/* tables still need 'cellspacing="0"' */
table {border-collapse:collapse; border-spacing:0; font-size:100%;}


/*---------------------------------------------------------------------
Style Setup
---------------------------------------------------------------------*/
/* -- layout -- */
.left {float:left; display:inline;}
.right {float:right; display:inline;}
.center {text-align:center;}
.clear {clear:both;}

/* -- link -- */
a {text-decoration:underline; color:#61360c; text-decoration:none; outline:none;}
a:hover {text-decoration:none;}

/* Clearfix */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */
	* html .clearfix {display:inline-block;}/* for IE6 */
	*+html .clearfix {display:inline-block;}/* for IE7 */
