@charset "Shift_JIS";


/*
	1-1.Yahoo UI Library Fonts CSS ver.2.3.1
	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	| 	122% = 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	|*/



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

	[1]ブラウザ調節設定
	
---------------------------------------*/
/*編集不要　ブラウザごとのフォントを調節している*/
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}



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

	[2]デフォルト設定
	
---------------------------------------*/
/*編集不要　ブラウザごとのフォントを調節している*/
* {
	line-height: 1.4;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	}



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

	[3]基本設定
	
---------------------------------------*/
body {
	color: #333333;
	font-family:
		Verdana,
		Arial,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	}
	
	
	
/*--------------------------------------

	[4]基本リンク設定
	
---------------------------------------*/
a:link {
	color:#9E843F;
	text-decoration: underline;
	}
	
a:visited { 
	color:#9E843F;
	}

a:hover {
	color:#9E843F;
	text-decoration: none;
	}
	
a:active {
	color:#9E843F;
	}



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

	[5]基本テキスト設定
	
---------------------------------------*/
p,
pre,
address,
cite {
	margin: 0;
	font-size: 100%;
	}

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

	}

h1 { }

h2 { }

h3 { }

h4 { }

h5 { }

h6 { }

pre { }

pre[title]::before { }

blockquote { }

blockquote * { }

blockquote[title]:before { }

blockquote[cite]:after { }

cite { }}

em { 

	font-weight: bold;
	}

strong { font-weight: bold;}

code { font-family: "Osaka−等幅", monospace;}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
	}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: "Osaka−等幅", monospace;
	text-transform: uppercase;
	}

hr.divider	{ display:none;}
	

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

	[6]基本リスト設定
	
---------------------------------------*/
/*リストの入れ子をする際にフォントサイズが小さくならないように*/
li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
	}



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

	[7]サイズ
	
---------------------------------------*/
.fontS { font-size:80%;}

.fontL { font-size:120%;}



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

	[8]色設定
	
---------------------------------------*/
.red { color: #cc0000;}

.skyblue { color: #2C93DE;}

.green { color: #40934D;}

.white { color: #FFFFFF;}

.brown { color: #857038;}

.blue { color: #0060D0;}


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

	[9]縦位置
	
---------------------------------------*/	
.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}



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

	[10]行間設定
	
---------------------------------------*/	
.lineH10 { line-height: 1.0;}
.lineH11 { line-height: 1.1;}
.lineH12 { line-height: 1.2;}
.lineH13 { line-height: 1.3;}
.lineH14 { line-height: 1.4;}
.lineH15 { line-height: 1.5;}
.lineH16 { line-height: 1.6;}
.lineH17 { line-height: 1.7;}
.lineH18 { line-height: 1.8;}
.lineH19 { line-height: 1.9;}
.lineH20 { line-height: 2.0;}



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

	[10]各エリア設定
	
---------------------------------------*/	
.MFont3{font-size:100%;line-height:130%;color:#C0A572;}
	
