@charset "utf-8";
/* ===================================================================
CSS information
 style info :リセット及びbody初期設定 (このCSSは通常変更しない)
=================================================================== */
/* reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img{
	vertical-align:bottom;
}
hr{
	clear:both;
	border:none;
	background-color:#FFFFFF;
}

/* --------------------------------------------------------
01share style
-------------------------------------------------------- */
.float_left{float:left;}
.float_right{float:right;}
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.color_red{color:#CC0000;}
.orange{color:#E4791A;}
.st{font-weight:bold;}
.pagetop{
	width:960px;
	margin:0 auto;
	padding:0 0 15px;
	text-align:right;
}
/* clearfix */
.clearfix{ /zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; }

/*CSS Rollover*/
a.cssRoll img{
	opacity:1;
	filter: alpha(opacity=100);
}
a:hover.cssRoll img{
	opacity:0.6!important;
	filter: alpha(opacity=60)!important;
}
.m_b0{margin-bottom:0!important;}
.m_b10{margin-bottom:10px!important;}
.m_l20{margin-left:20px!important;}

.m_b15{margin-bottom:15px!important;}
.m_b20{margin-bottom:20px!important;}
.m_b40{margin-bottom:40px!important;}
.m_b25{margin-bottom:30px!important;}
.m_10{margin:10px!important;}
.p_b10{padding-bottom:10px;}
.p_b20{padding-bottom:20px;}
.p_b50{padding-bottom:50px;}
.p_10{padding:10px!important;}
.font10{font-size:10px;}
.font12{font-size:12px;}
.font14{font-size:14px;}
.font16{font-size:16px;font-weight:bold;}
.font18{font-size:18px;font-weight:bold;}
/* default */
body {
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.4;
	color:#343434;
}
a:link {
	color:#343434;
	text-decoration: none;
}
a:visited {
	color:#343434;
	text-decoration: none;
}
a:hover {
	color:#343434;
	text-decoration: underline;
}
a:active {
	color:#343434;
	text-decoration: underline;
}
/* IE6 base font */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}