@charset "utf-8";


/*keyword
-------------------------------------------------------*/	
div.keyword{
	margin-bottom:15px;
	width:260px;
}
span.key{
	margin-left:15px;
	background-image:url(/images/html/bg_arrow.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:15px;
}

p.keytext{
	margin-bottom:5px;
/*	background-color:#F0DDEF;*/
	border-bottom:#996FBF 1px dotted;
	padding:2px 2px 4px 2px;
	width:270px;
}

p.keytext2{
	margin-bottom:5px;
/*	background-color:#F0DDEF;
	border-bottom:#996FBF 1px dotted;*/
	padding:2px 2px 7px 2px;
	width:270px;
}


h2.keytitle {
/*	background-color:#F0DDEF;
	background-image:url(/images/html/bg_arrow.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:15px;*/
	margin:0px;
}

/*osusume
-------------------------------------------------------*/


h2.osusumetitle {
	background-image:url(/special/img/com/bg_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:15px;
	padding-bottom:3px;
	color:#583477;
	text-align:left;
	margin-left:5px;
}
.osusumebg{
	text-align:center;
	margin:10px 0px;
	background-color:#F0DDEF;
/*	border:#F0DDEF 1px solid;*/
	padding:5px 0px;
}
div.section li.osusume{
	text-align:left;
	width:260px;
/*	padding-left:0px;*/
	padding:0px;
	background-image:url(/special/img/com/spacer.gif);
}
img.osusumeimg{
	float:left;
	margin-right:5px;
	margin-left:10px;
	margin-top:4px;
}
span.osusumesyo{
	margin-left:15px;
/*	background-image:url(/special/img/com/bg_arrow2.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:10px;*/
	background-image:url(/special/img/com/bg_arrow3.gif);
	background-repeat:no-repeat;
	background-position:100% 80%;
	padding-right:10px;
}

/*movie
-------------------------------------------------------*/

div.movie{
	margin-bottom:15px;
	padding:5px 2px;
	background-color:#666666;
	margin-bottom:10px;
}


/*bog
-------------------------------------------------------*/

div.blogwaku{
	width:246px;
	border-right:1px solid #583477;
	border-bottom:1px solid #583477;
	border-left:1px solid #583477;
	margin-top:0px;
	margin-bottom:15px;
}

div.blogkiji{
	width:232px;
	margin:0px 6px;
	text-align:center;
}

img.blogimage{
	float:left;
	margin-right:5px;
}


div.blogtext{
	font-size:12px;
	line-height:120%;
	color:#583477;
	text-align:left;
/*	float:right;*/
}

span.blogstext{
	font-size:10px;
	line-height:120%;
	color:#583477;
}
span.blogstext2{
	text-decoration:underline;
	font-size:12px;
	line-height:120%;
	color:#583477;
	margin-left:10px;
}

div.blogetc{
	background-color:#E6E6E6;
	text-align:right;
	padding:5px;
}

/*margin
-------------------------------------------------------*/
.marb5{
	margin-bottom:5px;
}
.marb10{
	margin-bottom:10px;
}

.marb15{
	margin-bottom:15px;
}
.martb5{
	margin-top:5px;
	margin-bottom:5px;
}
.martb10{
	margin-top:10px;
	margin-bottom:10px;
}
.marr5{
	margin-right:5px;
}
