@charset "UTF-8";
/*=====================================
初期設定
=====================================*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	color: #161616;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* タグのリセット */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, caption, img, form, blockquote, label {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
}
table, th, td {
/*	border: none;*/
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 160%;
	list-style-type: none;
}
/* テキストエリア内文字サイズのブラウザ間での統一 */
textarea {
	font-size: 100%;
}
/* 画像の下にできる隙間を除去 */
/* 画像綺麗に縮小 */
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic; 
}
/* float解除 */
.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
/*=====================================
基本レイアウト
=====================================*/
body {
	width: auto;
	height: auto;
	background-color: #f4f7f8;
	color: #515252;
}
div#WRAPPER {
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
a {
	color: #00aab5;
}
a:hover {
	color: #008992;
	text-decoration: none;
}
.txt11 {
	font-size: 11px !important;
}
.txtcenter {
	text-align: center;
}
.mgleft5 {	
	margin-left: 5px;
}
.mgbtm10 {	
	margin-bottom: 10px;
}
.mgbtm15 {	
	margin-bottom: 15px;
}
.mgbtm20 {	
	margin-bottom: 20px;
}
.mgbtm30 {	
	margin-bottom: 30px;
}
.mgbtm45 {	
	margin-bottom: 45px;
}
.fadeButton a {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
}
.fadeButton a:hover {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
}
.no-csstransitions .fadeButton a:hover {
    opacity:0;
}
.fadeButton1 input {
	background-color: #fa7645;
    -webkit-transition: background-color .5s ease-in-out;
}
.fadeButton1 input:hover {
	background-color: #e85a28;
}
.fadeButton2 input {
	background-color: #7ad43e;
    -webkit-transition: background-color .5s ease-in-out;
}
.fadeButton2 input:hover {
	background-color: #59bd16;
}


/*=====================================
ヘッダー
=====================================*/
header {
	background-repeat: no-repeat;
	width: 950px;
	height: 270px;
	overflow:hidden;
}
div#HEADER {
	position: relative;
	background-image: url(../site-images/header.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 270px;
	overflow:hidden;
}
div#HEADER h1 {
	position: absolute;
	top: 45px;
	left: 30px;
	width: 580px;
	height: 30px;
	overflow:hidden;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 130%;
}
div#HEADER h1 a {
	color: #ffffff;
	text-decoration: none;
}	
div#HEADER h2 {
	position: absolute;
	top: 80px;
	left: 30px;
	width: 580px;
	height: 60px;
	overflow:hidden;
	color: #ffffff;
	font-size: 12px;
	line-height: 150%;
}
div#HEADER h2 a {
	color: #ffffff;
	text-decoration: none;
}
div#HEADER h2 a:hover {
	color: #f4f7f8;
	text-decoration: none;
}
div#HEADER img#PROFILEPHOTO {
	position: absolute;
	top: 170px;
	left: 35px;
	width: 100px;
	height: 100px;
}
div#HEADER p {
	position: absolute;
	top: 242px;
	left: 145px;
	width: 490px;
	height: 28px;
	overflow:hidden;
	color: #515252;
	font-size: 11px;
	line-height: 130%;
}
div#HEADER a#HEADERLOGO {
	position: absolute;
	top: 170px;
	left: 745px;
	width: 100px;
	height: 70px;
	text-indent: -9999px;
}


