@charset "UTF-8";

/* ------------------------------
     reset
------------------------------ */

* {
 margin: 0;
 padding: 0;
}

ul, ol, li { 
 list-style: none;
 margin: 0; 
}

img {
 border: 0;
}

body {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #333;
	line-height: 1.5;
	text-align: center;
	background-color: #009900;
	margin: 0px;
	background-image: url(../img/back.gif);
}

h1,h2,h3,h4,h5 {
	border: 0;
	margin: 0px;
}


/* ------------------------------
     div#wrapper
------------------------------ */

div#wrapper {
 width: 800px;
 margin: 0 auto;
 background-color: #fff;
 text-align: left;
}


/* ------------------------------
     div#header
------------------------------ */

div#header {
	background-color: #EFDFFF;
}
 

/* ------------------------------
     div#main
------------------------------ */

div#main {
	float: right;
	width: 560px;
	font-size: 90%;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}

div#main img {
	margin-bottom: 10px;
}

.float{
	float: left;
	margin-right: 1em;
}

.floatclear{
	clear: both;
}

div#main li{
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


/* ------------------------------
     div#box
------------------------------ */

div#box {
	float: right;
	width: 550px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #FF6600;
}


/* ------------------------------
     div#sub
------------------------------ */

div#sub {
	float: left;
	width: 190px;
	font-size: 90%;
	margin: 20px 0;
	padding-left: 10px;
}

div#sub img {
	margin-bottom: 5px;
}

div#sub li {
	background-color: #FFFFCC;
	margin-bottom: 5px;
	padding: 5px;
	width: 160px;
}


/* ------------------------------
     div#footer
------------------------------ */

div#footer {
 clear: both;
 width: 800px;   /* for ie */
 font-size: 83%;   /* 13px */
 text-align: center;
 background-color: #ccc;
}

div#footer address {
 font-style: normal; 
 font-weight: normal; 
}  

 

