
/*
薄：e5f4f4
普：33adad
濃：008383
*/

body {
	font-size: 15px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:active {
	color: #ff0000;
}

a:visited {
	color: #990099;
}

a:hover {
        color: #ff0000;
}

#headerbox {
	background-image: url("/img/header/background_002.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-bottom: 1px solid #008383;
}

h1 {
	width: 820px;
	margin: 0 auto;
	font-size: 25px;
	padding-top: 210px;
	text-align: right;
	color: #4fbcc2;
	color: #FFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #008383,
	-2px 2px 1px #008383,
	2px -2px 1px #008383,
	-2px -2px 1px #008383;

}

.sideminibox {
	font-size: 13px;
}

.sideminibox h3 {
	border-left: 10px solid #33adad;
	padding-left: 5px;
	background-color: #e5f4f4;
}

#footerbox {
	background-image: url("/img/footer/background_001.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-top: 1px solid #008383;
}

.lib_linkbox_p{
	font-size: 14px;
	margin: 8px 0;
}

.lib_linkbox_prev {
	margin: 0 1px;
	padding: 2px 2px;
	border: 1px solid #cccccc;
}
.lib_linkbox_prev:hover {
	 background: #33cc99;
}

.lib_linkbox_next {
	margin: 0 1px;
	padding: 2px 2px;
	border: 1px solid #cccccc;
}
.lib_linkbox_next:hover {
	 background: #33cc99;
}

.lib_linkbox_button {
	margin: 0 1px;
	padding: 2px 2px;
	border: 1px solid #cccccc;
}

.lib_linkbox_button:hover {
	background: #33cc99;
}

.lib_linkbox_button_current {
	color: #006666;
	margin: 0 1px;
	padding: 2px 2px;
	border: 2px solid #006666;
	background-color: #e5f4f4;
}

.lib_linkbox_button_current:hover {
	color: #006666;
}
.lib_linkbox_button_current:active {
	color: #006666;
}
.lib_linkbox_button_current:visited {
	color: #006666;
}

dt {
	color: #006666;
}





.dlogtitle {
	border-left: 10px solid #33adad;
	border-bottom: 2px solid #33adad;
}

.dlogtitle a {
	color: #000;
}

.dlogtitle a:hover {
	color: #066;
}

/* TEXT COLOR */
.red {
	color: #F00;
}

.blue {
	color: #00F;
}


