@charset "shift_jis";

/* ----------------------------
 == Common
---------------------------- */

body{
	background: none !important;
}

#headerArea img,
#subHeaderArea img,
#globalNavArea img,
#footerArea img,
#topicPathArea img{
	border: 0px solid #ffffff;
}

#headerArea ul,
#subHeaderArea ul,
#globalNavArea ul,
#footerArea ul,
#topicPathArea ul{
	list-style: none;
}

#headerBlock,
#subHeaderBlock,
#globalNavBlock,
#topicPathArea,
#contentsArea,
#footerBlock{
	width: 1005px;
	text-align: left;
}

/* == contents popup */
.contPopup #headerBlock,
.contPopup #subHeaderBlock,
.contPopup #globalNavBlock,
.contPopup #topicPathArea,
.contPopup #contentsArea,
.contPopup #footerBlock{
	width: auto;
	text-align: left;
}
.contPopup #subHeaderBlock .logoBox{
	float: none;
}
.contPopup .toPageTop{
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
.contPopup #headerBlock{
	padding:2px 20px 3px;
}
.contPopup #contentsArea{
	margin: 10px;
}
.contPopup #subHeaderBlock{
	background: url("common_v2/img/bg_headerblock.gif") repeat-x left top;
	padding: 12px 20px 10px;
}
.contPopup #footerBlock{
	padding: 10px 20px;
}
.contPopup h1{
	font-size: 1.2em;
	margin: 0 0 15px;
}
.contPopup #subHeaderArea{
	padding-bottom: 2px;
}
.contPopup #pageSwitchArea{
	text-align: center;
	padding: 15px 20px;
}


/* == contents width */
.contWshort #headerBlock,
.contWshort #subHeaderBlock,
.contWshort #globalNavBlock,
.contWshort #topicPathArea,
.contWshort #contentsArea,
.contWshort #footerBlock{
	width: 750px;
}

/* == contents width */
.contLeft #headerBlock,
.contLeft #subHeaderBlock,
.contLeft #globalNavBlock,
.contLeft #topicPathArea,
.contLeft #contentsArea,
.contLeft #footerBlock{
	margin-left: 0 !important;
}


/* base reset orverwite */
#headerBlock *,
#subHeaderBlock *,
#globalNavBlock *,
#topicPathArea *,
#footerBlock *{
	font-size: 12px !important;
	line-height: 1.5 !important;
}
#footerBlock *{
	font-size: 10px !important;
}



/* ----------------------------
 == Link Style
---------------------------- */

a{
	text-decoration: none;
}
a:link{
	color:#0066cc;
}
a:visited{
	color:#caa963;
}
a:hover{
	color:#ff9900;
	text-decoration: underline;
}
a:active{
	color:#ff9900;
	text-decoration: underline;
}


#headerArea a,
#subHeaderArea a,
#globalNavArea a,
#footerArea a{
	text-decoration: none;
}
#headerArea a:link,
#subHeaderArea a:link,
#globalNavArea a:link,
#footerArea a:link{
	color: #000000;
}
#headerArea a:visited,
#subHeaderArea a:visited,
#globalNavArea a:visited,
#footerArea a:visited{
	color: #000000;
}
#headerArea a:hover,
#subHeaderArea a:hover,
#globalNavArea a:hover,
#footerArea a:hover{
	color: #fe9805;
}
#headerArea a:active,
#subHeaderArea a:active,
#globalNavArea a:active,
#footerArea a:active{
	color: #fe9805;
}


/* ----------------------------
 == Body Layout
---------------------------- */

/* == topicPathArea ------------------------------------------------------------------ */
#topicPathArea {
	clear: both;
	margin: 10px auto !important;
	padding: 0 10px !important;
	overflow: hidden;
	line-height: 1;
	position: relative;
	min-height: 22px;
}
*html #topicPathArea {
	height: 22px;
}

.topicPathBlock{
	width: 750px;
	margin: 0;
	padding: 0;
	float: left;
}
.topicPathBlock p{
	margin: 5px 0;
}

/* == fontsizeBlock ------------------------------------------------------------------ */
.fontsizeBlock{
	width: 135px;
	position: absolute;
	top: 0px;
	right: 7px;
}
.fontsizeBlock .fontsizeTxt{
	float: left;
	display: block;
	padding-right: 2px;
}
*html .fontsizeBlock .fontsizeTxt {
	display: inline;
}

.fontsizeBlock ul{
	width: 78px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
.fontsizeBlock ul li{
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}
.fontsizeBlock ul li img{
	display: block;
}

/* == printBlock ------------------------------------------------------------------ */
.printBlock{
	width: 55px;
	position: absolute;
	top: 0px;
	right: 148px;
}


/* == contentArea ------------------------------------------------------------------ */
#contentsArea {
	clear: both;
	margin: 10px auto;
	padding: 0 10px;
	overflow: hidden;
	zoom: 1;
}

/* == oneColumn ----- */
#mainContentsBlock {
	overflow: hidden;
	zoom: 1;
}
/* == twoColumn ----- */
.twoColumn #mainContentsBlock {
	width: 755px;
	float: right;
}
.twoColumn #subContentsBlock {
	width: 180px;
	float: left;
}
/* == twoColumnB ----- */
.twoColumnB #mainContentsBlock {
	overflow: hidden;
	zoom: 1;
}
.twoColumnB #mainBlock {
	width: 795px;
	float: left;
}
.twoColumnB #extraBlock {
	width: 140px;
	float: right;
}

/* == threeColumn ----- */
.threeColumn #mainContentsBlock {
	width: 755px;
	float: right;
}
.threeColumn #mainBlock {
	width: 595px;
	float: left;
}
.threeColumn #extraBlock {
	width: 140px;
	float: right;
}
.threeColumn #subContentsBlock {
	width: 180px;
	float: left;
}


/* == toPageTop ----- */
.toPageTop {
	width: 953px;
	margin: 10px auto;
	text-align: right;
}


.floartleft{
	float:left;
	margin: 0px;
	padding: 0px;
	clear: both;
}
