@charset "utf-8";

/* トップEージスタイル
----------------------------------------------------------- */
div#wrap div#pagetop {
	display: none;
}


/* ビジュアルスタイル
----------------------------------------------------------- */
div#visual {
	background: url(../images/bg_visual.jpg) 0 0 repeat-x;
	height: 282px;
	margin: 0 0 20px 0;
}

div#visual h2 {
	background: url(../images/bg_inner_visual.png) 0 0 no-repeat;
	width: 940px;
	_width: 946px;
	padding: 0 3px;
	margin: 0 auto;
	text-align: left;
}



/* コンチEチEタイル
----------------------------------------------------------- */
div#contents {
	width: 940px;
	text-align: left;
	margin-bottom: 45px;
	background: none;
	overflow: hidden;
}

* html body div#contents {
	display: inline-block;
}

div#main {
	float: right;
	width: 700px;
	min-height: 0;
	margin: 0;
}

* html body div#main {
	height: auto;
}


/* コンチEチEタイル追加部分★★
------------------------------------------------------ */
/* pickup追加部分 */

div#main div#pickup {
	width: 700px;
}

div#main div#pickup tr td h4{
	font-weight: bold;
	color:#369;
	font-size:13px;
	padding-bottom:10px;
}

/* pickup追加部分(詳細ボタン) */
div#main div#pickup tr td div.btn p {
	float: left;
	margin: 0 6px 0 0;
}


div#main div#pickup table{
	width:700px;
}

div#main div#pickup tr td{
	width:300px;
	padding:20px;
	font-size: 12px;
	background: url(../common/images/i_line01.gif) 0 100% repeat-x;
}


div#picture_pickup{
	width:100px;
	height:100px;
	padding:10px;
	float:left;
	clear:both;	
}
div#btn001{
	width:180px;
	float:right;
}









/* サイドライトスタイル(今はreft)
----------------------------------------------------------- */
div#side_right {
}

div#side_right p {
	margin-bottom:8px;
	}

div#side_right p a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


/* new */
div#new {
	width: 200px;
	background: url(../images/bg_new_bottom.gif) 0 bottom no-repeat;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
}

div#new div#new_title {
	height: 29px;
}

div#new div#new_title p {
	position: relative;
	top: -21px;
	left: 151px;
}

* html body div#new div#new_title p {
	margin: 0 0 -21px 0;
}

div#new div#new_title p a {
	display: block;
	width: 43px;
	height: 16px;
	background: url(../images/btn_history.gif) 0 0 no-repeat;
}

div#new div#new_title p a:hover {
	background: url(../images/btn_history_on.gif) 0 0 no-repeat;
}

div#new div#new_title p a img {
	display: none;
	font-size: 0;
	line-height: 0;
}

div#new ul {
	width: 194px;
	_width: 200px;
	height: 195px;
	margin: 3px 0 0 0;
	padding: 0 0 0 6px;
	overflow: auto;
}

div#new ul li {
	width: 175px;
	padding: 0 0 10px 0;
	margin: 0 0 8px 0;
	background: url(../common/images/i_line01.gif) 0 bottom repeat-x;
}

div#new ul li span {
	display: inline-block;
	padding: 0 65px 0 0;
	margin: 0 0 3px 0;
}

div#new ul li span.media {
	background: url(../common/images/ico_media.gif) center right no-repeat;
}

div#new ul li span.info {
	background: url(../common/images/ico_oshirase.gif) center right no-repeat;
}

div#new ul li span.item {
	background: url(../common/images/ico_shinseihin.gif) center right no-repeat;
}

div#new ul li span.event {
	background: url(../common/images/ico_event.gif) center right no-repeat;
}

div#new ul li a {
	display: block;
	padding: 0 0 0 12px;
	line-height: 1.3;
	background: url(../common/images/i_arrow01.gif) 0 4px no-repeat;
}

div#new ul li a:link,
div#new ul li a:visited,
div#new ul li a:active {
	color: #666666;
	text-decoration: underline;
}

div#new ul li a:hover {
	color: #666666;
	text-decoration: none;
}








/* サイドスタイル
----------------------------------------------------------- */
div#side {
	width: 200px;
}

div#side div#side_bnr ul {
	padding: 0 0 4px 0;
}



/* side_inquiry */
div#side div#side_inquiry {
	background: url(../images/bg_inquiry_inner.gif) 0 0 repeat-y;
}

div#side div#side_inquiry h3 {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

div#side div#side_inquiry div {
	padding: 9px 10px;
	background: url(../images/bg_inquiry_bottom.gif) 0 bottom no-repeat;
}

div#side div#side_inquiry p {
	font-size: 85%;
}

div#side div#side_inquiry p span {
	font-weight: bold;
}

div#side div#side_inquiry p#btn_side_inquiry {
	margin: 5px 0 0 16px;
}

div#side div#side_inquiry p#btn_side_inquiry a {
	display: block;
	width: 148px;
	height: 22px;
	background: url(../images/btn_inquiry.jpg) 0 0 no-repeat;
}

div#side div#side_inquiry p#btn_side_inquiry a:hover {
	background: url(../images/btn_inquiry_on.jpg) 0 0 no-repeat;
}

div#side div#side_inquiry p#btn_side_inquiry a img {
	display: none;
	line-height: 0;
	font-size: 0;
}






