/*
===============================================================================
/services/publish/css/index.css
出版事業用スタイルシート
===============================================================================*/

/*-----------
Shared Styles
-------------*/
/* Contents > [HTMLTag] P
===============================================================================*/
#contents p {
	margin:0.75em 0 0;
}

/*------------
Element Styles
--------------*/
/* Contents > Lead
===============================================================================*/
#contents div.lead img {
	float:none;
}
#contents div.lead p {
	margin-left:0;
	margin-bottom: 0;
	width:auto;
	line-height:1.25em;
}
#contents div.lead ul {
	margin:10px 0 0 0;
	padding-left:1em;
	color:#378;
}
#contents div.lead li {
	color:#356;

	line-height:1em;
	list-style:disc outside url("../../../images_public/contents/header_02.gif");
}

/* Contents > Column noparallel top
===============================================================================*/
#contents div.contents_l {
	padding:10px 15px;
	background:#EEF3F3;
}

#contents div.photo_l {
	margin-top:0px;
	padding-right:10px;
	width : 240px;
	float : left;
}

#contents div.release_l {
	width : 400px;
	height : 311px;
	float: right;
}

#contents div.text_l {
	width : 656px;
}

#contents div.contents, div.contents_l p {
	color:#059;
}

#contents div.photo {
	margin-top:0px;
	padding-right:10px;
	width: 120px;
	float : left;
}

#contents div.release {
	width : 162px;
	height : 175px;
	float: right;
}

#contents div.text {
	width : 296px;
}


#contents div.notes {
	width : 680px;
	font-size : 16px;
}

/* end of hack */