@charset "utf-8";
* {
	/*	padding: 0px; しばらく封印 テーブルまで窮屈になる*/
	font-size: 13px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}
A:LINK {
	text-decoration : none;
	color : #FF0066
}
A:VISITED {
	text-decoration : none;
	color : #CC9999
}
A:ACTIVE {
	text-decoration : none;
	color : #FF0000
}
A:HOVER {
	text-decoration : underline;
	color : #9900FF
}
h1 {

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

	color:white;
	padding-left: 5px;
	border-style:solid;
	border-left-color:#7D405F;
	border-top-color:#7D405F;
	border-right-color:#480024;
	border-bottom-color:#480024;
	border-width:3px;

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

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

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

}
/* 画像なしのバナーの代わり */
div.noimgbox {
	float: left;
	background-color: #FFCCCC;
	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: #FFEFEF;
	/*	width: 100%; */
	height: 100px;
}
/* 各カテゴリ内での画象ボックス 並べて表示  */
div.imagebox {
	float: left; /* 左に配置 */
	/* border: 1px dashed #cc0000; 枠線 */
	background-color: #ffeeee;  /* 背景色 */
	width: 280px; /* 横幅 */
	height: 102px;
	padding-right: 5px;
}
/* ヘッダー用 */
div.headerbox {
	float: none;
	clear: both;
	width: 840px;
}
/* フッター用  */
div.bannerbox {
	float: left;
	clear: both;
	width: 480px;
	height: 60px;
}
/* 100x100のバナー用 */
div.bannerbox100{
	float: left;
	clear: both;
	width: 102px;
	height:100px; 
}
/* 左回り込み解除 */

.clearLeft {
	clear: left;
}
