@charset "utf-8";
/* base
------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 85%;
	line-height: 1.8;
	color: #444444;
	background-color:#E1E6DD;
}
/* link
------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
/* layout
------------------------*/
#container {
	background-color: #FFFFFF;

	margin: 0px auto;
	width: 850px;
}
#main {
	padding: 10px;
	float: right;
	width: 550px;
	margin-bottom: 15px;
	margin-top: 0px;
}
#sidebar {
	padding: 10px;
	float: left;
	width: 240px;
	margin-bottom: 15px;
	margin-top: 0px;
}
#footer {
	padding: 10px;
	clear: both;
	background-image: url(images/footer-bg.jpg);
	border-top: 1px solid #CCCCCC;
}
/* header
------------------------*/
#header {
	height: 205px;
	background-color:#E1E6DD;	
	position: relative;
}
#header h1 {
	font-size: 100%;
	position: absolute;
	left: 4px;
	top: 4px;
	font-weight: normal;
	height: 20px;
}
#header #logo {
	position: absolute;
	top: 40px;
	padding-left: 10px;
}
#header #image {
	left: 0px;
		border-top: 5px solid #006699;
	position: absolute;
	top: 35px;
}
#header #button {
	position: absolute;
	top: 11px;
	right: 10px;
}

#header   ul.navi {
	background-image: url(images/navi-bg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 45px;
	left: 0px;
	top: 160px;
	width: 840px;
	padding-left: 10px;
	border-top: 1px solid #DDDDDD;
}
#header ul.navi li {
	float: left;
	list-style: none;
	padding: 8px 8px;
}
#header   ul.navi    li a {
	text-decoration: none;
	border-bottom: 3px solid #E6E6E6;
	text-align: center;
	font-size: 100%;
}
#header ul.navi li a:hover {
	border-bottom: 3px solid #006699;
	color: #999999;
}
#home #header ul.navi #naviHome a,
#page1 #header ul.navi #naviOne a,
#page2 #header ul.navi #naviTwo a,
#page3 #header ul.navi #naviThree a,
#page4 #header ul.navi #naviFour a,
#page5 #header ul.navi #naviFive a,
#page6 #header ul.navi #naviSix a,
#page7 #header ul.navi #naviSeven a,
#page8 #header ul.navi #naviEight a
{
	border-bottom: 3px solid #006699;
}
#main p {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.8em;
	margin-bottom: 1.5em;
}


#main .box {
	margin: 10px;
	padding: 10px;
	background-image: url(images/box-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}
#main h2 {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	font-size: 130%;
	background-image:none;
	padding-left: 50px;

		background-image: url(images/h2-bg.jpg);
			background-repeat: no-repeat;
			background-position: left center;
	color: #006699;
	line-height: 1.5em;
	height: 30px;
	padding-top: 6px;
	margin-bottom: 14px;
}
#main h3 {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	margin-bottom: 15px;
	font-size: 125%;
	font-weight: bold;
	padding: 2px 0px 2px 24px;
	background-image: url(images/mark_h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #999999;
}
#main h4 {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	font-size: 110%;
	background-image:none;
	margin-left:10px;
	padding: 2px 0px 2px 10px;
	border-left:4px solid #006699;
	color: #333;
	line-height: 1.2em;
	height: 16px;
	margin-top: 12px;
	margin-bottom: 8px;
}
#main    .box img  {
	padding-top: 5px;
	padding-bottom: 10px;
}
#main ol {
	margin: 15px 15px 15px 40px;
}

#main ul {
	margin: 15px 15px 15px 40px;
}
.box1{
	max-width: 100%;
	border: solid 1px #006699;
	background-color: #FFFFEE;
	text-align:left;
	margin:10px;
	padding: 10px 10px;
}
.box2{
	max-width: 100%;
	border: solid 1px #CCC;
	background-color: #FAFAFA;
	text-align:left;
	margin:10px;
	padding: 10px 10px;
}
.font-style1{
 color:#990000;
}
#sidebar h2 {
	margin-bottom: 10px;
	font-size:110%;
	color:#006699;
	padding-left:14px;
		font-family:'ＭＳ Ｐゴシック',sans-serif;
				background-image: url(images/side-head.jpg);
			background-repeat: no-repeat;
}

#sidebar p {
margin-left:6px;
	padding-bottom: 10px;
}
#footer p {
	margin-bottom: 1em;
}
#footer a {
	text-decoration: none;
}
