/****************************************
		1. 基本設定 
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,/*p*/,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
ul,ol,li {
	list-style:none;
}

ul{
padding: 0;
}

html {
    /* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
}

body {
	/* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 1.4em;
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"Meiryo","メイリオ","Hiragino Kaku Gothic ProN",sans-serif;
	font-weight: 500;
	line-height:1.6em;
    background-color: #fff;
}

/*　↓リンクに対する共通設定↓　*/
a {
	text-decoration:none;
}

/*　↓HTML5　新要素をブロック化する↓　*/
header, section, footer, aside, nav, article, figure, hgroup { 
	margin:0;
	padding:0;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}


/*　クリアフィックス　*/
.clearfix:after{/*for modern browser*/
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {zoom:1;/*for IE 5.5-7*/}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
}
h1, h2, h3, h4, h5, h6, p {
	-webkit-text-size-adjust: none;
}