/*=====================================
フッター
=====================================*/
footer {
	background-image: url(../site-images/footer_bg.gif);
	margin-top: 60px;
	height: 118px;
	border-top: 4px solid #1090d2;
}
footer p {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	padding-top: 30px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
footer p#COPYRIGHT {
	background-image: url(../site-images/footer_line.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
	font-size: 11px;
	font-weight: normal;
}


/*=====================================
トップページ：左側
=====================================*/
div#ENTRYTOP,
div#ENTRYAREA,
div#ENTRYLIST {
	display: inline-block;
	width: 600px;
	height: auto;
	margin-top: 40px;
	margin-left: 35px;
	vertical-align: top;
}
div#ENTRYTOP section,
div#ENTRYAREA section,
div#ENTRYLIST section {
	width: 600px;
	height: auto;
}
div#ENTRYTOP section p.date,
div#ENTRYAREA section p.date {
	width: 600px;
	height: 13px;
	padding-top: 15px;
	border-top: 3px solid #38a7dc;
	color: #219ad4;
	font-size: 12px;
	font-weight: bold;
}
div#ENTRYTOP section h1,
div#ENTRYAREA section h1 {
	padding-bottom: 12px;
	color: #131313;
	font-size: 26px;
	font-weight: bold;
	line-height: 130%;
}
div#ENTRYTOP section h1 a,
div#ENTRYAREA section h1 a {
	padding-bottom: 12px;
	color: #131313;
	font-size: 26px;
	font-weight: bold;
	line-height: 130%;
	text-decoration:none;
}
div#ENTRYTOP section h2,
div#ENTRYAREA section h2.entrytag {
	background-color: #e3e6e7;
	background-image: url(../site-images/icon_tag.gif);
	background-position: 8px 6px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding: 5px 5px 2px 28px;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	vertical-align: middle;
}
div#ENTRYTOP section h2 a,
div#ENTRYAREA section h2.entrytag a {
	margin-right: 8px;
}
div#ENTRYAREA section h2 {
	background-color: #38a7dc;
	margin-bottom: 12px;
	padding: 5px 5px 3px 5px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	line-height: 150%;
}
div#ENTRYAREA section h2.title-category,
div#ENTRYLIST section h1.title-category {
	background-color: #ffffff;
	background-image: url(../site-images/icon_category.gif);
	background-position: 5px 0;
	background-repeat: no-repeat;
	padding: 7px 0px 4px 45px;
	color: #515252;
	font-size: 13px;
	font-weight: bold;
	line-height: 150%;
}
div#ENTRYTOP section p,
div#ENTRYAREA section p {
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	line-height: 150%;
}
.entry-detailbtn {
	display: block;
	background-image: url(../site-images/pagebtn_detail.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 300px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
}
.entry-detailbtn a {
	display: block;
	background-image: url(../site-images/pagebtn_detail_hover.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
}
div#ENTRYTOP section p.entrydata,
div#ENTRYAREA section p.entrydata {
	border-top: 1px solid #d3d5d6;
	padding-top: 12px;
	margin-bottom: 60px;
	font-size: 11px;
	line-height: 100%;
	vertical-align: middle;
}
.entry-poster {
	display: inline-block;
	background-image: url(../site-images/icon_poster.gif);
	background-position: 8px 0;
	background-repeat: no-repeat;
	width: 26px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;	
}
.entry-comment {
	display: inline-block;
	background-image: url(../site-images/icon_comment.gif);
	background-position: 8px 0;
	background-repeat: no-repeat;
	width: 26px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
}
blockquote {
	background-color: #e3f4fc;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #c2e2f2;
	font-size: 13px;
	line-height: 150%;
}
ul.box-category {
	margin-left: 5px;
	margin-right: 5px;
	padding: 12px 12px 0px 12px;
	border: 1px solid #d3d5d6;
	font-size: 12px;	
}
ul.box-category li {
	display: inline-block;
	padding-right: 5px;
	padding-bottom: 10px;
}
ul.entrypagelink {
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	text-align: center;
}
ul.entrypagelink li {
	display: inline-block;
}
ul.entrypagelink li a.entrypagelinkback {
	background-image: url(../site-images/arrow_back.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	margin-right: 28px;
	padding: 0 28px 0 18px;
	border-right: 1px solid #d3d5d6;
}
ul.entrypagelink li a.entrypagelinknext {
	background-image: url(../site-images/arrow_next.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	margin-left: 28px;
	padding: 0 18px 0 28px;
	border-left: 1px solid #d3d5d6;
}
table.entrycommentarea,
table.box-comment {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
table.entrycommentarea td,
table.box-comment th,
table.box-comment td {
	vertical-align: top;
}
table.entrycommentarea td.icon {
	width: 70px;
}
table.entrycommentarea td.comment {
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}
table.entrycommentarea td.comment div {
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 10px 10px 0 10px;
	border: 1px solid #d3d5d6;
}
table.entrycommentarea td.comment div p {
	margin-bottom: 0 !important;
	padding: 0px 10px 10px 10px;
	font-size: 12px !important;
}
table.box-comment th {
	padding-top: 10px;
	font-size: 13px;
	text-align: left;
}
table.box-comment td {
	font-size: 12px;
	padding-bottom: 8px;
}
.commentform input,
.commentform textarea {
	background-color: #edefef;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 8px;
	border: 0;
}
.commentinput {
	width: 300px;
}
.entry-checkbtn input {
	border-radius: 4px;
	display: inline-block;
	background-color: #fa7645;
	margin-bottom: 30px;
	width: 120px;
	height: 32px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 100%;
	overflow: hidden;
}
input.entry-checkbtn:hover {
	background-color: #e85a28;
}
.entry-postbtn input {
	border-radius: 4px;
	display: inline-block;
	background-color: #7ad43e;
	margin-bottom: 30px;
	width: 120px;
	height: 32px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 100%;
	overflow: hidden;
}
input.entry-postbtn:hover {
	background-color: #59bd16;
}
div#ENTRYLIST dl {
	width: 600px;
	margin-left: 5px;
}
div#ENTRYLIST dl dt {
	display: inline-block;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
	border: 1px solid #d3d5d6;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	vertical-align: top;
}
div#ENTRYLIST dl dd {
	display: inline-block;
	width: 460px;
	margin-bottom: 12px;
	padding-top: 7px;
	font-size: 13px;
	line-height: 150%;
	vertical-align: top;
}
section.entrypager span a.link_before {
	display: inline-block;
	background-image: url(../site-images/pager_back.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;	
}
section.entrypager span a.link_before:hover {
	background-image: url(../site-images/pager_back_hover.gif);
}
section.entrypager span a.link_next {
	display: inline-block;
	background-image: url(../site-images/pager_next.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;	
}
section.entrypager span a.link_next:hover {
	background-image: url(../site-images/pager_next_hover.gif);
}
section.entrypager a.link_page {
	display: inline-block;
	background-image: url(../site-images/pager_link.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 30px;
	height: 30px;
	color: #ffffff;
	font-size: 12px;
	line-height: 270%;
	text-align: center;
	text-decoration: none;
	overflow: hidden;	
}
section.entrypager a.link_page:hover {
	background-image: url(../site-images/pager_link_hover.gif);	
}
section.entrypager span.current_page {
	display: inline-block;
	background-image: url(../site-images/pager_current.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 30px;
	height: 30px;
	color: #ffffff;
	font-size: 12px;
	line-height: 270%;
	text-align: center;
	text-decoration: none;
	overflow: hidden;	
}



/*=====================================
サイドメニュー
=====================================*/
div#SIDEMENU {
	display: inline-block;
	width: 240px;
	height: auto;
	margin-top: 0px;
	margin-left: 40px;
	vertical-align: top;
}
div#SIDEMENU section {
	margin-bottom: 32px;
	line-height: 150%;
}
div#SIDEMENU section h1 {
	background-color: #38a7dc;
	margin-bottom: 12px;
	padding: 8px 5px 6px 5px;
	color: #ffffff;
	font-size: 14px;
}
div#SIDEMENU section p {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 150%;
}
div#SIDEMENU section ul {
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
div#SIDEMENU section ul li {
	font-size: 12px;
	line-height: 150%;
}
div#SIDEMENU section ul li ul.sidecomment {
	margin-top: 10px;
}
div#SIDEMENU section ul li ul.sidecomment li {
	background-image: url(../site-images/icon_tree.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	margin-bottom: 8px !important;
	padding-left: 16px;
}
.sidepoint {
	display: inline-block;
	background-image: url(../site-images/icon_arrow.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 18px;
	line-height: 150%;
}
ul.social-icon {
	margin: 0;
    letter-spacing: -.40em;
}
ul.social-icon li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	letter-spacing: normal;
}
.icon-twitter {
	display: block;
	background-image: url(../site-images/icon_twitter.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
.icon-facebook {
	display: block;
	background-image: url(../site-images/icon_facebook.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
.sidedate {
	display: block;
	background-image: url(../site-images/icon_square.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	padding-left: 16px;
}
ul.sidelist1, ul.sidelist2 {
	display: block;
}
ul.sidelist1 li {
	background-image: url(../site-images/icon_arrow.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin-bottom: 10px !important;
	padding-left: 18px;
	line-height: 150%;
}
ul.sidelist2 li {
	background-image: url(../site-images/icon_square.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	margin-bottom: 10px !important;
	padding-left: 18px;
	line-height: 150%;
}
table.sidecalender {
	border-collapse: collapse;
	border-spacing: 0;
}
table.sidecalender caption {
	margin-bottom: 5px;
	font-size: 11px;
	text-align: left;
}
table.sidecalender th {
	border: 1px solid #ffffff;
	width: 32px;
	height: 32px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
table.sidecalender td {
	background-color: #f5f6f6;
	border: 1px solid #ffffff;
	width: 32px;
	height: 32px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
div#SIDEMENU section select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	background-image: url(../site-images/popupbg.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 32px;
	margin-left: 5px;
	margin-bottom: 12px;
	color: #515252;
	font-size: 13px;
	font-weight: bold;
	text-indent: 8px;
	border: none;
	cursor: pointer;
	overflow: hidden;
	line-height:200%;
}
/* Firefox hack start */
@-moz-document url-prefix() {
div#SIDEMENU section select { padding-top: 7px; text-indent: 0px; }
}
/* Firefox hack end */
/* IE hack start */
:root *> 
div#SIDEMENU section select { padding-left: 8px; }
/* IE hack end */

.footer-left option {
	width: 230px;
	background-color:#FFFFFF;
	color:#000000;
}
ul.linkbanner1 {
	display: block;
    letter-spacing: -.40em;
}
ul.linkbanner1 li {
	margin-right: 12px;
	margin-bottom: 12px !important;
	display: inline-block;
	letter-spacing: normal;
}


/*=====================================
内部パーツ
=====================================*/
/* 見出し系class 指定例 */
.entrybox h1, .entrybox-full h1 {


}
