@charset "utf-8";

/* ================================================================
   基本構造
================================================================ */
body{
	background: url(../img/_back_body.jpg) repeat-y center top;
	font-size: 100%;
}
#header,
#contents,
#footer{
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	font-size: 83%;
	text-align: left;
	zoom:1;
}
#header:after,
#contents:after,
#footer:after{	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}



/* ================================================================
   基本スタイル
================================================================ */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, legend, input, textarea, p, blockquote, address,
th, td{
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #454545;
}
address, cite, code, dfn, em, var {	font-style: normal;	font-weight: normal;}
img, a img {
	text-decoration: none;
	vertical-align: bottom;
	background: transparent;
	border: 0 none;
}
fieldset { border: 0 none; }
ul, ol { list-style: none; }

a:link,
a:visited {	color: #069;	text-decoration: underline;}
a:hover,
a:active {	text-decoration: none;	color: #FF3300;}



/* ================================================================
   テキスト系
================================================================ */
.red{	color: #FF0000;}
.yellow{	color: #FFCC00;}
.green{	color: #006600;}
.blue{	color: #003399;}
.graytext{	color: #666666;}

.bold{	font-weight: bold;}
.normal{	font-weight: normal;}

.txt50{	font-size: 50%;}
.txt80{	font-size: 80%;}
.txt90{	font-size: 90%;}
.txt120{	font-size: 120%;}
.txt150{	font-size: 150%;}

/* テキストボタン */
a.btnTextLink:link,
a.btnTextLink:visited{
	display: block;
	padding: 3px 9px;
	border-top: 1px solid #ababab;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ababab;
	background: url(../img/_moredata_back.jpg) repeat-x left bottom;
	color: #FF3300;
	text-align: center;
	letter-spacing: 0.1em;
}
a.btnTextLink:hover,
a.btnTextLink:active{	color: #069;	}
.btnTextLink5{	width: 5em;}
.btnTextLink6{	width: 6em;}
.btnTextLink7{	width: 7em;}
.btnTextLink9{	width: 9em;}
.btnTextLink10{	width: 10em;}
.btnTextLink11{	width: 11em;}
.btnTextLink12{	width: 12em;}
.btnTextLink13{	width: 13em;}
.btnTextLink15{	width: 15em;}
.btnTextLink16{	width: 16em;}



/* ================================================================
   ポジション系
================================================================ */
.cut{	clear: both;	float: none;}
.block{	display: block;}
.auto{	width: auto;}
.clearfix{	zoom:1; } 
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.width50{ width: 50px;}
.width100{ width: 100px;}
.width150{ width: 150px;}
.width200{ width: 200px;}
.width250{ width: 250px;}
.width350{ width: 350px;}
.width450{ width: 450px;}

.indentTop5{ margin-top: 5px;}
.indentTop10{ margin-top: 10px;}
.indentTop15{ margin-top: 15px;}
.indentTop20{ margin-top: 20px;}
.indentTop30{ margin-top: 30px;}
.indentRight10{ margin-right: 10px;}
.indentRight15{ margin-right: 15px;}
.indentBottom0{ margin-bottom: 0px;}
.indentBottom5{ margin-bottom: 5px;}
.indentBottom10{ margin-bottom: 10px;}
.indentBottom20{ margin-bottom: 20px;}
.indentLeft5{ margin-left: 5px;}
.indentLeft10{ margin-left: 10px;}
.indentLeft20{ margin-left: 20px;}
.indentLeft30{ margin-left: 30px;}
.indentLeft50{ margin-left: 50px;}

.paddTop2em{ padding-top: 2em;}
.paddBottom2em{ padding-bottom: 2em;}



/* EOF */
