﻿@charset "UTF-8";


/* Reset */

body,div,h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, form, fieldset, legend, object, embed {
	margin: 0;
	padding: 0;
}
	
html {  overflow-y:scroll;	}  

h1,h2,h3,h4,h5,h6 {
	font-size:100%;		}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;	}

caption, th {
	text-align:left;	}

img, fieldset, abbr, acronym {
	border: none;		}

img, object, embed {  
	vertical-align: top;	}

input, textarea {
	font-family: inherit;
	font-weight: normal;		}
	
textarea {
	overflow: auto;		}


ul {	list-style:none;	}  


q:before,q:after {
	content:'';		}



/*---------------------------------------------
共通クラスの設定　
---------------------------------------------*/

/*    Clear Fix    */

.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 {  
	height: 1px;	}

.clear{
	clear: both;}
	
	
/* -------------------------------------------------
  CSSハック　IE7,IE8
------------------------------------------------- */

#help_me { color/*\**/: blue\9; }
