@charset "shift_jis";

* {
	margin:0;
	padding:0;
}

/*
* Reset and Base Style Sheet
* Last Update 2007-02-22
* 
* 1-1.Yahoo UI Library Font CSS
* 1-2.Universal selecter
* 1-3.Structure Module
* 1-4.Text Module
* 1-5.Hypertext Module
* 1-6.List Module
* 1-7.Forms Module 
* 
*/

/*========================================================

1-1.Yahoo UI Library Font CSS
http://developer.yahoo.com/yui/fonts/
*Copyright (c) 2006,yahoo! Inc. All right reserved.
*http://developer.yahoo.com/yui/license.txt.

Font-size Adjustment

77% = 10px | 112% = 16px | 167% = 22px
85% = 11px | 129% = 17px | 174% = 23px
92% = 12px | 136% = 18px | 182% = 24px
100% = 13px | 144% = 19px | 182% = 25px
107% = 14px | 152% = 20px | 189% = 26px
114% = 15px | 159% = 20px | 197% = 27px

========================================================*/

body, 
th, 
td {
	font-size: 13px;
 *font-size: small;
 *font: x-small;
 line-height: 1.5em;
 color: #666666;
 font-family: Arial, "Osaka-", Helvatica, sans-serif;
}

table {
	font-family: inherit;
 font-size: 100%;
}

/*========================================================

1-2.Universal selecter

========================================================*/

*{
 line-height: 1.5;
 font-size: 100%;
 font-style: normal;
}

/*========================================================

1-3.Structure Module

========================================================*/

body {
 background-color: #fff;
 font-family: Arial, "Osaka-", Helvatica, sans-serif;
}

*========================================================

1-4.Text Module

========================================================*/

p,
pre,
address,
cite {
 margin: 0;
 font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
 font-weight: bold;
	font-size: 112%;
}

h2 {
 font-weight: bold;
 text-indent: 15px;
	font-size: 100%;
}

h3 {
 font-weight: bold;
	font-size: 100%;
}

h4 {
 font-weight: bold;
	font-size: 100%;
}

h5 {
 font-weight: bold;
 color: #ffffff;
 text-align: center;
	font-size: 100%;
}


address {
 line-height: 1.3em;
}

*========================================================

1-5.Hypertext Module

========================================================*/

a {
	text-decoration: none;
}

a:link {
 color: #4C4C4C;
	text-decoration: none;
}

a:visited {
 color: #696969;
	text-decoration: none;
}

a:hover {
 color: #62B300;
	text-decoration: none;
}

*========================================================

1-6.List Module

========================================================*/

ul,
ol,
dl {
	margin: 1em;
	padding: 1px 0;
}
 
li {
	list-style-type:none;
}

li li,
li p,
li pre,
li dt,
li dd,
dd, li,
dd p,
dd dt,
dd dd {
font-size: 100%;
}

li ul,
li ol,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 1em 0px;
}

*========================================================

1-7.Forms Module

========================================================*/

a link img {
	border: 0;
}

hr {
	display: none;
}

.clear {
	clear: both;
}


