@charset "UTF-8";


body {
	font-size: 76%;
	font-family: Arial,"Hiragino Kaku Gothic Pro",Meiryo,"Osaka",sans-serif;
	line-height: 1.4;
	color: #444444;
}

a:link,
a:visited {
	color: #cc0000;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #c68699c;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

hr {
	clear: both;
	display: none;
}

strong {
	font-weight: bold;
}

/* text-align */
.tC {
	text-align: center;
}
.tR {
	text-align: right;
}

/* margin */
.mt0 {
	margin-top: 0px!important;
}
.mt5 {
	margin-top: 5px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.mt55 {
	margin-top: 55px!important;
}
.mt0 {
	margin-top: 0px!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.ml5 {
	margin-left: 5px;
}
/* font-size */
.small {
	font-size: 95%;
}
.middle {
	font-size: 120%;
}
.large {
	font-size: 175%;
	line-height: 1.3;
}
