﻿/* -----------------------------------------------------------------------

	牧島かれん WEB　活動レポート用CSS

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

/*for IE 5.5-7*/
div{
	zoom:1;
}
/*for modern browser*/
div:after{
	content:" ";
	display: block;
	height:0.1px;
	clear:both;
	visibility:hidden;
	font-size: 0;
	line-height: 0;
}
* html div { display: inline-block; }
h2{
background:url(http://activity.makishimakaren.com/images/title.jpg);}

/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* =================================== */
/* リンクカラーの設定 */
/* =================================== */
/* =================================== */
/* 装飾の設定 */
/* =================================== */

blockquote {
	border: 1px dotted #CCC;
	padding: 0.2em;
	margin: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear			: both;
	font			: 0/0 sans-serif;
}

.submit {

}

.lightup {
	background-color: #F8F8FF;
	cursor: pointer;
}

.center{
text-align:center;}

.jimin-logo{
  background:url("http://www.makishimakaren.com/images/header_jimin.gif");
  width:90px;
  height:34px;
  float:right;
　}
#header-right2{
  clear:both;
  float:right;
  width:430px;
text-align:right;
  }
#header-contact a{
 display:block;
  background:url("http://www.makishimakaren.com/images/b_contact.jpg") no-repeat;
  width:183px;
  height:25px;
  text-align:right;
  }
.size-change_title{
  background:url("http://www.makishimakaren.com/images/header_size.gif");
  width:103px;
  height:18px;
 }
.pagetop a{
  background:url("http://www.makishimakaren.com/images/top_button.jpg");
  width:855px;
  height:30px;
  display:block;
} 
#copyright{
  background:url("http://www.makishimakaren.com/images/footer-copyright.gif") no-repeat;
  width:282px;
  height:12px;
  text-indent:-9999px;
} 
/* =================================== */
/* #header */
/* =================================== */

.view_navi{
	margin:0 0 0 0;
	padding-top:0px;
	text-align: right;
}
/* =================================== */
/* #main */
/* =================================== */
#main{
float:left;
width:580px;
margin-left:50px;
display:inline;}
/* エントリー部分全体 */
#main .entry_area {
	padding-top:20px;
	padding-left:10px;
	padding-bottom: 20px;
}

/* エントリータイトル */
#main h2 {
    color: #000;
	font-size:medium;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
}

#main h2 a 			{ color: #000; text-decoration: none; }
#main h2 a:link		{ color: #000; text-decoration: none; }
#main h2 a:visited	{ color: #000; text-decoration: none; }
#main h2 a:active	{ color: #000; text-decoration: none; }
#main h2 a:hover	{ color: #000; text-decoration: none; background-color:#FFF; }


/*エントリーナビゲーション*/
.entry_navi{
	margin:10px 0px 5px;
	padding-top:0px;
	font-size: 10.5px;
	list-style-type: none;
}

/* カテゴリタグ */

#main ul.entry_tag {
	font-size: 11px;
	color: #666;
	background:url(http://activity.makishimakaren.com/images/line_bg.gif) repeat-x top;
	padding-top:5px;
}

#main ul.entry_tag li {
	display:inline;
	padding-left:5px;
}

.entry_title{
	background:url(http://activity.makishimakaren.com/images/enty-title_bg.jpg);
	padding:5px 10px;
	color:#FFFFFF;
	font-weight:bold;
}

/* エントリー時刻 */
#main .entry_date {
	text-align:right;
	font-weight:bold;
}

/* エントリー本文 */
#main .entry {
	margin:20px 5px 20px;
}

/* エントリー情報 */

#main ul.state {
	margin: 20px 0px 20px;
}

#main ul.state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
	font-size:10.5px;
}



/*コメント、TB、プロフィールタイトル*/


.comment {
	margin:10px;
	padding:10px;
	border: 1px solid #CCC;
	background-color: ghostwhite;
}


dl#com_area dt.title,
dl#com_form dt.title,
dl#tb_form dt.title,
dl#tb_area dt.title,
dl#profile_area dt.title {
	border-bottom:1px solid #EFEFEF;
	margin: 0 0 10px 0;
	font-weight:bolder;
}

