@charset "euc-jp";
@import url(base.css);
@import url(bottom.css);
@import url(contactform.css);

/*itemOutline*/
#itemOutline{
	background: #f5f9ff;
	background: #ffffff;
/*	background: url(../img/bk_text.gif) repeat; */
	border: solid 1px #f0f6ff;
	border: solid 0px #000000;
	padding: 10px;
	width: 718px;
	float: left;
	margin: 0 0 10px;
}
/*itemPhoto*/
#itemPhoto{
	width: 185px;
	float: left;
	text-align: center;
}
#itemPhoto div{
	width: 180px;
	border: solid 1px #666666;
	vertical-align: middle;
}
#itemPhoto table tr td{
	padding: 0;
	width: 58px;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #666666;
}
#itemPhoto table tr td img{
	width: 55px;
}

#itemText{
	float: right;
	padding: 10px 10px 10px;
	margin-bottom: 10px;
	width: 500px;
	border: solid 1px #d9d9d9;
	border: solid 0px #000000;
	background: #ffffff;
}
#itemText h2{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #bfbfbf;
	margin: 0 0 7px;
	background: none;
	padding: 0;
}
#itemText ul{
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
#itemText ul li{
	text-indent: -1em;
	padding-left: 1em;
}
#itemText #url_link {
	color: #000000;
	padding: 3px 0px;
}
#itemText #caution {
	color: #ff0000;
	padding: 3px 0px;
}
#itemText #campaign {
	color: #ff0000; 
	padding: 3px 0px;
}
/*messageMemberReg*/
#messageMemberReg {
	clear: both;
	text-align: center;
	padding: 0px;
	padding-bottom: 10px;
}

/*messageAdd*/
#messageAdd {
	clear: both;
	background: url(../img/bg_message_add_btm.gif) no-repeat 0 bottom;
	margin-bottom: 10px;
}
#messageAdd .innerBg{
	background: url(../img/bg_message_add_top.gif) no-repeat 0 top;
	padding: 9px;
}
#messageAdd p{
	font-weight: bold;
	margin: 0;
	background: url(../img/ico_message_add.gif) no-repeat 0 center;
	padding-left: 28px;
}


