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

/* ==================== body ==================== */

body

{ background-color: #CFF;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

#container {width: 798px;
	margin: auto;
	border-left: #666;
	border-right: #666;
		border-left-style: solid;
		border-left-width: 1px;
		border-right-style: solid;
		border-right-width: 1px;}
	
	
#wrapper {padding: 0;
		background-color: #FFFFFF;}

/* ==================== header ==================== */

img { border-style: none;}

#header	{width: 798px;
	height: 110px;
	background-color: #FFF;}


#header_title	{float: left;
                 width: 320px;
                 }
	
#header_other	{width: 350px;
    float: right;
    margin-top: 30px;
	font-size: 1.0em;
	}

/* ==================== content ==================== */
#content	{
	clear: both;
	width: 798px;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
.table{
	margin-left: 90px;
	height: auto;
	display: inline;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;}

#content p {
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content h2 {
	text-align:right;
	font-size:14px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-right:70px;
}
#content h2 a { text-decoration:none; }
#content h2 a:link {color: #F00;}


#content h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left:40px;
	padding-right:70px;
}
#content h4 {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}
#content h5 {
	font-weight: normal;
	font-size: 20px;
	line-height:24px;
	margin-top: 15px;
	margin-bottom: 9px;
	padding-top: 5px;
}

#content h6 {
	width:700px;
	font-weight: bold;
	font-size: 110%;
	color: #030133;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #030133;
	border-left-color: #030133;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 10px;}

#content h7 {
	font-weight: normal;
	font-size: 15px;
	line-height:20px;
	margin-top: 0px;
	margin-bottom: 9px;
}

/* ==================== post ==================== */

.post	{width: 798px;
height: auto;}

.post h2	{font-size: 1em;
	margin: 0;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	line-height: 32px;
	padding-left: 0px;}

.posttext	{font-size: 0.875em;
	line-height: 1.5;
	color:#000000;}

.posttext p	{margin: 0;
	margin-bottom: 0px;}



/* ==================== footer ==================== */

#footer	{clear: both;
		width: 798px;
		background-color: #FFFFFF;
		border-top: #666;
		border-top-style: solid;
		border-top-width: 1px;}
	
#footer_inner	{padding: 10px 10px;}

#footer p	{color: #000000;
	font-size: 0.95em;
	margin: 0;
	text-align: center;}