/* コメント本文 */
.com_desc {
	padding: 0 10px;
}

/* コメントユーザー情報 */
dl#com_area dd {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	border-bottom:1px solid #EFEFEF;
	text-align:right;
	font-size:10.5px;
}

dl#com_area dd ul {
	list-style-type:none;
}

dl#com_area dd li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}


/* コメントフォーム */
dl#com_form dd {
padding: 0 10px 10px;
}

dl#com_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:200px;
}

/* コメントフォーム textarea */
dl#com_form dd textarea {
border:1px solid #CCC;
width:300px;
margin: 0 0 10px 0;
}


/* TBフォーム */
dl#tb_form dd {
	padding: 0 10px 10px;
}

dl#tb_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:300px;
}

/* TBタイトル */
dl#tb_area dt.tb_title {
	padding: 0 10px;
}

/* TB本文 */
dl#tb_area dd {
	padding: 0 10px;
}


/* TBユーザー情報 */
dl#tb_area dd.tb_state {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	text-align:right;
	font-size:10.5px;
	border-bottom:1px solid #EFEFEF;
}

.tb_state ul {
	list-style-type:none;
}

.tb_state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}


/* =================================== */
/* Lists */
/* =================================== */

.entry_lists dl {
	margin: 10px 0px;
}

.entry_lists dt {
	margin: 10px 0px 5px;
	font-weight: normal;
	}
	
.entry_lists dd{
	margin:0px;
}

.entry_list_description {
	padding:10px;
	border: 1px solid #ccc;
	width:300px;
	overflow:hidden;
	
}

.entry_list_date {
	color: #CCC;
	font-size: 11px;
}



/* =================================== */
/* Clouds */
/* =================================== */

.entry_cloud {
	padding-top:20px;
	padding-left:10px;
}


/* エントリータイトル */
.entry_cloud h2 {
display:none;
}


.entry_cloud ul {
	margin: 10px 0px;
}


.entry_cloud li {
	display: inline;
	padding-left: 1em;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight: normal;
	}
	


/* =================================== */
/* サイドコンテンツ */
/* =================================== */

/*サイドコンテンツヘッダー画像*/
#side .side_header {
	float:right;
width:210px;
	margin:10 20px 0 10px;
}


/*サイドコンテンツフッター画像*/
#side .side_footer {
	height:30px;
	background: url(./side_bottomgif.gif) no-repeat;
}

#side dl {
	margin-bottom:20px;
}

/* サイドタイトル */
#side dt {
	padding-left:10px;
	background:url(http://activity.makishimakaren.com/images/sub-title.jpg) no-repeat center center;
	background-position:left;
	font-weight:bold;
	color:#666666;
	height:25px;
	}
	
#side dd{
	padding:5px 0 0 0;
	background:url(./dd.gif) no-repeat;
	line-height: 1.2em;
}

#side ul {
	margin-left:4px;
	list-style-type:none;
	}

#side li {
	margin: 3px 0 0 0;
	padding-left:8px;
	background:url(./side_disc.gif) no-repeat 0 8px;
	}

/* サイト内検索 */
#side input.search {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding: 1px 0;
	margin-bottom:5px;
}


/* =================================== */
/* ページ送り */
/* =================================== */

.pager {
	text-align:center;
	margin:0 10px 10px 10px;
}

.pager strong {
	font-size: 120%;
	font-weight: bold;
}



/*カレンダー*/
.calendar td {
	font-size: 0.8em;
	text-align: center;
}

.calendar_month td {
	font-family: "Verdana";
	color: #666;
}


.calendar_day td {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	width: 22px;
	height: 20px;
	background:#FCFCFC;
	text-align:center;
	vertical-align:middle;
}

.calendar_day a 			{ color: #FFF; text-decoration: none; background:#666; display:block; height:100%; font-weight:bold;}
.calendar_day a:link		{ color: #FFF; text-decoration: none; }
.calendar_day a:visited		{ color: #FFF; text-decoration: none; }
.calendar_day a:active		{ color: #FFF; text-decoration: underline; }
.calendar_day a:hover		{ color: #FFF; text-decoration: underline; }
