/* base reset */
* {
margin: 0;
padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,tr,td {
margin:0; 
padding:0; 
} 

body {
background-image: url(../images/common/bg.jpg);
text-align: center;
color: #000000;
font-size: 85%;
line-height: 150%;
}

a img {
border: 0px;
}




/* base */
#wrapper {
width: 750px;
margin: 0 auto;
text-align: left;
}
#container{
	float:left;
	width: 750px;
	background-color: #FFFFFF;
}

#menu {
width: 150px;
float:left;
}

#main {
width:570px;
float:right;
}

#footer {
clear: both;
background-color: #3d0000;
text-align: left;
font-size: 100%;
}
.clear{
clear: both;
}


/* common */

h1{
font-size:95%;
line-height: 150%;
color: #3d0000;
margin-top:15px;
}

#headerbar {
background-image: url(../images/common/header_top.gif);
width: 750px;
height: 31px;
text-indent:-9900em;
background-repeat: no-repeat;

}

#headerlogo {
	background-image: url(../images/common/header.jpg);
	width: 750px;
	height: 126px;
	text-indent:-9900em;
	background-repeat: no-repeat;
}

.copyright{
width: 750px;
color: #FFFFFF;
font-size: 80%;
}

.copyright2{
margin-left:160px;
}

.ssl{
	font-size: 80%;
	color: #666666;
	line-height: 130%;
	margin-left: 10px;
}

.info{
	width: 560px;
	height:100px;
}

.mente{
	width: 560px;
	height:70px;
	border-top: 1px dotted #b79321;
	border-bottom: 1px dotted #b79321;
}


/* index */

.merit{
background-image: url(../images/top/merits.gif);
width: 567px;
height: 43px;
text-indent:-9900em;
margin-bottom:15px;
}

.leadcopy{
	padding-right: 10px;
	margin-bottom:10px;
	color: #3d0000;
}

.nyukai{
	margin-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	border-top: 1px dotted #FF0000;
	border-bottom: 1px dotted #FF0000;
	font-weight: bold;
	font-size: 95%;
	margin-top:20px;
	margin-bottom:20px;
}

.free{
	color: #FF0000;
}
.pro{
background-image: url(../images/top/pro.jpg);
width: 462px;
height: 110px;
text-indent:-9900em;
margin-left:20px;
}
.prp_taikyoku{
font-size: 80%;
font-weight: bold;
float:right;
margin-right:15px;
}

.info_ttl{
background-image: url(../images/top/info.gif);
width: 64px;
height: 15px;
text-indent:-9900em;
margin-top:40px;
margin-bottom:5px;
background-repeat: no-repeat;
}

.new_ttl{
background-image: url(../images/top/new.gif);
width: 69px;
height: 15px;
text-indent:-9900em;
margin-top:20px;
margin-bottom:5px;
background-repeat: no-repeat;
}

.system_ttl{
background-image: url(../images/top/system.gif);
width: 159px;
height: 13px;
text-indent:-9900em;
margin-top:20px;
margin-bottom:5px;
background-repeat: no-repeat;
}

.banners{
margin-top:20px;
}




a:link {
color: #EF4501;
text-decoration: none;
}
a:visited{
color: #663300;
text-decoration: none;
}
a:active {
color: #ff0000;
text-decoration: underline;
}
a:hover  {
color: #ff0000;
text-decoration: underline;

}


#footer a:link {
color: #ffffff;
text-decoration: none;
}
#footer a:visited{
color: #ffffff;
text-decoration: none;
}
#footer a:active {
color: #ffffff;
text-decoration: none;
}
#footer a:hover  {
color: #FFFF00;
text-decoration: none;
}

.mentelist{
	float:right;
	margin-right:40px;
	margin-bottom:20px;
	font-size: 85%;
}
