/* -------------------------------------------------------------------------- */
/*                                                                            */                                                                           
/* カスタマイズｏｋ                                                           */
/* 同人/同人限定の年齢制限サイトの使用ｏｋ                      　　          */
/* 商用/宗教/実写アダルト/違法サイトの使用を禁止                              */
/* 画像,テンプレ(カスタマイズ後も)の再配布を禁止                              */
/*                                                                            */
/* 素材画像を 全部 差し換える場合は、                                         */
/* 　 HTML編集フォームの●著作表示●「AIR TERMINAL+」様のリンクを削除ください */
/* 上記素材使用中の際は、リンクを削除しないで下さい                           */
/*                                                                            */
/* -------------------------------------------------------------------------- */


* {
margin: 0;
padding: 0;
}

/* ボディ */
body {
	background:#fff; /* ブログ背景色 */
	color:#666; /* 文字色 */
 /* 文字サイズ(px),行間高さ(%),文字種 */
	font: 12px/160% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	margin:0px;
	padding:0px;

 /* トップ画像設定 */
	background-image:url(http://arghx.img.jugem.jp/20071210_267211.gif); /* 画像url */
	background-repeat: no-repeat; /* 画像を繰り返しません */
	background-position: center top; /* 画像表示開始位置 */
	}


/* 外枠 */
#back {
	width:540px; /* 幅 */
	margin:0 auto; /* 中央に設定 */
	}

/* トップ部分 */
#top {
	width:500px; /* 幅 */
	margin:0 auto; /* 中央に設定 */
	}

/* エントリー部分 */
#box {
	width:540px; /* 幅 */
	margin:0 auto; /* 中央に設定 */
	margin: 10px 0px 0px 40px; /* 枠外上と左に間隔を取っています */
	}

