/*
===============================================================================
/services/css/shared.css
サービス内容共通スタイルシート
===============================================================================*/

/*-----------
Shared Styles
-------------*/



/*------------
Element Styles
--------------*/

/* Contents > Div consists of Floating Photos 
===============================================================================*/
#contents div.photo {
	float:left;

	margin-top:15px;

	width:304px;
}
#contents div.photo img {
	float:left;
	margin:0 5px 5px 0;

	/* IE Win unknown float|display bug */
	display:inline;
} html>body #contents div.photo img {display:block;}

/* Contents > 2 Column
===============================================================================*/
#contents .column {
	margin-top:20px;

	background:transparent url("../../images_public/contents/column_bg.gif") repeat-y left top;
	border-bottom:1px solid #fff;
}
#contents .column.noparallel {
	background:none;
}
#contents .column h4 {
	margin:0;
	padding:0;
}
#contents .column .contents {
	margin-bottom:20px;
	padding:10px 15px;

	background:#EEF3F3;
}
#contents .column .contents img {
	float:right;
	margin:0 0 5px 5px;
}
#contents .column .contents p {
	margin:0;
}
#contents div.left {
	float:left;
	width:329px;
}
#contents div.right {
	margin:0 0 0 356px;
	width:329px;
}
/* Tricky for the strange left padding of a floating element on IE Win */
html>body #contents div.right {margin-left:359px;}