@charset "utf-8";

/* ============================================================ base style */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

body {
	color: #333333;
	font-size: 83%;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif;
	background-color: #f0f0f0;
}

table, th, td, img {
	border: none;
}

hr {
	display: none;
}

a:link,
a:visited {
	color: #005d88;
	text-decoration: none;
}

a:hover,
a:active {
	color: #27a1d9;
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

a:focus {
	/*\*/
		overflow: hidden;
	/**/
}

.txtBold {
	font-weight: bold;
}

.clearBoth {
	clear: both;
}

/* for jQuery Fade */
#bodyArea {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5260;
	width: 100%;
	height: 100%;
	background: #f0f0f0;
}

/* ===================================================== class for font */

#headerWrapper {

}

#header {
	padding: 10px;
	width: 180px;
	height: 100%;
	position: fixed;	
	background: url("../../images/header_bg.png") left top repeat;
}

* html #header {
	width: 500px;
	margin: 20px;
}

#header .navibox {
	position: fixed;
	top: 20%;
	left: 10px;
	margin: 10px;
}

#header h1 {
	margin-bottom: 20px;
}



#header h1 a {
	display: block;

}



/* ============================================================ navi */

#navi ul li {
	margin: 0 0 20px;
	padding-left: 30px;
}

#navi li a {

}


/* for jQuery maximage */

img.bgimage  {
	display:none;
}

.loader { 
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;

}

#con {
	padding: 10px 30px;
	background: #FFFFFF;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	margin: 2%;
	width: 750px;
	height: 90%;
	overflow-y:auto;
}

/* ============================================================ infoArea */

#infoArea {

	padding: 20px 0 20px 20px;
	position: fixed;
	bottom: 30px;
	right: 20px;
}

* html #infoArea {
	display: none;
}

#infoArea dl dt,
#infoArea dl dd {
	font-size: 10px;
	line-height: 14px;
}

#infoArea p {
	background: url("../../images/header_bg.png") left top repeat;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
}

/* ============================================================ copyright */

#copyright {

	padding: 5px;

	position: fixed;
	bottom: 10px;
	right: 20px;
}

* html #copyright {
	display: none;
}



/* ============================================================ address */

#address {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 34px;
	height: 368px;
	background: url("../images/address.png") left top no-repeat;
	text-indent:-9999px;
}

* html #address {
	display: none;
}
