@charset "utf-8";

html{
	margin:0;
	padding:0;
}

*{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

body{
	background-color:#360000;
	background-image: url(imgs_common/bg.jpg);
	background-repeat: repeat-x;
}

.txt1{
	font-size:11px;
	color:#EFEFEF;
	line-height:180%;
	margin:10px 0 0 0;
}

.hl{
	font-weight:bold;
	font-size:12px;
	margin:10px;
}

.txt{
	margin:10px;
	}

.center1{
	margin:0 auto;
}

.center2{
	margin:10px auto;
}

.subnavi1{
	margin:10px auto 0 auto;
}

.subnavi2{
	text-align:right;
}

.subnavi_button{
	margin:0 3px 0 0;
}

.border1{
	border-top:1px solid #734D4D;
}

.border2{
	border-top:1px solid #734D4D;
	border-bottom:1px solid #734D4D;
	padding:8px 0;
}

.pagetop{
	text-align:right;
	margin:10px 0;
}

.footer{
	text-align:center;
	margin:10px auto;
}

p{
	font-size:13px;
	color:#EFEFEF;
	line-height:150%;
}

a:link {
	color: #FFFFFF;
	text-decoration:underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}