@charset "utf-8";

@import 'iehack.css';

/* ========================================================================================================== *

	 1. Default Setting
 
 * ========================================================================================================== */

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	}

body {
	font-size:12px;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Osaka, Helvetica, sans-serif;
	color:#555;
	line-height:1.5em;
	text-align:center;
	}

hr {
	height:1px;
	display:none;
	}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
	}


p, ul, li, dl, dt, dd, form, option{
	margin: 0;
	padding: 0;
	}



/* ---------------------------------------------------------------------------------------------------------- *

	 2. List
 
 * ---------------------------------------------------------------------------------------------------------- */

ul {
	list-style:none;
	}

dt {
	display:block;
	width:auto;
	}

li {
	list-style:none;
	}

ol {
	list-style-type:decimal;
	}



/* ---------------------------------------------------------------------------------------------------------- *

	 3. Table
 
 * ---------------------------------------------------------------------------------------------------------- */

table {
	border-spacing:0;
	border-collapse:collapse;
	}

td, th { 
	vertical-align:top;
	}


caption {
	text-align:left;
	}



/* ---------------------------------------------------------------------------------------------------------- *

	 4. Image
 
 * ---------------------------------------------------------------------------------------------------------- */

img { 
	vertical-align:bottom;
	border:0px;
	}

a img {
	border:none;
	}



/* ---------------------------------------------------------------------------------------------------------- *

	 5. Text
 
 * ---------------------------------------------------------------------------------------------------------- */

input, textarea, select {
	font-size:100%;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Osaka, Helvetica, sans-serif
	}

address, em, caption, th {
	font-style:normal;
	font-weight:normal;
	}



/* ---------------------------------------------------------------------------------------------------------- *

	 6. Text Color
 
 * ---------------------------------------------------------------------------------------------------------- */

.cde0000 {color:#de0000;}



/* ---------------------------------------------------------------------------------------------------------- *

	 7. Link
 
 * ---------------------------------------------------------------------------------------------------------- */

a:link {color:#e56b21; text-decoration:underline;}
a:visited {color:#e56b21;}
a:hover {color:#e56b21; text-decoration:none;}



/* ---------------------------------------------------------------------------------------------------------- *

	 8. Display
 
 * ---------------------------------------------------------------------------------------------------------- */

.none {
	display:none;
	}

.clear {
	clear:both;
	}

.clearfix{
	overflow: hidden;
	position: relative;
	}

* html .clearfix{height: 1%;}



/* ---------------------------------------------------------------------------------------------------------- *

	 9. Margin
 
 * ---------------------------------------------------------------------------------------------------------- */

.mgn0 {
	margin:0;
	}

.mgnT05 {
	margin-top:5px;
	}

.mgnT15 {
	margin-top:15px;
	}

.mgnT20 {
	margin-top:20px;
	}



/* ---------------------------------------------------------------------------------------------------------- *

	 10. Padding
 
 * ---------------------------------------------------------------------------------------------------------- */

.pdgB15 {
	padding-bottom:15px;
	}


