@charset "Shift_JIS";
/*
1) =common
2) =structure
3) =header
4) =footer
5) =main page
6) =entry page
7) =confirm page
8) =complete page
9) =admin only
*/

/*-- =common -----------------*/
* {
margin: 0;
padding: 0;
font-size: 100%;
}
body {
font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
text-align: center;
background: url(../images/background.gif) ;
background-repeat : repeat-y;
background-position : center;
}
/* Opera 9 */
;;body {
font-family:	Verdana, "メイリオ", Meiryo, san-serif;
}
/* IE 7 */
*;first-child+html body {
font-family:	Verdana, "メイリオ", Meiryo, san-serif;
}

body {
background-color: #FFF;
text-align: center;
color: #333;
}
a {
color: #ce2330;
}
a:hover {
color: #6e0008;
}
button, button img {
cursor: pointer;
}
h1,
h2 {
text-indent: -999em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
p.link-btn {
text-indent: -999em;
}
ul,
ol {
list-style-type: none;
}

/*-- =structure -----------------*/
.wrapper {
width: 900px;
height: auto;
margin: 0 auto;
text-align: left;
background: #7e0043 url(../images/back_wrapper.jpg) no-repeat left top;
border-left: 1pa solid #221d14;
border-right: 1pa solid #221d14;
}
.header {
height: 193px;
overflow: hidden;
}
.entries {
height: 113px;
overflow: hidden;
}
.contents {
width: 830px;
margin: 0 20px;
padding: 1px 15px 5px 15px;
font-size: 12px;
line-height: 1.5;
background-color: #fffef8;
}
.footer {
padding: 10px 0;
}

/*-- =header -----------------*/
.header h1 {
height: 98px;
overflow: hidden;
background: url(../images/logo.jpg) no-repeat left top;
}
.header div {
height: 95px;
overflow: hidden;
background: url(../images/lead.jpg) no-repeat right top;
}
.header div h2 {
height: 55px;
overflow: hidden;
}
.header div p.link-btn {
height: 32px;
margin-left: 545px;
}
.header div p.link-btn a {
display: block;
width: 154px;
height: 32px;
background: url(../images/btn_entry.gif) no-repeat left top;
text-decoration: none;
}
.header div p.link-btn a:hover {
background: url(../images/btn_entry.gif) no-repeat left bottom;
overflow: hidden;
}

/*-- =footer -----------------*/
.footer {
color: #FFF;
font-size: 11px;
text-align: center;
}

/*-- =main page -----------------*/
.pages {
margin: 15px 0 15px 0;
padding: 6px 10px 4px 10px;
background-color: #EEE;
border: 1px solid #BFBFBF;
zoom: 1;
}
.pages:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
height: 0;
overflow: hidden;
}
	.pages p.count {
	width: 194px;
	float: left;
	}
	.pages ul {
	width: 420px;
	float: left;
	text-align: center;
	}
		.pages ul li {
		display: inline;
		padding-left: 20px;
		}
	.pages p.show {
	width: 194px;
	float: right;
	text-align: right;
	}
.entry {
margin: 15px 0 0 0;
padding: 30px 0 10px 0;
background: url(../images/gosenhu.gif) no-repeat left top;
zoom: 1;
}
.entry:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
height: 0;
overflow: hidden;
}
	.entry p.no {
	padding: 4px 0 0 16px;
	font-size: 10px;
	color: #666;
	width: 35px;
	float: left;
	}
	.contents .entry h3 {
	width: 695px;
	margin: 0;
	padding: 0 0 7px 0;
	float: left;
	}
		.contents .entry h3 strong {
		font-size: 16px;
		}
		.contents .entry h3 em {
		margin-left: 5px;
		padding: 1px 21px;
		background: url(../images/ico_staff.gif) no-repeat left top;
		display: inline-block;
		height: 16px;
		}
		.contents .entry h3 em span {
		visibility: hidden;
		z-index: 1;
		}
	.entry p.delete {
	width: 72px;
	float: right;
	}
		.entry p.delete a {
		display: block;
		width: 72px;
		height: 19px;
		overflow: hidden;
		background: url(../images/btn_delete.gif) no-repeat left top;
		}
		.entry p.delete a:hover {
		background: url(../images/btn_delete.gif) no-repeat left bottom;
		}
	.entry .content {
	clear: both;
	margin: 0 16px 5px 16px;
	_margin: -30px 16px 5px 16px;
	}
	*:first-child+html .entry .content {
	margin: -30px 16px 5px 16px;
	}
	.entry ul {
	text-align: right;
	margin-right: 5px;
	}
		.entry ul li {
		display: inline;
		font-size: 11px;
		color: #666;
		}
		.entry ul li strong {
		color: #333;
		}
/*-- =entry page -----------------*/
.contents h2 {
height: 68px;
margin-top: 15px;
overflow: hidden;
}
.contents h2.tit-entry {
background: url(../images/tit_entry.gif) no-repeat center top;
}
.contents form {
margin: 0 50px 30px 50px;	/* 730px;*/
}
.contents dl {
margin: 0 0 20px 0;
zoom: 1;
}
.contents dl:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
height: 0;
overflow: hidden;
}
	.contents dt {
	width: 70px;
	float: left;
	clear: left;
	padding: 0 0 15px 0;
	font-weight: bold;
	}
	.contents dd {
	padding: 0 0 15px 70px;
	}
	.contents dd input {
	margin-right: 5px;
	}
	.contents dd textarea {
	width: 650px;
	margin-bottom: 5px;
	}
	.contents dd span.error {
	color: #F00;
	}
.contents form p {
text-align: center;
margin-bottom: 130px;
}

/*-- =confirm page -----------------*/
.contents h2.tit-confirm {
background: url(../images/tit_confirm.gif) no-repeat center top;
}
.contents form ul {
text-align: center;
padding: 0 0 200px 20px;
}
.contents form li {
display: inline;
margin-right: 20px;
}

/*-- =complete page -----------------*/
.contents h2.tit-complete {
background: url(../images/tit_complete.gif) no-repeat center top;
}
.contents h3.lead-confirm {
margin: 0 0 30px 31px;
}
.contents p.go-top {
margin: 50px 360px 360px 360px; /* 120px */
}
.contents p.go-top a {
display: block; 
width: 112px;
height: 32px;
overflow: hidden;
background: url(../images/btn_top.gif) no-repeat left top;
}
.contents p.go-top a:hover {
background: url(../images/btn_top.gif) no-repeat left bottom;
}
/*-- =admin only -----------------*/


