@charset "utf-8";
@import url("reset.css");
@import url("common.css");
@import url("header.css");
@import url("menu.css");
@import url("content.css");
@import url("right.css");
@import url("right-menu.css");
@import url("footer.css");
@import url("article.css");

/** { margin: 0; padding: 0; }*/
html { height: 100%; }
body {
	height: 100%;
	color: #111;
	font-size: 10px;
	line-height: 1.6;
	background-color: #000;
	text-align: center;
}
* html body {
	font-size: 62.5%;
	line-height: 1.6;
}
*:first-child+html body {
	font-size: 62.5%;
	line-height: 1.6;
}
p {
	font-size: 1.2em;
/*	text-align: justify;*/
}
p, ul, ol {
	padding-bottom: 1.2em;
}
dt, dd, li, th, td {
	font-size: 1.2em;
}
li li, td p, td li, td dt, td dd, dd p, dd li, li p {
	font-size: 1em;
}
strong, th {
	font-weight: bold;
}
table {
	font-size: 100%;
	line-height: 1.6;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right-style: none;
	border-bottom-style: none;
}
td, th {
	text-align: left;
	vertical-align: top;
	padding: 9px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top-style: none;
	border-left-style: none;
	outline-style: none;
}
hr {
	text-align:        left;
	vertical-align:    top;
	height: 1px;
	border-top-style:  none;
	border-bottom:     1px solid #cccccc;
	border-right-style: none;
	border-left-style: none;
	outline-style:     none;
}
a, a:link, a:visited {
	color: #00388c;
	text-decoration: underline;
}
a{
	ouline:0;
}
a:hover, a:active {
	color: #00388c;
	text-decoration: none;
}
img {
	border: none;
}
#top {
	background: url("../img/backimg-white.gif") repeat-y center top;
}
/*  */
#wrapper-spring, #wrapper-summer, #wrapper-autumn, #wrapper-winter {
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 840px;
	height: auto !important;
	height: 840px;
}
#wrapper-spring { background-image: url("../img/spring-back.jpg"); }
#wrapper-summer { background-image: url("../img/summer-back.jpg"); }
#wrapper-autumn { background-image: url("../img/autumn-back.jpg"); }
#wrapper-winter { background-image: url("../img/winter-back.jpg"); }
/*  */
.inbox1000px {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1000px
}
/*  */
.content     { background-color: #fff; width: 100%; height: 100%; }
.inbox { width: 980px; }
#l-con  { width: 755px; float: left; }
#r-con  { width: 225px; float: right; }
#index #l-con, #index #r-con { margin-top: 7px; }
#sub #l-con { margin-top: 0; }
#sub #r-con { margin-top: -7px; background-color: #fff; }
* html #sub #r-con { position: relative; }
#sub { background: url("../img2/sub_bg.gif") repeat-y left top; }


/* 震災についての告知 */

div.topnews{
background:#fff;
padding:10px 20px;
margin:25px 0;
margin-left:560px;
text-align:right;
width:400px;
border-top:solid #ff0000 2px;

}
div.topnews h3{text-align:left;font-weight:bold;font-size:2.0em;margin-top:20px;}

div.topnews h4{margin-bottom:10px;font-size:1.2em;}

div.topnews p{text-align:left;line-height:1.8em;color:#777;}


