@charset "utf-8";

/****base*****/

body,div,pre,p,blockquote, 
form,fieldset,input,textarea,select,option, 
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
table,th,td,embed,object	{
	margin:0;
	padding:0;
}

body {
	font-size:62.5%;/**62.5%で、1.0emでデフォルト16pxを10pxにサイズダウン***/
	background-color:#b3b3b3;
	font-family: "ヒラギノ角ゴ Pro",'W3Hiragino Kaku Gothic Pro', Meiryo, san-serif;
	line-height:1.6;
	text-align:center;
	/*\*/
	letter-spacing:0.1em;
	/*MacIE5回避（Backslash Hack）*/
}

/*****general*********/

h1 {font-size:15px;
	color:#888888;
}

h2 {
	font-size:15px;
}

h3,h4,h5,h6 {	font-size:1.4em;}

h1,h2,h3,h4,h5,h6 {
	font-style:normal;
	font-weight:normal;
	
}

p {
	font-size:1.4em;
	color:#555555;
}
span {font-size:0.9em;}

ul {
	font-size:1.4em;
	list-style:none;
} 

table {border-spacing:0;}

table,td,th,img {	border:0;}

strong {color:#ff0000;
	font-weight:bold;}
/****link****/

a {
	color :#ff9600;
	font-size:1.0em;
	text-decoration:none;
}

a:visited {
	color:#a800d9;
	text-decoration:none;
}

a:hover {
	color:#a800d9;
	text-decoration:underline;
}
/**img**/
img {
	vertical-align:bottom;
}
		
	