@charset "utf-8";
/* -----------------------------------------------------------
CSS Information

File name : default.css

[index]

1.Reset
2.Base
3.Link
4.font-size
----------------------------------------------------------- */

/* 1= Reset
----------------------------------------------------*/
html {}

body {
	margin:0;
	padding:0;
	*font-size: small;
	*font: x-small;
	-webkit-text-size-adjust: none;
}

option{ 
    padding-top: 2px; 
	padding-right: 7px; 
	padding-bottom: 2px; 
}

* {
	margin: 0px; 
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,select,input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

img,abbr,acronym,fieldset {
	border: 0pt;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}

div img,
p img {
	vertical-align: bottom;
}

/* 2= Base
----------------------------------------------------*/
body{color:#000000; font:100% Meiryo, メイリオ, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif; line-height: 1.6em;}


/* 3= Link
----------------------------------------------------*/
a{ text-decoration:none; color:#555555; overflow:hidden; outline:none; *cursor:pointer;}
a:link{	color:#555555;}
a:visited{color:#555555;}
a:hover{ color:#555555;}
a:active {text-decoration:none;}