html {
	overflow: auto;
}
body {
	font-size: small;
	height: auto !important;
	height: 100%;
	margin: 0px; padding: 0px; width: 100%; color: rgb(64, 64, 64); overflow: hidden; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);
}
#header {
	width: 100%;
	display: block;
	background-repeat: repeat-x;
}
#title {
	width: 944px; height: 120px; padding-top: 46px; margin-right: auto; margin-bottom: 10px; margin-left: auto;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: rgb(0, 0, 144);
}
a:hover {
	color: rgb(192, 113, 0); text-decoration: underline;
}
a:active {
	color: rgb(102, 204, 204);
}
#container {
	margin: 0px auto;
	width: 100%;
}
#page {
	margin: 0px auto; width: auto;
}
img {
    border-style:none;
}
#header ul.sitetitle {
	margin: 0px 0px 0px 10px; padding: 0px; width: 950px; height: 35px; border-bottom-width: 0px; list-style-type: none; z-index: 100;
}
#header ul.sitetitle li {
	margin: 0px; padding: 0px; width: 50%; text-align: left; float: left; position: relative;
}
#header ul.sitetitle li a:hover {
	color: rgb(255, 0, 0); line-height: 1; text-decoration: underline;
}
#header ul.sitetitle li a {
	color: rgb(0, 0, 255); text-decoration: none;
}
#dropmenu {
	background: rgb(170, 170, 170);
	margin: 10px auto;
	padding: 0px;
	border-radius: 3px 3px 0px 0px;
	width: 100%;
	height: 40px;
	border-bottom-color: rgb(83, 93, 9);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	list-style-type: none;
}
#dropmenu li {
	margin: 0px; padding: 0px; width: 16.6%; text-align: center; float: left; position: relative;
}
#dropmenu .active {
	background-color: rgb(217, 229, 255);
}
#dropmenu li a {
	margin: 0px; padding: 15px 0px 11px; color: rgb(255, 255, 255); line-height: 1; font-size: 14px; font-weight: bold; text-decoration: none; display: block;
}
#dropmenu li ul {
	list-style: none; margin: 0px; padding: 0px; border-radius: 0px 0px 3px 3px; left: 0px; top: 100%; position: absolute; z-index: 100;
}
#dropmenu li ul li {
	transition:0.2s; width: 100%; height: 0px; color: rgb(255, 255, 255); overflow: hidden; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s;
}
#dropmenu li ul li a {
	padding: 13px 15px; text-align: left; font-size: 12px; font-weight: normal; background-color: rgba(0, 51, 255, 0.8);
}
#dropmenu li:hover > a {
	background: rgb(217, 229, 255); color: rgb(0, 51, 255);
}
#dropmenu > li:hover > a {
	border-radius: 3px 3px 0px 0px; color: rgb(0, 51, 255);
}
#dropmenu li:hover ul li {
	height: 38px; overflow: visible; border-top-color: rgb(124, 140, 14); border-bottom-color: rgb(97, 109, 11); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
#dropmenu li:hover ul li:first-child {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
#dropmenu li:hover ul li:last-child {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
#dropmenu li:hover ul li:last-child a {
	border-radius: 0px 0px 3px 3px;
}
#header ul.topicPath {
	margin: 0px; padding: 7px 2px; border-bottom-color: rgb(192, 192, 192); border-bottom-width: 1px; border-bottom-style: solid; list-style-type: none;
}
#header ol.topicPath {
	margin: 0px; border-bottom-color: rgb(192, 192, 192); border-bottom-width: 1px; border-bottom-style: solid; list-style-type: none;
}
#header ol.topicPath li {
	display: inline;
}
#header ol.topicPath li a {
	padding-right: 12px;
}

#contents {
	width: 1080px;
	text-decoration: none;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
	margin: auto;
	margin-top: 10px;
	line-height: 1.25;
}


hr.clear {
	margin: 0px; 
	width: 100%; 
	clear: right; 
	visibility: hidden;
}
#contents #main {
	margin: 5px 0px 10px 10px;
	width: auto;
	text-align: left;
	color: rgb(51, 51, 51);
	line-height: 2;
	float: left;
	padding-left: 5px;
}

#main .midashi {
	border: solid 1px #ddd;
	padding: 3px;
	border-radius: 5px;
	background: #eee;
	-moz-border-radius: 5px; /* FF */
	background: -moz-linear-gradient(top,  #fff,  #eee); /* FF */
	-webkit-border-radius: 5px;/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));/* Webkit */
	-pie-background: linear-gradient(top,  #fff,  #eee); /* ie */
	behavior: url(PIE.htc);
	width: auto;
	margin: 0px 0px 0px 0px;
}
#main .midashi h1 {
	margin: 5px 5px 3px 5px;
	color: #FF6600;
	font-weight: bold;
	line-height: 14px;
	behavior: url(PIE.htc);
	padding: 8px 14px 8px 8px;
	border-left-width: 5px;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF6600;
	width: auto;
}
#main #menu ul li {
	margin: -10px 10px 0px 20px; padding: 0px; float: left; list-style-type: none; position: relative;
}
#main .news ul li {
	margin: 5px 0px 0px 10px;
	width: 800px;
	color: rgb(0, 0, 0);
	font-size: 16px;
	list-style-type: decimal;
	padding: 5px 0px 0px 0px;
}
#main .news ul li li{
	margin: 5px 0px 0px 20px;
	width: auto;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	font-size: 14px;
	list-style-type: circle;
}

#main .news2 .side {
	margin: 0px auto; width: 160px; text-align: center; float: right;
}
#main .news2 .side {
	margin: 0px auto; width: 160px; text-align: center; float: right;
}

.entry {
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #49a9d4;
	border-radius: 5px;
	background-image: -moz-linear-gradient(
    top,
    #ffa035 0%,
    #ff8300);
	background-image: -webkit-gradient(
    linear,left top,left bottom,
    from(#ffa035),
    to(#ff8300));
	line-height: 2;
	float: right;
	margin-right: 50px;
}
.entry a {
	padding: 8px 2px;
	color: rgb(255, 255, 255);
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.entry a:hover {
	color: rgb(255, 51, 0);
	margin-left: 0px;
	background-color: rgb(255, 204, 153);
}

#footer {
	padding: 25px 0px 20px;
	width: 100%;
	clear: left;
	border-top-color: rgb(192, 192, 192);
	border-top-width: 1px;
	border-top-style: solid;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
	margin: 20px 0px 10px 0px;
}
#footer ul.nl {
	margin: 0px 0px 10px; padding: 0px; text-align: center; list-style-type: none;
}
#footer ul.nl li {
	padding: 0px 4px 0px 8px;
	display: inline;
}
#footer ul.nl li.first {
	background-image: none;
}
#footer ul.guide {
	margin: 0px 0px 15px;
}
#footer address {
	text-align: center; line-height: 140%; font-style: normal;
}
