@charset "utf-8";
/*
==================================================
スタイルの初期化
==================================================
*/

*{
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	background: transparent;
	border: 0;
	font-size: 100%;
	outline: 0;
	vertical-align: baseline;
}


body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
div, p, h1, h2, h3, h4, h5, h6 {
	_zoom: 1;
	display: block;
	text-align: left;
}
img {
	border: 0;
	margin: 0 8px 2px 8px;
}


.btn_top
{
  position: fixed;
  bottom: 300px; 
  right: 10px;
  padding: 10px 14px;
  border-radius: 8px 8px 0px 0px;
  background-color: #ffd700;
}

.btn_bottom
{
  position: fixed;
  bottom: 250px; 
  right: 10px;
  padding: 10px 14px;
  border-radius: 0px 0px 8px 8px;
  background-color: #ffd700;;
}

@media screen and (max-width: 899px) {
	img {
		font-size: 0;
		height: auto;
		line-height: 0;
		max-width: 100%;
		vertical-align: top;
	}
}
@media screen and (max-width: 640px) {
	img {
		float: none !important;
	}
}

:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
/*
==================================================
基本スタイル
==================================================
*/
body {
	background-color: #fff3f3;
	border-top: 4px solid #fff3f3;
	color: #333333;
	font-family: 'メイリオ', Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 15px;
	line-height: 180%;
	text-align: center;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, .title, dt {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 700;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
}

/* リスト
==================================================
5px 6px 5px 6px → 上5px 右6px 下5px 左6px
0 10px → 上下0px 左右10px
*/
ul {
	margin: 0 10px;
	padding: 10px 0;
}

ul li {
	background-position: 5px 6px 5px 6px;
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
}
ol {
	list-style-type: decimal;
	margin: 0 10px;
	padding: 10px 0 10px 25px;
}
/* リンク
==================================================
*/
a { color: #0000ff; }
a:hover {
	color: #ff0000;
	text-decoration: none;
}
a:hover img {
	background: none !important;
}
a img { background: none !important; }
#main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
	left: 1px;
	position: relative;
	top: 1px;
}
@media screen and (max-width: 640px) {
	#main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
		left: 0;
		position: static;
		top: 0;
	}
}

/*
==================================================
全体
==================================================
*/

/* レイアウト
==================================================
*/
#wrapper {
	overflow: hidden;
	text-align: center;
}
#contents {
	border-radius: 4px;
	background: rgb(251, 251, 251) none repeat scroll 0px 0px;
	clear: both;
	color: rgb(51, 51, 51);
	border: 1px solid rgb(208, 208, 208);
	padding: 2px 2px;
	margin: auto;
	position: relative;
	text-align: center;
	background-color: #ebebee;
	width: 900px;
	
}

.entry-content { width: 98%; margin: 5px auto; }

#layoutbox{
	background-color: #f5f5f9;
	overflow: hidden;
	padding: 5px 10px;
}
#siteNavi {
	font-size: 15px;
	margin-bottom: 10px;
}
@media screen and (max-width: 899px) {
	#contents {
		padding: 15px 15px;
		width: auto;
	}
	#layoutbox{
		padding: 5px;
	}
}
@media screen and (max-width: 640px) {
	#contents {
		padding: 15px 15px;
	}
	#layoutbox{
		padding: 5px 0;
	}
	#siteNavi {
		font-size: 13px;
		margin-bottom: 5px;
		padding: 0 10px;
	}
}




/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top {
	margin: auto;
	text-align: left;
	width: 900px;
}
#top #logo, #top h1 {
	padding: 30px 10px;
	width: auto;
}
#top #logo a, #top h1 a {
	color: #5e6e83;
	text-shadow: 0 0 1px rgba(94,110,131,.3);
	font-size: 26px;
	font-weight: 600;
	text-decoration: none;
}
#top #logo a img, #top h1 a img {
	vertical-align: middle;
}
@media screen and (max-width: 899px) {
	#top {
		width: auto;
	}
	#top #logo, #top h1 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 10px;
		width: 66.6666666667%;
	}
}
@media screen and (max-width: 640px) {
	#top #logo, #top h1 {
		padding: 18px 60px 18px 10px;
		width: auto;
	}
	#top #logo a, #top h1 a {
		font-size: 18px;
	}
}

