﻿@charset "UTF-8";

/*
===== CONTENTS ==============================
	1:#wrapper
	2:#header
		#logo
		#usabilityNav
	3:#globalNav
	4:#topicspath
	5:#mainVisual
	6:#contents
	7:#article
		section
			table
				ex
				width
	8:#aside
	9:#directoryNav
	10:#infoArea
	11:#footer
		#asisstNav
	12:.pageTop
=============================================
*/

/*
===== 1:#wrapper =====
*/
#wrapper {
	background: url(/common/image/wrapperBg.png) repeat-y left top;
	margin: 0 auto;
	padding: 0 10px;
	width: 1024px;
}
* html #wrapper {
	behavior: expression(IEPNGFIX.fix(this));
	width: 1044px;
} /* IE6 */
#wrapper div{
    zoom: 1;/*for IE 5.5-7*/
}
#wrapper div:after {/*for modern browser*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height :0; 
    visibility: hidden;
}

/*
===== 2:#header =====
*/
#header {
	background-color: #2E3656;
	height: 71px;
}
#header a {
	display: block;
}

/* #logo */
#header #logo {
	float: left;
	padding: 8px 0 0 19px;
}

/* #usabilityNav */
#header #usabilityNav {
	float: right;
	padding: 0 33px 0 0;
}
#header #usabilityNav li {
	float: left;
	padding: 0 4px 0 0;
}

/*
===== 3:#globalNav =====
*/
#globalNav {}

#globalNav li {
	float: left;
}
#globalNav li a {
	display: block;
}

/*
===== 4:#topicspath =====
*/
#topicspath {
	background-color: #7f7f7f;
	clear: both;
	color: #ffffff;
	font-size: 75%;
	padding: 5px 40px;
	vertical-align: middle;
	width: 944px;
}
* html #topicspath {
	width: 1024px;/* IE6 */
}
#topicspath a {
	color: #ffffff;
}

/*
===== 5:#mainVisual =====
*/
#mainVisual {}

/*
===== 6:#contents =====
*/
#contents {
	margin: 25px 38px 0;
	width: 948px;
}

/*
===== 7:#article =====
*/
#article {
	float: right;
	margin: 0 0 30px;
	width: 670px;
}
#article h1 {
	color: #232943;
	font-size: 162.5%;
	font-weight: bold;
	margin: 0 0 30px;
}
#article h2 {
	background: url(/common/image/h2Bg.gif) no-repeat left bottom;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳＰ明朝",serif;
	color: #232943;
	font-size: 125%;
	margin: 0 0 15px;
	padding: 5px 0;
}
/* safari only \*/
body:first-of-type #article h2 {font-family: "ＭＳ Ｐ明朝", "細明朝体";}
/* end */
#article h3 {
	color: #232943;
	font-size: 87.5%;
	font-weight: bold;
	margin: 0 0 10px;
}

#article p {
	font-size: 75%;
	margin: 0 0 15px;
}
#article .pictR {
	float: right;
	margin: 0 0 15px 10px;
}
#article .fig {
	margin: 0 auto 30px;
	text-align: center;
}
#article .submitbtn {
	margin: 0 auto 40px;
	text-align: center;
}
#article .submitbtn a,
#article .submitbtn input {
	background: url(/common/image/bodyBg.gif) right top;
	border: 2px solid #b4b4b4;
	color: #232943;
	cursor: pointer;
	font-size: 100%;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
	width: 230px;
}
#article .submitbtn a {
	display: block;
	margin: 0 auto;
	text-decoration: none;
}

/* .section */
#article .section {
	padding: 0 0 25px;
}
#article .section .section {
	margin: 0 20px;
	padding: 0;
}
#article .section ul {
	margin: 0 0 15px;
}
#article .section ul li {
	background: url(/common/image/listMark03.gif) no-repeat left 5px;
	font-size: 75%;
	padding: 0 0 0 10px;
}
#article .section ul.pagelink li {
	background: url(/common/image/linkMark01.gif) no-repeat left -1px;
	margin: 0 0 3px;
	padding: 0 0 0 22px;
}
#article .section ul.pagelink li.blank {
	background: url(/common/image/linkMark02.gif) no-repeat left -1px;
}
#article .section ul.pagelink li.blank a {
	background: url(/common/image/blank.gif) no-repeat right center;
	color: #999900;
	padding: 0 15px 0 0;
}

#article .section ol {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}
#article .section ol li {
	font-size: 75%;
	list-style-type: decimal;
	_margin:0 0 0 15px;
}

