@charset "UTF-8";

html {  
	overflow-y:scroll;  
}  

/**************************************************************/
/*                          BODY                              */
/**************************************************************/

body {
	text-align: center;
	margin: 0;
	padding: 0;
  font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 150%;
	word-break: normal;
	word-wrap: normal;
	background-color: #ededed;
}

/**************************************************************/
/*                          LINK                              */
/**************************************************************/
/* Mac IE 5以外適用 \*/
a {
	overflow:hidden; 
	outline:none;

}

/* すべてに適用 */ 
a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
  color: #0066CC;
	text-decoration: none;
}

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

a:active {
	color: #0066CC;
	text-decoration: none;
}


/**************************************************************/
/*                          IMG/A                             */
/**************************************************************/

img, a { border: 0; }


/**************************************************************/
/*                          MARGIN PADDING                    */
/**************************************************************/

ul, ol, dl, dt, dd, li,
form, input, select, option, fieldset,
h1, h2, h3, h4, h5, h6,
hr, pre, blockquote {
  margin: 0;
  padding: 0;
}


/**************************************************************/
/*                          LIST                              */
/**************************************************************/

ul, ol, dl, dt, dd, li {
  line-height:15px;
  list-style-type: none;
}


/**************************************************************/
/*                          FORM                              */
/**************************************************************/

form, input, select, option {
  font-family: Geneva, Arial, Helvetica, sans-serif;
	/*display: inline;*/
}

textarea {
  font-size: 1.0em;
}


/**************************************************************/
/*                          P                                 */
/**************************************************************/

p { margin: 0 0 20px 0; }


/**************************************************************/
/*                          H1/2/3/4/5/6                      */
/**************************************************************/

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 { font-size: 1.6em; }

h2 { font-size: 1.4em; }

h3 { font-size: 1.2em; }

h4 { font-size: 1.0em; }
