@charset "utf-8";
/* CSS Document --Base*/

body {
	margin: 0 auto;
	color: #333;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #999;
	}
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form {
	margin: 0;
	}
img {
	border: 0;
	}
input,select {
	font-size: 100%;
	}
.right {
	float: right;
	}
.left {
	float: left;
	}

hr.hidden {
	visibility: hidden;
	margin: 0;
	}
hr.hidden_c {
	visibility: hidden;
	clear: both;
	margin: 0;
	}
br.clear {
	clear: both;
	margin: 0;
	}
/************* ClearFix Styles *************/
/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
	}
/* IE 7 and MacIE*/
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/************* Reset Styles *************/
* {
	margin: 0;
	padding: 0;
	}

/*
a:link,
a:visited {
	color: #000;
	}
a:active,
a:hover {
	color: #900;
	}
*/
/*--wrap--*/
#wrap {
	width: 700px;
	padding: 10px 20px;
	margin: 0 auto;
	background-color: #FFF;
	}
/*--header--*/
#header {
	margin: 0;
	padding: 2px;
	}
#header h1,
#header h1 a {
visibility: hidden;
	height: 0;
	}
#header h2{
	font-size: 90%;
	color: #666;
	font-weight: normal;
	}
/*検索フィールド
.link-note {
	float: right;
	padding: 20px 0;
	}
*/
/*--menu--*/
#topMenu {
	clear: both;
	height: 40px;
	}
#topMenu ul {
	list-style: none;
	line-height: 0;
	display:inline;
	}
#topMenu ul li {
	display:inline;
	}
#topMenu ul li a {
	float: left;
	display: block;
	height: 31px;
	margin: 0;
	text-indent: -9999px;
	}
#topMenu ul li.menu01 a {
	background: url(../images/bg_menu_01.gif) no-repeat;
	width: 180px;
	}
#topMenu ul li.menu02 a {
	background: url(../images/bg_menu_02.gif) no-repeat;
	width: 171px;
	}
#topMenu ul li.menu03 a {
	background: url(../images/bg_menu_03.gif) no-repeat;
	width: 179px;
	}
#topMenu ul li.menu04 a {
	background: url(../images/bg_menu_04.gif) no-repeat;
	width: 166px;
	}
#topMenu ul li.menu01 a:hover,
#topMenu ul li.menu02 a:hover,
#topMenu ul li.menu03 a:hover,
#topMenu ul li.menu04 a:hover {
	background-position: 0 -31px;
	text-decoration: none;
	}


/*--main--*/
#main {
	clear: both;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 0 30px;
	}

/*固定メニュー（固定）*/
#menu-area {
	clear: both;
	float: left;
	width: 150px;
/*	height: 500px;*/
	margin: 0 0 0 10px;
	padding: 0 0 30px;
	font-size: 85%;
	}
#menu-area ul.fixMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
	}
#menu-area ul.fixMenu li {
	}
#menu-area ul.fixMenu li.fmenu05 a,
#menu-area ul.fixMenu li.fmenu04 a,
#menu-area ul.fixMenu li.fmenu03 a,
#menu-area ul.fixMenu li.fmenu02 a,
#menu-area ul.fixMenu li.fmenu01 a {
	display: block;
	line-height: 1.2em;
	text-decoration: none;
	height: 54px;
	width: 140px;
	padding: 0;
	margin: 12px 0;
	text-indent: -9999px;
	}
#menu-area ul.fixMenu li.fmenu01 a {
	background: url(../images/fixMenu_01.jpg) no-repeat;
	}
#menu-area ul.fixMenu li.fmenu02 a {
	background: url(../images/fixMenu_02.jpg) no-repeat;
	}
#menu-area ul.fixMenu li.fmenu03 a {
	background: url(../images/fixMenu_03.jpg) no-repeat;
	}
#menu-area ul.fixMenu li.fmenu04 a {
	background: url(../images/fixMenu_04.jpg) no-repeat;
	}
#menu-area ul.fixMenu li.fmenu05 a {
	background: url(../images/fixMenu_05.jpg) no-repeat;
	}
#menu-area ul.fixMenu li.fmenu06 a {
	display: block;
	line-height: 1.2em;
	text-decoration: none;
	height: 64px;
	width: 140px;
	padding: 0;
	margin: 12px 0;
	text-indent: -9999px;
	background: url(../images/fixMenu_cntct.jpg) no-repeat;
	}
#menu-area ul.fixMenu li.fmenu05 a:hover,
#menu-area ul.fixMenu li.fmenu04 a:hover,
#menu-area ul.fixMenu li.fmenu03 a:hover,
#menu-area ul.fixMenu li.fmenu02 a:hover,
#menu-area ul.fixMenu li.fmenu01 a:hover {
	background-position: 0 -54px;
	text-decoration: none;
	}
#menu-area ul.fixMenu li.fmenu06 a:hover {
	background-position: 0 -64px;
	text-decoration: none;
	}
	
#menu-area ul.fixMenu ol.fixsubMenu {
	margin: 10px 0 0 ;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
	}
#menu-area ul.fixMenu ol.fixsubMenu li {
	list-style: none;
	}
#menu-area ul.fixMenu ol.fixsubMenu li a {
display: inline;
	text-decoration: none;
	text-indent: 0;
	background: #FFF;
	}