/* ヘッダー
==================================================
*/
#headerbox .inner {
	text-align: center;
}
#header {
	height: auto ;
	width: auto ;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
}
#header img {
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: auto;
}
#header #headertxt {
	left: 50%;
	position: absolute;
	top: 80px;
	width: 45%;
	text-indent: -9999px;
	text-indent: -9999px;
}
#header .title, #header .desc{
	padding-left: 5px;
	padding-right: 5px;
}
#header .title a {
	color:#5e6e83;
	text-shadow: 0 0 1px rgba(94,110,131,.3);
	font-size: 28px;
	font-weight: 700;
	line-height: 120%;
	text-decoration: none;
	word-wrap: break-word;
}
#header .desc {
	color:#333;
	font-size: 15px;
	line-height: 160%;
	padding-top: 15px;
	word-wrap: break-word;
}
#header .desc span {
	color:#333;
	font-size: 15px;
	padding-top: 15px;
}
@media screen and (max-width: 899px) {
	#headerbox {
		
		height: auto !important;
		width: auto;
		margin: 0 auto;
	}
	#header {
		height: auto !important;
		width: auto;
		margin: 0 auto;
	}
	#header img {
		position: static;
	}
}
@media screen and (max-width: 640px) {
	#header #headertxt {
		
		height: auto !important;
		width: auto;
		margin: 0 auto;		
		padding: 15px 15px;

	}
	#header .title {
		text-align: center;
		text-shadow: 1px 1px 1px rgb(204, 204, 204);
	}
	#header .title a {
		color:#5e6e83;
		font-size: 20px;
	}
	#header .desc {
		color:#343434;
		font-size: 12px;
	}
}

/* トップメニュー
==================================================
*/
*:first-child+html body {
	padding-left: 1px;
}
#nav {
	border-bottom: 4px solid #7d8fab;
	background-color: #5e6e83;
}
#topmenubox {
	margin: 0 auto;
	text-align: center;
	width: auto;
}
#topmenubox #topmenubtn {
	display: none;
}
#topmenu ul,#topmenu li{
	list-style-image: none;
	list-style-type: none;
	background-image: none;
}
#topmenu ul {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 700;
	overflow: hidden;
	width: 900px;
	padding: 10px 0;
}
#topmenu li {
	border-left: 1px solid #7d8fab;
	border-right: 1px solid #4b5d69;
	padding: 0;
	float: left;
	width: 148px;
}
#topmenu li:last-child{
	border-right: 1px solid #7d8fab;
}
#topmenu li a {
	list-style-image: none;
	color: #fff;
	display: block;
	font-size: 1em;
	text-shadow: 0 0 1px rgba(255,255,255,.3);
	overflow: hidden;
	padding: 3px;
	text-align: center;
	text-decoration: none;
}
#topmenu li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 899px) {
	#topmenubox {
		padding: 0;
		width: auto;
	}
	#topmenu ul {
		background: none repeat scroll 0 0 transparent;
		display: table;
		width: 100%;
		clear: both;
		margin: 0;
	}
	#topmenu li {
		background: none repeat scroll 0 0 transparent;
		display: table-cell;
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
	}
	#topmenu li:before {
		clear: both;
		background-color: transparent;
		content: "";
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}
	#topmenu li a {
		position: relative;
	}
}
@media screen and (max-width: 640px) {
	#nav {
		border-bottom: none;
		background-color: none;
	}
	#topmenubox {
		padding: 0;
		position: relative;
		margin: 0;
	}
	#topmenubox #topmenubtn {
		color: #5e6e83;
		cursor: pointer;
		display: block;
		font-size: 10px;
		height: 20px;
		padding-top: 15px;
		position: absolute;
		right: 10px;
		text-align: center;
		top: -45px;
		width: 40px;
	}
	#topmenubox #topmenubtn:before {
		border-bottom: 3px solid #5e6e83;
		border-top: 3px solid #5e6e83;
		content: "";
		height: 3px;
		left: 7px;
		position: absolute;
		top: 0;
		width: 26px;
	}
	#topmenubox #topmenubtn:after {
		border-top: 3px solid #5e6e83;
		content: "";
		height: 0;
		left: 7px;
		position: absolute;
		top: 12px;
		width: 26px;
	}
	#topmenu ul {
		display: none;
		table-layout: auto;
		margin: 0;
		padding: 0;
	}
	#topmenu ul.menuon {
		display: block;
	}
	#topmenu li {
		border-bottom: 1px solid #7d8fab;
		display: block;
		text-align: left;
	}
	#topmenu li:last-child {
		border-bottom: none;
	}
	#topmenu li a {
		color: #fff;
		padding: 8px 45px 8px 20px;
		position: relative;
		text-align: left;
	}
	#topmenu li a:before {
		border-bottom: none;
		border-left: none;
		border-right: 2px solid #ffffff;
		border-top: 2px solid #ffffff;
		background-color: transparent;
		height: 5px;
		margin-top: -4px;
		right: 20px;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px;
	}
	#topmenu li:first-child a:after {
		background-color: transparent;
		left: 0;
		width: 0;
	}
	#topmenu li:last-child{
		border-right: none;
	}
}

/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
	float: right;
	overflow: hidden;
	word-wrap: break-word;
	width: auto ;
}

