body {
	width:800px;
	margin-left:10px;
	font-size: 95%;
	color: #000000;
	background-color: #ffffff;
	line-height: 170%;
	}

/* ========================================  #header 画面上部 */

#header {
	width:800px;
	}
	
#headerinfo { /* ヘッダー右上の文字スペース */
	text-align: right;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#header img{
	display: block;
	border: 1px solid #990000;
	width: 799px;
	height: 80px;
	border-bottom:2px solid #990000;
	}
	
/* ========================================  #menu 上部メニュー */
	
#topnavi {
	width:800px;
	display:block;
	height:30px;
	background-color:#eeeeee;
	padding-bottom:5px;
	padding-top:2px;
	}
/* ========================================  #footer */


#footer {
	clear: both;
	margin: 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #666;
	width:800px;
	font-size:75%;
	background-color:#eeeeee;
	padding:5px 10px;
	}	


#footer info{
	float:left;
	}

#privacy {
	float:right;
	display: block;
	width:200px;
	text-align:right;
	}
	
#copyright {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}

/* ========================================  #その他 */
#underNavi{
	clear: both;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}

#underNavi ul{
	list-style-image:url(../img/02.gif);
	}

#underNavi li {
	float:left;
	margin: 0 15px;
	padding-bottom:5px;
	}



.contents {
	width:800px;
	}	
	
h1 { 	
	border: 1px solid #990000;
	width: 799px;
	height: 80px;
	display:block;
	background: url(../img/amc101-top.gif) no-repeat;
	border-bottom:2px solid #990000
	}

h2 {
	font-size:smaller;
	color:#000000;
	text-align:left;	
	}
	
h3 {
	text-align:left;
	font-size:smaller;
	color:#000000;
	margin-bottom:0.5em
	}

h4 {
	text-align:center;
	font-size:smaller;
	color:#000000;
	margin-bottom:0.5em
	}
	
h5 {
	text-align:left;
	font-size:13px;
	color:#669933;
	margin-bottom:0.5em;
	font-weight: bold;
	}

p {
	font-size:smaller;
	line-height:140%;
	}
		
.hide {
	display:none;
	}
	
.new {
	font-size: smaller;
	line-height: 140%;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	padding-bottom: 8px;
	padding-top: 8px; 
}


ul {
	text-align:left;
	list-style-image:url(pic/listmark.gif);
	margin-left:25px;
	padding-left:0;
	margin-top:0
	}

li {
	padding-left:0.3em;
	font-size:12px;
	color:#555555;
	margin-bottom:0.5em
	}
	

.waku-red {
	border: 1px solid #990000;
	padding: 3px;
	font-size:smaller;
	line-height:140%;
}

.waku-kaiin {
	font-size: x-small;
	line-height: 140%;
	padding 1px;
}

.waku-gray {
	border: 1px solid #999999;
	
}

.red_b {color:#FF0000; font-weight:bold; }