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

ul,li,img,p,h1,h2,h3,a {
	margin: 0;
	padding: 0;
}

li {
	list-style:none;
}

body {
	margin: 0;
	background-color: #FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
}

a {
	text-decoration:none;
	color: #333;
}

img {
	border: none;
}

/* フロート関連 */
.left {
	float:left;
	display: inline;
}
.float_right {
	float: right;
	display: inline;
}
.center {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.unit {
}
.unitB {
	padding-right: 40px;
	padding-left: 40px;
}
.unit p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.leftBox {
	float: left;
}
.rightBox {
	float: right;
	width: 230px;
}
.rightBox2 {
	float: right;
	width: 320px;
}
.footerCopy {
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* フロート関連ここまで */

/* ================================================================================
	clearFix
================================================================================ */
.clearFix {
	overflow: hidden;
}

.clearFix:after {
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
	content: "";
}

/*¥*/
* html .clearFix {
	height: 1em;
	overflow: visible;
}
/**/

/* or */
.clear {
	clear: both;
}


/* ================================================================================
	div#wrapper
================================================================================ */
div#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 4px solid #0D0075;
	background-image: url(../../img/imgGlobal/header/headerTopShadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ================================================================================
	div#header
================================================================================ */
div#header {
	height: 52px;
	margin: 0 auto;
	padding-top: 24px;
}

ul#headerNavi {
	float: right;
	padding-top: 20px;
}

ul#headerNavi li {
	font-size: 10px;
	margin-left: 10px;
	float: left;
}

ul#headerNavi li a {
	margin-left: 10px;
	color: #666666;
	white-space: nowrap;
}


#contents h1 {
	text-align: center;
	font-size: 28px;
	line-height: 1.8;
	margin-bottom: 10px;
}
#contents p {
	font-size: 12px;
	line-height: 1.6;
	margin-right: 50px;
	margin-left: 50px;
}

/* ================================================================================
	div#gbContainer
================================================================================ */
div#gbContainer,
div#footer {
	width: 720px;
	margin: 0 auto;

}

/* ================================================================================
	div#contents
================================================================================ */
div#contents {
}

/* ================================================================================
	div#infoField
================================================================================ */
div#infoField {
	padding: 30px;
}

div#infoField h2 {
	background-color: #787878;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
	line-height: 1em;
	margin-bottom: 5px;
}

div#infoField a {
	color: #00C;
	text-decoration: underline;
}

div#ifTable {
	border: 1px solid #DCDCDC;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

div#ifTable table {
	width: 100%;
	border-collapse:collapse;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #B4B4B4;
	margin-bottom: 10px;
}

div#ifTable table th,
div#ifTable table td {
	border: 1px solid #E0E0E0;
	padding: 0.5em;
}

div#ifTable table td.thBg {
	background-color: #F9F9F9;
	width: 120px;
}

div#ifTable table th {
	width: 140px;
	text-align: left;
	vertical-align: top;
	background-color: #E0E0E0;
}

div#ifTable table th span {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2em;
}

div#ifTable table td {
	vertical-align: top;
}

div#ifTable p {
	margin-bottom: 5px;
	font-weight: bold;
}

div#ifTable p strong {
	color: #FF0000;
}

dl.yokohamaInfoField {
	margin-right: 21px;
	margin-left: 21px;
}

dl.yokohamaInfoField dt {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
}
dl.yokohamaInfoField dd {
	font-size: 11px;
	line-height: 1.3em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #B4B4B4;
	padding-left: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
}

dl.yokohamaInfoField dt a {
	text-decoration: underline;
	color: #333333;
}

dl.yokohamaInfoField dt a:hover {
	text-decoration: none;
	color: #990000;
}

/* ================================================================================
	div#gbFooter
================================================================================ */

div#gbFooter {
	background-color:#000000;
	clear:both;
	padding-bottom:3px;
	padding-top:3px;
	text-align:center;
}

div#gbFooter p {
color:#FFFFFF;
font-size:10px;
}
