*{

	display:clear;
	margin:0px;
	overflow-x:no;
}

img, div { behavior: url(/iepngfix/iepngfix.htc) }

html,body{

height: 100%;

}


/*----------------------------------------------------------------------------------*/


a{
	color:#671977;

	}

a:hover{

	color:#E02B6E;
	text-decoration:none;
	
	}


#con{

	margin:auto; 
	position: relative;
	height: auto !important;
	background-color:#fff;
	width:800px;
	font-size:10pt;

}

/*ヘッダ*/

#header{
	
	margin-top:0px;
	width:100%;
	height:120px;
	color:#fff;
	border-top:5px solid #4A0E36;
	background-image:url(../img/header_bg.png);
	background-attachment:fixed;
	background-repeat:repeat; 
	background-position:left top;
	background-color:#751337;

	}
	
#header_incont{

	width:800px;
	
	padding:10px 10px 0 10px;
	margin:0 auto;

}

#header img{ 

	float:left;

}

#header_text{

	height:50px;
	margin-top:40px;
	font-size:8pt;
	text-align:right;
}

#header_text p{

	font-size:9pt;
	font-weight:bold;
	
}


#header_menu{

	width:100%;
	height:35px;
	margin:0 auto 10px auto;
	text-align:center;
	background-color:#9D1E4D;
}

#header_menu_incont{

	width:800px;
	height:40px;
	overflow:hidden;
	margin:0 auto;
	

}

#header_menu a{

	display:block;
	width:200px;
	height:30px;
	background-color:#9D1E4D;
	color:#fff;
	float:left;
	font-size:11pt;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
}
	
#header_menu a:hover{

	background-color:#C72692;
	color:#fff;
}
	
/*メアドスパム対策*/	
	span.dummy { display:'@'; }

/*調整中*/	
	.dummy::before {
		content: '@';
}
	
/*メイン*/

#main{

	height:auto;
	overflow:hidden; 	
	width:798px;
	text-align:center;
	padding:10px 0 50px 0;
	
}


#main h1{

	border-left:5px solid #8A1A65;
	border-bottom:2px solid #8A1A65;
	margin:20px 0px;
	padding-left:5px;
	font-size:12pt;
	text-align:left;
}

#main h2{

	padding-left:3px;
	margin:10px 0;
	color:#C7205E;
	border-bottom:1px dotted #C7205E;
	font-size:11pt;
	text-align:left;

}

#main h3{

	font-size:10pt;
	border:1px solid #666;
	padding:5px;
	margin:10px 0;
	color:#666;
	text-align:left;


}

#main h4{

	margin-top:30px;
	margin-bottom:5px;

}


/*テーブル*/

table{

	border:1px solid #666;
	width:100%;
	margin:0 auto;

}

tr{

	height:3em;

}

th,td{

	border:1px dotted #666;

}

th{

	background-color:#ccc;
	text-align:center;
	width:30%;
	
}


td{

	padding:10px;


}

/*フッタ*/	
	
#footer{

	background-color:#9D1E4D;
	position: absolute
	bottom: 0
	width: 100%
	margin:auto;
	text-align:center;
	font-size:9px;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;


}

