@charset "shift_jis";
/**************************************

ベースのCSS
TOPとCONTENTS以外（左右枠線、背景あり）

**************************************/

body {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	line-height:180%;
	background-color: #ffffff;
	background-repeat: repeat;
	background-image: url(../images/bg_mainhead_line2.jpg);
}
#WrapBox {
	padding:0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* head */
#head {
	background:url(../images/bg_mainhead_01.jpg) no-repeat;
	height:60px;
	font-size: 90%;
	line-height:100%;
	margin: 0px;
	padding:0px;
	width: 800px;
	position: relative;
}
#head ul li {
	background:url(../images/listmark_redyajirushi.jpg) 0 50% no-repeat;
	float: right;
	margin-right: 10px;
}
#head ul li a {
	padding-left:17px;
}

/* トップへ戻る */
#topBT {
	text-align: right;
	font-size: 80%;
	margin-right: 10px;
	margin-left: 10px;
}
#head ul {
	padding-top:45px;
}

/********* Link Color **********/

a:link {
	color: #0959a8;
	text-decoration: underline;
}
a:visited {
	color: #003dbd;
	text-decoration: underline;
}
a:hover {
	color: #72759b;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* WhatsnewBox */

#WhatsnewBox dl{
	width:580px;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
}

#WhatsnewBox dt {
	position: absolute;
	left: 5px;
	padding-top:0px;
	padding-top:4px;
	width:5px;
}

#WhatsnewBox dd {
	padding-left: 10px;
	line-height:180%;
	border-bottom:1px dotted #666666;
	width:570px;
	list-style-position: inside;
}

html>/**/body #WhatsnewBox dt { padding-top:3px; }
/* end */

body:first-of-type  #WhatsnewBox dt {
padding-top:3px;
}
								

/**************************************

Float Clear

**************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

