@charset "utf-8";

/*CSS INFOMATION=======================

BAYONETTA
RESET CSS

File name : reset.css
Description : cssreset file , 1col
Last Editor : Kazuya Deguchi
Date : 2009 04.10   
   
====================================*/


/*-----------------------------------------
 
 =RESET
-----------------------------------------*/
html{color:#fff;background:#000;}
body{color:#fff;background:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
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-family:monospace;*font-size:108%;line-height:100%;}
hr{display:none;}
img{vertical-align:bottom;}



/*-----------------------------------------

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

-----------------------------------------*/


body {font:13px/1.231 arial,helvetica,clean,Meiryo,sans-serif;*font-size:small;*font:x-small;}/*通常のブラウザは13px, IE 全般はsmall ,IE 6/7後方互換モードはx-small*/
table {font-size:inherit;font:100%;}/*IE 6以前でtableへフォントサイズの継承がうまくいかない問題を回避*/
pre,code,kbd,samp,tt{font-family:monospace;*font-size:110%;line-height:100%;}/*IE　全般でpreやcodeの等幅フォントのサイズが小さくなるのを回避*/

/* -------- font --------*/

* html body {font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", Osaka,"ヒラギノ角ゴ Pro W3",Verdana, sans-serif; line-height:140%;}/*IE 6 と それ以前*/
*:first-child+html body{font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",Verdana, sans-serif; line-height:140%;}/*IE 7 のみ*/
html>/**/body{font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",Verdana, sans-serif; line-height:140%;}/*IE7 を除くモダンブラウザにのみ適用*/
/


/*-----------------------------------------
 
  =FLOATING BOX CLEAR
-----------------------------------------*/

.clr:after {
content: ".";
display: block;
height: 0; 
clear: both;
visibility: hidden;
}

.clr {
display: inline-block;
}

* html .clr { 
height: 1%;
}

.clr {
display: block;
}


#header li{
margin:0;
padding:0;
}







