@charset "EUC-JP";

* {
margin: 0;
padding: 0;
zoom: 1;
}
html {
font-size: small;
overflow-y: auto;
}
body {
background: #bbbbbb;
padding: 0 0 26px 0;
}
body, table, form, select, input, textarea {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444444;
	font-size: 0.91em;
	line-height: 1.82;
	letter-spacing: 0;
}

/* =================================== */
/* レイアウトの設定 */
/* =================================== */
#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
#header {
	padding: 30px 30px 0 30px;
	margin: 0 0 20px 0;
}
/* #main,#side用のblock */
#content {
	width: 760px;
	padding: 0;
	margin: 0 auto;
}
#main {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}
/*ページ送り*/
#page_area {
	margin: 0;
}
/* フッター */
address {
	padding: 0;
	margin: 0;
	text-align: center;
	font-style: normal;
	font-size: 0.83em;
}
/*フッター画像*/
#footer {}

/* =================================== */
/* リンクカラーの設定 */
/* =================================== */
/* 全般 */
a { color: #444444; text-decoration: underline; }
a:link { color: #444444; text-decoration: underline; }
a:visited { color: #444444; text-decoration: underline; }
a:active { color: #76736d; text-decoration: none; }
a:hover	{ color: #76736d; text-decoration: none;}

/* ヘッダー */
#header a { color: #444444; text-decoration: none; }
#header a:link { color: #444444; text-decoration: none; }
#header a:visited { color: #444444; text-decoration: none; }
#header a:active { color: #76736d; text-decoration: none; }
#header a:hover { color: #76736d; text-decoration: none; background:none; }

/* サイドコンテンツ */
#side a { color: #444444; text-decoration: none; font-style: italic; }
#side a:link { color: #444444; text-decoration: none; font-style: italic; }
#side a:visited { color: #444444; text-decoration: none; font-style: italic; }
#side a:active { color: #76736d; text-decoration: none; font-style: italic; }
#side a:hover { color: #76736d; text-decoration: none; font-style: italic; }

/* カレンダーcell */
.calendar .cell a { color: #2A2666; text-decoration: none; background:#e8e8e8; display:block; font-style: italic;}
.calendar .cell a:link { color: #2A2666; text-decoration: none; }
.calendar .cell a:visited { color: #2A2666; text-decoration: none; }
.calendar .cell a:active { color: #2A2666; text-decoration: underline; }
.calendar .cell a:hover { color: #26CFFF; text-decoration: underline; }

/* =================================== */
/* 装飾の設定 */
/* =================================== */
blockquote {
	border: 1px dotted #CCC;
	padding: 12px;
	margin: 12px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	font: 0/0 sans-serif;
}
.submit {}
a#top, a#sequel {font-size: 0;}


/* =================================== */
/* #header */
/* =================================== */
#header h1 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
}
#header p {
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
#linkmenu {
	text-align: center;
	margin: 20px auto;
	line-height: 1;
	width: 700px;
}
#linkmenu a {
	text-decoration: none;
	font-weight: bold;
}
.MENU {
	visibility: hidden;
	z-index: 999;
	position: absolute;
	width:240px;
	margin-top: 5px;
	padding: 10px;
	background: #ffffff;
	border: 1px #cccccc solid;
}
.list_title {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 9px 0 0 0;
	line-height: 1;
	font-weight: bold;
	border-top: 1px dotted #dadada;
}
.MENU li {
list-style: none;
margin: 0 0 6px 0;
padding: 0 0 0 6px;
line-height: 1.3;
}
.MENU li a {
text-decoration: none;
color: #000000;
}
.MENU li a:hover,
.MENU li a:active {
color: #aaaaaa;
text-decoration: none;
}
.MENU li a:visited {
color: #000000;
text-decoration: none;
}

/* =================================== */
/* #main */
/* =================================== */
/*エントリーナビゲーション*/
#main .entry_navi{
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
.navi_area {
	width: 700px;
	margin: 0 auto;
}
/* エントリー部分全体 */
.entry_area {
	width: 760px;
	background: url(http://imaging.jugem.jp/template/30days_1/img/entry_area.png) repeat-y top center;
	padding: 0;
	margin: 0 auto;
	height: 1%;
}
.entry_area_b {	
	width: 760px;
	background: url(http://imaging.jugem.jp/template/30days_1/img/entry_area_b.png) no-repeat bottom center;
	padding: 0 0 29px 0;
	margin: 0;
}
.entry_area_t {	
	width: 760px;
	background: url(http://imaging.jugem.jp/template/30days_1/img/entry_area_t.png) no-repeat top center;
	padding: 30px 0 0 0;
	margin: 0 0 10px 0;
}
.entry_content {	
	width: 700px;
	padding: 0;
	margin: 0 auto;
}

/* エントリータイトル */
span.entry_header_date {
	color: #666666;
	font-style: italic;
	line-height:1;
	float: left;
	display: inline;
	padding: 3px 0 0 0;
	margin: 0 12px 0 0;
}
#main h2 {
	font-size: 1.17em;
	padding: 0;
	line-height: 1.17;
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 6px 0;
}

/* エントリー時刻 */
#main .entry_date {
	padding: 5px;
}
/* エントリー本文 */
#main .entry {
margin: 0.91em 0;
}
/* エントリー情報 */
.entry_footer  {
	margin: 30px 0 0 0;
	height: 1%;
}
#main ul.state {
	width: 700px;
	text-align: right;
	overflow: hidden;
}
#main ul.state li {
	display: inline;
	border-left: 1px solid #666;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	font-size: 0.91em;
}
.entry_footer ul.state li a {
	font-style: italic;
}
#main ul.state li.state_img {
	padding: 0 0 0 5px;
	/margin: 0 0 0 5px;
	vertical-align: top;
}
.entry_moreread {
	font-style: italic;
	padding: 0 0 0 0.91em;
}
.entry_content  dl#com_form,
.entry_content  dl#tb_area {
margin:  30px 0 0 0;
}

/*コメント、TB、プロフィールタイトル*/
a#comments, a#trackback {
	text-indent: -9999px;
	line-height: 0;
}
dt.title {
	border-bottom: 1px solid #dadada;
	margin: 0 0 12px 0;
	padding: 0 0 6px 0;
	font-weight:bold;
	line-height: 1;
}
/* コメント本文 */
.com_desc {
	padding: 0 0 0 1em;
}
/* コメントユーザー情報 */
dl#com_area dd {
	padding: 6px 0;
	margin: 10px 0 20px 0;
	border-bottom: 1px dotted #dadada;
	text-align: right;
}
dl#com_area dd a {
	font-style: italic;
}
dl#com_area dd ul {
	list-style-type: none;
}
dl#com_area dd li {
	display: inline;
	list-style: none;
	border-left: 1px solid #666;
	padding: 0 0 0 5px;
	margin: 0 5px 0 0;
	font-size: 0.91em;
	line-height: 1;
}

