body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
	color: #494949;
	height:100%;
}

img{
	border:none;
}

a:link{
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
	overflow: hidden;
}
a:visited {
	color: #000000;
	
}

a:hover {
	color: #666666;
}

a:active  {
	color: #000000;
}

strong{
	color: #2E2E2E;	
}

h1{
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding:0px;
	letter-spacing: 0.1em;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;

}

h2{
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	padding:0px;
	line-height:1.2em;
}

p{
	margin:0px;
	line-height:1.2em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

ul{

	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}

ul p{
	margin:0px;
	line-height:1.2em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



li{
	margin: 0px;
	padding: 0px;
}

.header{
	margin-left:auto;
	margin-right:auto;
	width:820px;
	background-color: #FFFFFF;
	height: 61px;
}
.in_wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.wrapper{
	margin-left:auto;
	margin-right:auto;
	width:820px;
	padding-bottom: 10px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.right{
	width:100%;
	text-align:right;
}




/* POP */

#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #222222; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_block {
	float: left;
	width: 324px;
	height:146px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -162px;
	z-index: 100;
	background-image:url(img/pop/bg.gif);
	background-repeat:no-repeat;

}
.popup_block .popup {
	float: left;
	width: 324px;
	margin: 0px;
	padding:0px;
}


.popup img.cntrl {
	position: absolute;
	right: 7px;
	top: 0px;
	border:none;
}

.pop_form{
	position:absolute;
	top:32px;
	left:80px;
}
.pop_form select{
	width:240px;
	height:21px;
}
.pop_btn{
	position:absolute;
	top:68px;
	left:80px;
}

body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}