@charset "utf-8";

/* ========================================================================================================== *

	 1. Default Setting
 
 * ========================================================================================================== */

* {
	margin:0;
	padding:0;
	}

body {
	font-family: "Meiryo","Hiragino Kaku Gothic Pro","MS PGOTHIC", "Arial", sans-serif;
	font-size:12px;
	color:#754c24;
	line-height:1.5em;
	text-align:center;
	width:100%;
	height:100%;
	background:#88CA00 url(../img/background.jpg) no-repeat 50% 0;
	}

hr {
	height:1px;
	border:none;
	/*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-family: "Meiryo","Hiragino Kaku Gothic Pro","MS PGOTHIC", "Arial", sans-serif;
	}

address, em, caption, th {
	font-style:normal;
	font-weight:normal;
	}



/* ---------------------------------------------------------------------------------------------------------- *

	 6. Text Color
 
 * ---------------------------------------------------------------------------------------------------------- */

.cde0000 {
	color:#de0000;
	}



/* ---------------------------------------------------------------------------------------------------------- *

	 7. Link
 
 * ---------------------------------------------------------------------------------------------------------- */

a,
a:link {
	color:#ff8300;
	text-decoration:underline;
	}

a:visited {
	color:#ff8300;
	}

a:hover {
	color:#ffc400;
	text-decoration:none;
	}



/* ---------------------------------------------------------------------------------------------------------- *

	 8. Display
 
 * ---------------------------------------------------------------------------------------------------------- */

.none {
	display:none;
	}

.clear {
	clear:both;
	}

.clearfix{
	overflow:hidden;
	/*position:relative;*/
	}

* html .clearfix{
	height:1%;
	}

.float-left {
	float:left;
	}

.float-right {
	float:right;
	}



/* ---------------------------------------------------------------------------------------------------------- *

	 9. Margin
 
 * ---------------------------------------------------------------------------------------------------------- */

.mgnT20 {
	margin-top:20px;
	}


/* ---------------------------------------------------------------------------------------------------------- *

	 10. Padding
 
 * ---------------------------------------------------------------------------------------------------------- */


