@charset "UTF-8";

/*__↓バグ解消↓__*/
img {
	/*vertical-align: bottom;*/
	border-style: none;
}
/*__↑バグ解消↑__*/

/* basic elements ----------- */
* {
	margin: 0;	padding: 0;
}

body {
	font-size: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka-等幅", Osaka, "平成角ゴシック", "ＭＳ ゴシック", "MS Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 100%;
	text-align: center;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

#container {
	text-align: center;
	width: 900px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 100%;
}
#container-inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/*__default装飾__*/
hr.hspace {
	height: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #009999;
}

/*__defaultリンク色__*/
a:link{
	color: #8F8F8F;
}
a:visited{
	color: #8F8F8F;
}
a:hover, a:active{
	color: #CCCCCC;
}

/*__テキスト非表示設定__*/
.hidetxt, .hide {
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	display: block; 
}

/*__その他共通設定__*/
.hidden { display: none; }

/* header ---------------------- */
#header {
	text-align: left;
	width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#header-inner {
	background-image: url(../images/common/moiwamikaeri.jpg);
	background-repeat: no-repeat;
	width: 600x;
	height: 339px;
}

#logoArea {
	width: 578px;
	margin-left: 12px;
	margin-top: 155px;
	float: left;
}

#logoArea h1 a, #logoArea p a {
	font-size: 12pt;
	text-decoration: none;
	line-height: 1.5;
	height: 10px;
	display: block;
}
#logoArea h1 a:link, #logoArea p a:link, #logoArea h1 a:visited, #logoArea p a:visited {
	color: #ffffff;
}
#logoArea h1 a:hover, #logoArea p a:hover {
	color: #666666;
}

#searchBox {
	float: right;
}

#searchBox form {
	margin-top: 15px;
	margin-right: 20px;
}

/* waku ---------------------- */
#waku-ue, #waku-shita {
	height: 11px;
	width: 640px;
}
#waku-ue {
	background-image: url(../images/common/waku-ue.gif);
	margin-top: 15px;
	float: left;
}
#waku-shita {
	background-image: url(../images/common/waku-shita.gif);
	float: left;
}

/* primary ---------------------- */
#primary-outer {
	height: auto;
	width: 640px;
	float: left;
}
#primary {
	text-align: left;
	height: auto;
	width: 640px;
	padding-top: 15px;
	background-image: url(../images/common/waku-middle.gif);
	background-repeat: repeat-y;
	float: left;
}
#primary-inner {
	font-size: 91.6%;
	line-height: 1.5;
	color: #666666;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #FFFFCC;*/
}
/* ↓改行設定↓ ----- */
.asset-body p {
	margin-bottom: 15px;
}
/* ↓メイン文字設定↓ ----- */
.asset-content p {
	/* font-size: 83.3%; */
	font-size: 91.6%;
	letter-spacing: 1px;
}
h2, h3 {
	letter-spacing: 1px;
}
/* ↑メイン文字設定↑ ----- */
div.asset-body {
	margin-top: 10px;
}
.asset-body ul,
.asset-body ol,
.archive-content ul {
	list-style-position: outside;
	margin-left: 50px;
}
h1.entry-title,
h1.archive-title {
	margin-bottom: 6px;
	margin-top: 10px;
	font-size: 141.6%;
	color: #24516E;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #24516E;
}

h2.entry-title,
h2.archive-title {
	margin-bottom: 6px;
	margin-top: 10px;
	font-size: 125%;
	color: #24516E;
}
h2.entry-title a:link,
h2.entry-title a:visited,
h2.archive-title a:link,
h2.archive-title a:visited {
	color: #36759D;
}
h2.entry-title a:hover,
h2.entry-title a:active,
h2.archive-title a:hover,
h2.archive-title a:active {
	color: #BFEEF0;
}

h2.entry-title,
h2.archive-header {
	margin-top: 20px;
}
.content-nav {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}
.asset-footer {
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #648388;
	height: auto;
	padding-top: 10px;
	visibility: visible;
}
.asset-footer li {
	float: left;
	margin-left: 10px;
	list-style-type: none;
}
.entry-categories h4,
.entry-tags h4 {
	font-weight: bold;
	clear: left;
	float: left;
}
#comments {
	clear: left;
	margin-top: 20px;
	background-color: #FF66FF;
}
#comments h2 {
	font-size: 100%;
}
img.aicon {
	margin-top: 25px;
}
table.tbl1 {
}
.tbl1 th,
.tbl1 td {
	color: #648388;
	padding: 3px;
	border: 1px solid #648388;
}
.imgbox1 {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.imgbox1 img {
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
}
.imgbox2 {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.imgbox2 img {
	vertical-align: top;
	margin-bottom: 15px;
}
.listsecond {
	list-style-type: upper-alpha;
}
.listthird {
	list-style-type: upper-roman;
}
/* secondry ---------------------- */
#secondry {
	width: 260px;
	float: right;
	text-align: left;
}
#secondry-inner {
	color: #666666;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
#secondry li {
	list-style-type: none;
}

