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


/* -----------------------------------------------
					base styles
----------------------------------------------- */


.none {
display:none;
}


/* ----- base level ----- */

html {
margin:0;
padding:0;
}

body {
margin:0 auto;
padding:0;
color:#000000;
font-size:12px;
font-family:"\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33", "Osaka", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF";
_font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
text-align:center;
background:url(image/bg_stripe.gif) left top #bf9368;
}


/* ----- headeing ----- */

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


/* ----- normal block ----- */

hr {
display:none;
clear:both;
}

div {
}

p {
}

address {
font-weight:normal;
font-style:normal;
}

blockquote {
}

em {
font-style:normal;
}

strong {
font-weight:bold;
font-style:normal;
}


/* ----- list ----- */

ul {
}

ol {
}

li {
}

dl {
}

dt {
}

dd {
}


/* ----- form ----- */

form {
}

fieldset {
}

legend {
}

input,
select,
textarea,
button {
font-family: "MS UI Gothic", "Lucida Grande", "Osaka", sans-serif;
}

input.text,
input.password,
textarea,
select {
color:#333;
}

input.password {
font-family:Arial, sans-serif;
}

input.checkbox {
vertical-align:middle;
}

input.submit,
input.reset,
input.button {
}

select {
height: 18px; /* for Gecko */
}

button {
cursor:pointer;
}


/* ----- anchor ----- */

a {
text-decoration:underline;
}

a:link {
}

a:visited {
}

a:focus,
a:hover,
a:active {
text-decoration: none !important;
}

/* ----- image ----- */

img {
border:none;
}

/* ----- *** ----- */

/*\*/
@media print {
_zoom: 0.8;
}
/**/