html {
	overflow: auto;
    font-size: 62.5%; /* ≒10px（デフォルトのフォントサイズ） */
  }
  p {
    font-size: 1.5rem; /* ≒15px */
  }
div{

}
div > p{
	font-size: 100%;
}
h1 {
	font-size:120%;	
}
h2 {
	font-size:100%;	
}


body {
	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: medium;
	background-color: rgb(255, 255, 255);
  /* sets the default sizing to make sure nothing is actually 10px */
}

#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 {
	color: 1A0DAB;
	text-decoration: none;

}
a:visited {
	color: 660099;
}
a:hover {
	color: rgb(0,0,153);
	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: 2px;
	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.5;
}


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

#main .midashi {
	border: solid 1px #ddd;
	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: 100%;
	margin: 0 0 1em 0;
}
#main .midashi h1 {
	margin: 5px 5px 3px 5px;
	color: #FF6600;
	font-weight: bold;
	line-height: 1.2em;
	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;
	font-size: x-large;
}

#main .midashi2 {
	width: 100%;
}


#main .heading {
	line-height: 100%;
	border-bottom-color: #006666;
	overflow: hidden;
	float: left;
	width: 98%;
	border-left-color: #006666 padding 5px;
	font-size: large;
	margin: 1em 0px 10px 0px;
	padding-left: 5px;
}

#main .heading h2 {
	margin: 0px;
	padding: 8px 14px;
	color: #FF6600;
	line-height: 13px;
	font-size: 120%;
	font-weight: bold;
	border-left-color: #FF6600;
	border-left-width: 5px;
	border-left-style: solid;
	-ms-behavior: url(PIE.htc);
	margin: 0px 0px 5px 0px;
	color: rgb(0, 153, 102);
	border-bottom-style: solid;
	border-bottom-color: rgb(0,102,102);
	background-color: #FFF;
	line-height: 1.2;
	border-left-color: #006666;
	padding: 0px 0px 0px 14px;
	border-left-width: 3px;
}

.comment {
	margin-bottom: 1em;
	line-height: 1.5em;
	padding: 0 10px 0 10px;
}


#main div.normal p {

}



.entry {
	width: 150px;
	font-size: 100%;
	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: 1.3;
	margin-left: 20px;
	float: right;
	margin: 0px 20px 0px 20px;
}
.entry a {
	padding: 8px 2px;
	color: rgb(255, 255, 255);
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.entry a:hover {
	color: rgb(255, 51, 0);
	background-color: rgb(255, 204, 153);
}



.bside {
	text-align: right;
	float: left;
	margin-left: 10px;
	width: 215px;
}
.bside .strong {
	background: rgb(249, 249, 249);
	margin: 10px 0px 0px;
	border: 1px solid rgb(192, 192, 192);
	text-align: center;
}
.bside .strong1 {
	border: 1px solid rgb(192, 192, 192);
	margin: 0px 0px 10px 0px;
	text-align: left;
	line-height: 1.2;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	font-size: 14px;
}
.bside .strong1 P{
	width: auto;
	text-align: left;
	margin: 5px 0px 0px 5px;
	text-decoration: none;
	line-height: 1.5;
}

.bside .strong2 {
	background: rgb(249, 249, 249);
	margin: 10px 0px 0px;
	border: 1px solid rgb(192, 192, 192);
	text-align: center;
}
.bside .strong3 {
	background: rgb(249, 249, 249);
	margin: 0px;
	border: 1px solid rgb(192, 192, 192);
	text-align: center;
}
.bside .strong4 {
	background: rgb(249, 249, 249);
	margin: 10px 0px 0px;
	border: 1px solid rgb(192, 192, 192);
	text-align: center;
}
.bside .strong5 {
	background: rgb(249, 249, 249);
	margin: 10px 0px 0px;
	border: 1px solid rgb(192, 192, 192);
	text-align: center;
}
.bside .strong h2 {
	margin: 0px auto;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
	background-color: rgb(0, 51, 255);
}
.bside .strong1 h2 {
	margin: 0px auto;
	text-align: center;
	color: rgb(255,255,255);
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
	background-color: rgb(38,67,153);
	line-height: 1.5;
	font-size: 100%;
}
.bside .strong2 h2 {
	margin: 0px auto;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
	background-color: rgb(51,102,153);
}
.bside .strong3 h2 {
	margin: 0px;
	text-align: center;
	color: rgb(0, 51, 51);
	line-height: 1.5;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
	background-color: rgb(153, 255, 102);
}

.bside .strong4 h2 {
	margin: 0px auto;
	text-align: center;
	color: rgb(255,255,255);
	line-height: 1.2;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
	background-color: rgb(255,102,153);
}

.bside .strong5 h2 {
	margin: 0px auto;
	text-align: center;
	color: rgb(255,255,255);
	line-height: 1.5;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
	background-color: rgb(255,102,0);
}

.bside .normal {
	background: rgb(249, 249, 249); margin: 10px 0px 0px; border: 1px solid rgb(192, 192, 192); width: 178px; text-align: center; font-size: 14px;
}
.bside .normal h2 {
	margin: 0px;
	text-align: center;
	color: rgb(51, 51, 51);
	line-height: 1.5;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
	background-color: rgb(204, 204, 204);
}
.bside .calendar {
	margin: 0px auto; width: 160px; text-align: center; font-size: 14px;
}

twitter-widget {
  overflow: hidden;
}


#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;
	font-size: 14px;
}
#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;
}
