﻿/* Copyeight House名作劇場 */

body {
	background-color: #000000;
	background-image: url(gazou/back.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 14px;
	color: #FFFFFF;
}

.emphasis {
	color: #FFFF00;
}

img { border: 0px; }

div.IE_bug {
	text-align: center;
}

div.side {
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(gazou/side.png);
	width: 200px;
	height: 330px;
	margin-left: 40px;
	margin-top: 60px;
}

/* --- メンバー表 --- */

div.LunLun {
	behavior: expression(IEPNGFIX.fix(this));
	height: 100px;
	background-image: url(gazou/menber/lunlun.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 210%;
	padding-left: 90px;
}

div.Lucie {
	behavior: expression(IEPNGFIX.fix(this));
	height: 100px;
	background-image: url(gazou/menber/lucie.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 210%;
	padding-left: 90px;
}

div.Shua {
	behavior: expression(IEPNGFIX.fix(this));
	height: 100px;
	background-image: url(gazou/menber/shua.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 210%;
	padding-left: 90px;
}

div.Niki {
	behavior: expression(IEPNGFIX.fix(this));
	height: 100px;
	background-image: url(gazou/menber/niki.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 210%;
	padding-left: 90px;
}

div.Damp {
	behavior: expression(IEPNGFIX.fix(this));
	height: 100px;
	background-image: url(gazou/menber/damp.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 210%;
	padding-left: 90px;
}

div.Putie {
	behavior: expression(IEPNGFIX.fix(this));
	height: 100px;
	background-image: url(gazou/menber/putie.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 210%;
	padding-left: 90px;
}

/* えんど */

div.body {
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(gazou/back.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 500px;
}

div.body2 {
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(gazou/back.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


div.title {
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(gazou/top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

div.copyright {
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(gazou/copyright.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ナビゲーション */

div.navi {
	height: 40px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div.navi ul {
	margin: 0px;
	padding: 0px;
}

div.navi ul li {
	list-style-type: none;
	display: inline;
	text-align: center;
	width: 150px;
	float: left;
	height: 40px;
}

div.navi ul li a {
	behavior: expression(IEPNGFIX.fix(this));
	list-style-type: none;
	display: inline;
	text-align: center;
	width: 150px;
	float: left;
	background-image: url(gazou/navi_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 11px;
	height: 40px;
	color: #990066;
}

div.navi li a:hover {
	text-align: center;
	width: 150px;
	float: left;
	color: #FF0000;
	padding-top: 11px;
	height: 40px;
}

div.navi strong {
	behavior: expression(IEPNGFIX.fix(this));
	text-align: center;
	width: 150px;
	background-image: url(gazou/navi_back_a.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 11px;
	height: 40px;
	float: left;
	color: #000000;
}

/* ブロック */

div.block_left {
	text-align: left;
	padding: 10px;
	width: 300px;
	margin: 0px;
	float: left;
}

div.block_left h1 {
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(gazou/h1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 12px;
	padding-left: 15px;
	width: 250px;
	letter-spacing: 2px;
	font-weight: normal;
	padding-top: 5px;
	height: 20px;
	margin-left: 0px;
}

div.section_left {
	margin-left: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

div.section_left p {
}

div.block_right {
	float: left;
	width: 560px;
	padding: 10px;
	margin: 0px;
	text-align: left;
}

div.block_right h1 {
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(gazou/h1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 12px;
	padding-left: 15px;
	width: 500px;
	letter-spacing: 2px;
	margin-left: 5px;
	font-weight: normal;
	padding-top: 5px;
	height: 20px;
}

div.section_right {
	margin-left: 15px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

div.section_right p {
}

div.section_right dl {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 400px;
}

div.section_right dt {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990066;
	font-size: 12px;
}

div.section_right dd {
	margin-bottom: 15px;
}

div.single {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

div.single h1 {
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(gazou/h1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 12px;
	padding-left: 15px;
	width: 500px;
	letter-spacing: 2px;
	margin-left: 5px;
	font-weight: normal;
	padding-top: 5px;
	height: 20px;
}

div.single h2 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990066;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.single p {
}

div.single dl {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.single dt {
}

div.single dd {
	border-left-width: 5px;
	border-left-style: dotted;
	border-left-color: #990066;
	margin-left: 15px;
	padding-left: 10px;
}

/* 掲示板 */
div.single th {
	height: 21px;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-align: right;
}

div.single table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990066;
	border-bottom-color: #990066;
	font-size: 12px;
}

div.bbs_post {
	width: 570px;
}

div.bbs_post h1{
	font-size: 12px;
	background-image: url(gazou/h1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
	width: 570px;
}

div.bbs_post h2{
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: groove;
	border-left-color: #990066;
	padding-left: 10px;
	padding-top: 3px;
	margin-top: 0px;
	padding-bottom: 3px;
	margin-bottom: 0px;
}

div.bbs_post p {
	padding-left: 16px;
	margin-top: 0px;
	margin-left: 4px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990066;
	margin-bottom: 0px;
}

div.bbs_res {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990066;
	width: 570px;
}

div.bbs_res p.res {
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	padding-left: 15px;
}

div.bbs_res p.date {
	font-size: 12px;
	margin-bottom: 0px;
	text-align: right;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
}
