<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

@import "reset.css";

#container {
	background-image:url(../../img/head_bg.gif),url(../../img/bg.gif);
	background-repeat:no-repeat,repeat-y;
	background-position:top center,top center;
	width: 900px;
	margin: 0px auto;
	-webkit-text-size-adjust: 100%;
}
a:link,
a:visited {
    color: #000;
}
a:hover {
    color: #007CC5;
}
a.trans:hover {
    opacity: 0.8;
    transition: all 0.5s ease 0s;
}

/* フロート・BOX設定 ■■■■■■■■■■■■■■■■■■■ */ 
main {
	float: left;
	width: 595px;
	display: inline;
}
#content_sub {
	float: right;
	width: 220px;
	margin-right: 60px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* ------------------------------------------------------------

common

 ------------------------------------------------------------*/

/* =========================================================
header
========================================================= */
header {
	width: 900px;
	height: 370px;
	position: relative;
	z-index:1;
}
header h1 {
	width: 620px;
	height: 100px;
	position: absolute;
	left: 147px;
	top: 125px;
}
header p {
	width: 226px;
	height: 39px;
	position: absolute;
	left: 158px;
	top: 68px;
}
#canvas {
  position:absolute;
  width:100%;
  height:96%;
  overflow: hidden;
}

/* =========================================================
content
========================================================= */
#content {
	margin-top: -127px;
	margin-bottom:30px;
}

/* =========================================================
pgm
========================================================= */
#pgm {
	width:860px;
	margin: 0 10px 40px 30px;
	padding-top:114px;
	background:url(../../img/pgm_head_bg.png) no-repeat top center;
}
#pgm1 {
	float:left;
	margin-right:20px;
}
#pgm2 {
	float:right;
}
a .pgm_box {
	display:block;
	width:388px;
}
.pgm_box {
	width:388px;
	border:3px solid #ffea03;
	border-radius:10px;
	background:#FFF;
	background-image:url(../../img/pgm_bg_top.png),url(../../img/pgm_bg_btm.png);
	background-position:left top,right bottom;
	background-repeat:no-repeat,no-repeat;
	padding:13px 13px 0;
}
.pgm_box img {
	float:left;
	display:block;
	margin:0 13px 0px 0;
}
.pgm_box h2 {
	float:left;
	width:280px;
	color:#2e5198;
	font-size:17px;
	font-weight:bold;
	line-height:1.3;
	margin-top:0px;
	margin-bottom:8px;
}
.pgm_box  h2.chTitle{
	margin-top:12px;
}
.pgm_box h2 small {
	font-size:80%;
}
.pgm_box a h2,
.pgm_box a h2 small,
.pgm_box a .pgm_week {
	text-decoration:none;
}
.pgm_box .pgm_week {
	float:left;
	color:#666;
	font-size:14px;
	line-height:1.3;
}
.pgm_box .pgm_txt {
	clear:both;
	background:url(../../img/pgm_line.gif) no-repeat top center;
	padding-top:15px;
	color:#333;
	font-size:13px;
	line-height:1.3;
}

/* =========================================================
pgm
========================================================= */
.pgm_bnr a img {
	margin:-25px 0 40px 85px;
}

/* =========================================================
main
========================================================= */
main section&gt;h2 {
	background: url(../../img/ttl_blog.gif) no-repeat;
	text-indent: -1000em;
	text-decoration: none;
	width: 100px;
	height: 25px;
	margin:0 0 10px 80px;
}
main #blog_summary {
	width: 520px;
	margin:0 0 20px 80px;
	font-size:14px;
	color:#666;
	line-height:1.3;
}

