@charset "shift_jis";


/* ------------------------------------------------------------------
	#contents コンテンツ設定
--------------------------------------------------------------------- */

/* リストアイテム ==================================================== */
.item {
	margin: 5px 0;
	position: relative;
}

/* ------------------------------------------------------------------
	角丸定義 curvycorner.js
--------------------------------------------------------------------- */
.corner-box2 {
	border: 2px solid #A1C3D4;
	background-color: #fff;/*f5f4ed*/
	margin-top:20px;
}

* html .corner-box2 {
	border: 1px solid #A1C3D4;
	background-color: #fff;
	margin-top:20px;
}

/* タイトル --------------------------------------------------------- */
.itemHeader {
	position: relative;
	background-color:#A1C3D4;
	height: 32px;
	line-height: 32px;
}

.itemHeader .checkbox {
	float: left;
	display: inline;
	width: 32px;
	height: 32px;
	text-align: center;
}

.itemHeader h3 {
	padding-left: 37px;
	padding-top:3px;
	font-size: 13px;
	font-weight:bold;
}

.itemHeader input {
	vertical-align: middle;
}

/* --------------------------------------- */
/* @IE6 */
* html .itemHeader input {
	margin-top: 0.5em;
}

/* @IE7 */
*:first-child+html .itemHeader input {
	margin-top: 0.5em;
}
/* --------------------------------------- */

/* フロートアイテム ------------------------------------------------- */
.itemContent {
}

/* 画像 ------------------------------------------------------------- */
.photo {
	float: left;
	text-align: left;
}

/* @IE6 */
* html .photo {
}

.photo img.photos {
	margin: 10px;
	padding: 2px;
	border: 1px solid #555;
}


/* コンテンツ ------------------------------------------------------- */

.itemContent p.comment {
	width: 360px;/*440*/
	float: right;
	margin-top:5px;
	line-height:12pt;
}

.itemContent .data {
	width: 360px;/*440*/
	float: right;
}

.itemContent .data dl {
	width: 360px;/*440*/
	padding-top: 10px;
}

.itemContent .data dt {
	margin-bottom: 2px;
	float: left;
	width: 60px;
	min-height: 25px;
	color: #333;
	font-weight: bold;
	background-image: url("../../datas/images/icon2.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.itemContent .data dd {
	margin-left: 60px;
	margin-bottom: 2px;
	padding-left: 10px;
	min-height: 25px;
}

.itemContent .data dt.photoData {
	!important;
	color: #555;
	background-image: url("../../datas/images/icon2.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

/* @IE6 */
* html .itemContent .data {
	
}

* html .itemContent .data dt {
	width: 60px;
	height: 25px;
}

* html .itemContent .data dd {
	height: 25px;
}

/* アクション ------------------------------------------------------- */
ul.action {
	position: absolute;
	right: 0px;
	top: 3px;
}

ul.action li {
	margin-right: 10px;
	float: left;
	width: 80px;
	height: 25px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.action li a {
	display: block;
	width: 80px;
	height: 25px;
}

ul.action li a {
	background-image: url("../../datas/images/icon.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

ul.action li a:hover {
	background-image: url("../../datas/images/icon.gif");
	background-repeat: no-repeat;
	background-position: left -25px;
}

ul.action li a:active {
	background-image: url("../../datas/images/icon.gif");
	background-repeat: no-repeat;
	background-position: left -50px;
}

.action li span{
	background-image: url("../../datas/images/icon4.gif");
	background-repeat: no-repeat;
	background-position: left top;
	color: #8E0000;
	display: block;
	width: 80px;
	height: 25px;
	font-weight:bold;
}

#page{
	margin-top:20px;
	text-align:center;
}

p#menus a{
	background-image: url("../../datas/images/icon5.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	height:14px;
}

p#menus2 a{
	background-image: url("../../datas/images/icon3.gif");
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 20px;
  padding-left:20px;
	/*height:14px;*/
  /*090727*/
  font-size: 18px;
}
/*090727*/
#Ltop #Ltitle{
	font-size:20px;
	color:#FF3900;/*156D97*/
	padding-top:28px;
	font-weight:bold;
}
#Ltop h2{
	font-size:20px;
	color:#FF3900;/*156D97*/
	padding-top:28px;
	font-weight:bold;
}

#check_botton{
	text-align:right;
	width:550px;
}

.down{
	vertical-align:middle;
	margin-left:10px;
	margin-top:10px;
}

.other{
	vertical-align:middle;
}