@charset "UTF-8";
/* CSS Document */

/* Global Setting
============================================= */

* {
	margin: 0;
	padding: 0;}


html {
    
}


body {
	font-size: 88%;
	font-family:
	"ＭＳ Ｐゴシック",
	"MS PGothic",
	"MS UI Gothic",
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro",
	"ヒラギノ丸ゴ Pro W4",
	"Hiragino Maru Gothic Pro";
	line-height: 1.4;}



body,td,th,a {
	color: #444444;}

h1, h2, h3, h4, h5, h6, p, address {
	display: block;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;}

p { margin: 0px 0px 0px 0px;}
img { border: none;}
hr { display: none;}

a{ cursor: pointer;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline; }
a:active {text-decoration: none;}

.hiden { display: none;}
.hidden,
.Out { position: absolute;left: -999px;top: -999px;}

.S {font-size: 10px;}
.L {font-size: 14px;text-shadow: 0px 1px 2px #ccc;}
.LL {font-size: 15px;text-shadow: 0px 1px 2px #ccc;}
.Bd {font-weight: bold;}
.Red {color: #CC0000;}
.Or {color: #FF6600;}

table {border-collapse:collapse;}
th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;}

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

.err {
	color: #FF0000;
}
/* Clearfix Hack
============================================= */

.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;}

.clearfix { display:inline-block;} /* IE7 */

/* Hides from IE-mac */
* html .clearfix { height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */


@media print {
	body { _zoom: 70%;}
div#Contents div#Side ,
div#Contents div#Main {
	float: none;}

div#Contents {
	position: relative;
	padding-top: 0px;
	margin-top: 70px;}

div#Contents div#Main {
	width: 670px;
	padding-left: 230px;
}

div#Contents div#Side {
	position: absolute;
	width: 225px;
	left: 0px;
	top: 0px;}

}