@charset "utf-8";
	
/*
*	Reset and Base Style Sheet
*	Last Update 2007-02-22
*
*	1-1.Yahoo UI Library Fonts CSS
*	1-2.Universal selector
*	1-3.Structure Module
*	1-4.Text Module
*	1-5.Hypertext Module
*	1-6.List Module
*	1-7.Edit Module
*	1-8.Forms Module
*	1-9.Tables Module
*	1-10.Image Module
*	1-11.Object Module
*
*/

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

	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: 12px;
	*font-size: small;
	*font: x-small;
	margin:0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	background-image:url(../images/main_bg.gif);
	background-color: #e7e7e6;
	-webkit-text-size-adjust: 100%;	
}

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

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

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

	1-2.Universal selector

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

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



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

	1-4.Text Module

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

p{
	margin:0;
}
address{
	font-style:normal;
	color:#333333;
	padding:0;
	margin:0;
	font-size:12px;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: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%;
}



blockquote {
	margin: 1.5em 20px;
	padding: 1px 0; 
	border: 3px solid #ddd;
	background-color: #fff;
}

blockquote * {
	color: #666;
}

blockquote[title]:before {
	margin: 2px 2px 1em 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #eee; 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: attr(cite);
	color: #333;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}


em{
	color:#FF0000;
	font-style:normal;
	}

em2{
	font-style:normal;
	font-size: 0.8em;
}


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

	1-5.Hypertext Module

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

a:link {
	color: #005585;
}

a:visited {
	color: #818f98;
}

a:hover {
	color: #80af00;
}

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

	1-6.List Module

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

ul,
ol{
	margin: 0;
	padding: 0;
	list-style-type:none
}

li{
	margin: 0;
}




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

	1-8.Forms Module

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

form {
	margin:0;
}


input,
textarea {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
}

input {
	line-height: 1.2;
}


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

	1-10.Image Module(liフローとでのマージンボトム回避)

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

img { vertical-align: bottom; border:0; }

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

	1-11.Object Module

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

object,
embed {
	margin: 0px;
}
