@charset "UTF-8";
	
/*
	:note "
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
			"
	] .
*/

body {
	font:13px/1.231 Verdana,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS UI Gothic","メイリオ","Meiryo","Osaka",sans-serif;
	*font-size:small;
	*font:x-small;
	line-height: 1.45;
	color:#555555;
}

a:link{color: #663300; text-decoration: underline;}
a:visited{color: #663300; text-decoration: underline;}
a:hover{color: #00328c;text-decoration: underline;}
a:active{color: #00328c; text-decoration: underline;}

a.g_link:link{color: #555555; text-decoration: underline; font-weight:bold;}
a.g_link:visited{color: #555555; text-decoration: underline; font-weight:bold;}
a.g_link:hover{color: #ffffff;text-decoration: none; font-weight:bold; background-color: #777777;}
a.g_link:active{color: #ffffff; text-decoration: none; font-weight:bold; background-color: #777777;}

a.b_link:link{color: #00328c; text-decoration: underline;}
a.b_link:visited{color: #00328c; text-decoration: underline;}
a.b_link:hover{color: #663300;text-decoration: underline;}
a.b_link:active{color: #663300; text-decoration: underline;}

/*======================================
	size
=======================================*/
h4 { font-size:85%; font-weight:bold; line-height: 1.4; color: #00328c;}
h5 { font-size:100%; font-weight:bold;}
h6 { font-size:85%;}
strong{ font-weight:bold;}
.size10{ font-size:85%; line-height: 1.8;}
.size10_14 { font-size:85%; line-height: 1.4;}
.greeting14{ font-size:123%; line-height: 1.8; font-weight:bold; color: #00328c;}
.words_text { font-size:85%; line-height: 1.8; color: #333333;}
.pop_text { font-size:85%; color: #333333;}

/*======================================
	color
=======================================*/
.blue{ color: #00328c;}
.red{ color: #ee0000;}

/*======================================
	form
=======================================*/
form {
	margin: 0;
	padding: 0; 
}

input,textarea {
	margin: 0;
	padding: 0.15em 2px;
	/*border: 1px solid #c9c8c0;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	font-size: 99%;
	background-color: #e9e8e3;*/
}

textarea {
	font-size: 99%;
	/*border: 1px solid #c9c8c0;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	background-color: #e9e8e3;*/
}

/*input.noline {margin: 0; padding: 1px; border: 1px solid #c9c8c0;}*/
/*input {line-height: 1.2;}*/
/*input:hover,textarea:hover {border: 1px solid #666666;}*/
/*input:focus,textarea:focus {border: 1px solid #333333;}*/
/*textarea {padding: 0.1em 2px;}*/

select {
	padding: 0.15em 2px;
}