/*@charset "UTF-8";*/


/*=============================================
	1.Universal selectior
	2.body
	3.Text
	4.Hypertext
	5.List
	6.other
	
=============================================*/


/*========= 1.Universal selectior ============*/


* {
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
	color: #333;
	font-weight: normal;
	font-style: normal;
	}
	
/*========= 2.body ============*/

body {
	text-align: center;
	/*IE対応（ボックスセンタリング）*/
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	background-repeat: repeat-x;
	margin: auto;
	}
	
/*========= 3.Text ============*/

p,
adress {
	margin: 0 0 1em 0;
	}
	
h1,
h2,
h3 {
	margin: 0 0 0.5em 0;
	line-height: 1.2;
	}
	
h1 {margin-top:20px;}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 1em;
	text-align: center;
	}
	
/*========= 4.Hypertext ============*/

a:link {
	color: #00597c;
	}
	
a:visited {
	color: #7d94a4;
	}
	
a:hover {
	color: #cd4730;
	}
	

	
/*========= 5.List ============*/


ul {
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #999999;
	padding-bottom: 1em;
	}
	
li {
	list-style:none;
	line-height:2;
	margin: 0px;
	padding: 0px;
	}
	
	
/*========= 6.other ============*/

div #waku {
	border: 1px solid #00a0e9;
	margin: auto;
	text-align: left;
	padding: 10px;
	width: 460px;
	background-image: url(../img/bg_flower.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

	
table td {padding: 10px;}

table {
	width:400px;
	text-align: center;
	font-size:10px;
	color:#999999;
	margin-bottom:2em;
	margin-top: 2em;
	}
	
p.aa {
	text-align:center;
	margin:1em;
	line-height: 1.5em;
	}

span.fon {
	font-size:16px;
	font-weight:bold;
	color: #336699;
	}
	
img.magin {margin-top:20px;}

#wa {
	color:#CCCCCC;
	border: 1px dotted #999999;
	width: 400px;
	margin: auto;
}
