@charset "utf-8";
/*-----------------------------------------------*/
/*	init
/*-----------------------------------------------*/
* {
	margin: 0; padding: 0; border: 0; font-size: 12px; line-height: 100%; font-weight: normal; font-style: normal; text-decoration: none;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック',sans-serif;
}
a			{ color: #11F; text-decoration: underline;}
a:visited	{ color: #906;}
a:hover		{ color: #048;}

/*-----------------------------------------------*/
/*	format
/*-----------------------------------------------*/
html {
	/*overflow: hidden;*/
	height: 100%;
}

body {
	/*overflow: hidden;*/
	height: 100%;
}

div#container {
	/*position: relative;*/
	width: 100%;
	/*height: 100%;*/
	overflow-x: hidden;
	overflow-y: scroll;
}

div#wrapper {
	margin: 0 auto 0 auto;
	width: 940px;
	padding-bottom: 150px;
	background-color: #CCC;
}

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

#title_image {
	width: 940px;
	height: 220px;
	background-color: #666;
}

#left_wrapper {
	float: left;
	width: 200px;
}

#center_wrapper {
	margin: 0 10px;
	float: left;
	width: 520px;
}

#right_wrapper {
	float: left;
	width: 200px;
}

/*----------- パーツ -----------*/

.sideitem {
	margin: 0 0 15px 0;
	width: 200px;
}

.sideitem_title {
	padding: 5px;
	width: 190px;
	color: #CCC;
	font-weight: bold;
}

.sideitem_body {
	padding: 10px;
	color: #333;
}

#custom_profile {
	margin: 0 0 10px 0;
}

/*カレンダー*/
#sub_calender table {
	margin: 0 0 1px 0;
	width: 178px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	background-color: #CCC;
}

#sub_calender table td {
	padding: 4px 0;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	font-weight: bold;
	color: #FFF;
}

#sub_calender table.calendar {
	margin: 0 0 5px 0;
	background-color: #FFF;
}

#sub_calender table.calendar td {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	font-size: 14px;
	color: #999;
}

#sub_calender table.calendar td a {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#sub_calender table.calendar td a:hover {
	text-decoration: underline;
}


/*検索*/
#sub_search input {
	border: #999 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


/*----------- 記事 -----------*/
.article {
	margin: 0 0 10px 0;
	width: 520px;
	background-color: #FFF;
}

.article .article_title {
	width: 490px;
}

.article .article_title {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
}

.article .article_title a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
}

.article .article_title a:hover {
	text-decoration: underline;
	color: #FFF;
}

.article .article_body {
	padding: 15px;
	width: 490px;
}

.article .article_body .article_contents{
	line-height: 160%;
}

/*----------- Twitter ------------*/

#twitter-ticker {
	width:190px;
	height:400px;
	color:#666666;
	display:none;

	text-align:left;

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

#twitter-ticker #tweet-container {
	height:400px;
	width:auto;
	overflow:hidden;
}

#twitter-ticker .tweet {
	padding:5px;
	margin:0 8px 8px;
	
	border:1px solid #F0F0F0;
	background:url(img/transparent.png);
	
	width:auto;
	overflow:hidden;
}

#twitter-ticker .tweet .avatar,
#twitter-ticker .tweet .user,
#twitter-ticker .tweet .time {
	float:left;
}

#twitter-ticker .tweet .time {
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}


#twitter-ticker .tweet .avatar img {
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

#twitter-ticker .tweet .txt {
	clear:both;
}

#twitter-ticker .tweet .user {
	font-weight:bold;
}

#twitter-ticker a,
#twitter-ticker a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

#twitter-ticker a:hover {
	text-decoration:underline;
}

#twitter-ticker #loading {
	margin:100px 95px;
}

/*----------- RSS icon ------------*/
.rss_icon28x28 {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../../img/blog/feed-icon-28x28.png);
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


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

#footer {
	/*position: fixed;
	bottom: 0px;*/
	/*position: absolute;
	left: 0;
	bottom: 0;*/
	width: 100%;
	height: 35px;
	background-image: url(../../images/common/fixed_footer_base.gif);
}

#footer #footer_wrapper {
	width: 940px;
	margin: 0 auto;
}

#footer #footer_wrapper #footer_logo {
	float: left;
	display: block;
	width: 72px;
	height: 35px;
	overflow: hidden;
	text-indent: -999999px;
	background-image: url(../../images/common/fixed_footer_logo.gif);
}

