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

body {
	font-family:"ＭＳ ゴシック", 'Gothic MB101 Light';
}

a {
	/* font-family:"ＭＳ ゴシック", 'Gothic Medium BBB'; */
	font-family:"ＭＳ ゴシック",  'Kakushin Gyousho Light';
	font-size:medium;
	color:#cc0000;
}

a:hover {
	font-family:"ＭＳ ゴシック", 'Shin Go Shadow';
	color:#ff0000;
}

a:active {
color:#ff0000;
}

a:visited {
color:#990000;
}


h1 {
	margin:20px 0 20px 0;
	padding:2px 10px;
	font-family:'Gothic MB101 Regular';
	font-style:normal;
	font-size:24pt;
	color:#333333;
}

h2 {
	margin:0;
	padding:2px 10px;
	font-family:'Futo Go B101';
	font-style:normal;
	font-size:medium;
	color:#333333;
	background:#eeeeee;
}

h3 {
	margin:10px 0 0 0;
padding:2px 10px;
	font-family:'Kaisho MCBK1';
	font-style:normal;
	font-size:medium;
	color:#9900cc;
}

h4 {
	margin:20px 0 0 0;
	padding:2px 10px;
	font-style:normal;
	font-size:medium;
	color:#333333;
}

p {
	font-size:small;
	_font-size:20px;
	line-height:1.8;
}

.content p {
	margin:0 40px 8px 40px;
}

.content ul.disclaimer {
	margin:0 40px 8px 40px;
	list-style-type:armenian;
	font-size:small;
}

p.att {
	font-family:"ＭＳ ゴシック", 'UD Shin Go NT Medium';
	color:#006600;
}

#rt {
	margin:20px 0 0 0;
	font-family: 'UD Reimin Regular' !important;
}


.twtr-widget {
	font-family: 'UD Reimin Regular' !important;
}


.footer {
	text-align:right;
	font-family:"ＭＳ ゴシック", 'Gothic MB101 Light';
}

.footer p {
	font-size:x-small;
}

.sns {
	position:absolute;
	height: 31px;
	margin:0;
	padding:0;
	right:0px;
	top:0px;
	z-index:10;
	float:left;
	}

.sns .btn {
	float:left !important;
	border:0 !important;
	padding:0 4px 0px 0 !important;
	margin:0 !important;
	height:21px !important;
	text-indent:0 !important;
	}

.sns .btn img{
	border:0 !important;
	padding:0;
	margin:0;
	vertical-align:top !important;
	}
	
	
	
	
.topimg {
	width: 100%;
	min-width: 600px;
	position: relative;
}

.topimg img {
		width: 100%;
		position: absolute;
}

#gotodl {
	display:block;
	width:600px;
	text-align:right;
	margin:5px auto;
	padding:2px;
}

#gotodl a {
	padding:5px 10px;
	background:#06F;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	color:#fff;
	font-family:"ＭＳ ゴシック", 'Gothic Medium BBB JIS2004';
	font-size:x-small;
}

#gotodl a:hover {
	background:#09F;
}


* html {
font-family:"ＭＳ ゴシック", "MS Gothic", monospace
}