@charset "UTF-8";/* -------------------------------------------------------- CSS Information Lust up date:   2012.06.05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: 170%;}/*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;}input {	vertical-align:middle;}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 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';	background: #11300d url(../img/common_img/body_bg.gif) top repeat-x;}/*link*/ a {	color: #993300;}a img {	border-style: none;}a:visited {	color: #606;}a:hover {	color: #11300d;}/*font-size*/h1, h2, h3, h4, h5, p {	font-size: 1.3em; /* 12px */}li {	font-size: 1.3em; /* 12px */}ol {}table {	font-size: 1.3em; /* 12px */}