@import url(./b_blog_common2010.css);

/*******************************
 BLOGS
 サイトスタイルシート
*******************************/
#member {
	display: block;
	float: right;
	width: 160px;
	font-size: 9px;
	text-align: center;
	margin-top: 4px;
	line-height: 12px;
}

/*サイドメニュー設定（左）*/
#plate04{
	height:auto;
	width: 200px;
	padding-left: 20px;
	float: left;
	clear: both;
}

#plate04head {
	background-image:url(../images/plate04h.jpg);
	height:20px;
	margin-top:10px;
	background-repeat: no-repeat;
}

#plate04mid {
	background-image:url(../images/plate04m.jpg);
	padding: 10px;
	background-repeat: repeat-y;
}

#plate04mid2 {
	background-image:url(../images/plate04m.jpg);
	background-repeat: repeat-y;
}

#plate04bottom {
	background-image:url(../images/plate04b.jpg);
	height:20px;
	background-repeat: no-repeat;
}

/* メニュー左側 */
#menu_left {
  float:left;
  margin: 5px;
  padding: 0px 0px 0px 10px;
  width: 160px;
  height: 100%;
}

/* リンク右側 */
#menu_right {
  background: #EEEEEE;
  float:right;
  margin: 5px;
  padding: 0px;
  width: 160px;
  height: 100%;
}

/* 通常時記事領域(メニュー左,右構成) */
#content {
  float:left;
  margin: 0px;
  padding: 0px;
  width: 470px;
}

/* 通常時記事領域(メニュー左構成) */
#content_detail {
	width: 680px;
	float: right;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bloghead{
	background-image:url(../images/blogtitle_h.jpg);
	background-repeat: no-repeat;
	height: 202px;
	padding-right: 20px;
	padding-left: 20px;
}

#bloghead_common{
	background-image:url(../images/bloghead_c.jpg);
	background-repeat: no-repeat;
	height: 62px;
	padding-right: 20px;
	padding-left: 20px;
}


#blogbody{
	background-image:url(../images/blogpaper_m.jpg);
	padding-right: 10px;
	padding-left: 10px;
	min-height:20px;
	padding-bottom: 16px;
}

#blogfoot{
	background-image:url(../images/blogpaper_b.jpg);
	height: 80px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#newsbody{
	background-image:url(../images/blogpaper_m.jpg);
	padding-right: 10px;
	padding-left: 24px;
	min-height:20px;
	padding-bottom: 24px;
	text-align: left;
}

