﻿@charset "UTF-8";

/*======================================
	Yahoo! UI Library: Reset CSS
=======================================*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0px;
	padding: 0px;
}

fieldset,
abbr,
acronym,
img {
	border: 0px;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	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: "";
}

object,
embed {
	vertical-align: baseline;
}

abbr,
acronym {
	border: 0px;
}
/*======================================
	base setting
=======================================*/

select,option,
table,embed,object {
	padding: 0px;
	margin: 0px;
	vertical-align: baseline;
}	

body {
	margin: 0px auto;
}

li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
}

/*======================================
	link
=======================================*/

a:link {
	color: #06C;
	text-decoration: underline;
}

a:visited {
	color: #941d55;
	text-decoration: underline;
}

a:hover,a:active {
	text-decoration: none;
}

/*======================================
	Text,font
=======================================*/

body {
	font-size: 75%; /* IE */
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,Sans-Serif;
	line-height: 1.4em;
}

html>/**/body {
	font-size: 12px; /* Except IE */
}

*:first-child + html body {	/* for IF7 */
	font-family: "メイリオ","Meiryo";
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-size: 1.2em; /* 12px */
}

p {
	font-size: 1.2em; /* 12px */
}

/*======================================
	汎用class
=======================================*/
.imgR {
	float: right;
	margin: 0px 0px 10px 10px;
}

.imgL {
	float: left;
	margin: 0px 10px 10px 0px;
}
