/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

body, td, div, p, span {
	font-family: Arial, Tahoma, "Trebuchet MS";
	font-size: 12px;
}

a {
	color: #006600;
}

a:hover { color: #CC6600;}

hr {
	color:#B9C0C1;
	height: 0px;
	border-top: 1px dashed #660099
}

#maincontainer {
	background-color: #b9c0c1;
	margin: auto;
	width: 950px;
	border-width: 0px 7px 7px 7px;
	border-style: solid;
	border-color: #FFFFFF;
	background-image: url(../images/ryusuikan_layout.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer {
	text-align: center;
	color: #999999;
	padding: 10px 0px 40px 0px;
	line-height: 25px;
}

#footer a {
	color: #B57430;
	text-decoration: none;
	padding: 0px 5px;
}

#footer a:hover {
	color: #FFFFCC;
	text-decoration: none;
}


#content {
	padding: 25px;
	display:block;
	clear:both;
	margin-top: 15px;
}

#menus {
	text-align: center;
}

#menus a {
	font-weight: bold;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#menus a:hover {
	padding: 8px 15px;
	background-color: #FFFFFF;
	color: #B97632;
	text-decoration: none;
}

#header {
	height: 230px;
	display: block;
	clear: both;
}

.clearbox { clear:both;}

.imgleft {
	float: left;
	margin-right: 20px;
	border: 5px solid #DDE1E1;
	}
	
.imgpage {
	border: 5px solid #DDE1E1;
	}
	
.imgright {
	float: right;
	margin-left: 20px;
	border: 5px solid #DDE1E1;
	}		

.pagemark {
	font-size: 20px;
	color: #996600;
}


h1 {
	font-size: 28px;
	color: #996600;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #006600;
	margin-top: 0px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

.colleft { 
	display: block;
	float:left; 
	margin-right: 35px
}

.colleft2 { 
	display: block;
	float:left; 
}

.colright {}

.pagetop {
	display:block;
	text-align: right;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #FFFFFF;}
.comment {
	color: #535C5E;
}	

li { margin-bottom: 15px;}
ul { margin-bottom: 20px;}

a.linktitlearticol {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a.linktitlearticol:hover {}