@media screen and (max-width: 899px) {
	#main {
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	#main {
		float: none;
		width: 100%;
	}
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	margin-bottom: 20px;

	padding: 10px;
}

/* 見出し
==================================================
*/
#main h2, #main h3 {
	padding: 0.2em;/*上下 左右の余白*/
	border-left: 7px solid #239AEF;
	border-bottom: 1px dashed #239AEF;
	background: #eaf3ff;/*背景色*/
	font-size: 24px;
	font-weight: bold;
	margin:10px;
}
#main h2 span, #main h3 span {
	display: block;
	color: #000;
	font-size: 18px;
	text-shadow: 0 0 1px rgba(255,255,255,.3);
	margin: 2px 8px;
	padding: 4px 0 0 8px;
}
#main .text h3, #text1 h3, #text2 h3, #text3 h3, #text4 h3, #text5 h3, #text6 h3, #text7 h3, #text8 h3, #text9 h3, #text10 h3, #space1 h3, #space2 h3 {
	margin: 0 0 5px -10px;
}
#main h4 {
	border-left: 7px solid #239AEF;
	border-bottom: 1px dashed #239AEF;
	background: #eaf3ff;
	background-repeat: repeat-x;
	margin: 5px auto;
	position: relative;
}
#main h4 span {
	border-left: 6px solid #239AEF;
	border-bottom: 1px dashed #239AEF;
	background: #eaf3ff;
	background-repeat: no-repeat;
	color: #FF0000;
	text-shadow: 0 0 1px rgba(94,110,131,.3);
	display: block;
	font-size: 17px;
	padding: 3px 0 3px 12px;
	position: relative;
}
#main h5 {
	border-left: 5px solid #239AEF;
	border-bottom: 1px dashed #239AEF;
	background: #eaf3ff;
	background-repeat: no-repeat;
	color: #333333;
	text-shadow: 0 0 1px rgba(51,51,51,.1);
	font-size: 16px;
	line-height: 150%;
	margin: 3px auto;
	padding-left: 28px;
}
#main h6 {
	border-left: 4px solid #239AEF;
	border-bottom: 1px dashed #239AEF;
	background: #eaf3ff;
	background-repeat: no-repeat;
	color: #333333;
	text-shadow: 0 0 1px rgba(51,51,51,.1);
	font-size: 16px;
	margin: 3px auto;
	padding-left: 22px;
	line-height: 140%;
}
#main .atn02 {
	background-color: #f2f2f2;
	background: #eaf3ff;
	background-position: 14px 14px;
	background-repeat: no-repeat;
	margin: 20px 0 10px;
	overflow: hidden;
	padding: 20px 20px 20px 50px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .atn02 {
		background: #eaf3ff;
		-webkit-background-size: 22px 32px;
		background-size: 22px 32px;
	}
}
#main .atn02 span {
	border-bottom: 1px dashed #c2c2c2;
	color: #4d4d4d;
	font-weight: bold;
	padding-bottom: 3px;
}
@media screen and (max-width: 640px) {
	#main h2, #main h3 {
		margin: 0;
	}
	#main .text h3, #text1 h3, #text2 h3, #text3 h3, #text4 h3, #text5 h3, #text6 h3, #text7 h3, #text8 h3, #text9 h3, #text10 h3, #space1 h3, #space2 h3 {
		margin: 20px -10px 10px;
	}
}

/*
==================================================
フッター
==================================================
*/
#footer {
	border-top: 2px solid #ebeeef;
	background-color: #caebfc;
	color: #000;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}
#footer .inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 2px 0 2px;
	width: 900px;
	text-align: center;
	font-size: 13px;
}
#footer a {
	color: #000;
}
#footer p {
	float: right;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
}
#footlinkbox {
	background-color: #c2e7fa;
	padding: 10px 10px 5px;
	text-align: center;
}
#footermenu {
	ont-size: 0;
	letter-spacing: -.40em;
	line-height: 26px;
	margin: 0 auto;
	text-align: left;
	max-width: 900px;
}
#footermenu span {
	display: inline-block;
	margin: 0 25px 5px 0;
	*display: inline;
	*zoom: 1;
}
#footermenu a {
	border-right: 1px solid #c2e7fa;
	color: #fff;
	letter-spacing: normal;
	line-height: 140%;
	font-size: 12px;
	padding-right: 25px;
	text-decoration: none;
}
#footermenu a:hover {
	text-decoration: underline;
}
#footer #footsub {
	text-align: center;
	max-width: 900px;
	height: auto;
	margin: 10px auto 0;
}
#footer .copyright {
	display: block;
	background-color: #c2e7fa;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width: 899px) {
	#footer .inner {
		text-align: center;
		max-width: 100%;
	}
	#footlinkbox {
		padding: 15px 0 5px 10px;
	}
	#footermenu {
		max-width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#footer {
		background-image: none;
		border-top: none;
	}
	#footlinkbox {
		margin-bottom: 0;
		padding: 0;
	}
	#footermenu span {
		border-bottom: 1px solid #c2e7fa;
		display: block;
		margin: 0;
	}
	#footermenu a {
		border-right: none;
		display: block;
		font-size: 13px;
		padding: 12px 24px 12px 10px;
		position: relative;
		text-decoration: none;
	}

	#footermenu {
		position: static;
		width: auto;
		margin: 0;
		padding: 0;
	}
	#footer .inner {
		background-color: #c2e7fa;
		padding: 0px 10px 10px 0;
		line-height: 130%;
	}
	#footer #footsub {
		text-align: center;
	}
	#footer #footsub a {
		text-decoration: none;
	}
	#footer #footsub a:first-child {
		border-left: none;
	}
}

