@charset "utf-8";
*/

/* --HTML-- */
html {
}

/* --BODY-- */
body {
color:#282828;
background:#f5f5f5;
font:79%/1.5 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','小塚ゴシック Pro R','Kozuka Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ','Meiryo','sans-serif';
margin:0;
overflow:visible;
padding:0;
letter-spacing: 0.07em;
}

/* --OTHER TAGS-- */
a {
overflow:hidden;
}

a img, img {
border:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}

blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

ul li img {
vertical-align: top;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
display:block;
}

/* for IE7 */
*+html code, *+html kbd, *+html pre, *+html samp, *+html tt {
font-size:108%;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

header, section, article, nav {
	display: block;
}

hr {
   border: dotted #ba9f0c;
   border-width: 1px 0 0 0;
   height: 1px;/* for IE6 */
   clear: both;/* for IE6 */
} 

.required {
	color: #f11d4f;
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

a:link,
a:active,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a.link_txt:link,
a.link_txt:active,
a.link_txt:visited {
	color: #282828;
	text-decoration: none;
}
a.link_txt:hover {
	color: #CCC;
	text-decoration: none;
	background-color: #444;
}

a.link_txt_new:link,
a.link_txt_new:active,
a.link_txt_new:visited {
	color: #282828;
	text-decoration: underline;
}
a.link_txt_new:hover {
	color: #CCC;
	text-decoration: none;
	background-color: #444;
}

::-moz-selection{
	background: #efdd63;
	color: #282828;
}

::selection {
	background: #efdd63;
	color: #282828;
}

/* clearfix */
.clearfix:after {
content: "";
display: block;
height: 0px;
clear: both;
visibility: hidden;
font-size: 0.1em;
}

/* for IE6 */
* html .clearfix {
display: inline-block;
height:　1px;
}

/* for IE7 */
*+html .clearfix {
display:inline-block;
zoom: 100%;
}