@charset "Shift_JIS";



/*---------------------------------------------------------------------------------------------------------
	共通
---------------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}



html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url("../image/bg_main.jpg") repeat-y center #ececec;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro", Osaka;
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	text-align: left;
}



h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,address,table,td,th,form {
	margin: 0;
	padding: 0;
}


ul,ol,li {
	list-style-type: none;
}


table,th,tr,td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

img {
	border: 0;
}

hr {
	display: none;
}


br.clear {
	clear: both;
}



/*-------------------------------------
	clearfix
-------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {	display: inline-block; }
.clearfix { display: block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/*-------------------------------------
	リンク装飾
-------------------------------------*/

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #009966;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}



/*---------------------------------------------------------------------------------------------------------
　	header
---------------------------------------------------------------------------------------------------------*/
div#header,
div.headerBox, 
div.header-logo,
div.header-search {
	display: none;
}




/*---------------------------------------------------------------------------------------------------------
　	footer
---------------------------------------------------------------------------------------------------------*/
div#footer {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #F2DCA1;
	clear: both;
}

div.footer-cnt {
	font-size: 0.7em;
}

div.footer-cnt div.print-type01 {
	display: none;
}

div.footer-cnt div.print-type02 {
	display: block;
	color: #666666;
}


/*---------------------------------------------------------------------------------------------------------
　	TopImage
---------------------------------------------------------------------------------------------------------*/

div.topImage {
	display: none;
}


/*-------------------------------------------------
　	global navigation
--------------------------------------------------*/
div#globalNavi {
	display: none;
}


/*-------------------------------------------------
　	パンくずリスト
--------------------------------------------------*/
div#pankuzu {
	margin: 0 0 20px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #F2DCA1;
	color: #999999;
	font-size: 0.8em;
}

div#pankuzu li {
	margin: 0 0 0 0px;
	padding: 0 7px 0 13px;
	display: inline;
	background: url("../image/separator_pan.gif") no-repeat left center;
}

div#pankuzu li.top-pnkz{
	margin: 0;
	padding: 0 5px 0 0;
	background-image: none;
}

div#pankuzu li a {
	color: #999999;
	text-decoration: underline;
}

div#pankuzu li a:link {
	color: #999999;
	text-decoration: underline;
}

div#pankuzu li a:visited {
	color: #999999;
	text-decoration: underline;
}

div#pankuzu li a:hover {
	color: #cccccc;
	text-decoration: none;
}





/*-------------------------------------------------
　	メインコンテンツ
--------------------------------------------------*/
div#main {
	margin: 0;
	padding: 10px;
	font-size: 0.8em;
	clear: both;
}


/*-------------------------------------------------
	left-contents
--------------------------------------------------*/

div.left-contents,
div.leftTech-contents /*added on Feb 23, 2009*/{
	display: none;
}


/*-------------------------------------------------
	rignt-contents
--------------------------------------------------*/
div.right-contents {
	line-height: 1.5;
}

div.right-contents h2 {
	font-size: 1.2em;
	font-weight: bolder;
}

div.right-contents h3 {
	font-size: 1.1em;
	font-weight: bolder;
}

div.right-contents h4 {
	font-weight: bolder;
}

div.right-contents h5 {
	font-size: 0.9em;
	font-weight: bolder;
}

div.right-contents p {
	margin: 0;
	padding: 0 0 7px 0;
}

/* For 技術解説 (added on Feb 23, 2009) */
div.rightTech-contents {
	line-height: 1.6;
	font-size : 0.8em;
	color: #000000;
}

/*---------------------------
	データテーブル
---------------------------*/
div.right-contents table {
	margin-bottom: 10px;
	width: 100%;
}

div.right-contents th,
div.right-contents td {
	padding: 5px;
}

div.right-contents th {
	background-color: #CAE6DA;
	text-weight: normal;
	text-align: center;
}

/*---------------------------
	画像・左
---------------------------*/
div.imgBox-left {
	margin: 0;
	padding-bottom: 10px;
	clear: both;
}

div.imgBox-left img {
	margin-right: 7px;
	float: left;
	vertical-align: text-top;
}

/*---------------------------
	画像・右
---------------------------*/
div.imgBox-right {
	margin: 0;
	padding-bottom: 10px;
	clear: both;
}

div.imgBox-right img {
	margin-left: 7px;
	float: right;
	vertical-align: text-top;
}




/*---------------------------
	リスト
---------------------------*/

div.list ul {
	margin: 0;
	padding: 10px 0 15px 0;
}

div.list li {
	margin-left: 20px;
	padding: 0;
	list-style-type: disc;
	background-image: none;
}





