@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#F0E0D1;
	color:#000000;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}

/* fontsize */
body { font-size:small; }
h1{ font-size:140%; }
h2{ font-size:120%; }
h3{ font-size:100%; }
h4,h5,h6{ font-size:100%; }

.small_text {font-size:small;}
.small {font-size:85%;}
.large { font-size: 120%; }

h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	text-align: left;
}

a:link {
	color:#CC0000;
}

a:visited {
	color:#666666;
}

a:hover {
	color:#99CC00;
}



img,table {	border: none;}

.clear {	clear: both;}

.none {
	position:absolute;
	top: -10000px;
}


#all {	
	margin: 0 auto;
	padding-top: 10px;
	width: 600px;
	text-align: left;
}

#header {
	position: relative;	
}

#header h1,#header h2{
	width: 160px;
	height: 30px;
}

#header_navi {
	width: 450px;
	margin:0;
	padding:0;
	list-style: none;
	position: absolute;
	left: 160px;
	top: 0px;
	border-left: 1px solid #000000;
}

#header_navi li {
	display: inline;
	margin:0;
	padding:0 8px;
	list-style: none;
	line-height: 1.2;
	position: relative;	
	border-right: 1px solid #000000;
}

#header_navi li.this a{
	color:#FF0066;
}

#main {
	background-color: #FFFFFF;
	padding: 20px;
}

#read {
 line-height: 2;
}

#read img {
	
}


#news, .info {
	clear: both;
	padding: 20px 0;
}

#news h2, .infobox h2 {
	font-size: 110%;
	border-bottom: 1px solid #990000;
	color: #990000;
	font-weight: bold;
	line-height: 1.3;
}


#news ul {
	margin: 0;
	padding:0 0 0 10px;
	list-style: none;
}

#news li {
	margin: 0;
	padding:10px 0 0 0;
	line-height: 1.3;
}

.infobox p{
	margin: 0;
	padding:10px 0 0 10px;
	line-height: 1.5;
}

.infobox dl {
	margin: 0;
	padding:10px 0 0 10px;
}


.infobox dt {
	margin: 0;
	padding:0 0 0 3px;
	font-weight: bold;
	color: #990000;
	border-left: 10px solid #990000;
}

.infobox dd {
	margin: 0;
	padding:5px 5px 10px 5px;
	line-height: 1.5;
}


#footer {
	padding: 5px 0;
	font-size: 85%;
}

address,#footer p {
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	text-align: right;
}

#main h1 {
	color:#990000;
	background-image:url(../img/h1_bg.gif);
	padding: 5px;
}

#main .box {
	padding: 15px 0;
}

#main .box h2 {
	font-size: 110%;
	border-bottom: 1px solid #990000;
	color: #990000;
	font-weight: bold;
	line-height: 1.3;
	}
	
#main .box p {
	margin: 0;
	padding:10px 0 0 10px;
	line-height: 1.5;
}

#main .box table {
	margin:10px 0 0 10px;
	border-collapse: collapse;
	border: 1px solid #F0E0D1;
}

#main .box th {
	padding: 5px;
	text-align: right;
	border-bottom: 1px solid #FFFFFF;
	background-color:#F0E0D1;
	font-weight: normal;
}

#main .box th.last_th {
	border-bottom: 1px solid #F0E0D1;
}

#main .box td {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #F0E0D1;
}

.itembox {
	text-align: center;
	padding: 10px 0;
}

.itembox h3 {
	font-size: 110%;
	border-left: 10px solid #990000;
	color: #990000;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 10px 10px 10px;
	padding: 0 0 0 5px;
	}
	
.itembox table{
	margin: 0 auto;
	border-top: 1px dotted #F0E0D1;
	border-left: 1px dotted #F0E0D1;
	border-collapse:collapse;
	width:524px;
}

.itembox td {
	padding:5px;
	vertical-align:top;
	text-align: center;
	border-bottom: 1px dotted #F0E0D1;
	border-right: 1px dotted #F0E0D1;
}

.itembox td.about {
	padding:95px 5px 5px 5px;
}

.itembox td h4{
	line-height: 1.3;
	font-weight: normal;
	color:#990000;
	text-align: center;
}

.itembox td p{
	line-height: 1.3;
	text-align: center;
}

.itembox p.right {
	line-height: 1.3;
	padding: 10px;
}

/* 新作 */
.g_new {
	font-size:10px;
	color:#FF0000;
}

/* 右寄せ */
.right {
	text-align: right;
}


p.top_back {
 text-align: right;
	font-size: 80%;
}

.red { color: red }