@charset "utf-8";

/* --XHTML1.0対応ie6後方互換対策cssハック-- */
body {
	text-align: center;
}
div {
text-align: justify;
}
ul {
text-align: left;
margin-left: auto;
margin-right: auto;
/* WindowsIE用margin */
_margin-left: 0;
_margin-right: 0;
}
/* --スクロールバー強制表示-- */
html
  {
  height:100%;
  margin-bottom:1px;
}

html {
	color:#724343;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquout,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000000;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
    list-style: none;
}
a {
	cursor: pointer;
}
fieldset,img {
    border: 0;
}

/* clearfix */
div{
	zoom:1;
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}

/* フォントファミリー
------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
/* Opera 9 */
;;body {
	font-family:"メイリオ", Meiryo, san-serif;
}
/* IE 7 */
*;first-child+html body {
	font-family:"メイリオ", Meiryo, san-serif;
}
/* IE 6 or sooner*/
* html body {
	font-family:"メイリオ", Meiryo, san-serif;
}

/* フォントサイズ
------------------------------------- */
body {
	font-size: 12px;
}
/* IE 6 or sooner*/
* html body {
	font-size: 75%;
}

table {
	font-size:inherit;
	font:100%;
}
p {
    margin-bottom: 1.3em;
    line-height: 1.62;
}

/* YUI font CSS より
------------------------------------- */
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
