@import url(http://mplus-fonts.sourceforge.jp/webfonts/basic_latin/mplus_webfonts.css);
@import url(http://mplus-fonts.sourceforge.jp/webfonts/general-j/mplus_webfonts.css);

@charset "utf-8";

*{
	margin:0px;
	padding:0px;
}
body{
	margin:0;
	padding:0;
	font-size:14px;
	font-family: 'M+ C Type-1 (basic latin) Regular', 'M+ Type-1 (general-j) Regular', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-feature-settings : "palt";
	color:#000;
	line-height:1.5;
	letter-spacing:0;
	-ms-overflow-y: scroll;
	    overflow-y: scroll;
}
* html body{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family: 'M+ C Type-1 (basic latin) Regular', 'M+ Type-1 (general-j) Regular', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	line-height:1.5;
	letter-spacing:0;
}
html{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family: 'M+ C Type-1 (basic latin) Regular', 'M+ Type-1 (general-j) Regular', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	letter-spacing:0;
}
header,nav,body,section,article,aside,footer,address,hgroup{
	display:block;
}
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,table,tr,td,form{
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5{
	font-size:120%;
}
ul,li{
	list-style-type:none;
	list-style-position:outside;
}
img{
	border:none;
	vertical-align:middle;
	max-width: 100%;
	height: auto;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

/* clearfix
-----------------------------------*/
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .clearfix             { zoom:1; } /* IE6 */
*:first-child+html .clearfix { zoom:1; } /* IE7 */

/* link
-----------------------------------*/
a,img[onclick]{
	cursor: pointer;
}
a:link{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
a:visited{
	color:#000;
}
a,a:link,a:visited{
	outline:none;
}
a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
	background:none;
}

/* margin
-----------------------------------*/
.mg10{
	margin:10px;
}
.mg20{
	margin:20px;
}
.mg30{
	margin:30px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb60{
	margin-bottom:60px;
}
.mb70{
	margin-bottom:70px;
}
.mb80{
	margin-bottom:80px;
}
.mb120{
	margin-bottom:120px;
}
.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}
.mr25{
	margin-right:25px;
}
.mr30{
	margin-right:30px;
}

/* Text-align
-----------------------------------*/
.tal{
	text-align: left;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}

/* Float
-----------------------------------*/
.fll{
	float: left;
}
.flr{
	float: right;
}