#secondry .widget {
	margin-bottom: 18px;
}
h2.widget-header {
	display: block;
	background-image: url(../images/common/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width: 232px;
	text-indent: -9999px;
}
h3.widget-header {
	font-size: 91.6%;
	background-color: #4F709B;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #FFFFFF;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.widget-content {
	font-size: 91.6%;
}
.widget-content p {
	font-size: 90.9%;
}
.widget-content li {
	margin: 5px;
}

.widget-pages li,
.widget-archive li {
	display: block;
	padding-left: 18px;
}
.widget-tag-cloud li {
	display: inline;
	margin: 5px;
}

/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓Gloval Menu↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
#nav {
	/*height: 27px;
	width: 600px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;*/
}
#nav a {
	text-decoration: none;
	display: block;
	margin-top: 3px;
	/*padding-right: 10px;
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;*/
	/*height: 27px;*/
	/*background-color: #FF3333;*/
}

#nav a:link{
	color: #FFFFFF;
	border-bottom-style: none;
}
#nav a:visited{
	color: #FFFFFF;
	border-bottom-style: none;
}
#nav a:hover, #navimenu a:active{
	color: #FFCC99;
	border-bottom-style: none;
}

#nav ul {
	display: block;
	height: 27px;
	width: 600px;
	padding: 0px;
	margin: 0px;
	background-color: #3F3F3F;
}
#nav ul li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	/*height: 27px;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#nav ul li.end, #nav ol li {
	border-right-style: none;
}
#nav ul li.guide, #nav ul li.testcenter, #nav ul li.tomokitakaku {
	font-size: 91.6%;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav ul li.guide {
	width: 100px;
}
#nav ul li.testcenter {
	width: 130px;
}
#nav ul li.tomokitakaku {
	width: 210px;
}
/* global menu マウスオーバー色変更 --- */
/*#nav li a {
	overflow: hidden;
	display: block;
}
#nav ul li a:hover {
	background-position: 0 -27px;
}
#nav ul li a.current {
	background-position: 0 -27px;
}*/

/************↓プルダウンメニュー↓************/
#nav ul ol {
	margin:0;
	padding:0;
	position:relative;
	width: 180px;
	background-color: #565656;
}
/******↓リンクスタイル******/
#nav ul ol a {
	display:block;
}
/***↓マウスオフの時***/
.mainmenu li.off {
	position:relative;
	height: 27px;
	overflow:hidden;
}
/***↓マウスオン***/
.mainmenu li.on {
	height:27px;
	overflow:visible;
}
.mainmenu>li.on {
	overflow:visible;
}
/******↓展開サブメニュースタイル******/
#nav ul ol li {
	float: none;
	font-size: 83.3%;
}
#nav ul ol {
	z-index: 100;
}
#nav ul ol a {
	display:block;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#nav ul ol a:hover {
	color: #FFCC99;
}
/************↑プルダウンメニュー↑************/
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑Gloval Menu↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓サイドバー↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
/*__↓カテゴリー用↓__*/
.widget-archive ul li.first {
	font-size: 83.3%;
	font-weight: bold;
	letter-spacing: 1px;
}
.widget-archive ol li {
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0px;
	background-image: url(../images/common/bg_list01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.widget-archive ol li.end {
	background-image: url(../images/common/bg_list02.gif);
	margin-bottom: 20px;
}

/*__↑カテゴリー用↑__*/
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑サイドバー↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓フッター↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */

/* footer ---------------------- */
#footer {
	clear: both;
	height: 30px;
	width: 100%;
}

#footer address {
	font-size: 83.3%;
	color: #8F8F8F;
	padding-top: 5px;
	font-style: normal;
}
#footer hr {
	clear: both;
}
/*__↓カテゴリー用↓__*/
#footer .widget-archive {
	text-align: left;
}
#footer .widget-archive ul li.first {
	float: left;
	margin-top: 20px;
}
#footer .widget-archive ol li {
}
#footer .widget-archive ol li.end {
}
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑フッター↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓その他↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
/*__↓information中窓↓__*/
h3.infotitle {
	display: block;
	margin-top: 15px;
	font-size: 141.6%;
}
h3.infotitle a:link,
h3.infotitle a:visited {
	color: #3F3F3F;
}
h3.infotitle a:hover,
h3.infotitle a:active {
	color: #CCCCCC;
}
#info-content {
	height: 130px;
	width: 600px;
	overflow: auto;
	margin-bottom: 25px;
	/*background-color: #DDE4F7;*/
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
ul.topix {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 30px;
}
#info-content .date, #info-content .news {
	color: #333;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	letter-spacing: 1px;
}
/*__↑information中窓↑__*/
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑その他↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */
