@charset "utf-8";

/*プリント用のスタイルシート

■目次：

・位置調整
・非表示

*/

/*---------------
位置調整
---------------*/

/*---------------全体構成---------------*/

body {
	background:none;
	overflow: visible !important;
}

#container {
	background:none;
	width:630px;
	overflow: visible !important;
}

#content {
	background:none;
	width:610px;
	width:610px;
	overflow: visible !important;
}

#header {
	
}

#main {
	padding: 12px 0 0 0;
	float:none;
	background:none;
	width:610px;
	overflow: visible !important;
}

#footer {
	padding: 16px 0 0 0;
	text-align: center;
	margin-top:15px;
	width: 600px;
	clear: both;
	background: none;
	border-top:1px solid #999999;
	color:#333333;
}

#footer ul {
	display: none;
}

/*---------------
非表示・サイズ調整
---------------*/


/*---------------ヘッダー---------------*/

#head-right {
	display: none;
}

/*---------------メニュー---------------*/

#globalnavi {
	display: none;
}

/*---------------サブメニュー---------------*/

#submenu {
	display: none;
}

/*---------------ページの先頭へ---------------*/
#flash_box {
	display:none;
}

.pagetop {
	display: none;
}

/*---------------テーブル---------------*/
#main table {
	width:668px;
}

/*---------------カテゴリTOP用のボックス---------------*/
#main table.category {
	border:1px solid #999999;
	width: 668px;
}
#main .category td.title {
	padding-left:25px;
	padding-top:7px;
	border:none;
}
#main .category td.txt {
border:none;
padding:10px 20px;
}

#main table.category div.jump {
	text-align:right;
}



/*---------------タイトル画像---------------*/

h1 {
	overflow:hidden;
}

/*---------------トピックパス（ぱんくずリスト）---------------*/

.topicpath {
	border:1px solid #999999;
}

/* =========================================================
TOPのレイアウト
========================================================= */
.home #container {
	background:none;
	position:relative;
}
.home #header {
}

.home #content {
	background:none;
	padding-top:176px;

}

.home #content #home_whatsnew {
	float: left;
	width: 220px;
        height:290px;
	padding-right:40px;
	padding-bottom:15px;

}

.home #head-right {
	display:none;
}

.home #content #home_topic {
	width: 220px;
    	height:290px;
	float: left;
	padding-bottom:15px;

}

.home #content h2 {
	background: none;
	padding-left: 0px;
}

.home #content .marks {
	background: none;
	padding: 10px 3px 15px;
	clear: both;
	border-top:#CCCCCC 1px solid;
	overflow:hidden;
	bottom:0;
        margin-bottom:0px;
        padding-bottom:0px;
	margin-top:350px;

}

.home .marks ul li {
	display:block;
	float:left;
	list-style: none;
	padding-left:14px;
}

.home .marks ul li img {
	vertical-align:middle;
}

.home .marks .mark_info {
	width:80px;
	float:left;
	font-size:10px;
	padding-left:2px;
	text-align:left;
}

.home .marks .challenge-25 {
	margin-left:0px;
}

.home .doclist .docdate {
	height:1%;
}

.products dt {
	height:1%;
}

.home ul.doclist {
	height:1%;
}

.home ul.doclist {
	margin: 10px 2px 10px 2px;
	width:auto;
}

.home ul.doclist li {
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 15px;
	line-height: 1.2em;
	text-indent:-12px;
}

.home .doclist .docdate {
	padding-left:12px;
}

.home #home_globalnavi {
	display:none;
}


