﻿@charset "utf-8";

@import "reset.css";
@import "layout.css";

body,h1,h2,h3,h4,h5,h6,td,th,p,div,input,textarea,pre,ul,ol {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
hr {display: none;clear: both;}
* {line-height: 1.1;}


/* --------------------
		clear
-------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hides from IE-mac */

/* --------------------
		link settings
-------------------- */
a			{color: #333;text-decoration: underline;}
a:link		{color: #333;text-decoration: underline;}
a:visited	{color: #333;text-decoration: underline;}
a:hover		{color: #333;text-decoration: none;}
a:active	{color: #333;text-decoration: none;}





