﻿@charset 'UTF-8';

/* ------------------------------------
*
*Since: 2009-01-30
*
-------------------------------------*/

/* Style Index ========================

	01: reset

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



/*
01. reset
-------------------------------------*/
html {
	overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	font-size:10px !important; /* for MODERN blowser */
	font-size:62.5%; /* for WIN IE 5.5 6.0*/
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	/*\*/
	letter-spacing:0.05em;
	/**/
	background-color:#FFFFFF;
	text-align:center;
	background:url(../image/pages/body_bc.jpg) center top;
	background-repeat:no-repeat;
}

*:first-child+html body {
	font-size:62.5% !important; /* for WIN IE 7*/
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, address  {
	margin:0; 
	padding:0; 
	font-size:1.2em; 	
	font-style:normal;
	font-weight:normal;		
	line-height:1.3;
	color:#333333;
}
		
ul, ol, dl, table, form {
	margin:0; 
	padding:0;
}

iframe {
	margin:0;
	padding:0;
	border:none;
}	

input, select {
	margin:0;
	padding:0; 
	color:#000000;
	border:0;
}

img {
	border:none; 
	vertical-align:top;
}

object {
	vertical-align:top;
}

ul, ol {
	list-style:none;
}

br {
	letter-spacing:0;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}




