@charset "UTF-8";


*{
	font-size:100%;
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', "MS PGothic", "Osaka", Arial, Helvetica, sans-serif;
	color:#333;
}

body{
	background:#fff;
	margin:0;
	padding:0;
	width:100%;
}

html{
	width:100%;
}

img{
	border:0;
}

a{
	cursor:pointer;
	cursor:hand;
}

#container {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#content {
	width: 920px;
	margin: 0 auto;
	text-align: center;
	padding-top: 112px;
}

#footer {
	width: 100%;
	height: 33px;
	text-align: center;
	padding-top: 15px;
	background-color: #000;
}


/* MARGIN
------------------------------------------------- */
.mT0 {
	margin-top: 0px !important;
}
.mT05 {
	margin-top: 5px !important;
}
.mT10 {
	margin-top: 10px !important;
}
.mT15 {
	margin-top: 15px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.mT25 {
	margin-top: 25px !important;
}
.mT30 {
	margin-top: 30px !important;
}
.mT35 {
	margin-top: 35px !important;
}
.mT40 {
	margin-top: 40px !important;
}
.mT45 {
	margin-top: 45px !important;
}
.mT50 {
	margin-top: 50px !important;
}
.mT60 {
	margin-top: 60px !important;
}
.mT70 {
	margin-top: 70px !important;
}
.mT80 {
	margin-top: 80px !important;
}
.mT90 {
	margin-top: 90px !important;
}
.mT100 {
	margin-top: 100px !important;
}
.mB05 {
	margin-bottom: 5px !important;
}
.mB0 {
	margin-bottom: 0px !important;
}
.mB02 {
	margin-bottom: 2px !important;
}
.mB10 {
	margin-bottom: 10px !important;
}
.mB15 {
	margin-bottom: 15px !important;
}
.mB20 {
	margin-bottom: 20px !important;
}
.mB30 {
	margin-bottom: 30px !important;
}
.mB40 {
	margin-bottom: 40px !important;
}
.mB50 {
	margin-bottom: 50px !important;
}
.mB60 {
	margin-bottom: 60px !important;
}
.mB70 {
	margin-bottom: 70px !important;
}
.mB80 {
	margin-bottom: 70px !important;
}
.mB100 {
	margin-bottom: 100px !important;
}
.mL0 {
	margin-left:0px !important;
}
.mL05 {
	margin-left:5px !important;
}
.mL10 {
	margin-left:10px !important;
}
.mL15 {
	margin-left:15px !important;
}
.mL20 {
	margin-left:20px !important;
}
.mL25 {
	margin-left:25px !important;
}
.mL30 {
	margin-left:30px !important;
}
.mL35 {
	margin-left:35px !important;
}
.mL50 {
	margin-left:50px !important;
}
.mR0 {
	margin-right:0px !important;
}
.mR05 {
	margin-right:5px !important;
}
.mR10 {
	margin-right:10px !important;
}
.mR15 {
	margin-right:15px !important;
}
.mR30 {
	margin-right:30px !important;
}
.pT0 {
	padding-top:0px !important;
}
.pT05 {
	padding-top:5px !important;
}
.pT10 {
	padding-top:10px !important;
}
.pT15 {
	padding-top:15px !important;
}
.pL05 {
	padding-left:5px !important;
}
.pL10 {
	padding-left:10px !important;
}
.pL12 {
	padding-left:12px !important;
}
.pL15 {
	padding-left:15px !important;
}
.pL50 {
	padding-left:50px !important;
}
.pR0 {
	padding-right:0px !important;
}
.pR05 {
	padding-right:5px !important;
}
.pR10 {
	padding-right:10px !important;
}
.pR20 {
	padding-right:20px !important;
}
.pB10 {
	padding-bottom:10px !important;
}
.pB20 {
	padding-bottom:20px !important;
}
.pB30 {
	padding-bottom:30px !important;
}

/* TEXT
------------------------------------------------- */
.normal {
	font-weight:normal !important;
}
.bold {
	font-weight:bold !important;

/* BOX
------------------------------------------------- */
.inline {
	display: inline;
}
.block {
	display: block;
}
.none {
	display:none !important;
}
.leftBox {
	float: left !important;
	overflow:hidden !important;
	display:inline !important;
}
.rightBox {
	float: right !important;
	overflow:hidden !important;
	display:inline !important;
}
.centerBox {
	margin:0 auto !important;
}
.textLeft{
	text-align:left !important;
}
.textCenter {
	text-align:center !important;
}
.textRight {
	text-align:right !important;
}
.verticalMid {
	vertical-align:middle !important;
}
.rightImage img{
float:right;
margin:0 0 15px 15px;
}
.leftImage img{
float: left;
margin:0 15px 15px 0;
}

/* WIDTH HEIGHT
------------------------------------------------- */
.w460 {
	width:490px !important;
}
.w570 {
	width:570px !important;
}
.h600 {
	height:600px !important;
}

/* INNER
------------------------------------------------- */
.inner0 {
	width:0px;
	margin:0 auto;

}

/* clearfix
------------------------------------------------- */
/* For modern browsers */
.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}