@charset "utf-8";


/* ****************************************_**************************************** */


/* Common // Resets */

* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	word-break: break-all;
}

body {
	background:#000000;
	padding: 0;
	margin: 0;
	text-align:center;
}

br{letter-spacing:0;}


/* ****************************************_**************************************** */


/* block Elements */

div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address {
	display: block;
	margin: 0;
	padding: 0;
}


/* p */

p {
	margin:0;
	padding:0;
}


/* blockquote */

blockquote {
	margin: 1em 2em;
	padding: 0 1em;
}

blockquote p {
	margin: 1em 0 1em 0;
	padding: 0;
}

blockquote blockquote {
	margin: 0.2em 0;
	padding: 0.2em 0 0.2em 0.2em;
}


/* ****************************************_**************************************** */


/* inline Element */

a, em, img, span, strong {
	display: inline;
}

a {
	font-weight: normal;
	text-decoration: underline;
}


/* img */

img {
	margin: 0;
	padding: 0;
}


/* strong */

strong {
	margin: 0 0.2em;
	padding: 0;
	font-weight: bold;
}


/* ****************************************_**************************************** */


/* list Element */

ul, ol {
	display: block;
}


li {
	list-style: none;
}


/* ****************************************_**************************************** */


/* form */

form {
	display: block;
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset dt {
	border: none;
}

fieldset ul,
fieldset ol,
fieldset dl {
	display: block;
	margin: 1em 0 1em 0.5em;
}

label {
	vertical-align: middle;
	margin: 0 0.5em  0 0;
	padding: 0;
	text-transform: capitalize;
}

input {
	vertical-align: middle;
}


/* ****************************************_**************************************** */


/* table */

table, th, td {
	border-style: none;
	border-collapse: collapse;
}

table {
	margin: 1em 0 0 1em;
	border-style: none;
	border-spacing: 0;
}

table a {
	font-weight: normal !important;
}

tr {
	border: none;
}

th, td {
	padding: 0.5em 4px;
	border-width: 0 1px 1px 0;
	border-style: none;
	text-align: left;
}


/* ****************************************_**************************************** */

hr {
	border:#ffffff;
	height:1px;
	color:#ffffff;
	font-size:1px;
	display:block;
	clear: both;
	margin-top:0!important;
	margin-bottom:0!important;
	margin:0!important;
	padding:0;
}

@charset "UTF-8";


/* ****************************************_**************************************** */


/* Fonts // Texts */

body {
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3","Osaka",arial, helvetica, verdana ,sans-serif;
	*font: x-small;
	color:#534e32;
	font-size: 12px;
	*font-size: 75%;  /*~WinIE7 */
	letter-spacing:0.05em;
}

table {
	font-size: 100%;
}

select, input, textarea {
	font-family:"ＭＳ ゴシック","Hiragino Kaku Gothic Pro" ,"Osaka",arial, helvetica, verdana ,sans-serif;
	font-size: 100%;
}



/* ****************************************_**************************************** */

img {
	border:0;
}

a:focus{
	outline:none;
}

a {
/**/
	overflow: hidden;
/**/
}

a:link {
	text-decoration: underline;
	color:#534e32;
}
a:visited {
	text-decoration: underline;
	color:#534e32;
}
a:hover {
	text-decoration:none;
	color:#8f854e;
}
a:active {
	text-decoration: underline;
	color:#534e32;
}