@charset "Shift_JIS";

/* コンテンツ用 */
h1 {
	font-size: 0.8em;
	font-weight:bold;
	text-align:right;
}

h2 {
	color: #444444;
	text-align:left;
	font-size: 1.4em;
	position:relative;
	left:-50px;
	padding:6px 0 3px 5px;
	margin-bottom:5px;
	border-left:solid 10px;
	background-repeat:repeat-y;
	font-weight:600;
}

h3 {
	color: #444444;
	font-size: 1.2em;
	padding:3px 0 0 20px;
	margin-top:3px;
	background:url(../img/caption.gif) no-repeat;
	font-weight:600;
}

h3 a{
	font-size:1.0em;
}

h4 {
	color: #444444;
	margin-top:3px;
	padding:3px 0 0 36px;
	background:url(../img/caption2.gif) no-repeat;
	font-weight:600;
}

h5 {
	color: #444444;
	text-align:right;
	width:395px;
	position:relative;
	left:340px;
	padding:6px 5px 5px 0;
	border-right:solid 10px;
	background-repeat:repeat-y;
	font-weight:600;
}

h6 {
	color: #444444;
	text-align:right;
	width:595px;
	position:relative;
	left:140px;
	padding:6px 5px 5px 0;
	border-right:solid 10px;
	background-repeat:repeat-y;
	font-weight:600;
}

/* ヘッダー */

#contents {
	float:right;
	width:400px;
	height:60px;
	padding-top:8px;
}

#contents ul li {
	float:left;
}

#contents ul {
	width:400px;
	height:40px;
}

#contents ul li a {
	display: block;
	width: 100px;
	height: 40px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
}

#contents ul li.illust a {
	background: url(../img/contents.gif) no-repeat 0px 0px;
}

#contents ul li.goods a {
	background: url(../img/contents.gif) no-repeat -100px 0px;
}

#contents ul li.bbs a {
	background: url(../img/contents.gif) no-repeat -200px 0px;
}

#contents ul li.link a {
	background: url(../img/contents.gif) no-repeat -300px 0px;
}

#contents ul li.illust a:active, #contents ul li.illust a:focus, #contents ul li.illust a:hover {
	background-position: 0px -40px;
}

#contents ul li.goods a:active, #contents ul li.goods a:focus, #contents ul li.goods a:hover {
	background-position: -100px -40px;
}

#contents ul li.bbs a:active, #contents ul li.bbs a:focus, #contents ul li.bbs a:hover {
	background-position: -200px -40px;
}

#contents ul li.link a:active, #contents ul li.link a:focus, #contents ul li.link a:hover {
	background-position: -300px -40px;
}

/* サブメニュー */
#sub_contents {
	height:16px;
	float:right;
	padding-top:5px;
}

#sub_contents ul li {
	float:left;
}

#sub_contents ul {
	width:80px;
	height:16px;
	background:url(../img/sub_contents.gif) no-repeat;
}

#sub_contents ul li a {
	display: block;
	width: 20px;
	height: 16px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
}

/* パンくずリスト */
#navi {
	clear:both;
	padding: 0px 10px;
	margin:0 10px;
	width: 740px;
}

#glue {
	float:left;
}

#glue ol li {
	display:inline;
	padding-right:14px;
	background:url(../img/glue.gif) no-repeat right center;
}

#glue ol li a {
	font-size:0.8em;
}

#up {
	float:right;
}

/* 本文 */
#body {
	clear:both;
	padding: 5px 10px;
	margin:0 30px;
	width: 700px;
}

#body p {
	margin:10px 0;
	line-height:1.5em;
}

#page {
	clear:both;
	padding: 5px 10px;
	margin:0 30px;
	width: 700px;
}

/* インデント*/
.indent1 {
	padding-left:24px;
}

.indent2 {
	padding-left:40px;
}

.indent3 {
	text-align:center;
}

/* リストマーカー */
ul.mark {
	margin:10px 0;
}

ul.mark li {
	line-height:1.5em;
	list-style-image: url(../img/list.gif);
}
