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

body {
	font-size: 13px;
	line-height: 150%;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3";
	background-color:#9793d9;
	background-position: center;
	text-align: center;
	margin: 0;
	padding: 0;
}
.body {
	font-size: 13px;
	line-height: 150%;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3";
	background-color:#ffffff;
	text-align: left;
	margin: 0;
	padding: 0;
}
body div {
	text-align: left;
	margin: 0 auto;
}
p {
	font-size: 13px;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
}
td {
	font-size: 13px;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3";
}

ul,ol {
	padding: 0;
	margin: 0px 25px;
}

h1,h2,h3,h4,h5,h6,img {
	margin: 0;
	padding: 0;
	border: 0;
}

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


/* レイアウト */
#title {
	width:774px;
	background-color:#ffffff;
	padding-bottom: 5px
}
#menu {
	width:774px;
	font-size:10px;
	background-position: center;
	text-align: center;
	background-color:#ffffff;
}
#story {
	width:774px;
	background-position: center;
	background-image: url(story/img/story_back.jpg);
	background-color:#ffffff;
	
	position: relative;
	top: -70px;
	
}
#content {
	float:left;
	width:460px;
	background-color:#ffffff;
}
#info {
	float:right;
	width:280px;
	background-color:#ffffff;
}
#main {
	width:774px;
	text-align: left;
	background-position: center;
	background-color:#ffffff;
	position: relative;
	top: -70px;
	
}
#main2 {
	width:758px;
	text-align: left;
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	background-position: center;
	background-color:#ffffff;
}
#footer {
	width:774px;
	clear: both;
	background-color:#ffffff;
	
	position: relative;
	top: -70px;
	
}

/* メニューとクレジットの文字設定 */
.menu {
	font-size:10px;
}
.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;
}



/* エラッタページ用設定 */
.table_midashi {
	color: #ffffff;
	vertical-align: middle;
	background-color:#333333;
}


/* 見出しタグの定義 */
/* 各見出しタグの用途：h1=全体タイトル、h2=各フォルダタイトル、h3=大見出し、h4=見出し、h5=小見出し、h6=トップページの各項目見出し */
h1 {
	font-size: 8px;
	font-weight: normal;
	margin-top: 15px;
} 
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;
}

/* 
	background-color: #eee8aa;
	border-top: 2px solid #666600;
	border-bottom: 2px solid #666600;

 */



h3 {
	color: #006699;
	font-size: 16px;
	font-weight: bold;
	padding-left: 2px;
	padding-bottom: 3px;
	font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3";
	border-bottom: 1px dashed #cccccc;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	border-left: 8px solid #990000;
	border-bottom: 1px solid #990000;
	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;
	background-image: url(img/back_h6.gif);
	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; }


/* 文字の大きさ・色 */
.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%; }

.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;
}






/* メニューのロールオーバー用設定 */
.m-bar { border: 0; margin: 0; padding: 0; overflow: hidden; }
.m-bar img { visibility: hidden; }

.m-bar .m-dd a { background-image: url(img/top_dd_si.gif); }
.m-bar .m-fr a { background-image: url(img/top_fr_si.gif); }
.m-bar .m-mini a { background-image: url(img/top_mini_si.gif); }

.m-bar a,
.m-bar a:link,
.m-bar a:visited { background-position: 0px 0px; float:left; }
.m-bar a:focus,
.m-bar a:hover,
.m-bar a:active { background-position: 0px 19px; float:left; }