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

ul,li,img,p,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 p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 15px;
}


h1 {
	text-align: center;
	font-size: 28px;
	line-height: 1.8;
	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;
}

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

}

/* ================================================================================
	div#contents
================================================================================ */
div#contents {
	width: 540px;
	margin: 0 auto; 
}
	
.leftBox {
	float: left;
	width: 115px;
	margin-bottom: 20px
}

.rightBox {
	float: right;
	width: 400px;
	margin-bottom: 20px
}

.rightBox p {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 5px
}

/* ================================================================================
	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;
}
