﻿@charset "utf-8";

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

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights 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	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

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

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

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

select,
input,
textarea {
	font-size: 99%;
}

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

	1-2.Universal selector

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

* {
	line-height: 1.6;
	letter-spacing: 1px;
	color: #666666;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

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

	1-3.Structure Module

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

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

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

	1-4.Text Module

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

p,
address {
	margin: 0 10px 0.5em 10px;
	font-size: 100%;
}

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

h1 {
	font-size: 189%;
}

h2 {
	font-size: 159%;
}

h3 {
	font-size: 144%;
}

h4 {
	font-size: 122%;
}

h5 {
	font-size: 107%;
}

h6 {
	font-size: 107%;
}

em {
	font-weight: bold;
}

strong {
	color: #ff4500;
}

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

	1-5.Hypertext Module

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

a:link {
	color: #005585;
}

a:visited {
	color: #818f98;
}

a:hover {
	color: #80af00;
}

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

	1-6.List Module

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

#contents ul,
#contents ol {
	margin: 1em 20px;
	padding: 1px 0;
	list-style-position: inside;
}

#contents li {
	margin: 0.1em 10px;
}

#contents li li,
#contents li p {
	font-size: 100%;
}

#contents li ul,
#contents li ol,
#contents li dl,
#contents li p {
	margin: 0.1em 10px;
}

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

	1-8.Forms Module

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

form {
	margin: 0.5em 20px;
	padding: 1px 0; 
}

form p {
	margin: 0.5em 10px;
}

input,
textarea {
	margin: 0.4em 0;
	padding: 0.1em 5px;
	border: 1px solid #ddd;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	background-color: #f5f5f5;
}

select {
	margin: 0.4em 0;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	padding: 0.4em 10px;
}

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

	1-9.Tables Module

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

table {
	margin: 0 0 0.5em 0;
	border: 1px solid #aaa;
}

th,
td {
	padding: 0 10px;
	border-collapse: none;
	border-spacing: 0;
}

th {
	text-align: left;
	background-color: #FAFAFA;
}

td {
	border: 1px solid #ddd;
}

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

	1-10.Image Module

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

a img {
	border: 0;
}

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

	1-11.Object Module

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

object,
embed {
	margin: 0;
}
