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

/* ************************************************
 *	共通設定
 * ************************************************ */
 
/* ************************************************
 *	reset
 * ************************************************ */
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
img {
	vertical-align: top;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ul,dl,ol{
    list-style: none;
    display: block;
	text-indent:0;
}

li{ 
    list-style:none;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}



* {
	/* margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#333;
	line-height:1.4; */
}


html {
	margin-bottom:1px;
	height:100%;
	overflow-y:scroll;
}

body {
	/* font:12px/1.231 Verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	/*font-size:small; /*IE7*/
	/*font:x-small; /*IE6以下*/
	margin-bottom: 1px;
	height: 100%;
	background-color: #fff;
}

li {
	list-style:none;
}

img {
	border:0;
}

/* clearfix */
.clearfix:after {
	content: url(../../images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	/display: inline-block;
}
/* Mac版IEを除外 */
.clearfix {
	min-height:1px;
}

/* IE6 PNG */
* html img {
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "spacer.gif" : this.src,
this.style.behavior = "none"
);
}

.imgfloatL{
	float: left;
	padding:0 15px 15px 0;
}

.imgfloatR{
	float: right;
	padding:0 0 15px 15px;
}

/* -------------------------------------
 *	リンクの色設定
 * ------------------------------------- */

/* a:link {
	color:#222;
}

a:visited {
	color:#222;
}

a:hover {
	color:#222;
}

a:active {
	color:#222;
} */

h1{
	font-size: 22px;
	font-weight:bold;
}

h2{
	font-size: 20px;
	font-weight:bold;
	color:#000;
}

h3{
	font-size: 18px;
	font-weight:bold;
	color:#000;
}

h4{
	font-size: 16px;
	font-weight:bold;
	color:#000;
}

h5{
	font-size: 12px;
	font-weight:bold;
}

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}
