@charset "utf-8";
/* =========================

Last Update 2013.09.09

========================= */

html {
	overflow-y: scroll; /* background-color:#334D1D; */
}
img {
	border: 0;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
}
table {
	margin: 0 0 10px 0; /*border-collapse: collapse;	border-spacing: 0;*/
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
abbr, acronym, fieldset {
	border: 0;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font: 0.8em/1.7em "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
 background-color:;
	background-image:url(../images/bg.jpg);
	margin:0;
	padding:0;
}
/**/
html>body { /*font-size: 12px;*/
}
* + html body {
	font-family: "メイリオ", "Meiryo";
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a:hover img {
}
#contents_main a {
	color:#C00;
	text-decoration:none;
}
#contents_main a:hover {
	text-decoration:underline;
}
p.tlink {
	margin:5px 0;
	font-weight:bold;
	font-size:1.1em;
}


#topcontrol{
	
	z-index:5000;
	
	}