/* 基本タグ */

body{
	text-align: center;
	margin-top:0px;
	font-size:15px;
}

h1,h2,h3,h4,div,ul,ol,dl,dt,dd,li,form,table{
	margin:0px;
	padding:0px;
}

li{
	list-style-type:none;
	list-style-position:outside;
}
ul,ol{
	list-style-position:outside;
}

img{
	border:0px;
}

/* リンク */

a:link,a:visited{
	text-decoration:none;
	color:#1C4A9B;
}
a:hover{
	text-decoration:none;
	color:#80CFD8;
}

/* 英文 */
.arial{
	font-family: 'arial';
	letter-spacing:0.1em;
}
.arial-narrow{
	font-family: 'arial narrow';
}
.arial-black{
	font-family: 'arial black';
}
.times{
	font-family:'Times';
}

/* その他テキストスタイル */
.caption{
	font-size:12px;
	line-height:1.2em;
}
.title{
	font-size:22px;
}
.strong-body{
	font-size:1.2em;
	font-weight:bold;
}
.middle-body{
	font-size:0.9em;
}


/*レイアウト*/
.left{
	float:left;
}
.right{
	float:right;
}



/* 不可視クラス  */
.img-alt{
	display: none;
}

/* 印刷用 */
@media print {
	.noprint {
		display: none;
	}
	.noscreen {
		font-size:14px;line-height:1.4em;
	}
}
@media screen {
	.noscreen {
		display: none;
	}
}

/* クリアフィックス */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 1px;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 ¥*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