/*
==================================================
レイアウト
==================================================
*/
#column1 {
	background-image: url(img/column_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}
#column1 #menu, #column1 #main {
	float: none;
	width: auto;
}
#column1 #main {
	margin-left: 0;
	padding-bottom: 20px;
}

#column1 #menu {
	margin-right: 10px;
}
#column1 #menu .menulist {
	padding: 0;
}
#column1 #menu .menubox {
	padding-top: 10px;
}
#column1 #menu ul {
	background: none repeat scroll 0 0 transparent;
	letter-spacing: -0.4em;
	padding: 0;
}
#column1 #menu li {
	background-image: url(img/menu_bg.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	border: none;
	display: inline-block;
	letter-spacing: normal;
	padding: 0 0 0 4px;
	*display: inline;
	*zoom: 1;
}
#column1 #menu li a , #column1 #menu #newEntry li a {
	background: none repeat scroll 0 0 transparent;
	display: inline;
	font-weight: 400;
	padding: 0;
	text-decoration: underline;
}
#column1 #menu li a:hover , #column1 #menu #newEntry li a:hover {
	text-decoration: none;
}
#column1 #menu .menulist li a, #column1 #menu .menulist li.l2 a, #column1 .menulist #menu li.l3 a {
	margin: 0 5px;
	padding: 0 5px;
}
#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li, #column1 #rmenu ul#newEntry li, #column1 #rmenu ul#entryarchive li {
	margin: 0 5px;
	padding: 0 5px;
	background-image: none;
}
@media screen and (max-width: 899px) {
	#column1 {
		background: none repeat scroll 0 0 transparent;
	}
}
@media screen and (max-width: 640px) {
	#column1 #main {
		margin-left: 0;
		padding-bottom: 0;
	}
	#column1 #menu {
		margin-right: 0;
	}
	#column1 #menu ul {
		letter-spacing: normal;
		padding: 0 0 5px;
		position: relative;
	}
	#column1 #menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
		background: none repeat scroll 0 0 transparent;
		padding: 0 0 10px 0;
		position: relative;
	}
	#column1 #menu .menubox {
		padding-top: 0;
	}
	#column1 .menulist ul {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	#column1 #menu li {
		background: none repeat scroll 0 0 transparent;
		border-bottom: 1px solid #e6e6e6;
		line-height: 150%;
		padding: 0;
		position: relative;
		display: block;
	}
	#column1 #menu .menulist .l2, #column1 #menu .menulist .l3 {
		display: none;
	}
	#column1 #menu li a {
		background-image: url(img/menu_bg.png);
		background-position: 20px 17px;
		background-repeat: no-repeat;
		color: #333333;
		display: block;
		font-size: 14px;
		padding: 12px 10px 12px 35px;
		text-decoration: none;
	}
	#column1 #menu li a:hover {
		color: #5e6e83;
		text-decoration: underline;
	}
	#column1 #menu .menulist li a, #column1 #menu .menulist li.l2 a, #column1 .menulist #menu li.l3 a {
		margin: 0;
		padding: 12px 10px 12px 35px;
	}
	#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li, #column1 #rmenu ul#newEntry li, #column1 #rmenu ul#entryarchive li {
		margin: 0;
		padding: 15px 10px;
	}
}



/*
==================================================
レイアウト切り替え用スタイル
==================================================
*/
#column1 #rmenu, #rmenu, #column1 #space3, #column1 #space4,#column1 .bannerbox,#column1 #submenu { display: none; }
#headerbox {
}
#header .desc {

text-indent: -9999px;

}body{




}

#header{ height: 200px; }
#headerbox {
	height:300px;
}
#header h2 ,#header .title, #header .title a{

}

#header h2 a, #header h2 a:visited,#header .title a,#header .title a:visited{}
#header #headertxt {


}

#main{ float: right; }
.tableborder {
	background-color: #FFF;
	border: 1px solid #000;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