.news {
	clear: right;
	background-color: #E3E3E3;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}


.blogs {
	padding: 24px;
	line-height: 18px;
	font-size: 12px;
}

.blog_entry {
	color: #000000;
	margin-bottom:0px;
	padding: 40px 12px 0px;
	height: auto;
	text-align: right;
}

.entry_title{
	font-size: 10px;
	margin-bottom:4px;
	border-bottom: 2px solid #000000;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
}

.news_subtitle{
	font-size: 14px;
	font-weight: bold;
	margin-bottom:8px;
	background-color: #666666;
	color: #FFFFFF;
	padding: 6px;
}

.entry_category{
  color: #FF0000;
}

.news_category{
  color: #9999CC;
}

.entry_status {
  font-size: 0.9em;
  text-align: right;
}

.blog_trackback {
  background: #FFFFFF;
  color: #000000;
  margin-bottom:10px;
  padding: 4px;
  border: 1px solid #000000;
}

.trackback_caption {
  background-color: #4E2C0C;
  font-size: 12px;
  font-weight: bold;
  color: #FF9900;
  border: 1px solid #000000;
  margin-bottom:10px;
}

.trackback_title {
  margin-bottom:10px;
  border-top: 1px solid #000000;
  border-bottom: 1px dotted #000000;
}

.trackback_form {
  background: #FFFFFF;
  color: #000000;
  margin-bottom:10px;
  padding: 4px;
  border: 1px solid #000000;
}

.trackback_form .caption {
  background-color: #CCFF99;
  font-size: 16px;
  font-weight: bold;
  color: #FF9900;
  border: 1px solid #000000;
  margin-bottom:10px;
}

.trackback_form .form {
  padding: 4px;
}

.blog_comments {
  background: #FFFFFF;
  color: #000000;
  margin-bottom:10px;
  padding: 4px;
  border: 1px solid #000000;
}

.comment_caption {
  background-color: #4E2C0C;
  font-size: 12px;
  font-weight: bold;
  color: #FF9900;
  border: 1px solid #000000;
  margin-bottom:10px;
}

.comment_title {
	margin-bottom:10px;
	border-top: 1px solid #000000;
	border-bottom: 1px dotted #000000;
	font-weight: bold;
}

.comment_name {
	font-weight:normal;
	font-size: 10px;
	text-align: right;
	}

.comment_form {
	background: #FFFFFF;
	color: #000000;
	margin-bottom:10px;
	padding: 14px;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-left: 10px;
}

.comment_form .caption {
  background-color: #CC9966;
  font-size: 12px;
  font-weight: bold;
  color: #4E2C0C;
  border: 1px solid #000000;
  margin-bottom:10px;
}

.comment_form .form {
  padding: 4px;
}


/* 汎用一覧系 */
.CommonList {
	margin-bottom:8px;
	margin-right: 0px;
	margin-left: 0px;
}
.CommonList .caption {
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0px;
}
.CommonList .list_00 {
  color: #000000;
}
.CommonList .list_01 {
	color: #000000;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*newsｺｸ･皈ﾋ･蝪ｼ*/
.NewsLeft {
	margin-bottom:8px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 0.9em;
}

.NewsLeft a:visited {
	color:#990000;
	}
	
.NewsLeft .caption {
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0px;
}
.NewsLeft .list_00 {
  color: #000000;
}
.NewsLeft .list_01 {
	color: #000000;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* カレンダーテーブル定義 */
.Calender_bottom_space {
	font-size:10px;
	padding: 8px;
	}
	
.CalenderBase {
  margin: 0px;
  margin-bottom:8px;
  padding: 0px;
  border-collapse: collapse;
  border: 1px;
  border-style: solid;
  border-color: #000000;
  font-size: 16px;
}

.Calender_Caption {
  background-color: #CCFF99;
  font-weight: normal; color: #000066;
  text-align: center;
}
.Calender_Week {
  background-color: #FFFFCC;
  color: #000000;
  text-align: center;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
}
.Calender_Day {
  background-color: #FFFFFF;
  color: #000000;
  text-align: right;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
}

.Calender_Day a:link {
  background-color: #CCFFCC;
  color: #000000;
  width: 100%;
}
.Calender_Day a:hover {
  background-color: #00FF00;
  color: #FFFFFF;
}
/*.CalenderBase a:visited {  color: #FF0000}*/
#chaneelframe {
	width: 216px;
	float: left;
	margin-bottom: 10px;
	margin-right: 7px;
	height: auto;
}
#channelconts {
	width: 910px;
	height: auto;
	padding-left: 15px;
	float: left;
}
#channelconts #chaneelframe #channelframetop {
	background-image: url(../images/channelbg_r1_c1.gif);
	background-repeat: no-repeat;
	height: 12px;
	margin-top: 10px;
	margin-bottom: -2px;
}
#channelconts #chaneelframe #middle {
	background-image: url(../images/channelbg_r2_c1.gif);
	background-repeat: repeat-y;
	font-size: 10px;
	color: #CCCCCC;
	padding-right: 18px;
	padding-bottom: 2px;
	padding-left: 18px;
	margin-top: 0px;
}
#channelconts #chaneelframe #bottom {
	background-image: url(../images/channelbg_r4_c1.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#channelconts #chaneelframe #middle li {
	list-style-type: upper-roman;
}
#channelconts #chaneelframe #middle a {
	color: #6699FF;
}
#channelconts #chaneelframe #middle ul {
	display: block;
	margin-top: 8px;
	margin-left: 8px;
}
#contcaption {
	font-size: 14px;
	float: left;
	width: 670px;
	margin-right: 10px;
	margin-top: 32px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.blockclear {
	display: block;
	clear: right;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.Txt02_large {
	color: #FFFFFF;
}
.purchase_cap {
	background-color: #FFF;
	background:-moz-linear-gradient(#fff, #ccc);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ccc));
	background:linear-gradient(#669, #ccc);
	-pie-background: linear-gradient(#fff, #ccc);
	display: block;
	padding: 10px;
	border: 2px solid #F60;
	height: 280px;
	border-radius:8px;
	-moz-border-radius:8px;
	position:relative;
	behavior: url(/css/PIE.htc);
}
#purchase_title {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F30;
	background-color: #669;
	background:-moz-linear-gradient(#669, #336);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #669), color-stop(1, #336));
	background:linear-gradient(#669, #336);
	-pie-background: linear-gradient(#669, #336);
	text-align: center;
	display: table;
	height: 60px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius:8px;
	-moz-border-radius:8px;
	position:relative;
	behavior: url(/css/PIE.htc);
	padding-top: 15px;
}
.purchase_cap ul li {
	list-style-type: none;
	border-left-width: 8px;
	border-left-style: ridge;
	border-left-color: #F00;
	padding-left: 4px;
	margin-left: -20px;
	margin-bottom: 8px;
}

/* ソーシャルメディアアイコン */
.SosialBookMark div{
	float:left;
}

