﻿@charset "utf-8";

/*-----------------------------------------------------
	リセット・初期設定
	file name : default.css
	use with  : ALL HTML Files
-----------------------------------------------------*/

html {
	overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
object,embed {
	vertical-align:top;
}
hr,legend {
	display:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
img,abbr,acronym,fieldset {
	border:0;
}
img {
	vertical-align:top;
}
li {
	list-style-type:none;
}

/*-----------------------------------------------------
	default
-----------------------------------------------------*/

body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-align:center;
	color:#333;
	font-size:12px;
	background:#FFF;
}

* html body {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#333;
}

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

.clearfix:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size: 0.1em;
	line-height:0;
	clear:both;
}

.clearfix {
	min-height:1px;
}

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

/*-----------------------------------------------------
	link
-----------------------------------------------------*/

a:link {
	color:#1767B2;
	text-decoration:none;
}

a:visited {
	color:#1767B2;
	text-decoration:none;
}

a:hover {
	color:#F60;
	text-decoration:underline;
}

a:active {
	color:#F60;
	text-decoration:underline;
}

/*-----------------------------------------------------
	clear
-----------------------------------------------------*/

.clr {
	clear:both;
}

* html .clr  {
	overflow:hidden;
}