@charset "utf-8";

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;
	word-spacing: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html{
	overflow-y: scroll;
}
body{
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
}

ol{
	list-style-position: outside;
	margin-left: 20px;
}

ul{
	margin-left: 20px;

}


fieldset, img{
	border:0;
}

caption, th{
	text-align: left;
}
a:focus {
	outline:none;
}
address, caption, cite, code, dfn, em, th, var{
	font-style: normal; 
	font-weight: normal;
}
/* 調整用 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
/*\*/* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

/***********************************************/
#wrapper{
	height: auto;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/***********************************************/
.title{
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;	
}


.red{
	margin-left: -10px;
	font-weight:bold;
	color:#C00;
}


.end{
	padding: 5px;
}








