@charset "utf-8";
@import url("reset.css");
@import url("fonts.css");
@import url("style.css");
@import url("style_2.css");


/*--------------------------------------------------------------------------------
	共通セレクタ設定
--------------------------------------------------------------------------------*/
html{
	height: 100%;
	margin-bottom: 1px;
	margin: 0 auto;
}

body{
	color: #000000;
	line-height: 1.5;
}

img{
	border: 0;
	vertical-align: top;
}

em,
strong{
	font-weight: normal;
}

input{
	vertical-align: middle;
}

a:link    { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:active  { color: #000000; text-decoration: none; }
a:hover   { color: #000000; text-decoration: none; }


#container{
	margin: 0 auto;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 1280px;
	height: 794px;
}

#contents{
	width: 945px;
	margin: 0 auto;
}


/*--------------------------------------------------------------------------------
	共通設定
--------------------------------------------------------------------------------*/
.clearfix {
	overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	/*height: 1px;*/
	overflow: hidden;
}

/*\*/
* html .clearfix {
	height: 1em;
	overflow: visible;
}
/**/


.strong{
	font-weight: bold;
}

.ctr{
	text-align: center;
}

.lft{
	text-align: left;
}

.rgt{
	text-align: right;
}

.top{
	vertical-align: top;
}

.btm{
	vertical-align: bottom;
}



/*--------------------------------------------------------------------------------
	共通font-size:設定
--------------------------------------------------------------------------------*/
.txt10{font-size: 77%;}
.txt11{font-size: 85%;}
.txt12{font-size: 93%;}
.txt13{font-size: 100%;}
.txt14{font-size: 108%;}
.txt15{font-size: 116%;}
.txt16{font-size: 123.1%;}
.txt17{font-size: 131%;}
.txt18{font-size: 138.5%;}
.txt19{font-size: 146.5%;}
.txt20{font-size: 153.9%;}
.txt21{font-size: 161.6%;}
.txt22{font-size: 167%;}
.txt23{font-size: 174%;}
.txt24{font-size: 182%;}
.txt25{font-size: 189%;}
.txt26{font-size: 197%;}

/*--------------------------------------------------------------------------------
	共通color:設定
--------------------------------------------------------------------------------*/
.clr_fff{color: #ffffff;}
.clr_999{color: #999999;}
.clr_666{color: #666666;}
.clr_000{color: #000000;}
.clr_f00{color: #ff0000;}
.clr_pink{color: #dc2d2d;}
.clr_sky{color: #00a8ff;}
.clr_green{color: #70d328;}

/*--------------------------------------------------------------------------------
	共通margin設定
--------------------------------------------------------------------------------*/
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}

.mt0{margin-top: 0;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}


/*--------------------------------------------------------------------------------
	共通IME設定
--------------------------------------------------------------------------------*/

.ime-on {ime-mode:active}
.ime-off {ime-mode:inactive}
.ime-dis {ime-mode:disabled}

