@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;
}
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: 100%;
	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;
	height: 110px;
	margin: 0 10px 0px 30px;
	padding-top:114px;
	background:url(../../img/pgm_head_bg.png) no-repeat top center;
}
#pgm1 {
	float:left;
}
#pgm2 {
	float:right;
}
.pgm_box {
	width:770px;
	margin:auto 100px 25px 45px;	
	border:3px solid #007cc5;
	border-radius:10px;
	background:#FFF;
	background-image:url(../../img/pgm_bg_top.gif),url(../../img/pgm_bg_btm.gif);
	background-position:left top,right bottom;
	background-repeat:no-repeat,no-repeat;
}

.pgm_box .pgm_txt {
	padding:30px;
	color:#333;
}

.pgm_box .pgm_txt span{
	display:block;
	font-size:18px;
	font-weight:bold;
	line-height:1.8;
	margin-bottom:20px;
	text-align: center;
}

.pgm_box .pgm_txt em {
	display:block;
	font-size:14px;
	line-height:1.8;
}

/* =========================================================
main
========================================================= */
main section>h2 {
	background: url(../../img/ttl_blog.png) no-repeat center center;
	text-indent: -1000em;
	text-decoration: none;
	width: 100%;
	height: 50px;
	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;
}







/* cheerupsongæ¥½æÕéáã¡¦#¼ã¥ö¡¦¡¦*/

.cheerupsongTbl{
	width:750px;
	margin:auto 100px auto 85px;
}

.cheerupsongTbl h3{
	width:100%;
}

.sportsTh,
.nameTh{
	width:15%;
}

.artistTh{
	width:25%;
}

.artistTh,
.songnameTh,
.reasonTh{
	width:20%;
}

.reasonTh{
	width:25%;
}

.cheerupsongTbl th{
	padding: 20px 10px;
	background-color: #006633;
/*	border: 1px solid #e5e5e5;*/
	border: 2px solid #009933;
	color: #fff;	
	text-align: center;
	vertical-align: top;	
}

.cheerupsongTbl td{
	padding: 10px;
/*	border: 1px solid #e5e5e5;*/
	border: 1px solid #009933;
	font-size:100%;
	line-height:1.4;
}

.cheerupsongTbl caption{
    margin: 20px 0 20px;
    padding: 2px 0 2px 13px;
    border-left: solid 3px #52b4cc;
    color: #181818;    
	font-weight: bold;
	text-align: left;    
}

.bgyellow{
	background-color: #fffff0;
}

.staitionBnr{
	width:750px;
	margin:40px 100px 30px 85px;
}
.staitionBnr a img {
	display:block;
	margin-bottom:20px;
}
	