#footer #footer_wrapper #footer_logo:hover {
	background-position: 0 1px;
}

#footer #footer_wrapper #footer_contents {
	position: relative;
	padding: 0 0 0 10px;
	float: left;
	height: 35px;
	width: 275px;
}

#footer #footer_wrapper #footer_contents #footer_buttons li {
	position: relative;
	float: left;
	display: block;
}

#footer #footer_wrapper #footer_contents #footer_buttons li.menu_button a {
	float: left;
	display: block;
	height: 25px;
	background-image: url(../../images/common/fixed_footer_menu.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -999999px;
}

#footer #footer_wrapper #footer_contents #footer_buttons li.menu_button a.request {
	background-position: -78px 0;
	width: 109px;
}

#footer #footer_wrapper #footer_contents #footer_buttons li.menu_button a.request:hover {
	background-position: -78px -35px;
}

#footer #footer_wrapper #footer_contents #footer_buttons li.menu_button a.kissners {
	background-position: -187px 0;
	width: 85px;
}

#footer #footer_wrapper #footer_contents #footer_buttons li.menu_button a.kissners:hover {
	background-position: -187px -35px;
}

/*---*/
#footer #footer_navigation {
	position: relative;
	width: 78px;
	height: 30px;
	background-image: url(../../images/common/fixed_footer_menu.gif);
}

#footer #footer_navigation:hover {
	background-position: 0 -35px;
}

#footer #footer_navigation ul#footer_navigation_list {
	display: none;
	position: absolute;
	bottom: 25px;
	left: -1px;
	list-style: none;
}

#footer #footer_navigation ul#footer_navigation_list li {
	float: none;
	widows: 184px;
	height: 24px;
}

#footer #footer_navigation ul#footer_navigation_list li a {
	display: block;
	padding: 4px 0 0 0;
	width: 182px;
	height: 19px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-top: #666 solid 1px;
	border-left: #666 solid 1px;
	border-right: #666 solid 1px;
	color: #FFF;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#footer #footer_navigation ul#footer_navigation_list li a:hover {
	background-color: #F0B;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


#footer #now_playing {
	display: none;
}

#sub_request div.sideitem_body a {
	display: block;
	width: 150px;
	height: 45px;
	background-image: url(../../img/common/header_btn.gif);
	overflow: hidden;
	text-indent: -999999px;
}
#sub_request div.sideitem_body a:hover,
#sub_radiko div.sideitem_body a:hover{
	background-position: 0 -45px;
}
#sub_radiko{
	margin: 0;
}
#sub_radiko div.sideitem_body a{
	display: block;
	width: 150px;
	height: 45px;
	background-image: url(../../img/common/radiko_btn.png);
	overflow: hidden;
	text-indent: -999999px;
}

/*#footer #now_playing {
	float: right;
	position: relative;
	margin: 8px 0 0 0;
	width: 575px;
	height: 21px;
	background-image: url(../../images/common/fixed_footer_nowplaying.gif);
	background-repeat: no-repeat;
}

#footer #now_playing h3 {
	display: none;
}

#footer #now_playing img {
	position: absolute;
	left: 65px;
	top: 3px;
}

#footer #now_playing #now_playing_display {
	position: absolute;
	left: 83px;
	top: -1px;
	width: 470px;
	height: 20px;
	overflow: hidden;
}

#footer #now_playing #now_playing_display p {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック',sans-serif;
	padding: 0 0 15px 0;
	color: #999;
	white-space: nowrap;
	width: auto;
}

#footer #now_playing #now_playing_display p span.date {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: 20%;
	margin:0 5px 0 0;
}

#footer #now_playing a.backno_btn {
	position: absolute;
	right: 4px;
	display: block;
	width: 19px;
	height: 19px;
	overflow: hidden;

	text-indent: -999999px;
	background-image: url(../../images/common/fixed_footer_nowplaying_logbtn.gif);
}

#footer #now_playing a.backno_btn:hover {
	background-position: 0 -19px;
}*/

/*-----------------------------------------------*/
/*	utils
/*-----------------------------------------------*/
/*---- clearfix ----*/
.clearfix:after{content:".";font-size:0.1em;line-height:0;display:block;height:0;visibility:hidden;clear:both;}
.clearfix{display:inline-block;}* html .clearfix{height:1%;}.clearfix{display:block;}