/* コメントフォーム */
dl#com_form dd {
	padding: 0 0 10px 1em;
}
dl#com_form dd input.input {
	border: 1px solid #cccccc;
	margin: 0 0 6px 0;
	padding: 3px;
	width: 200px;
}

/* コメントフォーム textarea */
dl#com_form dd textarea {
	border: 1px solid #cccccc;
	width: 400px;
	margin: 0 0 10px 0;
	padding: 3px;
}

/* TBフォーム */
dl#tb_form dd {
	padding: 0 0 0 1em;
}
dl#tb_form dd input.input {
	border: 1px solid #cccccc;
	margin: 0 0 6px 0;
	padding: 3px;
	width: 400px;
}
/* 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;
}
.tb_state ul {
	list-style-type:none;
}
.tb_state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}
span.form_line input {
	line-height: 1;
	vertical-align: middle;
}

/* =================================== */
/* サイドコンテンツ */
/* =================================== */
#side dl {
	margin: 0 0 24px 0;
}

/* サイドタイトル */
#side dt {
	padding: 0;
	margin: 0 0 8px 0;
	font-weight: bold;
	line-height: 1;
}
#side dd{
	padding: 0 0 12px 6px;
	line-height: 1.2em;
}
#side dd.calendar {
	padding: 0 0 12px 0;
	line-height: 1.2em;
}
#side ul {
	margin: 0;
}
#side li {
	padding: 0;
	margin: 0 0 6px 0;
	line-height: 1.2em;
	list-style: none;
}

/* サイト内検索 */
#side_search {
	margin: 0 0 10px 0;
}
#side input.search {
	border: 1px solid #CCC;
	padding: 3px;
	margin: 0;
}

/*カレンダー*/
#head_cal {
	text-align: center;
	line-height: 1;
}
#head_cal a {
	text-decoration: none;
	font-weight: bold;
}
.calendar_month {
	text-align: center;
	margin: 6px 0 0 0;
}
.cell {
	width: 22px;
	height: 22px;
	background: #fdfdfd;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #eaeaea;
}
td.weekday {
	width: 24px;
	height: 22px;
	padding: 0px;
	text-align: center;
	color: #666666;
}


/* =================================== */
/* ページ送り */
/* =================================== */
.page_navi {
	text-align: center;
	}
.page_top {
	float:right;
	width:150px;
	text-align:right;
}

/* =================================== */
/* jugem_ad*/
/* =================================== */

.links {
width:150px;
}


/* =================================== */
/* clearFix */
/* =================================== */
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearFix { display: inline-block; }
/* Hides from IE-mac */
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac */


.poweredby {
	text-align: center;
	width: 140px;
	margin: 20px auto;
	font-size: x-small;
}