/* IE7 */
*:first-child+html #article .section ol li {
	margin:0 0 0 15px;
}

#article .section dl {
	margin: 0 0 15px;
}
#article .section dl dt,
#article .section dl dd {
	font-size: 75%;
}
#article .section dl dt {}
#article .section dl dd {
	margin: -1.4em 0 0 1.2em;
}

#article .section img.photo{
	padding:3px;
	border:solid 1px #E7E7E9;
}


/* table */
 #article .section table {
	background: url(../image/td_line.gif) repeat-x left bottom;
	margin: 0 auto 1em;
	width: 670px;
}
#article .section table tr {
	background: url(../image/td_line.gif) repeat-x left top;
}
#article .section table tr.linenone,
#article .section table tr.first-child {
	background: none;
}
#article .section table th,
#article .section table td {
	font-size: 75%;
	padding: 5px;
	text-align: left;
}
#article .section table th {
	font-weight: bold;
}

/* ex */
#article .section table#ex {
	border-top: 1px solid #b2b2b2;
}
#article .section table#ex th {
	background-color: #efefef;
	border-bottom: 1px solid #b2b2b2;
}

/* width */
#article .section table td .w40 {width: 40px;}
#article .section table td .w240 {width: 240px;}
#article .section table td .w420 {width: 420px;}

 
/*
===== 8:#aside =====
*/
#aside {
	float: left;
	margin: 0 0 30px;
	width: 228px;
}
#aside h2 {
	background-color: #2E3656;
	border-bottom: 3px solid #999999;
	color: #ffffff;
	font-size: 75%;
	margin: 0 0 4px;
	padding: 5px;
}
#aside h2 a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#aside .localNav {
	margin: 0 0 40px;
}
#aside .localNav li {
	background: url(/common/image/localNavBg.gif) no-repeat left 6px;
	border-bottom: 1px dotted #999999;
	font-size: 75%;
	padding: 5px 0 5px 20px;
}
* html #aside .localNav li {background-position: left 7px;}/* IE6 */
*+html #aside .localNav li {background-position: left 7px;}/* IE7 */
body:first-of-type #aside .localNav li {background-position: left 5px;}/* safari3 */
#aside .localNav li.current a {
	color: #333333;
	text-decoration: none;
}


/*
===== 9:#directoryNav =====
*/
#directoryNav {
	border-top: 1px solid #cccccc;
	clear: both;
	padding: 15px 0;
}
#directoryNav .column {
	float: left;
	padding: 0 10px 0 0;
	width: 148px;
}
* html #directoryNav .column {
	width: 158px;
}
#directoryNav .column h2 {
	color: #666666;
	font-size: 75%;
	font-weight: bold;
	margin: 0 0 2px;
}
#directoryNav .column h2 a {
	color: #666666;
	text-decoration: none;
}
#directoryNav .column ul {
	margin: 0 0 10px;
}
#directoryNav .column ul li {
	font-size: 75%;
}
#directoryNav .column ul li a {
	color: #666666;
}
#directoryNav .current a {
	background-color: #FFFFC8;
	text-decoration:none;
}

/*
===== 10:#infoArea =====
*/
#infoArea {
	background-color: #2E3656;
	padding: 0 38px;
}
#infoArea .qr {
	float: left;
	margin: 15px 15px 0 0;
}
#infoArea h2 {
	color: #ffffff;
	font-size: 75%;
	font-weight: bold;
	padding: 25px 0 0;
}
#infoArea p {
	color: #ffffff;
	font-size: 75%;
}
#infoArea p a {
	color: #ffffff;
}
#infoArea .pageTop {
	clear: both;
	text-align: right;
}

/*
===== 11:#footer =====
*/
#footer {
	background-color: #1D233D;
	padding: 12px 38px;
}

#footer address {
	color: #A3A7B5;
	float: left;
	font-size: 62.5%;
}

/* #asisstNav */
#footer #asisstNav {
	float: right;
}
#footer #asisstNav li {
	color: #A3A7B5;
	float: left;
	font-size: 62.5%;
}
#footer #asisstNav li a {
	color: #A3A7B5;
}

/*
===== 12:.pageTop =====
*/
#banner {
	margin: 0 0 40px;
}
#banner li {
	margin: 0 0 7px;
}
* html #banner li {
	margin: 0 0 5px;
	zoom: 1;
}/* IE6 */
*+html #banner li {
	margin: 0 0 5px;
	zoom: 1;
}/* IE7 */
#banner li a {
	display: block;
}
#banner li img {
	vertical-align: bottom;
}
