/* initialization */
body, h1 {
	margin: 0;
}

* {
	color: #cccccc;
}

.clearfix {
	display: inline-block;
}
.clearfix:after {
	content:".";
	visibility: none;
	clear: both;
	height: 0;
	display: block;
	font-size: 0;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

a {
	text-decoration: none;
}

p {
	padding: 2px 0;
}

/* page frame */
body {
/*	background-color: #ffb74a;*/
	background-image: url('../image/backCheck.gif');
	background-repeat: repeat;
}

div#frame {
}

div#container {
	margin: 0 auto 0;
	background-image: url('../image/frame.gif');
	background-repeat: repeat-y;
	background-color: #190f00;
	width: 940px;
}

div#header {
	width: 920px;
	height: 150px;
	margin: 0 10px 10px;
	border-bottom: 1px solid #ffffff;
}

div#contents {
	width: 920px;
	margin: 0 10px 0;
}

div#contentsMain {
	width: 690px;
	margin: 0 10px 0;
	float: left;
	min-height: 750px;
	height: auto !important;
	height: 750px
}


div#contentsSub {
	width: 190px;
	margin: 20px 10px 0;
	float: right;
}

div#footer {
	width: 920px;
	margin: 30px 10px 0;
	padding-top: 10px;
	border-top: 1px solid #ffffff;
}



/* header */
p.headerTitle {
	font-size: 24px;
	margin: 0;
	padding: 12px;
}
p.headerTitle a:hover{
	color: #ffffff;
}


/* contents */

h1.contentsTitle {
	background-image: url('../image/contentsTitle.gif');
	background-repeat: none;
	font-size: 24px;
	padding-left: 47px;
	padding-top: 2px;
	margin: auto 20px;
	height: 37px;
	width: 603px;
}

#contents h2 {
	margin-top: 50px;
}

#contents h3 {
	
}

#contents h4 {
	color: #00cc00;
	font-weight: normal;
	font-size: large;
	margin: 5px auto 5px;
	
}


div.contentsText {
	margin: 0 auto;
	width: 600px;
}

div.contentsText div.newBlock {
	margin: 7px 0 23px;
}

div.contentsText div.newBlock p.date {
	font-size: small;
}

div.contentsText div.newBlock a{
	font-weight: bold;
}

div.contentsText p {
	margin: auto 20px;
}

div.contentsText p.title {
	margin: 15px auto 5px;
	font-size: large;
}

div.contentsText p.topText {
	margin: 15px 20px auto;
}

div.contentsText ul {
	margin: 3px auto;
	padding-left: 20px;
}

div.contentsText ul li {
	list-style-type: none;
	padding-bottom: 3px;
}

div.contentsText ul.concate li {
	float: left;
	padding-right:10px; 
}


div.contentsText a:hover {
	text-decoration: underline;
	color: #ffff55;
}

div.contentsText dl dt {/*link*/
	margin-top: 15px;
	font-weight: bold;
	font-size: large;
}

div.contentsText ul li a {/*schedule*/
	font-size: small;
}

div.contentsText div.quote {/*link*/
	width: 538px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #ff0000;
	background: #ffcccc;
	color: #333300;
	font-weight: bold;
	font-size: small;
}


#contentsSub p.subTitle{
	margin: 0;
	font-weight: bold;
	font-size: large;
	padding-left: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ffd1a4;
}

ul.pageLink {
	padding-right: 15px;
	padding-left: 20px;
}

ul.pageLink li {
	list-style-type: none;
	line-height: 1.2;
	font-size: large;
	text-align: right;
	border-right: #00cc00 1px solid;
}

ul.pageLink li a {
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	display: block;
}

ul.pageLink li a:hover {
	color: #ffff55;
	text-decoration: underline;
}

ul.pageLink li:hover {
	border-right: #ff5555 1px solid;
}


/* footer */
div#footer p.copyright {
	text-align: center;
	margin: 0 0 10px;
}

p.copyright a:hover {
	color: #ffff55;
	text-decoration: underline;
}
