/* --------------------------------------
	HTMLƒŠƒZƒbƒg
--------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border: 0;
}

* {
	margin: 0;
	padding: 0;
	}


img {
	border: none;
	vertical-align: top;
	}

/* --------------------------------------
	HTMLÄ’è‹`
--------------------------------------- */

body{
	text-align:center;
	font-family:arial 'hiragino kaku gothic pro','ƒqƒ‰ƒMƒmŠpƒS pro w3','‚l‚r ‚oƒSƒVƒbƒN';
	color:#444;
	line-height:1.5em;
	background-color:#FBFAF4;
	}
	
body {
	font-size: 88%; /* IE */
	}

html>/**/body {
	font-size: 12px; /* Except IE */
	}

a:link {
	color: #980064;
	text-decoration: underline;
	}

a:visited {
	color: #980064;
	text-decoration: underline;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	background:#EBD7E3;
	}


a:active {
	color: #980064;
	text-decoration: none;
	outline: none;
	}

br.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	}

.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
	}

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align:center;
}

.red{
	color:#F00;
}

.orange{
	color:#FF6600;
}

/* --------------------------------------
	ƒŒƒCƒAƒEƒg
--------------------------------------- */
#container{
	width:625px;
	text-align:center;
	margin:0 auto;
	background-color:#FFFFFF;
	}

#header{
	text-align:left;
	width:625px;
	margin:0 auto;
	}
	
#main{
	width:582px;
	text-align:left;
	margin:0 auto;
	}

#footer{
	width:582px;
	width:100%;
	margin:0 auto;
	}

/* --------------------------------------
	ƒwƒbƒ_[
--------------------------------------- */
h1{
	font-size:93%;
	margin:3px 10px;
	}
	
h1 a:link {
text-decoration:none;
}

h1 a:visited {
text-decoration:none;
}


h1 a:hover {
text-decoration:none;
}

/* --------------------------------------
	ƒtƒbƒ^[
--------------------------------------- */
h2{
	margin:20px 0px 3px 0px;
}
.ph{
	width:590px;
}

.ph li{
	float:left;
	margin:8px;
}
#footer{
	margin:20px 0px;
}
#copy{
	border-top:solid 1px #EBD7E3;
	font-size:85%;
	padding:5px;
}
.tx{
margin:10px 0px;
}

.table{
	border:solid 1px #826D5B;
	padding:10px 5px;
	margin:10px auto;
	text-align:left;
}


.table th{
	width:100px;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 10px;
	border:solid 1px #826D5B;
	background:#98816E;}

.table td{
	color:#826D5B;
	border-bottom:solid 1px #826D5B;
	padding:5px 10px;
	}