/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dt, dd, p, header, hgrup, section, article, aside, footer, figure, figcaption, nav iframe {
	margin:0;
	padding:0;
	font-size:100%;
}
body {
	width:100%;
	line-height:1.0;
	-webkit-text-size-adjust: none;
	font-family:Arial, san-serif;
	font-size: 14px;
	line-height:1.5;
	background:url(../../img/footer/page_back.gif) repeat-y center top;
	font-family:helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, summary {
	display:block;
}
img {
	border: 0;
	vertical-align:bottom;
}
ul, ol {
	list-style: none;
}
table {
	border-spacing: 0;
	empty-cells:show;
}
/* サイト全体の基本スタイル */
a {
	color:#EB685F;
	text-decoration:none
}
a:hover {
	color:#EB685F;
	text-decoration:underline;
}
a img:hover, a img:active{
	opacity:0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);	
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.tex_hid {
	display:none;
}