@charset "utf-8";

/*--------------------------------------------------------------------
Base
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-family : YuGothic, '游ゴシック', sans-serif;
}
html {
	background: #666;
}
html,body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 77%;
	color: #000;
	color: #fff;
	background-color: #fff;
}

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	z-index: 1;
}

area {
	outline: none;
}

p,li,dt,dd {
	line-height: 150%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{*font-size:108%;line-height:100%;}


/* Reset Setting
--------------------------------------------------*/
* {  
    margin:0; 
    padding:0;
/*    text-align:center;*/
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
}
td {
	vertical-align:top;
}
fieldset,img {  
    border:0; 
} 
img {
	vertical-align: middle;
}
address, th, var { 
    font-style:normal; 
    font-weight:normal; 
} 
hr {
	display:none;
}
area,input {
	outline: none;
}

/*--------------------------------------------------------------------
Link
--------------------------------------------------------------------*/

a,
a:link {
	color: #fff100;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	color: #fff100;
	text-decoration: none;
}

a:focus {
	outline: none;
}

.highlight  {
	background: #666;
}
.highlight:hover  {
	background: none;
}
#gnavi .current a {
	color: #fff100;
}

::selection {
    background: #b6b5b5; /* Safari */
}
::-moz-selection {
    background: #b6b5b5; /* Firefox */
}

/*--------------------------------------------------------------------
Common Class
--------------------------------------------------------------------*/

.clear {
	clear: both;
}

.large {
	font-size: 110%;
	line-height: 180%;
}
.blue {
	color: #2ca5fd;
}

/*--------------------------------------------------------------------
clearfix
--------------------------------------------------------------------*/

#detail article ul:after,
footer ul.credit:after,
footer nav#nav_btm ul:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

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