/*-----------------------------------------------------
[001] Reset Module
------------------------------------------------------*/
body,
div,
p,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom: 20px;
}
th,td{
	text-align: left;
	vertical-align:top;
	font-weight: normal;
	padding:5px;
	}
img {
	border:0;
}
ol,ul {
	list-style:none;
}

/*hr{
	clear:both;
	display:none;
	}*/

/*------------------------------------------------------
[002] FontSize Conversion , Font Style
------------------------------------------------------*/
body {
	font-size: 84%;
}
p{
	line-height:130%;
	}
table {
	font-size: inherit;
}
.small,
sup {
	font-size: 74%;
}

/* FontStyle
------------------------------------------------------*/
em {
	font-style: normal;
	font-weight: bold;
}

/*------------------------------------------------------
[003] Link Style
------------------------------------------------------*/
a,
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color:#0066CC;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: underline;
}
h2 a,h3 a,
h2 a:link,h3 a:link,
h2 a:hover,h3 a:hover,
h2 a:active,h3 a:active{
	text-decoration:none;
	}

h2 a[name],
h3 a[name]{
	color:#333333;
	text-decoration:none;
}	
/*-----------------------------------------------------
[004] Float,Clear and Space
------------------------------------------------------*/
/* float
------------------------------------------------------*/
.right{
	float:right;
	}
.left{
	float:left;
	}

/* clear
------------------------------------------------------*/
.clear{
	clear:both;
}
br.clear{
	display:block;
	clear:both;
	margin:0;
	padding:0;
	line-height:1%;
	font-size:1%;
}

.clearfix:after {
  content: "";
  display: block;
	clear: both;
	height: 0;
	}
 
/* space
------------------------------------------------------*/
.btm5{
	margin-bottom:5px;
	}
.btm10{
	margin-bottom:10px;
	}
.btm15{
	margin-bottom:15px;
	}
.btm20{
	margin-bottom:20px;
	}

.left10{
	margin-left:10px;
	}
.right10{
	margin-right:10px;
	}
	
/*-----------------------------------------------------
[005] Outline
------------------------------------------------------*/
body {
	background-image: url(../images/common/bg-body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #CDCBBC;
}
#header,
#headNavi,
#container,
#footer {
	width: 760px;
	background: #F5F5F2;
	margin: 0px;
	padding: 0px;
}
#container #mainArea {
	float: left;
	width: 560px;
	background: #FFFFFF;
	padding-right: 9px;
	/*padding-bottom: 20px;*/
}
#container #mainArea #contentsArea {
	margin-left: 10px;
}
#container #sideArea {
	width: 190px;
	float: right;
	top:-8px;
	background-color:#F5F5F2;
}

/*-----------------------------------------------------
[006] Header Area
------------------------------------------------------*/
/** TopNavi **/
#header{
	background-image: url(../images/common/bg-header-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 17px;
}
#header #headNavi{
	background-image: url(../images/common/bg-body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 34px;
}
#header #headNavi ul {
	vertical-align: bottom;
	line-height:0;
	font-size:0;
	}
#header #headNavi li {
	display: block;
	float: left;
	height: 34px;
	padding: 0px;
}
#header #headNavi li {
	line-height: 0px;
}
/*#header #headNavi li.h-btn01 {
	width: 191px;
}
#header #headNavi li.h-btn02,
#header #headNavi li.h-btn03 {
	width: 190px;
}
#header #headNavi li.h-btn04 {
	width: 189px;
}*/
/** siteNavi **/
#header #siteNavi {
	background-image: url(../images/common/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 760px;
}
#header #siteNavi li {
	display: inline;
}
#header #siteNavi .navi-home {
	position: absolute;
	left: 10px;
	top: 5px;
}
#header #siteNavi .navi-sitemap {
	position: absolute;
	left: 554px;
	top: 5px;
}
#header #siteNavi .navi-contact {
	position: absolute;
	left: 658px;
	top: 5px;
}

/** crumb **/
#container #crumbArea {
	width: 560px;
	background-color: #FFFFFF;
	padding-left: 10px;
	font-size: 78%;
	color: #656049;
}
#container #crumbArea #crumb {
	margin: 10px;	font-size: 80%;
}
/** sideNavi **/
#container #sideArea #sideMenu li{
	vertical-align: bottom;
	line-height:0;
	font-size:0;
}

/*-----------------------------------------------------
[007] MainContents
------------------------------------------------------*/
#container {
	background: url(../images/common/bg-sidearea.gif) repeat-y right top;
	width: 760px;
	clear: both;
}

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

/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/

#container #mainArea #contentsArea{
	width:550px;
	}
	
.pagetop {
	text-align: right;
	/*margin-top:5px;*/
	width: 100%;
	margin-bottom: 7px;
}	

/*-----------------------------------------------------
[008] FooterArea
------------------------------------------------------*/	
#footer {
	clear: both;
	width: 760px;
	background-image: url(../images/common/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 27px;
	margin: 0px;
	padding: 0px;
}
#footer .copyright {
	width: 285px;
	position: relative;
	left: 10px;
	top: 8px;
}
#footer .privacy {
	width: 80px;
	position: relative;
	left: 665px;
	top: -1px;
}
/*-----------------------------------------------------
[009] その他
------------------------------------------------------*/
.limited {
	margin-top: 15px;
	width: 46px;
}
.attention {
	padding: 10px;
	width: 520px;
	border: 1px solid #66CC00;
	margin: 15px auto;
}

.notice {
	text-align: right;
	margin-bottom: 10px;
}

/** 会員限定アイコン **/
.gentei {
	position: relative;
	top: 2px;
	margin-left: 3px;
}

/*-----------------------------------------------------
[010] Plugin
------------------------------------------------------*/
/** Get Adobe Reader **/	
#container #mainArea .getadobebox {
	/*width: 530px;*/
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
/** For modern brouser **/
#container #mainArea .getadobebox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container #mainArea .getadobebox {
    height: 1em;
    overflow: visible;
}
/**/
/** /For modern brouser **/

#container #mainArea .getadobebox .getadobe-text {
	float: left;
	width: 380px;
	line-height: 1.3;
}
#container #mainArea .getadobebox .weblogo {
	float: left;
	width: 112px;
	margin-right: 5px;
}
#container #mainArea #contentsArea .pdf {
	background-image: url(../images/common/icon-pdf2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 110%;
	padding-top: 5px;
}

/** SHOCKWAVE **/	
#container #mainArea .pluginbox {
	/*width: 530px;*/
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

/** For modern brouser **/
#container #mainArea .pluginbox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container #mainArea .pluginbox {
    height: 1em;
    overflow: visible;
}
/**/
/** /For modern brouser **/
#container #mainArea .pluginbox .plugin-text {
	float: left;
	font-size: 74%;
}
#container #mainArea .weblogo {
	float: left;
}

#container #mainArea #contentsArea .xls {
	background-image: url(../images/common/icon-excel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 110%;
	padding-top: 5px;
}

/** Button **/	
#container #mainArea .buttonbox {
	width: 530px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
}

/** For modern brouser **/
#container #mainArea .buttonbox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container #mainArea .buttonbox {
    height: 1em;
    overflow: visible;
}
/**/
/** /For modern brouser **/
#container #mainArea .buttonbox .button {
	float: left;
	padding-right: 10px;
}
/*#container #mainArea #contentsArea .buttonbox p {
	margin-left: 10px;
	padding-left: 10px;
}*/

/*PDF*/
.iconpdf {
	margin-right :3px;
	vertical-align: middle;
}  
.newspdf {
	font-weight: normal;
	float: right;
	width: 150px;
}
