@charset "UTF-8";
/* ----------------------------
   default.css - 20110824
---------------------------- */

/* ----------------------------
     html5 setup
---------------------------- */
address,article,aside,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

[hidden],command,datalist,menu[type=context],rp,source {
	display: none;
}

/* ----------------------------
     reset
---------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,pre,form,fieldset,input,textarea,p,blockquote,th,td,address,article,aside,figure,footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	width:100%;
	overflow-y: scroll;
}

body {
	height:100%;
	width:100%;
}

html>body{
	width:auto;
	height: auto;
}

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

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

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

div.nostyle table {
}

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

caption,th {
	text-align: left;
	font-family: inherit;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

img {
	vertical-align: bottom;
	line-height: 0;
}

hr,legend {
	display: none;
}

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

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

textarea {
	resize:none;/* for Safari */
}

:focus { /* for Safari */
	outline: 0;
}

/* ----------------------------
     default
---------------------------- */
body {
	font-size:13px;
	*font-size:small; /* for IE6 & IE7 */
	*font:x-small; /* for old IE */
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height: 1.4;
	letter-spacing: 0;
}

* html body {	/* for IE6 */
	font-family: Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

html>/**/body { /*for IE8*/
	font-size/*\**/:small\9;
}

#widetext {
	font-size:14px;
	*font-size:small; /* for IE6 & IE7 */
	*font:x-small; /* for old IE */
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height: 1.9;
	letter-spacing: 0;
}

table {
	*font-size:small; /* for IE6 & IE7 */
	*font:x-small; /* for old IE */
}

html>/**/body table { /*for IE8*/
	font-size/*\**/:small\9;
}

/* ----------------------------
     ClearFix
---------------------------- */
.clrFix {
	zoom: 1;
}

.clrFix:after {
	content: '';
	display: block;
	clear: both;
	height: 0px;
}

/* ----------------------------
     ClearFix
---------------------------- */
.clrFix {
	zoom: 1;
}

