@charset "UTF-8";
/* CSS Document */


/*top+下層ページ*/

/*コマンド*/
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.vertical_center {
	vertical-align: center;
}
.font_size_s {
	font-size: small;
}
.font_size10 {
	font-size: 10px;
}
.font_size11 {
	font-size: 11px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.MT100 {
	margin-top: 100px;
}
.MT50 {
	margin-top: 50px;
}
.MT30 {
	margin-top: 30px;
}
.MB30 {
	margin-bottom: 30px;
}
.PB20 {
	padding-bottom: 20px;
}
.PB30 {
	padding-bottom: 30px;
}
.PB60 {
	padding-bottom: 60px;
}
.PB80 {
	padding-bottom: 80px;
}
.PB110 {
	padding-bottom: 110px;
}
.PB120 {
	padding-bottom: 120px;
}
.PL15 {
	padding-left: 15px;
}
.PL60 {
	padding-left: 60px;
}
.MR15 {
	margin-right: 15px;
}
.list_none {
	list-style-type: none;
}
/*900_wrapper*/
.wrapper {
	width: 900px;
	margin: 0 auto;
}
/*リンク*/
a:link {
	text-decoration: underline;
	color: #0000ff;
	font-weight:bold;
	
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: #0000ff;
	font-weight:bold;
}

/* IE8 */
html>/**/body a:hover img {
	display /*\**/: inline-block\9;
	zoom /*\**/: 1\9;
}
    
    /* 新旧Firefox */
    a: img, x:-moz-any-link {
background: #fff;
}
 a: img, x:-moz-any-link, x:default {
background: #fff;
}

