@charset "shift_jis";

/* -----------------------------------------------

	Site: 
	Type: default styles
	URL: 
	Last Up Date: 
	Version: 1.0
	Author: 
	
	----------------------------------------------
	
	Contents

		1.style reset
		2.float
		3.link
		4.text-align

----------------------------------------------- */


/* --- 1.style reset --- */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,li,dl,dt,dd,pre,th,td,form,fieldset,input,textarea {
	margin: 0;
	padding: 0;
}
html {
	overflow-y:scroll;
}
body {
	font-size: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style-type: none;
}
img {
	border: 0;
	text-align: center;
}
address {
	font-style: normal;
}
hr {
  display: none;
}


/* --- 2.float --- */
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clear {
	clear: both;
}
/*
.float-clear { 
	zoom: 100%;
}
.float-clear:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
*/


/* --- 3.link --- */
a:link{
	text-decoration: underline;
	color: #FC3;
}

a:visited{
	color: #FC3;
}

a:hover{
	text-decoration:none;
}

a:active{
}


/* --- 4.text-align --- */
.to-left {
	text-align:left;	
}
.to-center {
	text-align:center;	
}
.to-right {
	text-align:right;	
}
