/*@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 0.5em 0;
	}
	
h1,
h2,
h3 {
	margin: 0 0 0.5em 0;
	line-height: 1.2;
	}
	
h3 {font-size:13px;
	font-weight:bold;
	}
	
/*========= 4.Hypertext ============*/

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

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


	
/*========= 6.other ============*/

div #waku {
	width:480px;
	border: 1px solid #C44C5A;
	margin: auto;
	}
	
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;}
