@charset "utf-8";

/* formatting styles
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

hr {
	display: none;
}

/* basic layout
------------------------------*/
#wrapper {
	width: 898px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C1272D;
	border-left-color: #C1272D;
}

body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-position: center top;
	background-image: url(images/bg-navi.jpg);
}

/* header styles
------------------------------*/
#header h1 {
	height: 92px;
	width: 898px;
	background-image: url(images/logo.jpg);
}

/* navi styles
------------------------------*/
#navi {
	background-image: url(images/bg-navi.jpg);
	height: 25px;
	width: 898px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1272D;
}

#navi p {
	background-image: url(images/bg-navi.jpg);
	padding-top: 3px;
	padding-left: 420px;
}

/* main styles
------------------------------*/
#main {
	width: 868px;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(images/bg-01.jpg);
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
}	

#main p {
	line-height: 1.6;
	background-image: url(images/bg-00.jpg);
}

#main h2 {
	background-image: url(images/bg-00.jpg);
}

/* sidebar styles
------------------------------*/	
#sidebar {
	float: right;
	width: 228px;
	height: 450px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #FFCCCC;
	padding: 5px;
}

#sidebar p {
	background-color: #D7FAD7;
}

#sidebar h2 {
	background-color: #D7FAD7;
}

/* sidebar2 styles
------------------------------*/
#sidebar2 {
	float: right;
	width: 300px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 450px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(images/bg-02-R.jpg);
}

#sidebar2 p {
	background-image: url(images/bg-02-R2.jpg);
}

#sidebar2 h2 {
	background-image: url(images/bg-02-R2.jpg);
}

/* footer styles
------------------------------*/
#footer {
	clear: both;
	background-image: url(images/bg-navi.jpg);
	height: 20px;
	width: 868px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C1272D;
	border-bottom-color: #C1272D;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#footer p {
	float: right;
	margin-top: 0px;
	background-image: url(images/bg-01-R2.jpg);
}

#footer p a {
	color: #333333;
	background-image: url(images/bg-01-R2.jpg);
}

#footer p a:hover {
	color: #000000;
	text-decoration: none;
}

#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}

#footer ul li a {
	color: #333333;
}

#footer ul li a:hover {
	color: #000000;
	text-decoration: none;
}

#footer address {
	font-style: normal;
	background-image: url(images/bg-navi.jpg);
}

/* link styles
------------------------------*/
a img {
	border-style: none;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

/* pulldown styles
------------------------------*/
#dd {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#dd li {
	list-style: none;
	float: left;
	font: bold 11px arial;
	margin: 0;
	padding: 0;
}

#dd li a.menu {
	display: block;
	color: #FFFFFF;
	width: 145px;
	text-decoration: none;
	background-color: #C1272D;
	font-size: 16px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#dd li a.menu:hover {
  background: #49A3FF;
}

.submenu {
	border: 1px solid #5970B2;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	filter: alpha(Opacity=90);
	opacity: 0.9;
	background-color: #D7FAD7;

}

.submenu a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	color: #2875DE;
	font-family: arial;
	font-size: 16px;
	font-weight: lighter;
}

.submenu a:hover {
  background: #49A3FF;
  color: #FFF;
}

#main h1 {
	background-image: url(images/bg-00.jpg);
}
#hiwa-detail h3 {
	background-image: url(images/bg-00.jpg);
}
#hiwa-detail div {
	background-image: url(images/bg-00.jpg);
}
#hiwa-detail2 h3 {
	background-image: url(images/bg-00.jpg);
}
#main h3 {
	background-image: url(images/bg-00.jpg);
}
#main div {
	background-image: url(images/bg-00.jpg);
}
#main h4 {
	background-image: url(images/bg-00.jpg);
}


#hiwa-detail2 div {
	background-image: url(images/bg-00.jpg);
}
#kenkyu-main h3 {
	background-image: url(images/bg-00.jpg);
}
#kenkyu-main h4 {
	background-image: url(images/bg-00.jpg);
}
#main div#chiryourei ul p a {
	background-image: url(chiryou/images/bg-02-L2.jpg);
	background-color: #CCCCCC;
}
#main div#chiryourei p a {
	background-color: #CCCCCC;
}
#main div#chiryourei ul blockquote p {

}
#main div#chiryourei ul blockquote p span.style6 {
	background: #CCCCCC;
}

#main table tbody tr td {
	padding-right: 10px;
	padding-left: 10px;
}
#main div table tbody tr td p {
	background: #FFFFFF url(images/bg.gif);
}

