@charset "utf-8";
/* CSS Document */


/*-- ヘッダー追加設定 --*/
div#header div.menu ul li.example {
	background : url(../../common/img/header_menu_example_on.png) left top no-repeat ;
}

div#header div.menu ul li.example a {
	display : none ;
}


/*-- 右カラム追加設定 --*/
div#example div.list {
	padding : 10px 0 0 10px ;
	width : 360px ;
	float : left ;
}

div#example div.list h4 {
	border-top : solid 1px #ffc4a0 ;
	border-right : solid 1px #ffc4a0 ;
	border-left : solid 1px #ffc4a0 ;
}

div#example div.list p {
	border-right : solid 1px #ffc4a0 ;
	border-bottom : solid 1px #ffc4a0 ;
	border-left : solid 1px #ffc4a0 ;
	padding : 10px ;
	height : 200px ;
}

div#example div.list p img.pict {
	display : block ;
	float : left ;
}

div#example div.list p strong.title {
	margin-left : 160px ;
	font-size : 14px ;
	line-height : 20px ;
	display : block ;
}

div#example div.list p span.text {
	margin-left : 160px ;
	padding : 6px 0 ;
	height : 144px ;
	font-size : 12px ;
	line-height : 18px ;
	color : #666666 ;
	display : block ;
}

div#example div.list p span.button {
	margin-left : 160px ;
	height : 24px ;
	text-align : center ;
	font-size : 12px ;
	line-height : 24px ;
	background-color : #ffe8c8 ;
	color : #ff7000 ;
	display : block ;
}

div#example div.list p a {
	text-decoration : none ;
}

div#example div.list p a:hover span.button {
	background-color : #cc6666 ;
	color : #ffffff ;
}

