@charset "utf-8";

/*Base*/
*{
	font-family:"Meyrio","メイリオ","MS UI Gothic","Verdana",sans-serif;
}

body{
	background:#69821b;
	color:#f2f2b0;
}

a{
	color:#c8c2c6;
}

a.outer{
	background:url(./img/aouter.gif) no-repeat right;
	padding-right:16px;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

td{
	border:solid thin #f2f2b0;
}

#content{
	width:80%;
	margin:0 auto;
	padding:1em;
	border-left:dashed thin #f2f2b0;
	border-right:dashed thin #f2f2b0;
}