@charset "UTF-8";
/* font size list ------------------------------------------------

	10px: 77%		11px: 85%		12px: 92%		13px:100%		14px:107.7%
	15px:115%		16px:123%		17px:131%		18px:138.5%	19px:146%
	20px:154%		21px:161.5%	22px:169%		23px:177%		24px:185%

--------------------------------------------------------------- */
/* ---------------------------------------------------------------
	reset
--------------------------------------------------------------- */
html {
	width: auto;
	height: 100%;
	overflow-y: scroll;
}

body {
	width: auto;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-size: 81.25%;
	line-height: 1.5;
}

@media print {
	body {
		font-family: Meiryo,"メイリオ","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3",Osaka,"MS PMincho","ＭＳ Ｐ明朝",serif;
		font-size: 16px;
		overflow: visible !important;
	}
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	padding: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

strong {
	font-weight: bold;
}

img {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

a {
	color:#11C;
	padding:0 1px;
	text-decoration: underline;
}

a:link,
a:visited,
a:focus,
a:active {
	
}

a:hover {
	background-image:url(/shared/images/link_bg_top.gif),url(/shared/images/link_bg_bottom.gif),url(/shared/images/link_bg_left.gif),url(/shared/images/link_bg_right.gif);
	background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;
	background-position:top left,bottom left,top left,top right;
	background-color:#000;
	text-decoration:none;
	color:#FFF;
}

a.blank:after{
	content:" ❏"
}

.active{
	background-image:url(/shared/images/link_bg_top.gif),url(/shared/images/link_bg_bottom.gif),url(/shared/images/link_bg_left.gif),url(/shared/images/link_bg_right.gif);
	background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;
	background-position:top left,bottom left,top left,top right;
	background-color:#000;
	text-decoration:none;
	color:#FFF !important;
}

.clearfix {width:100%;}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
}

/*
*::-webkit-scrollbar {
	overflow: hidden;
	width: 8px;
	height: 8px;
	background:#fff;
}

*::-webkit-scrollbar-button {
	display:none;
}

*::-webkit-scrollbar-piece {
	background:fff;
}

*::-webkit-scrollbar-piece:start {
	background:#fff;
}

*::-webkit-scrollbar-thumb {
	overflow:hidden;
	background:#000;
}

*::-webkit-scrollbar-thumb:hover {
	background:#999;
}

*::-webkit-scrollbar-corner {
	overflow:hidden;
	background:#fff;
}
*/