/* リンク文字 */
a { text-decoration: none; /* リンク下線なし */}
a:link {color : #ABC9D0; /* リンク色 */}
a:visited {color :#ABC9D0; /* 訪問済み色 */}
a:hover {color :#fff; /* オンマウス色 */}
a:active {color : #66ccff; /* クリック色 */}


ul {
	list-style-type: square; /* リストマーク,四角 */
	line-height:120%; /* 行間高さ */
	margin-left:15px; /* 枠外左に間隔を取っています */
	}

li {
	margin-bottom:5px; /* 枠外下に間隔を取っています */
	}


img {
	border:none;
	}

form {
	margin: 0px;
	padding: 0px;
	}

/* 入力エリアの設定 */
input,textarea {
	font-size :12px; /* 文字サイズ */
	border:1px #999 dashed; /* 枠線設定 */
	background-color:#fff; /* 背景色 */
	padding: 2px; /* 枠内に間隔を取っています */
}



/* サイトタイトル------------------------------------------------------------ */

h1 {
	margin: 0px 1px 20px 1px; /* 枠外下と右と左に間隔を取っています */
	padding-top: 26px; /* 枠内上に間隔を取っています */
	text-align: center; /* 文字中央揃え */
	}

/* サイトタイトル */
.site_title {
	font-size: 14px; /* 文字サイズ */
	}

 /* サブタイトル */
.description {
	font-weight:normal; /* 文字太さノーマル */
	color: #ccc; /* 文字色 */
	font-size: 10px; /* 文字サイズ */
	}


/* メニュー------------------------------------------------------------------ */

.linkmenu {
	font-size: 10px; /* 文字サイズ */
	color: #999; /* 文字色 */
	margin : 5px 10px 20px 220px; /* 枠外に間隔を取っています */
	text-align: left; /* 文字左揃え */
}


/* メニュービュー設定 */
.MENU {
	visibility: hidden;
	z-index: 999;
	position: absolute;

	width:200px; /* 幅 */
	margin-top:5px;
	padding-top:5px;
	border:1px #ccffff dashed;
	background:#ABC9D0; /* 背景色 */
	}

 /* メニュービューリンク設定 */
.MENU a { text-decoration: none; /* リンク下線なし */}
.MENU a:link {color : #ccffff; /* リンク色 */}
.MENU a:visited {color :#ccffff; /* 訪問済み色 */}
.MENU a:hover {color :#ABC9D0; /* オンマウス色 */}
.MENU a:active {color : #00ffff; /* クリック色 */}

.list{
	}

 /* ビューリストタイトル */
.list_title{
	margin-top:15px;
	font-size:16px;
	color: #fff;
	text-align:center;
	border-bottom:1px #ccffff dashed;
	}

 /* ビューリストテキスト設定 */
.list_text{
	color: #fff;
	font-size: 10px;
	padding:5px 10px;
	text-align:left;
	line-height:150%;
	}


/* カレンダー */

.calendar {
	font-family: "Verdana"; /* 文字種 */
	font-size: 10px; /* 文字サイズ */
	color: #999;
	margin:0px auto; /* 中央に設定 */
	}

.calendar_month {
	font-family: "Verdana"; /* 文字種 */
	margin-bottom: 10px; /* 枠外下に間隔を取っています */
	font-size: 10px; /* 文字サイズ */
	}

.weekday {
	width: 25px; /* 幅 */
	height: 20px; /* 高さ */
	padding: 0px;
	text-align:center; /* 文字中央寄せ */
	font-size: 10px; /* 文字サイズ */
	color: #fff;
	}

.cell {
	width: 25px; /* 幅 */
	height: 20px; /* 高さ */
	padding: 0px;
	text-align:center; /* 文字中央寄せ */
	font-size: 10px; /* 文字サイズ */
	}

.calendar table {
	margin:0 auto; /* 中央に設定 */
	}



/* アマゾン */
.amazon {
	margin-bottom:10px;
	}

.amazon_text {
	font-size:10px;
	text-align: left;
	}

.amazon_text strong {
	}



/* エントリー---------------------------------------------------------------- */


.entry_head {
	width: 470px; /* 幅 */
	text-align: center;
	position: relative;
	top: 35px;
	}

.entry {
	width: 470px; /* 幅 */
	margin-bottom: 50px;
	}

.entry_top {
	}

 /* メインエントリー */
.entry_in {
	margin-bottom:-1px;
	padding: 20px 25px 0px 25px; /* 枠内に間隔を取っています */
	}

.entry_bottom {
	}

 /* エントリータイトルと日付けのエリア */
.entry_headline {
	width: 450px; /* 幅 */
	margin: 10px 10px 20px 0px; /* 枠内外に間隔を取っています */
	}

 /* エントリータイトル */
.entry_title {
	font-size: 12px; /* 文字サイズ */
	font-weight: bolder; /* 太文字指定 */
	padding: 3px 0px 0px 22px; /* 枠内上と左に間隔を取っています */

 /* エントリータイトルアイコン */
 	background-image:url(http://arghx.img.jugem.jp/20071210_267170.gif);  /* 画像url */
 	background-repeat: no-repeat; /* 画像をリピートしません*/
 	background-position: left center; /* 画像表示位置 */
	}

 /* エントリー年月日 */
.entry_date {
	font-size: 10px; /* 文字サイズ */
	color: #999; /* 文字色 */
	text-align: left; /* 文字左寄せ */
	padding-right: 30px;
	}

 /* 続きを読む設定 */
.entry_more {
	padding-top: 10px; /* 枠内上に間隔を取っています */
	}

.entry_state {
	font-size: 10px; /* 文字サイズ */
	color: #999; /* 文字色 */
	text-align: center; /* 文字中央揃え */
	margin: 10px 0 50px 0;
	}

/* 引用文設定 */
blockquote {
	font-size :11px; /* 文字サイズ */
	border:1px #999 dashed; /* 枠線設定 */
	margin: 10px 0;
	padding: 10px;
	}

 /* 投稿画像設定 */
.pict {
	display:block;
	border:1px #ccc dashed; /* 枠線.いらない場合はこの行を削除 */
	}


.entry_navi {
	text-align:center;
	margin:30px 0;
	font-size: 10px;
	}


/* コメント・トラックバック・プロフィール */

.commnet_form {
	margin:20px auto;
}

.tb_main_title {
	width: 450px;
	margin:40px 0 10px 0;
	padding-bottom: 3px;
	text-align:center;
	font-size: 12px;
	font-family: Arial;
 	}


#tb {
	width: 450px;
	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 {
	width: 450px;
	font-size:10px;
	text-align:right;
	border-bottom:1px #999 dashed;
	margin:0 20px 10px 20px;
	}

.profile_name {
	font-weight:bolder;
	margin-bottom:5px;
	}





/* フッタ-------------------------------------------------------------------- */

#footer {
	width: 470px;
	margin-bottom:30px;
	padding-left: 20px; /* 枠内左に間隔を取っています */
	font-size:10px;
	}


/* AD------------------------------------------------------------------------ */
#ad .linktext {
	line-height:160%;
	text-align:right;
	}


/* サーチ-------------------------------------------------------------------- */
.search {
	
	}

.search input {
	font-size :12px; /* 文字サイズ */
	border-bottom:1px #999 dashed; /* 下線設定 */
	background-color:#fff; /* 背景色 */
	padding: 3px; /* 枠内に間隔を取っています */
	}

.button {
	margin-left:5px;
	padding:0px;
	}

/* フリーエリア-------------------------------------------------------------- */
.f_t {
	font-weight:bolder;
	margin:10px 0 5px 0;
}

.f_c {

}

