@charset "Shift_JIS";
/*==============================================
Font-size Adjustment
Default Size    = 16px
Present Setting = 12px

63% = - 6px  |	100% = +-0px  |	138% = + 6px
69% = - 5px  |	107% = + 1px  |	144% = + 7px
75% = - 4px  |	113% = + 2px	|	150% = + 8px
82% = - 3px  |	119% = + 3px	|	157% = + 9px
88% = - 2px  |	125% = + 4px	|	163% = +10px
94% = - 1px  |	132% = + 5px	|	169% = +11px
===============================================*/

/**************************************************************************************************
Initialization
**************************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 140%;
	font-size	   	: 78%;
	font-size		  : 78%\9; /* IE6-8 */
	*font-size		: 78%; /* IE6-8 */
	_font-size		: 78%; /* IE6-8 */
	margin: 0px;
	padding: 0px;
	color: #000000;
	border-top: 3px solid #a0bddf;
}

/* fontw่ \*/
/*body, textarea { font-family: "CI", "lr oSVbN", sans-serif; }*/
body, textarea { font-family: "lr oSVbN", sans-serif; }
input, select { font-family: Arial, "lr oSVbN", sans-serif; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4,h5,h6 { 
	font-size		: 100%;
}

a {}
a:link	  {color: #2d4e74;text-decoration: underline;}
a:visited {color: #2d4e74;text-decoration: underline;}
a:hover 	{color: #c23980;text-decoration: underline;}

