@charset "UTF-8";


/* font */
/* ---------------------------------------------------------------------------------------------------- */

body { font-size: small; color: #4D4D4D;}
* html body { font-size: x-small;} /* ie6 */
*:first-child+html body { font-size: small;} /* ie7 */
h1, h2, h3, h4, h5, h6, input, textarea, table { font-size: 100%;}

/* family */
body { font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";}
/**/body { font-family /*\**/: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif\9;} /* IE8 */
*+html body {	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;} /* IE7 */
* html body {	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック";} /* IE6 */
body, x:-moz-any-link, x:default { font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";} /* for FF */


/* universal */
/* ---------------------------------------------------------------------------------------------------- */

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;
}


/* body */
/* ---------------------------------------------------------------------------------------------------- */

html { overflow-y: scroll;}
body { text-align: center;}


/* headline */
/* ---------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.1em;
	color: #191919;
}


/* clear */
/* ---------------------------------------------------------------------------------------------------- */

/* modern */
#container:after,
#container-inner:after,
#contents:after,
#head:after,
#globalmenu:after,
#footnavi:after,
#footmenu:after,
.ebox:after,
.einner:after,
ul.photo:after,
.cf:after { 
	content: "";
	clear: both;
	display: block;
}

* html #container,
* html #container-inner,
* html #contents,
* html #head,
* html #globalmenu,
* html #footnavi,
* html #footmenu,
* html .ebox,
* html .einner,
* html ul.photo,
* html .cf { display: inline-block;}

/* no ie mac \*/
* html #container,
* html #container-inner,
* html #contents,
* html #head,
* html #globalmenu,
* html #footnavi,
* html #footmenu,
* html .ebox,
* html .einner,
* html ul.photo,
* html .cf { height: 1%;}
#container,
#container-inner,
#contents,
#head,
#globalmenu,
#footnavi,
#footmenu,
.ebox,
.einner,
ul.photo,
.cf { display: block;}
/* */


/* text */
/* ---------------------------------------------------------------------------------------------------- */

address { font-style: normal;}
hr { display: none;}
.ebox hr {display: block;}

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

ol, ul {
	text-align: justify;
	text-justify: inter-ideograph;
	list-style: none;
}


/* table */
/* ---------------------------------------------------------------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th, td {
	vertical-align: middle;
}
th {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}


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

img { border: none; vertical-align: bottom;}
a img { border: none;}


/* link */
/* ---------------------------------------------------------------------------------------------------- */

a {
	outline: none;
	cursor: pointer;
}

