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

/* common&reset */
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, a, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0 none;
}
a {
	text-decoration:none;
	color: #006;
}
body {
	width: 100%;
	font-size: 18px;
	color: #434343;
	line-height: 2em;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:hover img {
	opacity:0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha( opacity=65 )";
}
section {}

article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}

/*共通*/
.t_left(text-align:left;)
.t_right{text-align:right;}
.t_center{text-align:center;}
.clear {clear:both;height:0;}
.right{float:right;}
.left{float:left;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mt80{margin-top:80px;}
li{list-style: outside none none;}

/*ページトップボタン*/
#btn_pt{
	width:960px;
	margin:0 auto;
	text-align:right;
	padding:35px 0 0;
	}

/*ボディ*/
body{}

/*インナー*/
.inner{width:1000px;margin:0 auto;}

/*ヘッダー*/


/*コンテンツ*/
.contents{}

/*ナビ*/
