/*  共通で使えるもの　-------------------------------------   */
body {
    text-align: center; /* center on ie */
    width: 100%;
}


#outer {
	margin:0 auto;
    text-align: left;
	width:800px;
    font-family: "ＭＳ ゴシック", Osaka;
    font-size:12px;
    text-align:center;
    background : url(img/back10.gif);
}

#header {
    width : 800px;
    height : 250px;
    border:none;
    text-align:center;
    margin:0px auto;
}

#footer {
	width : 800px;
    height :100px;
	text-align:center;
    border:none;
	clear:left;
/*	padding-top:30px; */
}

img { border:none }

a:link {
	color: #00008b;
}
 
A:visited {                 /* 既に見たリンク */
  color: #009999;
  text-decoration: none;
}


table-waku {
    table-layout : fixed;
    width : 680;
    border-color : #ff8040;
    caption-side : left;
}

/* 感想 */
.comment td { 
	width : 580px;
    border-bottom: 2px solid gray; 
	border-right: 2px solid gray; 
	padding:20px 40px;
}

#mein {
    width : 800;
    background : #ffffff;
    margin:0px auto;
    border:none;
}


 h1 {
color: #FFFFFF;
font-size: 12px;
}

