/* common css */

/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444;
	background-color: #F7F7F5;
	background-image: url(../images/headBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/* link style
--------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #2C6B9F;
	text-decoration: underline;
}
a:visited {
	color: #2C6BA0;
}
a:hover {
	text-decoration: none;
}
a:active {

}

/* 回り込み解除
--------------------------*/

.clear  {
	clear: both;
	visibility: hidden;
	height: 0px;
}

/* br ie6
--------------------------*/

br { letter-spacing:0; }
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 104px;
	z-index: 5;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	font-size: 13px;
	letter-spacing: 1px;
}
#footer {
	background-image: url(../images/footLine.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header h1 {
	display: block;
	height: 100px;
	width: 404px;
	margin-left: 278px;
	float: left;
}
#header h2 {
	float: right;
	display: block;
	height: 85px;
	width: 259px;
}
#main h3 {
	display: block;
	height: 22px;
	width: 979px;
	margin-bottom: 24px;
}
#main dl {
	display: block;
	width: 180px;
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;
}
#main .boxLeft {
	margin-left: 0px;
}

#main dl dt {
	height: 255px;
	width: 180px;
	margin-bottom: 5px;
}
#main dl dd {
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
}

a:hover img {
	filter: alpha(opacity=65);
	-moz-opacity:0.85;
	opacity:0.65;
}
#lbCaption .title { font-size: 12px; color: #666; padding: 5px 0px 10px; margin-bottom: 8px; border-bottom: 1px dotted #999; }
#lbCaption table {
	font-size: 10px;
	color: #878787;
	font-weight: normal;
	padding-bottom: 5px;
}
#lbCaption th {
	padding-right: 10px;
	padding-bottom: 4px;
}
#lbCaption td {
	padding-bottom: 4px;
}
#lbCloseLink { display: none !important; }
#lbCaption { margin-right: 0 !important; }
#main #menu02 {
	padding-top: 70px;
}

#footer address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.5px;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
#footer #footTxt {
	display: block;
	float: right;
	padding-top: 16px;
	padding-bottom: 15px;
	font-size: 10px;
}
