@charset "utf-8";

body{
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	text-align:center;
}

#contents {
	background-color: #FFFFFF;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	margin: auto;
	text-align:left;
	width: 850px;
	height: 100%;
}

#main {
	width:100%;
}

h1{
	font-size:10px;
	font-weight: normal;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 170px;
	border-bottom-color:#FFCC33;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}

h1 a {
	color:#FFFFFF;
	font-weight: normal;
}

h2 {
	color: #006600;
	font-size:120%;
	border-left: 12px solid #336600;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h3 {
	color: #009900;
	font-size: 100%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
	height: 20px;
	padding-top: 4px;
	border-bottom-color:#99CC00;
	border-bottom-style:inset;
	border-bottom-width:10px;
}
h4	{
	color: #333333;
	font-size:90%;
	font-weight: normal;
	line-height: 100%;
	padding-left: 5px;
	}

h5	{
	color: #333333;
	font-size:90%;
	font-weight: normal;
	line-height: 140%;
	padding-left: 5px;
	}
	
h6	{
	color: #333333;
	font-size:90%;
	font-weight: normal;
	line-height: 140%;
	padding-left: 5px;
	padding-top: 20px;
	}	

.h6-a	{
	color: #333333;
	font-size:90%;
	font-weight: normal;
	line-height: 140%;
	text-align:right;
	border-bottom-style:dotted;
	border-bottom-color:#009900;
	border-bottom-width:1px;
	border-bottom-width:90%;
	padding-right: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
	
/*----------------------------------*/

p {
	font-size: 90%;
	line-height: 160%;
}
p img {
	float: left;
	margin-right:8px;
}

/*----------------------------------*/

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	clear: both;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	color: #999999;
}

#path {
	text-align:right;
	margin: 0px;
}

/*----------------------------------*/

#box {
	width: 580px;
	float: left;
	line-height: 150%;
	}

#side {
	float:left;
	width: 190px;
	margin-right:20px;
	padding-left: 10px;
	height: 1500px;
	background-color: #FFFFCC;
	margin-top: 0px;
	background-image: url(../img/side_bk.gif);
	padding-top: 10px;
	}

#side h2 {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-left:none;
	padding-left:0px;
	font-size:93%;
	color: #CC6600;
}
#side h2 a {
	color: #CC6600;
	font-weight:bold;
	font-size: 93%;
}
#side ul {
	color:#333333;
	font-size: 80%;
	margin: 0px;
	padding-left:20px;
	line-height: 150%;
}
form {
	font-size:90%;
	}

a {
	text-decoration:none;
	color: #333333;
}

a:link {
	text-decoration: none;
	color: #333333;

}
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color:#009900;
	text-decoration: underline;
}
a:active {
	color:#993300;
	text-decoration: underline;
}

