@charset "utf-8";

/* ----------------------------------
 Default style clear
---------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p
,blockquote,th,td {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

fieldset,img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

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


/* ----------------------------------
 common style
---------------------------------- */
body {
	font-size: 100.01%;	/* スケーリングの解消 */
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
}

div#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	text-align: left;
	background: #FF0000;
}

address {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: 0.75em;
	text-align: center;
}

/* ----------------------------------
 hack
---------------------------------- */

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ----------------------------------
 IE PNG FX
---------------------------------- */

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
