@charset "shift_jis";
/* basic elements
-------------------------------------------------------------------------------- */
*{
	padding: 0;
	margin: 0;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #272727;
}
body{
	margin: 0;
	padding: 0;
	text-align: left;
}
html>/**/body {
}
html:first-child body {
	min-height: 100%;
	padding-bottom: 1px;
}
#bg {
	margin: 0 auto;
	padding: 0;
}
a,a:link,a:visited {
	color: #1e3e9e;
	cursor: pointer;
}
a:active {
	color: #f5a100;
}
a:hover {
	color: #8f8fdf;
}
hr {
	display: none;
}
strong {
	font-weight: bold;
}
en {
	font-style: italic;
}
u {
	text-decoration: underline;
}
blockquote {
	margin: 5px 5px 20px 5px;
	border-left: 2px solid #A2D0FF;
}
form {
	display: inline;
}
a span {
	cursor: pointer;
}
button {
	cursor: pointer;
}
/* 基本タグ指定
-------------------------------------------------------------------------------- */
object,
embed {
	vertical-align: bottom;
}
img,a img{
	vertical-align: top;
	border: none;
}
/* .pkg class wraps enclosing block element around inner floated elements 
-------------------------------------------------------------------------------- */
/* for modern browser */
.pkg {
	overflow: hidden;
}
.pkg:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.c-fix { min-height: 1px; }
/* Hides from IE-mac \*/
* html .pkg {
	height: 1em;
	overflow: visible;
}
/* End hide from IE-mac */
/* */
/* 基本動作
-------------------------------------------------------------------------------- */
.clr {
	clear: both;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0 -1px -1px 0;
	overflow: hidden;
	border: 0;
	font-size: 0;
	line-height: 0;
}
.jump {
	position: absolute;
	left: -1999px;
	height: 100px;
	width: 100px;
	overflow: hidden;
}
.fly {
	position: absolute;
	left: -1999px;
	height: 100px;
	width: 100px;
	overflow: hidden;
}
/* 位置指定バリエーション
-------------------------------------------------------------------------------- */
.free {
	color: #ffffff;
	font-size: 9px;
	position: absolute;
	overflow: hidden;
}
.right {
	float: right;
	margin: 0 0 5px 5px;
	display: block;
}
.left {
	float: left;
	margin: 0 5px 5px 0;
	display: block;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.img-right {
	padding: 5px;
	float: right;
}
.img-left {
	padding: 5px;
	float: left;
}
.bunsyo {
	margin-left: 5px;
	text-align: left;
}
/* 基本カラー設定
-------------------------------------------------------------------------------- */
.blue {
	color: #224298!important;
}
.orange {
	color: #ff7e00!important;
}
.red {
	color: #FF0000!important;
}
.green {
	color: #22ac38!important;
}
