@charset "UTF-8";
@import "reset.css";
@import "font.css";

body{
	font-size:100%;
	*font-size:small;
	*font:x-small;
}

h1,h2,h3,h4,h5,h6{font-size:100%;}
select, input, textarea {font-size:99%;}
table {font-size:inherit;font:100%;}

dt, dd, li, p{
	font-size: 92%
}

.sTxt{ font-size: 80%}


/* リンク
------------------------------------- */
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: underline;
	color: #fff;
}
/* -------------------------------------------

	モジュール

------------------------------------------- */
.left {
	float: left;
}
.right {
	float: right;
}
.t-right {
	text-align: right;
}
.t-center {
	text-align: center;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.text_left{
	text-align:left;
}
.center{
	text-align:center;
}
.space{
	height:40px;
	clear:both;
}
.block{
	display:block;
}
img{
	vertical-align: bottom;
}


.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}

.mp10{
	padding-bottom:10px;
}
.mp20{
	padding-bottom:20px;
}
.mp30{
	padding-bottom:30px;
}

.mt10{
	margin-top:10px;
}
.mr20{
	margin-right:30px;
}