/*
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/



/*
======================================
 1. Reset Style
======================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.reader{
	width:620px;
	margin:5px 0px;
	padding:10px;
	background: #eee;
}

.reader img{
	width:112px;
	float:left;
	vertical-align:top;
	margin-right:10px;
}

.reader p{
	font-size: 10px;
	line-height: 1.6em;
	margin:0;
	padding:0;
}


/*
======================================
 2. Base Style
======================================
*/
html {
}
body {
	background: #222;
	font: 12px/18px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,sans-serif;
	color: #fff;
}
a {
	color: #196BC7;
	text-decoration: none;
}
a:hover {
	color: #196BC7;
	text-decoration: underline;
}
.clear{
	clear: both;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

::-moz-selection {
	background: #ffff00;
	color: #333;
}
::selection {
	background: #ffff00;
	color: #333;
}
#back {
	width: 900px;
	margin: 0 auto 10px;
	text-align: right;
}
#GlobalWrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#box {
	background: #000;
	padding-bottom: 30px;
}
#news {
	float: left;
	background: url(../gifs/news.gif) no-repeat top center;
	width: 450px;
	padding-top: 40px;
}
#news dl {
	width: 408px;
	margin-left: 24px;
	margin-bottom: 20px;
}
#news dl dt {
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 22px;
}
#news dl dd {
	color: #999;
}
#news #newsbox {
	min-height: 309px;
	height: auto !important;
	height: 309px;
}
#news #schedule {
	width: 408px;
	margin-left: 24px;
}
#about {
	float: right;
	width: 450px;
}
#googlemap {
	margin-left: 10px;
	margin-top: 10px;
	width: 398px;
	height: 398px;
	background: #000;
	border: 1px solid #fff;
	padding: 5px;
}
#GlobalFooter {
	background: #000;
	border-top: 1px solid #222;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 20px;
	text-align: center;
	font-size: 10px;
	color: #666;
}
#GlobalFooter address {
	font-size: 12px;
}