#menu-area ul.fixMenu ol.fixsubMenu li a:hover {
	text-decoration: underline;
	background: #FFF;
	}
/*
.date-header {
	font-size: 80%;
	font-weight: normal;
	color: #666;
	padding: 4px;
	}*/
focus {
	moz-outline-style: none;
	}
a {
	outline: none;
	}
/**/
#contents {
	float: right;
	width: 498px;
	margin-right: 20px;
	padding: 10px 0;
/*	border: 1px solid #EDEDED;*/
	}
/*
#contents h1 {
	margin: 0 0 5px 0;
	padding: 5px 0 2px;
	color: #999;
	border-bottom: 1px solid #EDEDED;
	}
#contents h2 {
	font-size: 120%;
	margin: 0 0 5px 0;
	padding: 5px 0;
	border-bottom: 1px dashed #039;
	}
#contents h3 {
	font-size: 110%;
	margin: 0 0 5px 0;
	padding: 5px 0;
	color: #000;
	border-bottom: 1px solid #CCC;
	}*/
#contents p {
	line-height: 1.5em;
	}
/*エントリー記事*/
.entry-title {
	color: #666;
	text-align: right;
	font-size: 90%;
	margin: 0 15px;
	padding: 2px 0;
	border-bottom: 1px solid #CCC;
	}
.entry-header {
	margin: 0 15px;
	padding: 5px 0;
	font-size: 110%;
	color: #08237E;
	}
.entry-body {
	margin: 0 15px;
	}
.entry-body img {
	float: left;
/*	margin: 5px;*/
	}
h3.advance-head {
	font-size: 130%;
	line-height: 1.5em;
	margin: 0 0 10px 15px;
	padding: 25px 0 5px;
	color: #07227D;
	}
.advance-read {
	float: left;
	width: 50%;
	margin-left: 15px;
	}

/*追記*/
fieldset {
	display: block;
	margin: 20px 20px;
	padding: 0.5em;
	border: 1px dotted #CCC;
	}
fieldset legend {
	margin: 0;
	padding: 0.5em;
	border: none;
	background-color: #FFF;
	color: #999;
	}
/*カテゴリ-サブ*/
.cat-title {
	color: #FFF;
	font-size: 110%;
	margin: 0;
	padding: 12px 0 2px 5px;
	background: url(../images/bg_cat_title.gif) no-repeat;
	}
h2.cat-header {
	margin: 0;
	padding: 5px 0 2px 10px;
	font-size: 100%;
	}
h2.cat-header a {
	color: #000
	border-left: 3px solid #CCC;
	}

.entry {
	margin: 0 15px;
	padding: 5px 0;
	}
#contents .entry p {
	margin: 0 20px 0 10px;
	padding: 5px 0;
/*	border: 1px solid #CCC;*/
	}
#contents .entry p img {
float: left;
width: 80px;
	margin: 0 20px 0 0;
	padding: 2px;
	border: 1px solid #CCC;
	}

/*
#contents dl {
	margin: 0 10px;
	padding: 5px 0 0 0;
	line-height: 1.2em;
	}
#contents dl dt {
	clear: left;
	float: left;
	width: 25%;
	padding: 2px 0 0 0;
	}
#contents dl dd {
	float: left;
	width: 75%;
	padding: 2px 0 0 0;
	}*/

/*--footer--*/
a {
color: #07227D;}
a:link,
a:visited {
	text-decoration: none;
	}
a:active,
a:hover {
	text-decoration: underline;
	}
#footer {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 5px 0 50px;
	font-size: 85%;
	border-top: #CCC solid 2px;
	}
#footer p {
	text-align: center;
	}
ul.footermenu {
	clear: both;
	margin: 0 auto;
	padding: 0;
	}
ul.footermenu li {
	display: inline;
	list-style-type: none;
	padding: 0;
	}
/*トップコンテンツ*/
ul.prList {
	margin: 10px;
	padding: 0;
	}
ul.prList li {
	font-weight: bold;
	font-size: 120%;
	list-style: none;
	color: #07227D;
	}
ul.prList li a {
	font-size: 80%;}
.layout-pattern01 {
	margin: 0;
	padding: 5px 0;
	}
.layout-pattern01 img {
	clear: left;
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCC;
	}
.pattern01-txt {
	float: left;
	width: 50%;
	margin: 0 10px;
	}
.layout-pattern01 h3 {
	font-size: 110%;
	color: #01257F;
	padding: 2px 0;
	}
.layout-pattern01 p {
	padding: 5px 0;
/*	border-bottom: 1px dotted #CCC;*/
	}
.layout-pattern01 h2.headline-01 img {
	margin: 0;
	padding: 0;
	border: 1px solid #FFF;
	}
p.update {
	padding: 1px 0;
	font-size: 90%;
	color: #01257F;
	}

#info-column,
#info-case {
	padding: 5px 0;
	}
#info-column h4,
#info-case h4 {
	border-bottom: 1px dotted #07227D;
	border-left: 3px solid #07227D;
	margin: 0 10px 0 5px;
	padding: 2px 0 2px 10px;
	}
.date-header {
	margin: 0 20px;
	text-align: right;
	padding: 1px 0;
	font-size: 90%;
	color: #01257F;
	}
.gtcattop {
	text-align: right;
	margin: 0 20px;
}