@charset "utf-8";
 


/* Reset */
body,div,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

ul,ol,dl{
	list-style: none;
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
input,textarea,select {
	*font-size: 100%;
}

/* Base  Style */
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.675em;
	*font-size: small;
	*font: x-small;
	text-align: center;
	line-height: 18px;
}


a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active,
a:focus {
	outline: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

/* Tag */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
caption,th {
	text-align:left;
}

sup {
	vertical-align: text-top;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}


hr {
	color:#ECECEC;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*Clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*基本レイアウト*/

#Wrap{
	width: 640px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header{
	width: 640px;
	display: block;
	margin-bottom: 1px;
	position: relative;
}
#header h1{
	display: none;
}
#header p{
	display: none;	
}
#nav{
	display: none;
}




#Contents{
	width: 640px;
	display: block;
	margin-top: 0px;
	text-align: left;
}

#footer{
	width: 640px;
	padding-top: 5px;
	height: 30px;
	display: block;
	margin-top: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EDEDEE;
}

#footer p{
	display: block;
	font-size: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

#footer ul{
	text-decoration: none;
	float: left;
	display: block;
}

#footer ul li{
	display: inline;
	margin-right: 10px;
	font-size: 90%;
}

#footer a{
	display: inline;
}



/* Align */

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.layoutCenter {
	margin: 0 auto;
}


/* Float */

.floL {
	float: left;
}
.floR{
	float: right;
}
div.Clear {
	line-height: 0%;
	clear:both;
	font-size: 0px;
	margin:0px;
	padding:0px;
	height: 0px;
	width: 0px;
}

/* Margin  mg*/

.mg5 {
	margin: 5px;
}
.mgR10 {
	margin-right: 10px;
}
.mgL10 {
	margin-left: 10px;
}

.mgBtm10{
	margin-bottom: 10px;
}

.mgBtm20{
	margin-bottom: 20px;
}

/* Padding  pd*/

.pd20 {
	padding: 20px;
}
.pdT10 {
	padding-top: 10px;
}
.pdB20 {
	padding-bottom: 20px;
}
