@charset "UTF-8";
/* CSS Document */
/*日記コーナーのスタイルです*/

h3.diaryTitle{
	font-size: large;
	margin-top: 14px;
}

p.date{
	margin-top:3px;
}

p.writer{
	text-align: right;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 8px;
	
}

div.subInfoAreaDiary{
	background-color: #dfdfdf;
	margin-left: 4px;
	width: 137px;
	height:auto;
	padding-bottom: 5px;
	background-image: url(../common_parts/sub_area_round_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin-bottom: 6px;
}

div.subInfoAreaDiary h4{
	color: #323232;
	background-image: url(../common_parts/sub_area_round_head.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	font-size:12px;
	padding:6px 0 4px 5px;
	line-height: 1.3;
	border-bottom: 1px dotted #b2b2b2;
}


div.subInfoAreaDiary p{
	padding-left: 5px;
	font-size: 10px;
	margin: 0 0 3px 0;
	line-height: 1.4;
	padding: 3px 5px 4px 5px;
	border-bottom: 1px dotted #b2b2b2;
	color: #191919;
	}

div.subInfoAreaDiary p.selectYear{
	padding-left: 5px;
	font-size: 12px;
	margin: 0 0 0px 0;
	line-height: 1.4;
	padding: 3px 5px 2px 5px;
	border-bottom: 1px dotted #b2b2b2;
	background-color: #f2f2f2;
	font-weight: bold;
		color: #4c4c4c;
	}
	
div.subInfoAreaDiary p.selectYear a:link,
div.subInfoAreaDiary p.selectYear a:visited{
		color: #4c4c4c;
}

div.subInfoAreaDiary p.selectYear a:hover{
	color: #199bff;
}

div.subInfoAreaDiary p.selectYear a,
div.subInfoAreaDiary p.selectMonth a{
	display: block;
}
	
div.subInfoAreaDiary p.selectMonth{
	padding-left: 5px;
	font-size: 12px;
	margin: 0;
	line-height: 1.4;
	padding: 2px 5px 2px 5px;
	border-bottom: none;
	}
	
div.subInfoAreaDiary p a:link,div.subInfoAreaDiary p a:visited{
	color: #4c4c4c;
}

div.subInfoAreaDiary p a:hover{
	text-decoration: none;
	color: #199bff;
}

div.AccordionPanel.AccordionPanelClosed div.AccordionPanelTab div.subInfoAreaDiary p.selectYear a{
	color: #46749a;
}

	

ul.diaryPhotoSelector{
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
	zoom:1;
}

ul.diaryPhotoSelector:after{
	content: '.';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

ul.diaryPhotoSelector li{
	display: block;
	padding: 0;
	margin: 0 0 0 0;
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	z-index: 200;
	position: relative;
	top: -6px;
}

ul.diaryPhotoSelector li a{
	text-decoration: none;
	background-color: #fff;
	display: block;
	padding: 3px;
	border: 1px solid #d8d8d8;
	margin-right: 4px;
}

ul.diaryPhotoSelector li a:hover{
	background-color: #daeeff;
	text-decoration: none;
}

p.floatClear{
	clear: both;
	visibility: hidden;
}

div#columnA table{
	clear: both;
}


div#columnA table tr{
	background-color: #fff	;
}

/* @group カレンダー */

table.diaryCalendar {
	background-color: #fff;
	margin: 0 auto 6px auto;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

table.diaryCalendar tbody td{
	color: #b2b2b2;
		font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: #f7f7f7;
}

table.diaryCalendar tbody a{
	display: block;
		padding: 3px 0 4px 0;
	}
	
table.diaryCalendar tbody a:link,
table.diaryCalendar tbody a:visited{
		background-color: #d2ebff;
	color: #000;
	text-decoration: none;
}

table.diaryCalendar tbody a:hover{
	background-color: #37a8ff;
	color: #fff;
}
	


table.diaryCalendar thead th{
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: #fff;
	color: #3f3f3f;
	padding: 2px 0 1px 0;
}

table.diaryCalendar thead td{
	background-color: #37a8ff;
	padding: 1px 0 2px 0;
	color: #fff;
}



table.diaryCalendar thead th a:link,
table.diaryCalendar thead th a:visited,
table.diaryCalendar thead th a:hover{
	color: #989898;
	text-decoration: none;
}


table.diaryCalendar tr{
	background-color: #fff;
}

table.diaryCalendar td{
	text-align: center;
	line-height: 1.1em;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

/* @end */

/*日記カラムの設定*/
div#columnA.diary:after{
	content: ".";
	display: block;
	clear: both;	
	visibility: hidden;
	height: 0;
}

div#columnA.diary{
	display: inline-table;
}

/*MacIE 以外はこちら\*/
* html div#columnA.diary{
	height: 1%;
}

div#columnA.diary{
	display: block;
}

/*MacIE 以外の指定〜終わり*/

div#columnA.diary table{
	background-color: #cbcbcb;
}

div#columnA.diary table tr{
	background-color: #fff;
}

div#columnA.diary table th{
	background-color: #b3ddff;
}


/* 20100407追加 Twitterボタン */

div#box_sub_title {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 8px;
	text-align: right;
	margin-top: 20px;
}

* html div#box_sub_title {
	padding-bottom: 28px;
}

*+html div#box_sub_title {
	padding-bottom: 28px;
}

div#box_sub_title:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

div#box_sub_title p {
	margin: 0;
	padding: 0;
}

div#box_sub_title p#writer {
	padding-top: 7px;
}

div#box_sub_title p#icon_tweet {
	padding-right: 10px;
	float: right;
	display: inline;
}

div#box_sub_title p#icon_tweet a {
	line-height: 1.6;
}


div#box_sub_title p#icon_tweet img {
	margin-right: 4px;
}

div#btn_facebook {
	width: 72px;
	float: right;
	padding-right: 7px;
	overflow: hidden;
	display: inline;
}

* html div#btn_facebook {
	width: 70px;
	overflow: hidden;
}

div#box_sub_title p#by_icon {
	float: right;
	line-height: 1;
	display: inline;
}

/* 20100817-追加 */

div.photo {
	border: 1px solid #dfdfdf;
	padding: 10px 10px 0;
	margin-bottom: 10px;
}

div.photo p {
	margin-top: 8px;
}

div.photo img {
	border: 8px solid #ededed;
}

div#columnA h5 {
	margin: 0 0 1em;
	font-size: 14px;
}


div#columnA h6 {
	margin: 0 0 1em;
	font-size: 12px;
}

/* 応援番組 */

div#box_entry div.aid {
	border: 1px solid #d5d5d5;
	padding: 10px 15px 0;
	margin-bottom: 15px;
}

div#box_entry div.aid strong {
	color: #f768a4;
    font-weight: bold;
	border: none;
	display: block;
   padding-left: 0;
	text-align: right;
}

#box_entry div.aid p strong.fmy {
    color: #48aefd;
}

div#box_entry div.aid img {
	border: 10px solid #f0f1fa;
}

/* 2011.05.10 */

.list_box {
	background-color: #fffef0;
	margin: 1em auto 1em auto;
	border: 1px solid #e5e5e5;
	padding: 1em 1.6em 1em 1.6em;
	clear: both;
}

/* 2011.11.09 */

p.ban_body {
	margin-top: 30px;
}




	
	