<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: center center;
	background-color: #3d849d;
}
#clear {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*-------------------------------------------------------
						top
-------------------------------------------------------*/

#layouts-main{
	width: 910px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/wrapper_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}
#all-wrapper{
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/wrap_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #3d849d;
}

/*----------  right  ----------*/

#right{
	width: 630px;
	height: auto;
	margin: 0px;
	padding: 0 0 250px;
	float: right;
}

/*----------  header  ----------*/

#main_layout{
	width: 630px;
	height: 300px;
	margin: 0 0 20px;
	padding: 0px;
	background-image: url(../images/mainimg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
h1{
	width: auto;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 15px;
	line-height: 40px;
	color: #424242;
}
h1 a {
	text-decoration: none;
	color: #424242;
}
h1 a:hover {
	text-decoration: underline;
	color: #666;
}

/*----------  content  ----------*/

#content_center{
	width: 600px;
	height: auto;
	margin: 0 auto 50px;
	padding: 0 0 50px;
	border-bottom: 1px solid #CCC;
}
#dates {
	width: 600px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	line-height: 15px;
	color: #666;
}
h2{
	width: 600px;
	height: 40px;
	margin: 0 0 20px;
	padding: 0px;
	font-size: 17px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-color: #3d849d;
	line-height: 40px;
	color: #444;
}
.pic{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#content_center p {
	width: 600px;
	height: auto;
	margin: 0 auto 15px;
	padding: 0px;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
}
#content_center .page{
	width: 80px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
	text-decoration: none;
	line-height: 25px;
	color: #848484;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
}
#content_center .page a {
	color: #848484;
	text-decoration: underline;
	display: block;
}
#content_center .page a:hover {
	color: #CCC;
	text-decoration: underline;
}
/*----------  snsbtn  ----------*/

.snsbtn {
	overflow: hidden;
	margin: 0 0 10px;
	list-style: none;
}
.snsbtn li {
	float: right;
	margin: 0 5px 0 0;
}
#twitter {
	width: 90px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#hatebu {
	width: 105px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*----------  left  ----------*/

#left-contents{
	width: 290px;
	height: auto;
	margin: 0px;
	padding: 10px 0 0;
	float: left;
}
#leftcol{
	width: 270px;
	height: auto;
	margin: 0 0 30px;
	padding: 0 10px 0 10px;
}
h3{
	width: 270px;
	height: 30px;
	margin: 0 0 10px;
	padding: 0px;
	font-size: 15px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	background-image: url(../images/h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 30px;
	color: #FFF;
}
#leftcol ul{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar{
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 5px 0 5px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
	color: #FFF;
	border-bottom: 1px dashed #CCC;
}
#sidebar a {
	color: #FFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #CCC;
	text-decoration: underline;
}
dl {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	display: block;
	border-bottom: 1px dashed #CCC;
}
dt {
	width: auto;
	height: auto;
	margin: 5px 5px 5px 0;
	padding: 0px;
	float: left;
}
dd {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 20px 5px 0px 65px; 
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
dd a {
	text-decoration:none;
	color: #FFF;
}
dd a:hover {
	text-decoration: underline;
	color: #CCC;
}
dl #sidebar {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 5px 0 5px;
	line-height: 25px;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	word-break: break-all;
	border-style: none;

}
dl #sidebar a {
	color: #FFF;
	text-decoration: none;
}
dl #sidebar a:hover {
	color: #CCC;
	text-decoration: underline;
}
#side-container {
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	border-bottom: 1px dashed #CCC;
}
#side-container a {
	color: #FFF;
	text-decoration: none;
}
#side-container a:hover {
	color: #CCC;
	text-decoration: underline;
}
#left-contents p img {
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	display: block;
	float:left;
}
#left-contents p {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	word-break: break-all;
	display: block;
}
#left-contents p a{
	text-decoration: none;
	color: #FFF;
}
#left-contents p a:hover{
	color: #CCC;
	text-decoration: underline;
}

/*----------  footer  ----------*/

#foot{
	width: 920px;
	height: 100px;
	margin: 0 auto;
	padding: 0px;
}
#ftcontents{
	width: 630px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#foot p {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	color: #666;
}
#foot a {
	color: #666;
	text-decoration: none;
}
#foot a:hover {
	color: #CCC;
	text-decoration: underline;
}

/*---------------------------------------------
					profile
-----------------------------------------------*/

.profile {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}

/*-------------------------------------------
					form
-------------------------------------------*/

table {
	margin: 0 auto;
	border: 1px solid #cecece;
	border-collapse:collapse;
	font-size:14px;
}
td,tr {
	border: 1px solid #cecece;
	border-collapse:collapse;
	font-size:14px;
}
th {
	font-size: 14px;
	font-weight: normal;
	background-color: #F0F0F0;
}
#link_text {
 font-size: 13px;
 padding: 0px;
 height: auto;
 width: auto;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 10px;
 margin-left: auto;
 display: block;
 line-height: 25px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #b1b1b1;
}
#link_text a {
 text-decoration: none;
}
#link_text a:hover {
 text-decoration: underline;
}
ul {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}</pre></body></html>