/* 一般・変更しないこと */

body {
	line-height: 150%;
	color: #ffffff;
	background-color:#000000;
	font-family: "ＭＳ Ｐゴシック","Osaka";
	text-align: center;
	margin: 0;
	padding: 0;
}
body div {
	text-align: left;
	margin: 0 auto;
	font-family: "ＭＳ Ｐゴシック","Osaka";
}
p {
	font-size: 13px;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック","Osaka";
	margin: 0;
	padding: 0;
}
td {
	font-size: 13px;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック","Osaka";
}

ul,ol {
	padding: 0;
	margin: 0px 25px;
	font-family: "ＭＳ Ｐゴシック","Osaka";
}

h1,h2,h3,h4,h5,h6,img {
	margin: 0;
	padding: 0;
	border: 0;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック","Osaka";
}

a { text-decoration : none ; }
a:hover { text-decoration : underline ; color:#FF4500; }


/* レイアウト */
#title {
	width:750px;
}

#menu {
	width:750px;
	font-size:14px;
	text-align: center;
	padding-top: 5px;
}
#zentai {
	width:750px;
	text-align: left;
}
#content {
	float:left;
	width:590px;
}
#info {
	float:right;
	width:150px;
}

#footer {
	width:750px;
	clear: both;
}

/* メニューとクレジットの文字設定 */
.menu {
	font-size:14px;
}
.credit {
	font-size:9px;
	font-style:italic;
	line-height: 110%;
}

/* 新製品・新刊案内の設定 */
.shinseihin {
	margin-left: 8px;
	font-weight:bold;
}
.shinkan_top {
	background-image: url(img/back_shinkan_top.gif);
	color: #ffffff;
	text-align: center;
	font-weight:bold;
	letter-spacing: 0.2em;
}
.shinkan_haikei {
	background-color:#dcdcdc;
	text-align: center;
}
.shinkan_setsumei {
	background-color:#cccccc;
	background-image: url(img/back_shinkan_bottom.jpg);
	line-height: 110%;
	padding: 3px;
	color:#000000;
}

/* 見出しタグの定義 */
/* 各見出しタグの用途：h1=全体タイトル、h2=各フォルダタイトル、h3=大見出し、h4=見出し、h5=小見出し、h6=トップページの各項目見出し */
h1 {
	font-weight:bolder;
	line-height:1.0
} 
h2 {
	font-size: 22px;
	text-align: center;
	background-image: url(img/back_h2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	padding-top: 1px;
	margin: 10px 0px 25px;
	vertical-align: middle;
}

h3 {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 2px;
	padding-bottom: 3px;
	margin: 5px 0px 20px;
	border-bottom: 1px dashed #cccccc;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	border-left: 8px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	margin: 25px 0px 15px;
	padding: 1px 5px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 22px 0px 5px;
}
h5.midashi {
	margin: 0px;
}
h6 { 
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 8px;
	margin-bottom: 10px;
	padding: 1px 13px;
}

.migi { float: right; margin-left: 10; align: right; }
.hidari { float: left; margin-right: 10; align: left; }

.img_migi { float: right; margin-left: 10; align: right; text-align: center; }
.img_hidari { float: left; margin-right: 10; align: left; text-align: center; }


/* 文字の大きさ・色 */
.large { font-size:21px; font-weight:bold; }
.big { font-size:18px; font-weight:bold; }
.med { font-size:15px; font-weight:bold; }
.small { font-size:9px; line-height:130%; }
.tyushaku { font-size:11px; line-height: 130%; }
.red-i { font-style:italic; color: #FF0000; }

.date { font-size: 11px; color: #999999; text-align: right; }
.data { font-size: 11px; text-align: right; }
.setsumei { line-height: 120%; text-indent:1em;}

.waku { border-style: solid; border-width: 1; border-color:#000000; }

/* コラム用 文字の大きさ・色 */
.title { font-size:20px; font-weight:bold; color: #CC0000; }
.headline { font-size:16px; font-weight:bold; color: #CC0000; margin: 10px 0px;}
/* メニューの設定 */
hr {
	border-top: solid 1px #333333;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
	color: #333333;
	margin: 12px 0px;
}
hr.semai {
	border-top: solid 1px #333333;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
	color: #333333;
	margin: 0px;
}
hr.usui {
	border-top: solid 1px #cccccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
	color: #cccccc;
	margin: 0px;
	width: 95%;
}

/* 更新情報のテーブルの設定 */
#infotable {
	background-image:url("img/wh_info_back.jpg");
	background-repeat:repeat;
	color:#333333;
	padding-left: 12px;
	padding-right: 16px;
}
#infotable-td {
	color:#333333;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
#setumei-career {
	padding-left: 12px;
	padding-right: 16px;
}
}

/* サブページのテーブルの設定 */
.subpage-table{
	color:#000000;
	margin-top:42px;
	width:600px;
	font-family: "ＭＳ Ｐゴシック","Osaka";

}

/* エラッタページ用設定 */
.table_midashi {
	color: #ffffff;
	vertical-align: middle;
	background-color:#333333;
}
.subpage-errata-line{
	color: #000000;
	font-family: "ＭＳ Ｐゴシック","Osaka";

}
