@charset "utf-8";

/*------------------------------------------------------------------------------
	Title: Guideline - Reset
	Created: 2009-05-27
	Copyright: (C) Samurai Factory Inc.
	Note :
		Outline - 
				1-1. Html, Body			
				1-2. Text		
				1-3. Table		
				1-4. List		
				1-5. Form			
				1-6. Image 		
				1-7. Object		
------------------------------------------------------------------------------*/

/*	1-1. Html, Body 
-------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
	text-decoration: none;
	}

html {
	overflow-y: scroll;
	background: #48cbdd;
	color: #000000;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande",Verdana,Helvetica,sans-serif;
	font-size: 75.0%;
	}

/*	1-2. Text element
-------------------------------------------------------------*/
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}

p {
	margin: 0;
	line-height: 1.6;
	}
	
blockquote {  
	margin: 0;  
	padding: 0;  
	}  

br {
	letter-spacing: normal;
	}

pre, code {
	margin: 0;
	padding: 0;
	}

sup {
	vertical-align: text-top;
	}
	
sub {
	vertical-align: text-bottom;
	}

q:before, q:after {
	content: '';
	}
	
abbr, acronym {
	border: 0;
	font-variant: normal;
	}
	
address, strong, em, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
	}
	
/*	1-3. Table element
-------------------------------------------------------------*/
	
table {
	border-spacing: 0; 
	font-size: 100%;
	}
	
th, td {
	margin: 0;
	padding: 0;
	}

caption, th {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	}

/*	1-4. List element
-------------------------------------------------------------*/

ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/*	1-5. Form element
-------------------------------------------------------------*/
	
form, fieldset, legend, input, textarea, select {
	margin: 0;
	padding: 0;
	}

fieldset {
	border: 0;
	}

legend {
	color: #000000;
	}
	
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}

/*\*//*/
textarea, select, input {
	 font-family: Osaka;
	 }
/**/

input[type="checkbox"],  
input[type="radio"] {  
	position: relative;
	top: 0.1em;
	}  

/*	1-6. Image element
-------------------------------------------------------------*/

img {
	margin: 0;
	border: 0;
	}
	

/*	1-7. Object element
-------------------------------------------------------------*/

