@charset "Shift_JIS";


/* -----------------------------------------------
 *                    base styles
 * ----------------------------------------------- */



/* =========== block level elements =========== */

/* ----- collective ----- */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,pseudo-dialog-closebtn
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	text-align: inherit;
	line-height: 1.7;
	text-indent: 0;
}


/* ----- top level ----- */

html {
	margin: 0;
	padding: 0;
	background: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333333;
    font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", "Meiryo", "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    *font-size: 75%; /* ~WinIE7 */
}


/* ----- heading ----- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	font-size: 100%;
}


/* ----- normal block ----- */

hr {
}

div {
}

p {
	margin: 0;
	padding: 0;
}

pre {
	font-family: "Osaka|“™•", "‚l‚r ƒSƒVƒbƒN", monospace;
}

address {
	font-style: normal;
}

blockquote {
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight: bold;
	font-style: normal;
}


/* ----- list ----- */

ul {
}

ol {
}

li {
/*font-style: italic;*/
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dd {
	margin: 0;
	padding: 0;
}


/* ----- form ----- */

form {
}

fieldset {
}



/* =========== inline level elements =========== */

/* ----- collective ----- */

a,
abbr,
acronym,
b,
bdo,
big,
button,
cite,
code,
dfn,
em,
i,
img,
input,
kbd,
label,
map,
object,
q,
ruby,
samp,
select,
small,
span,
strong,
sub,
sup,
textarea,
tt,
var {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: inherit;
}

sup {
	vertical-align: top;
	font-size: 83%;
}

sub {
	vertical-align: bottom;
	font-size: 83%;
}


/* ----- anchor ----- */

a {
	text-decoration: none;
}

a:link {
	
}

a:visited {
}

a:focus,
a:hover,
a:active {
}




/* ----- img ----- */

img {
	border: none;
}

/* ----- form ----- */

legend {
}

input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}

input.text,
input.password,
textarea,
select {
	color: #000000;
	background-color: #fff;
}

input.password {
	font-family: Arial, sans-serif;
}

input.checkbox {
	vertical-align: middle;
}

input.image {
	border: none !important;
	background: none !important;
	padding: 0 !important;
}

input.submit,
input.reset,
input.button {
}

select {
	border: 1px solid;
	border-top-color: #adadad;
	border-left-color: #c2baba;
	border-right-color: #c2baba;
	border-bottom-color: #e4dddd;
}

optgroup {
	font-style: normal;
	font-weight: bold;
}

button {
	cursor: pointer;
}



/* =========== table-related elements =========== */

table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	text-indent: 0;
	font-size: 100%;
}

table {
	display: table;
	clear:both;
}

thead {
	display: table-header-group;
}

tbody {
	display: table-row-group;
}

tfoot {
	display: table-footer-group;
}

tr {
	display: table-row;
}

th,
td {
	display: table-cell;
}

caption {
	display: table-caption;
}

col {
	display: table-column;
}

colgroup {
	display: table-column-group;
}
