﻿@charset "utf-8";

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

 for [shimizu shika]

 Style Name: common.css
 
	File URL: common/css/common.css

	Created: 2010-03-16
 
	Description by suzuki_rui

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

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

	reset

--------------------------- */	
html {
	color: #000;
	background: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
body {border: none;}

table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th {text-align:left;}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

a {cursor: pointer;}
a:active, a:focus {outline: none;}

ul, dl, ol {text-indent: 0;}
ol, ul {list-style: none;}
li {list-style: none;}

fieldset,img { 
	margin:0;
	padding:0;
	border:0;
}
img {vertical-align: bottom;}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

hr {display: none;}

abbr,acronym {
	border:0;
	font-variant:normal;
}
pre,code,kbd,samp,tt {font-family: monospace;}

* html input, * html textarea, * html select {font-size: 100%;}
*:first-child+html+input, *:first-child html+textarea, *:first-child+html select {font-size: 100%;}

* html pre, * html code, * html kbd, * html samp, * html tt {font-size: 108%; line-height: 100%;}
*:first-child+html pre, *:first-child html+code, *:first-child html+kbd, *:first-child+html+samp, *:first-child+html tt {font-size: 108%; line-height: 100%;}

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

q:before,q:after {content: '';}

noscript {
	margin: 0;
	padding: 0;
}