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

/*
リセットスタイル
基本スタイル
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:bottom;
	background:transparent;
}

body{	
	width:100%;
	font-family:'Meiryo','Hiragino Kaku Gothic Pro','MS P Gothic', sans-serif;
	color:#222222;
	font-size:75%;
	line-height:1.5em;
	/*
	background-color:#cccccc;
	*/
	background-color:#999999;
}

table{
	border-collapse: collapse;
}

a:link,
a:visited{
color:#333333;
text-decoration:none;
}

a:hover,
a:active{
color: #da2f01;
text-decoration:underline;
}

.mt-enclosure,
.mt-enclosure-image{
	margin:0px;
	padding:0px;
}

.nobr{
white-space:nowrap;
}

.red{
color:#da2f01;
}

.clear{
	clear:both;
}

.clear img{
	display:none;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.text-center{
	text-align:center;
}

.text-right{
	text-align:right;
}

.text-left{
	text-align:left;
}

.top10{
margin-top:10px;
}

.top20{
margin-top:20px;
}

.top30{
margin-top:30px;
}

.bottom10{
margin-bottom:10px;
}

.bottom20{
margin-bottom:20px;
}

.bottom30{
margin-bottom:30px;
}

.left10{
margin-left:10px;
}

.left20{
margin-left:20px;
}

.left30{
margin-left:30px;
}

.right10{
margin-right:10px;
}

.right20{
margin-right:20px;
}

.right30{
margin-right:30px;
}

.site-title h2{
display:none;
}