@charset "UTF-8";


/*===========================================================================

Basic Tag

=============================================================================*/

* {
    margin: 0;
    padding: 0;
	outline:0;
}

article,aside,dialog,figure,footer,header,hgroup,menu,nav,section {display: block;}

/*
Copyright (c) 2009,Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version:2.7.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*--------------------------------------------------------

10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
--------------------------------------------------------*/



body{
	margin:0;
	padding:0;
	font-family:Helvetica,Arial,"游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴPro W3","HiraginoKakuGothic Pro",Osaka,'メイリオ',Meiryo,"MS PGothic",'ＭＳ Ｐゴシック',sans-serif;
	background-color:#fff;
}

h1, h2, h3, h4, h5, h6{
	font-size:1em;
	font-weight:normal;
}

a{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	outline:0;
}


img{
	border:none;
	border-style:none;
	margin: 0;
	padding: 0;
}

li {
    list-style-type: none;
}

li img{
	vertical-align:bottom;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}



/*===========================================================================

Basic Class

=============================================================================*/



/*clear
--------------------------------------------------------*/
.clear {
    clear: both;
}



/*clearfix
--------------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	min-height:1%;  /* for IE 7*/
	overflow:hidden;
	/*font-size:0.1em;*/
	line-height:0;
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
	
