/*@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:14px;
	font-weight:bold;
	margin-bottom: 1em;
	}
	
/*========= 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_flower3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
p.kome {
color:#FC6809;
}

p.kome2 {
color:#FF0000;
}

table.present {
	text-align:left;
	width: 480px;
	}
	
table td {
	padding: 8px;
	}
	
form {
margin-top:20px;}
	
img.magin {margin-top:20px;}
