/* -------------------------------------------------------------------------- */
/*                                                                            */
/* 当方「嗚呼-argh」で配付しているテンプレートの再配布を禁止しています。　　  */
/* このテンプレートをカスタマイズした後の、テンプレートの配付も禁止です。     */
/* （↑これも再配布に該当します）                                             */
/*                                                                            */
/* -------------------------------------------------------------------------- */


* {
margin: 0;
padding: 0;
}

/* ボディ */
body {
	background:#fffff0;
	color:#000;
	font: 12px/160% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	margin:0px;
	padding:0px;
	}

/* 外枠 */
#back {
	width:600px;
	margin:0 auto;
	}

/* ヘッダー */
#header {
	width:500px;
	margin:0 auto;
	border:1px #000 dotted;

 /* ●トップ画像を差し換える場合はHTML編集フォーム著作表示の「photo ≫MONO」へのリンクの削除を必ずして下さい● */
	background: url(http://media.tumblr.com/1VaUdsENydoszu330BPRPNIu_500.jpg) center top no-repeat;
 background-attachment:fixed;
	}

/* エントリー部分 */
#box {
	width:515px;
	margin:0 auto;
	margin: 30px 0px 0px 49px;
	}

/* リンク文字 */
a {	text-decoration: none;}
a:link {color : #333;}
a:visited {color :#333;}
a:hover {color :#9CB3BE;}
a:active {color : #333;}


ul {
	list-style-type: square;
	line-height:120%;
	margin:0px;
	margin-left:15px;
	padding:0px;
	}

li {
	margin-bottom:5px;
	}


img {
	border:none;
	}

form {
	margin: 0px;
	padding: 0px;
	}

/* 入力エリアの設定 */
input,textarea {
	color: #000;
	font-size :12px;
	border:1px #000 dotted;
	background-color:#9CB3BE;
	padding: 2px;
	}



/* サイトタイトル------------------------------------------------------------ */

h1 {
	margin: 90px 20px 0px 25px;
	padding-top: 120px;
	text-align: left;
	}

.site_title {
	font-size: 18px;
	}

.description {
	font-weight:normal;
	margin:0px 10px 0px 10px;
	color: #333;
	font-size: 14px;
	}


/* メニュー------------------------------------------------------------------ */

.linkmenu {
	font-size: 12px;
	margin : 10px 20px 20px 25px;
	text-align: left;
	color: #000;
}

.MENU {
	visibility: hidden;
	z-index: 999;
	position: absolute;

	width:200px;
	margin-top:5px;
	padding-top:5px;

	background: #999;
	border: 1px #000 dotted;
	}

.list{
	}

.list_title{
	margin-top:15px;
	font-size:18px;
	color: #ccc;
	text-align:center;
	}

.list_text{
	font-size: 10px;
	padding:5px 10px;
	color: #444;
	text-align:left;
	}

/* カレンダー */

.calendar {
	font-family: "Verdana";
	font-size: 10px;
	color: #444;
	margin:0px auto;
	}

.calendar_month {
	font-family: "Verdana";
	margin-bottom: 10px;
	font-size: 10px;
	color: #444;
	}

.weekday {
	width: 25px;
	height: 20px;
	padding: 0px;
	text-align:center;
	font-size: 10px;
	color: #ccc;
	}

.cell {
	width: 25px;
	height: 20px;
	padding: 0px;
	text-align:center;
	font-size: 10px;
	color: #444;
	}

.calendar table {
	margin:0 auto;
	}


/* アマゾン */
.amazon {
	margin-bottom:10px;
	}

.amazon_text {
	font-size:10px;
	text-align: left;
	}

.amazon_text strong {
	}

/* エントリー---------------------------------------------------------------- */


.entry_head {
	width: 500px;
	text-align: center;
	position: relative;
	top: 35px;
	}

.entry {
	width: 500px;
	margin-bottom: 30px;
	border:1px #000 dotted;
	}

.entry_top {
	}

.entry_in {
	margin-bottom:-1px;
	padding: 20px 25px 0px 25px;
	}

.entry_bottom {
	}

.entry_headline {
	width: 450px;
	margin: 20px 0px 70px 0px;
	}

.entry_title {
	font-size: 14px;
	font-weight: bolder;
	padding: 3px 0; 
	}

.entry_date {
	font-size: 10px;
	text-align:right;
	padding: 3px 10px 0px 0px; 
	}


 /* 続きを読む設定 */
.entry_more {
	padding-top: 10px;
	}

.entry_state {
	 color: #000;
	font-size: 10px;
	 text-align: center;
	 margin-bottom: 30px; 
	}

blockquote {
	color: #000;
	border-left:1px dotted;
	margin: 10px 0;
	padding: 5px;
	padding-left:10px;
	}

.pict {
	display:block;
	text-align:center;
	margin:0 auto;
	}


.entry_navi {
	text-align:center;
	margin:30px 0;
	font-size: 10px;
	}


/* コメント・トラックバック・プロフィール */

.commnet_form {
	margin:20px auto;
}

.tb_main_title {
	border-bottom:1px dotted #000;
	margin:40px 0 10px 0;
	padding-bottom: 3px;
	text-align:center;
	font-size: 12px;
	font-family: Arial;
	color: #000;
	}


#tb {
	width:500px;
	margin-bottom:30px;
	font-size:12px;
	line-height:170%;
	}

.tb_url {
	margin:20px 0;
	text-align:center;
	}


.tbentry_title {
	font-weight:bolder;
	margin:20px 20px 0 20px;
	}

.tb_area {
	margin:0 20px 0 20px;
	}


.tb_state {
	color:#000;
	font-size:10px;
	text-align:right;
	border-bottom:1px dotted #000;
	margin:0 20px 10px 20px;

	}

.profile_name {
	font-weight:bolder;
	margin-bottom:5px;
	}





/* フッタ-------------------------------------------------------------------- */

#footer {
	width:500px;
	margin-bottom:30px;
	font-size:10px;
	}


/* AD------------------------------------------------------------------------ */
#ad .linktext {
	line-height:160%;
	text-align:right;
	}


/* サーチ-------------------------------------------------------------------- */
.search {
	
	}

.search input {
	color: #000;
	font-size :12px;
	border-bottom:1px #000 dotted;
	background-color:#9CB3BE;
	padding: 3px;
	}

.button {
	margin-left:5px;
	padding:0px;
	}

/* フリーエリア-------------------------------------------------------------- */
.f_t {
	font-weight:bolder;
	margin:10px 0 5px 0;
}

.f_c {

}