@charset "utf-8";
/* ===================================================================
CSS information

 file name  :layout.css
	update: 
	 
=================================================================== */

body {
	font-size: 90%;
	text-align: center;
	color: #444;
}

a:link {
	color: #444;
	text-decoration: none;
}

a:visited {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #0d9ae6;
	text-decoration: underline;
}

a:active {
	color: #444;
	text-decoration: none;
}
/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#header {
	width: 960px;
	margin: 0 auto 10px;
	text-align: left;
	overflow: hidden;
	_zoom: 1;
}
h1 {
	font-weight: normal;
	font-size: 80%;
}
#logo {
	float: left;
	display: flex;
	align-items: center;
	/* font-size: 38px;*/
}
#h-info {
	width: 258px;
	float: right;
}

/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
	border-top: 10px solid #3a429b;
	background: url(../image/share/bg.gif);
	/* padding-top: 15px; */
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 958px;
	margin: 0 auto;
	text-align: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}
/*----------------------------------------------------
	.block for toppage
----------------------------------------------------*/
.block {
	position: relative;
	width: 958px;
	background: url(../image/share/cont-bg.png) top center no-repeat;
	margin-bottom: 20px;
}
.blockInner {
	widht: 958px;
	background: url(../image/share/cont-bg-bottom.png) bottom center no-repeat;
	padding-bottom: 8px;
}
.indentbox {
	padding: 20px 20px 20px 70px;
}

/* footer
----------------------------------------------- */
#footer {
	width: 930px;
	margin-left: 28px;
	background-color: #0a6eb7;
	font-size: 75%;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
#f-ctg {
	width: 911px;
	margin: 0 auto 15px;
	background: url(../image/share/f-ctg.gif) top center no-repeat;
}
#f-ctgInner {
	width: 911px;
	background: url(../image/share/f-ctg-bottom.gif) bottom center no-repeat;
	padding-bottom: 9px;
	overflow: hidden;
	_zoom: 1;
}
.f-ctgList {
	float: left;
	margin-right: 8px;
	width: 145px;
	color: #444;
}
.f-ctgList h3 {
	font-size: 110%;
	letter-spacing: 2px;
	line-height: 2.2;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #ffffff;
}
.f-ctgList h3 a {
	color: #ffffff;
}
.f-ctgList h3 a:hover {
	color: yellow;
}
#f-ctg01.f-ctgList h3 { background-color: #009844; }
#f-ctg02.f-ctgList h3 { background-color: #009fe8; }
#f-ctg03.f-ctgList h3 { background-color: #e95514; }
#f-ctg04.f-ctgList h3 { background-color: #7f318d; }
#f-ctg05.f-ctgList h3 { background-color: #956234; }
#f-ctg06.f-ctgList h3 { background-color: #e3007f; }
.f-ctgList p {
	padding: 10px;
	padding-top: 0;
}
.end {
	margin-right: 0;
}

#foot {
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
	_zoom: 1;
}
.footLeft {
	float: left;
	width: 740px;
}
.name {
	float: right;
	padding-top: 10px;
}
ul.f-navi {
}
ul.f-navi li {
	float: left;
	margin-right: .5em;
	padding-right: 1em;
	background: url(../image/item/v-bar.gif) right 50% no-repeat;
}
ul.f-navi li.last {
	background: none;
}
ul.f-navi a {
	color: #fff;
	text-decoration: none;
}
ul.f-navi a:hover {
	color: #fff;
	text-decoration: underline;
}


/* -----------------------------------------------------------
	topicpath
	pageTop
----------------------------------------------------------- */

#topicpath {
	margin: 3px 0 3px 27px;
}
#topicpath li {
	display: inline;
	line-height: 105%;
}
#topicpath li a {
	padding-right: 14px;
	background: url(../image/share/topicpath.gif) no-repeat right center;
}

p.pagetop {
	clear: both;
	line-height: 300%;
	font-size: 80%;
	text-align: right;
	margin-right: 20px;
}

/* 画像の下にテキストが回り込まない
----------------------------------------------------------- */
.demo1	{
	width: 400px;
	border: 2px solid #CCC;
	padding: 5px 10px;
	margin-bottom: 30px;
	_zoom: 1;   
	overflow: hidden;
}
.imgL	{ float: left; margin: 0 10px 5px 0; }
.imgR	{ float: right; margin: 0 0 5px 10px; }
.demo1 p	{ overflow: hidden; _zoom: 1; }


/* parts
----------------------------------------------------------- */
h2.fld {
	background: url(../image/item/folder-bar.gif) top left no-repeat;
	height: 52px;
	color: yellow;
	font-size: 120%;
	font-weight: bold;
	line-height: 4.0;
	text-indent: 93px;
	margin-left: 28px;
}
/* h3.subtitle {
	background-color: #33cc00;
	font-size: 110%;
	color: #fff;
	text-indent: 1em;
	margin-bottom: 1em;
}  */
h3.subtitle {
	background: url(../image/item/h3_subtitle.gif) top left no-repeat;
	width: 865px;
	height: 35px;
	line-height: 2.3;
	font-size: 110%;
	color: #444;
	text-indent: 1em;
	margin-bottom: 1em;
}
h4.stitle {
	color: #0a6eb7;
	margin-bottom: .5em;
	border-left: 5px solid #dc143c;
	text-indent: .5em;
}

.red {
	color: #d61526;
}

