@charset "shift_jis";

/* basic
--------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small; font-style: normal;
	line-height: 150%; font-weight: normal;
}

a:link { color: #75818B; text-decoration:none; }
a:visited { color: #75818B; text-decoration:none; }
a:hover { color: #0066CC; }
a:active { color: #75818B; }


/* index_basic
--------------------------------------------------------*/
.top_basic {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #000000;
	color: #CCCCCC;
	background-image: url("maglemarket/image/top_bg20110101.gif");
	background-repeat: no-repeat;
	background-position: left top
}

.top_menu {
	width: 95%;
	margin-top: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	padding: 0;
	font-size: small; font-style: normal;
	line-height: 180%; font-weight: normal; color: #FFFFFF;
}

.top_menu h3 { color: #003366; }
.top_menu h4 { color: #006699; }
.top_menu copyright { color: #333333; font-size: x-small; }

.top_menu p { margin-top: 0px; margin-bottom: 10px;}

.info {
	font-size: small;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
}

.info h4,h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: small;
	normal; line-height: 150%;
}

.info h4 { color: #003366; }
.info h5 { color: #006699; }
.info p { margin-top: 0px; margin-bottom: 10px;}


/* contents
--------------------------------------------------------*/
.container {
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	font-size: small; font-style: normal;
	line-height: 180%; font-weight: normal; color: #75818B;
}



.container h3 {
	margin: 0;
	padding: 0;
	color: #003366;
}

.container h4 {
	margin: 0;
	padding: 0;
	font-size: small;
	color: #006699;
}

.container h5,ul {
	margin: 0;
	padding: 0;
	font-size: small;
}


.container li { list-style-type: none; }
.container p { margin-top: 0px; margin-bottom: 10px;}


#navi {
	margin-bottom:30px;
	text-align: right;
}

.imgvox { width: 250px; float: right; text-align: right; }
.imgvox img { margin-right: 20px; margin-bottom: 5px; }

#footer {
	width: 700px;
	margin-top: 30px;
}


/* footer
--------------------------------------------------------*/
#footer {
 clear:both;
 margin: 0 auto;
 padding: 0px 0 20px;
 width: 100%;
}

#copy {
 margin: 0;
 padding: 10px 0 0 0;
 font-size: x-small;
}

#footer address {  
	font-weight:normal;  
	font-style:normal;  
} 



/* font-size
--------------------------------------------------------*/
.f10h150 { font-size: small; font-style: normal; line-height: 150%; font-weight: normal; }
.f10h180 { font-size: small; font-style: normal; line-height: 180%; font-weight: normal; }
.f10h200 { font-size: small; font-style: normal; line-height: 200%; font-weight: normal; }
.f12h150 { font-size: medium; font-style: normal; line-height: 150%; font-weight: normal; }
.f12h180 { font-size: medium; font-style: normal; line-height: 180%; font-weight: normal; }
.f12h200 { font-size: medium; font-style: normal; line-height: 200%; font-weight: normal; }
.f14h150 { font-size: large; font-style: normal; line-height: 150%; font-weight: normal; }
.f14h180 { font-size: large; font-style: normal; line-height: 180%; font-weight: normal; }
.f14h200 { font-size: large; font-style: normal; line-height: 200%; font-weight: normal; }

