@charset "utf-8";
/* CSS Document */
/*デフォルト*/
/****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;
	vertical-align:baseline;
}

body {
	font-size:62.5%;/**62.5%で、1.0emでデフォルト16pxを10pxにサイズダウン***/
	
	font-family: 'ヒラギノ角ゴ Pro ','W3Hiragino Kaku Gothic Pro', Meiryo, san-serif;
	line-height:1.5;
	text-align:center;
	/*\*/
	letter-spacing:0.1em;
	/*MacIE5回避（Backslash Hack）*/
}

/*****general*********/

h1 {font-size:12px;
	/*color:#cfcfcf;*/
	color:#61BAC7;
}

h2 {
	font-size:1.6em;
	line-height:1.2em;
}

h3 {	font-size:1.6em;}
h4,h5,h6 {font-size:1.4em;}

h1,h2,h3,h4,h5,h6 {
	font-style:normal;
	font-weight:normal;
}

p {
	font-size:1.4em;
}

ul {
	font-size:1.4em;
	list-style:none;
} 

table {border-spacing:0;}

table,td,th,img {	border:0;}

strong {color:#00abee;}
.strong01 {color:#FF9900;}
.strong02 {color:#ec0064;}
.strong03 {color:#ac00ff;}

/****link****/

a {
	color :#ff5a00;
	font-size:1.2em;
	text-decoration:none;

}

a:visited {
	text-decoration:none;
	color:#9900ff;
}

a:hover {
	color:#9900ff;
	text-decoration:underline;
}
/***img***/
img {
	vertical-align:bottom;
}		


