@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.05.10
Style Info:     Reset & Base css
------------------------------------------------------------------------ */  
   
/* ----------------------------------------------------------------reset */  
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
}
/*others*/
table {
	border-spacing: 0;
}
* html table {
	border-collapse: collapse;
}
*:first-child+html table {
	border-collapse: collapse;
}
th, td {
	vertical-align: middle;
	border-collapse: collapse;
}
table, th, td, tr, img {
	border: 0;
}
img {
	vertical-align: bottom;
}
q:before, q:after {
	content: '';
}
ul {
	list-style: none;
}
/* ------------------------------------------------------------------base*/ 
/*body*/
body {
	height: 100%;
	text-align: center;
	color: #333;
	word-break: break-all;
	font: 62.5%/1.7 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
	background: url(../img/common_img/bg_body.gif) repeat center top;
}
/*link*/ 
a {
	color: #0033cc;
}
a img {
	border-style: none;
}
a:visited {
	color: #606;
}
a:hover {
	color: #6E8BCC;
}
/*font-size*/
h1, h2, h3, h4, h5, p {
	font-size: 1.4em; /* 14px */
	line-height: 24px;
	color: #58410A;
}
li {
	font-size: 1.2em; /* 12px */
}
ol {
}
table {
	font-size: 1.2em; /* 12px */
}
