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


/******* style content list *******/




/* ------------------- parts element ------------------------- */

body {
	background: url(../images/main_bg.png) repeat-x top center;
	font-size: 80%;
}

address {
	font-style: normal;
}



em {
	color: #bf2d2d;
	font-style: normal;
	font-weight: bold;
}



ul li {
	margin-bottom: 0.4em;	
}

/* font size */

/*#nav, #content, #footer, #crumbsArea {
	font-size: 110%;
}*/




/* ---------------- wrapper ------------------- */

div#wrapperOuter {
	width: 995px;
	background: url(../images/wrapper_bg.png) center repeat-y;
	margin: 0 auto;
}


div#wrapper {
	width: 961px;
	margin-left:18px;
}

/* ---------------- header ------------------- */


div#header {	
	height: 76px;
	background: url(../images/head_bg.png) top repeat-x;
	/*margin-bottom: 2px;*/
	font-size: 80%;
}



div#header p, div#header li {
	line-height: 0!important;
}

div#header img {
	vertical-align: bottom;
}


div#headerInner {
	padding: 10px 15px 0 15px;
}


div#idArea {
	float: left;
}


div#idArea p {
	float: left;
}

p#idTitle {
	padding-top: 12px;
}


ul#headNav {
	text-align: right;
	line-height: 0;
	font-size: 0;
}

ul#headNav li {
	display: inline;
	font-size: 0;
}


div#utilityArea {
	float: right;
}


div#seachArea, div#fontChangeArea {
	float: left;
	margin-top: 10px;
}



div#seachArea {
	margin-right: 5px;
	font-size: 140%;
	/* 1週間ほど消しておく */
	/*visibility: hidden;*/
}

div#seachArea p {
	line-height: 1.0!important;	
}


div#seachArea input {
	vertical-align: bottom;
	margin: 0;
}


input#s-form {
	*height: 1.3em;
	*font-size: 10px;
	line-height: 1;
	*line-height: 1.3!important;
	
	/*line-height: 1.4;*/
}


div#fontChangeArea p, div#fontChangeArea ul, div#fontChangeArea li {
	float: left;
}


div#fontChangeArea p {
	margin-top: 1px;
	margin-right: 5px;
}



/* ------------------- nav ---------------------- */

div#nav {
	/*margin-top: -1px;*/
	padding: 0 15px 30px 15px;
	/*border-top: solid #aecff7 1px;*/
}

ul#globalNav {
	margin-top: -1px;
}


ul#globalNav li.firstClass {
	float: left;
	/*display: inline;*/
	margin-right: 4px;
	width: 151px;
}

ul#globalNav li a {
	display: block;
	width: 100%;
	width: 141px;
	position:relative;	
}


ul#globalNav li a:hover {
	background: #999;
	color: #FFF;	
}



ul#globalNav li.lastChild {
	margin-right: 0!important;
}

ul#globalNav li.firstClass {
	position: relative;
	z-index: 100;
}



ul.secondClass {
	width: 151px;
	position: absolute;
	background: #e7e7e7;
	/*width: 100%;*/
	top: 55px;
	left: 0;
	display: none;
	z-index: 100;
}


ul.secondClass a {
	/*padding: 0.5em 0;*/
	padding: 0.5em 5px;
}


ul.secondClass li {
	border-bottom: solid 1px #aeaeae;
	text-align: center;
	/*padding: 0.5em 0;*/
	/*display: block;
	float: none;*/
	font-weight: bold;
	position: relative;
	/*background: #933;*/
	*display: inline;
	*zoom:1;
}


ul.secondClass li ul.secondClass {
	position: absolute;
	/*left: 150px;*/
	/*left: 0;
	top: 0;*/
	top: 0;
	left: 151px;
	width: 100%;
	/*background: #F00;*/
}







/*.sub {
	display: none;
}*/


ul#globalNav ul.secondClass li.secondLastChild {
	border: none!important;
}

/* ------------------- nav ---------------------- */

div#crumbsArea {
	padding: 0 15px;
}

div#crumbsArea li {
	display: inline;
	padding-left: 18px;
	padding-right: 5px;
	background: url(../images/crumbs_mark.gif) no-repeat left center;
}



div#crumbsArea .firstChild {
	background: none;
	padding-left: 0;
}

/* ------------------- content ---------------------- */
div#content {
	padding: 20px 15px 70px 15px;	
}



div#content .lastChild {
	margin-bottom: 0!important;
}


div#content h1 {
	margin-bottom: 2em;
}


div.article {
	padding: 0 30px;
	margin-bottom: 4.5em;
}
div.article02 {
	padding: 0 60px;
	margin-bottom: 4.5em;
}							/* add 2013_3_8 */


div.article h2 {
	margin-bottom: 1em;
	background: url(../images/h2_bg.png) repeat-x bottom;
	padding-bottom: 10px;
	color: #005f9e;
	font-size: 140%;
	font-weight: bold;
}



div.section {
	margin-bottom: 4em;
}


div.section p, div.section ul, div.section table,
div.section dl {
	margin-bottom: 1em;
}



div.section h3 {
	border: #9c9a9b solid 1px;
	padding: 7px;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;
	color: #797a7b;
}

div.section h4 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.25em;	
}



/* ------------------- footer ---------------------- */


div#footer {
	background: url(../images/footer_bg.png) bottom repeat-x #7ea4d0;
	color: #FFF;
	padding: 13px 15px;
	font-size: 80%;
}


.footerUnit {
	width: 150px;
	float: left;
	border-right: #FFF dotted 1px;
	min-height: 19em;
	/* height: auto!important; */
	/* height: 19em;	 */
}


.footerUnitInner {
	padding: 0 5px 0.5em 5px;
}


.firstChild .footerUnitInner {
	padding-left: 0!important;
}


div#copyRightArea {
	padding-top: 1em;
}


.footerNavList li {
	/*display: inline;*/
	/*width: 100%;*/
	zoom: 1;
}

.linkMark1 {
	/*display: block;*/
	background: url(../images/arrow1.png) no-repeat 0 0.1em;
	padding-left: 14px;	
}


.innerList li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}


#addressArea {
	width: 175px!important;
	border: none!important;
}


p.pageToTop {
	text-align: right!important;
	margin-top: 2em;
	margin-bottom: 0;
}


p.pageToTop a {
	background: url(../images/arrow2.png) no-repeat right center;
	padding-right: 12px;
}


div#footer p.pageToTop {
	margin-top: 10.5em;	
}


div#footer p.pageToTop a:link, div#footer p.pageToTop a:active,
div#footer p.pageToTop a:visited, div#footer p.pageToTop a:hover {
	color: #FFF;
}

#addressArea address {
	border: solid #a5bedb 1px;
	padding: 0.5em 10px;
	margin-top: 1em;
	font-weight: bold;
}

#addressArea address strong {
	font-size: 120%;
}


#addressArea .footerUnitInner {
	padding-right: 0!important;	
}


/* link */
div#footer a:link {
	color: #FFF!important;	
}


div#footer a:visited {
	color: #fffd7d!important;	
}


div#footer a:hover,
div#footer a:active {
	color: #FFF!important;	
}



/* example */
body.exampleStyle div.section {
	margin-bottom: 2em!important;
}

em a:link, em a:visited, 
em a:visited, em a:active {
	color: #BF2D2D!important;	
}
