@charset "utf-8";
* {
	/*	padding: 0px; しばらく封印 テーブルまで窮屈になる*/
	font-size: 14px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	line-height: 150%
}

A:LINK {
	text-decoration : none;
	color : #AA3366
}
A:VISITED {
	text-decoration : none;
	color : #996699
}
A:ACTIVE {
	text-decoration : none;
	color : #CC6699
}
A:HOVER {
	text-decoration : underline;
	color : #CC3333
}


h1 {

	font-size: 17px;
	line-height:150%;
	background:#660033; 

	color:white;
	padding: 5px;


}
h1 a:LINK {
	font-size: 17px;
	text-decoration : none;
	color : #FFFFFF;
}
h1 a:VISITED {
	font-size: 17px;
	text-decoration : none;
	color : #FFFFFF;
}
h1 a:HOVER {
	font-size: 17px;
	text-decoration : underline;
	color : #CC99FF;
}
body, td, th {
	line-height:1.4;
	color: #403333;
	/*color: #660033;	*/

}
body {
	background-color: #FFEFEF;
  -webkit-text-size-adjust: 100%;


}


b, strong, h4 {
	font-size: 15px;
}
/* ctrl+iで打てるタグ */
em {
	color:#FF3333;
}


blockquote{
 margin7px;
 padding:10px;
 background:#fef6fa;
 border:none;
 border-left:5px solid #970a4d;
 }



/* ----- 18禁マーク -------------------------------------- */
em.r18 {
	font-style: normal;
	color: #CC3333;
}
/* カテゴリボックス */
div.katebox {
	float: none;
	/* clear: both; */
	background-color: #FFFFFF;
	/*	width: 100%;*/
	padding:0px 0px 0px 8px;/* 上右下左 ここの左右はh1のマイナスマージンと揃える 
							テーブルによるレアウトとの兼ね合いで今は2pxだけど 
							ぜんぶCSSレイアウトにしたら 5pxくらいにしよう */
}
/* カテゴリボックスの文字余白*/
div.katebox h1 {
	margin: 40px 0px 28px -8px;
}
div.katebox h4 {
	margin: 28px 0px 2px 0px;
}
div.katebox p {
	margin: 2px 0 15px 0;
}
/* リンクボックス */
div.linkbox {
	padding:12px 2px 2px 2px;
	float: none;
	clear: both;
	background-color: #FFFFFF;
	/*	width: 100%;*/
	min-height:55px;
	height: auto !important;
	height: 55px;/*	margin:0 4; */
/*	height: 44px; */

}
/* 画像なしのバナーの代わり */
div.noimgbox {
	float: left;
	background-color: #FFE6E6;
	width: 200px;
	height: 40px;
	text-align: center;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	cursor:pointer;/* IE用 マウスカーソルをリンクっぽくする */
	
}





/* リンク画象 */
img.linkimg {
	float: left;
	border: none;
	margin: 0 5px 0 0px;
}
/* 萌絵ボックス */
div.moeebox {
	float: none;
	padding:2px 2px 2px 2px;
	background-color: #FFFFFF;
	/*	width: 100%; */
	height: 100px;
}
/* 各カテゴリ内での画象ボックス 並べて表示  */
div.imagebox {
	float: left; /* 左に配置 */
	/* border: 1px dashed #cc0000; 枠線 */
/*	background-color: #ffeeee;   背景色 */
	width: 300px; /* 横幅 */
	height: 160px;
	padding-right: 30px;
}

div.textbox {
	float: left; /* 左に配置 */
	/* border: 1px dashed #cc0000; 枠線 */
/*	background-color: #ffeeee;   背景色 */
	width: 320px; /* 横幅 */
	height: 200px;
	padding-right: 5px;
}

/* ヘッダー用 */
div.headerbox {
	float: none;
	clear: both;
	width: 840px;	
	height: 60px;
	
}


/* フッター用  */
div.bannerbox {
	float: left;
	clear: both;
	width: 480px;
	height: 60px;
}
/* 100x100のバナー用 */
div.bannerbox100{
	float: left;
	clear: both;
	width: 102px;
	height:100px; 
}
/* 左回り込み解除 */

.clearLeft {
	clear: left;
}



/* 日記のテーブル ブログと共通 */
table.nikki {
	margin-bottom: 10px;
	border: 0px solid #666680;
	border-collapse: collapse;
	

}
table.nikki tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
table.nikki tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table.nikki tr td input {
	margin: -2px;
}