/* article
---------------------------------------------------- */ 
article {
	background: url(../../img/blog_bg.gif) repeat-y;
	width: 595px;
	margin-bottom: 30px;
}
article .date {
	background: url(../../img/blog_date.gif) no-repeat;
	width: 486px;
	height: 23px;
	padding-left: 109px;
	padding-top: 15px;
	color: #007cc5;
	font-weight: bold;
	margin-left: 1px;
	display:block;
}
article h2 {
	background: url(../../img/blog_title.gif) no-repeat top left;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 100px;
	width: 495px;
}
article h2 span {
	font-size: 16px;
	width: 470px;
	display: block;
	color: #0071ab;
	border-bottom: 2px solid #0071ab;
}
article .text {
	width: 470px;
	margin-left: 100px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
article ul {
	clear: both;
	background: url(../../img/blog_footer.gif) no-repeat;
	width: 570px;
	height: 50px;
	text-align: right;
	padding-right: 25px;
	padding-top: 15px;
}
article li {
	margin-bottom: 2px;
	background: url(../../img/icon_clock.gif) no-repeat left center;
	display:inline-block;
	padding-left:18px;
}
article li:before {
}

/* pageswitch */
main .pageswitch {
	text-align: center;
	padding-left: 80px;
}

/*ブログ内写真設定
---------------------------------------------------- */ 
div.leftbox {
	float: left;
	margin: 0px 10px 10px 0px;
}
div.rightbox {
	float: right;
	margin: 0px 0px 10px 10px;
}
.thumbnail {
	margin: 0.5em 0;
}
article img {
	max-width:470px;
	height:auto;
}

/* =========================================================
content_sub
========================================================= */
#content_sub {
}

/* facebook
---------------------------------------------------- */ 
#side_fb h2 {
	background: url(../../img/ttl_side_fb.gif) no-repeat;
	text-indent: -1000em;
	text-decoration: none;
	width: 220px;
	height: 32px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-top: 0;
}

/* calendar
---------------------------------------------------- */ 
#calendar h2 {
	background: url(../../img/ttl_cal.gif) no-repeat;
	text-indent: -1000em;
	text-decoration: none;
	width: 120px;
	height: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#calendar caption {
    text-align: center;
}
table.calendar caption {
	padding-bottom: 0.7em;
}
table.calendar td, th {
	padding: 2px;
}
table.calendar td {
	text-align: center;
}
table.calendar .today {
	border: 1px solid #db0000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table.calendar td a {
	font-weight: bold;
}
table.calendar td a:link {
	color: #db0000;
}
table.calendar td a:visited {
	color: #db0000;
}
table.calendar td a:hover {
	text-decoration: none;
}

/* recently
---------------------------------------------------- */ 
#recently h2 {
	background: url(../../img/ttl_recent.gif) no-repeat;
	clear: both;
	text-indent: -1000em;
	text-decoration: none;
	width: 120px;
	height: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-top: 25px;
}
#recently ul {
	padding: 1px 5px;
}
#recently li {
	padding-bottom: 0.8em;
	text-indent: -1em;
	padding-left: 1em;
}

/* archive
---------------------------------------------------- */ 
#archive h2 {
	background: url(../../img/ttl_archive.gif) no-repeat;
	text-indent: -1000em;
	text-decoration: none;
	width: 120px;
	height: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#archive ul {
	padding: 1px 5px;
}
#archive li {
	padding-bottom: 0.8em;
}

/* RSS
---------------------------------------------------- */ 
#rss h2 {
	background: url(../../img/ttl_rss.gif) no-repeat;
	text-indent: -1000em;
	text-decoration: none;
	width: 120px;
	height: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#rss a {
	padding: 1px 5px 1px 23px;
	background: url(../../img/icon_rss.gif) no-repeat top left;
}
#rss a:link {
	color: #ef931b;
}
#rss a:visited {
	color: #ef931b;
}
#rss a:hover {
	color: #db0000;
}
#rss ul {
	padding: 1px 5px;
}
#rss li {
	padding-bottom: 0.8em;
}

/* tfm
---------------------------------------------------- */ 
.sub_tfm a {
	text-indent: -1000em;
	text-decoration: none;
	background: url(../../img/tfm.gif) no-repeat;
	width: 163px;
	height: 33px;
	margin-top: 20px;
	margin-left: 55px;
	display: block;
}

/*エラーメッセージ
---------------------------------------------------- */ 
p.error {
	margin-left: 80px;
	margin-bottom: 0.2em;
	text-align: center;
}

/* =========================================================
footer
========================================================= */
footer {
	clear: both;
	text-indent: -1000em;
	text-decoration: none;
	background: url(../../img/footer2.gif) no-repeat;
	width: 900px;
	height: 230px;
	margin-top: 20px;
}

/* =========================================================
listen
========================================================= */
.listen {
    background: rgba(0, 0, 0, 0) url("../../img/dotted.gif") repeat-x scroll left top;
    margin-top: 30px;
    min-width: 940px;
    padding-bottom: 20px;
    padding-top: 30px;
    width: auto !important;
}

























</pre></body></html>