/* CSS Document */

/* 2.Body
-------------------------------------------------------- */
html{
	overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	font-family:"Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-size:12px;
	line-height:1.6;
	background-color:#fff;
	color:#323232;
}
sup {
	font-size:10px;
}
/* 3.Layout
-------------------------------------------------------- */
#head {
	width:950px;
	margin:0 auto 10px auto;
	padding:0;
	background:url(../images/head_back.jpg) repeat-x top left;
	height:117px;
}

#head h1 {
	float:left;
	margin:33px 0 0 5px;
	padding:0;
}

#Gnavi {
	width:950px;
	margin:0 auto 15px auto;
	padding:0;
}

#Gnavi ul {
    display:table;
	margin:0 !important;
	padding:0 !important;
}

#Gnavi li{
	display:inline-block;
    *display:inline;
    *zoom:1;
	margin:0 10px 0 0;
	padding:0 !important;
	color:#FFFFFF;
}

#pageTopArea {
	height:32px;
	background:url(../images/bottom_gradation.png) bottom center repeat-x;
	padding:60px 0 0 0;
}

#pageTopArea div {
	width:950px;
	text-align:right;
	margin:0 auto;
}

#fotterArea {
	background:#69BE83;
	padding:20px 0 15px 0;	
}

#fotterArea div {
	width:950px;
	margin:0 auto;
}

#fotterArea table {
	width:910px;
	margin:0 auto 20px auto;
}

#fotterArea table td {
	border-right:dashed 1px #A5D8B5;
	vertical-align:top;
	padding:0 20px;
}

#fotterArea div p {
	text-align:center;
	font-size:10px;
	color:#fff;
}

#fotterArea div li {
	list-style:none;
	font-size:12px;
	color:#fff;
	letter-spacing:-0.05em;
	padding:0 0 5px 0;
}

#fotterArea div li a {
	color:#fff;
}

#fotterArea div li img {
	margin:0 4px 0 0 !important;
	padding:0;
	vertical-align:middle;
}

#backlist {
	width:850px;
	margin:0 auto 10px auto;
	padding:10px 0 0 0;
	text-align:right;
	font-size:11px;
}

#backlist a {
	color:#68BE83;
	text-decoration:underline;
}

#contentArea {
	width:850px;
	margin:0 auto 30px auto;
	padding:0;
	font-size:14px;
}

#contentArea h2 {
	margin:0 0 20px 0;
	padding:0 0 0 18px;
	background:url(../images/obi_back.png) bottom center no-repeat;
	width:832px;
	height:66px;
}

.comment {
	width:810px;
	margin:0 auto 50px auto;
	font-size:14px;
}

.contentButton {
	width:812px;
	margin:0 auto 0 auto;
	padding:0 0 0 1px;
}

.contentButton a {
	margin:0 30px 40px 0;
	padding:0;
	display:block;
	float:left;
}

.contentButton a img {
	margin:0;
	padding:0;
}

.contentEat {
	width:780px;
	margin:10px auto 0 auto;
	padding:15px;
	border-radius:10px;		/* CSS3草案 */
	-webkit-border-radius:10px;	/* Safari,Google Chrome用 */
	-moz-border-radius:10px;	/* Firefox用 */
}

.contentEat p {
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
}

.detailArea {
	width:810px;
	margin:0 auto 0 auto;
	padding:10px 0 0 0;
}

.detailLeft {
	width:471px;
	margin:0;
	padding:27px 15px 27px 15px;
	float:left;
	background:url(../images/detail_line.jpg) top center repeat-y;
	/*line-height:220%;*/
	line-height:192%;
}

.detailLeft a, .detailLeft2 a {
	color:#68BE83;
	text-decoration:underline;
}

.detailRight {
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
	float:left;
}

.detailLeft2 {
	width:780px;
	margin:0;
	padding:27px 15px 27px 15px;
	/*float:left;*/
	background:url(../images/detail_line.jpg) top center repeat;
	/*line-height:220%;*/
	line-height:192%;
}

/* 4.top
-------------------------------------------------------- */
.topMain {
	width:950px;
	height:549px;
	margin:0 auto 23px auto;
	background:url(../images/top_image_bottom.jpg) bottom center no-repeat #fff;
}

.topMain p {
	margin:0 auto;
	width:950px;
}

.topContent {
	width:950px;
	margin:0 auto;
	padding:0;
}

.topRakuyo {
	width:390px;
	background:#E2EFC4;
	margin:0 10px 0 0;
}

.topRakuyo p.topRakuyoT {
	width:350px;
	height:123px;
	margin:0 auto;
}

.topRakuyo p.topRakuyoB {
	width:350px;
	height:13px;
	margin:0 auto;
}

.topKankitsu {
	width:390px;
	background:#FEE2BA;
	margin:0;
}

.topKankitsu p.topKankitsuT {
	width:350px;
	height:123px;
	margin:0 auto;
}

.topKankitsu p.topKankitsuB {
	width:350px;
	height:13px;
	margin:0 auto;
}


/**20130110追記**/
.topNewsT {
	background:url(../images/top_news.jpg) top center repeat;
	width:100%;
	height:36px;
	margin:0 0 15px 0;
}

.topNewsT h2 {
	margin:11px 0 0 19px;
	float:left;
}

.topNewsT p {
	margin:13px 14px 0 0;
	float:right;
}

.topNewsList {
	width:calc(100% - 20px);
	margin:0 auto 0 10px;
	padding:2px 0px 2px 0px;
	background:url(../images/detail_line.jpg) top center repeat;
	line-height:192%;
	font-size:14px;
}

.topNewsList dl {
	width:calc(100%);
	margin:0;
	padding:0;
	overflow: hidden;
}

.topNewsList dl dt {
	clear:left;
	float:left;
	width:90px;
	margin:0 0 0 0;
	padding:0 10px 0 10px;
}

.topNewsList dl dd {
	width:660px;
	margin:0 0 0 110px;
	padding:0 10px 0 10px;
}

.topNewsList span, .newsAreaList span {
	color:#f00;
	font-weight:bold;
}

.topNewsList a {
	color:#68BE83;
	text-decoration:underline;
}

.cpbtn {
	margin-bottom:40px;
	text-align:center;
}

.cpbtn a:hover {
	opacity:0.7;
}


/* 5.柑橘
-------------------------------------------------------- */
.kankitsuEat {
	background:#FDF3E1;
	border:solid 1px #EFA424;
}

.kankitsuEat p {
	color:#EFA424;
}

.kankitsudetail span {
	color:#EFA424;
}

.kankitsudetail {
	margin-right:40px !important;
}

/* 5.りんご一覧
-------------------------------------------------------- */
.appleEat {
	background:#FCE3E6;
	border:solid 1px #E4001F;
}

.appleEat p {
	color:#E4001F;
}

.appledetail span {
	color:#E4001F;
}

.appledetail {
	margin-right:40px !important;
}


/* 6.もも一覧
-------------------------------------------------------- */
.peachEat {
	background:#FDF1F7;
	border:solid 1px #EC85B4;
}

.peachEat p {
	color:#EC85B4;
}

.peachdetail span {
	color:#EC85B4;
}

.peachdetail {
	margin-right:40px !important;
}


/* 7.ぶどう一覧
-------------------------------------------------------- */
.grapeEat {
	background:#FDF1F7;
	border:solid 1px #A775B0;
}

.grapeEat p {
	color:#A775B0;
}

.grapeEat img {
	width:751px;
	margin:20px 0 20px 14px;
	padding:0;
}

.grapedetail span {
	color:#A775B0;
}

.grapedetail {
	margin-right:40px !important;
}


/* 8.なし一覧
-------------------------------------------------------- */
.pearEat {
	background:#FCF5E9;
	border:solid 1px #E5A83E;
}

.pearEat p {
	color:#E5A83E;
}

.peardetail span {
	color:#E5A83E;
}

.peardetail {
	margin-right:40px !important;
}


/* 9.かき一覧
-------------------------------------------------------- */
.persimmonEat {
	background:#FDF0EC;
	border:solid 1px #ED6D48;
}

.persimmonEat p {
	color:#ED6D48;
}

.persimmonEat img {
	width:751px;
	margin:20px 0 20px 14px;
	padding:0;
}

.persimmondetail span {
	color:#ED6D48;
}

.persimmondetail {
	margin-right:40px;
}


/* 10.キウイ一覧
-------------------------------------------------------- */
.kiwiEat {
	background:#E4F6ED;
	border:solid 1px #09A95F;
}

.kiwiEat p {
	color:#09A95F;
}

.kiwidetail span {
	color:#09A95F;
}

.kiwidetail {
	margin-right:35px;
}



/* 13.マップ
-------------------------------------------------------- */
.map {
	position:relative;
	width:798px;
	margin:0 auto;
	padding:30px 0 0 0;
}

.mapT {
	position:absolute;
	top:210px;
	left:125px;
	font-size:12px;
	line-height:100%;
}

.mapT li a {
	color:#323232;
	text-decoration:underline;
}


/* 00.マイスター
-------------------------------------------------------- */
#meisterArea {
	width:852px;
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
}

#meisterArea table {
	margin:0;
	padding:0;
	border:0;
}

/* 00.みかん広報委員
-------------------------------------------------------- */
#relationsArea {
	width:916px;
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
}

#relationsArea .contentBox1 {
	width:852px;
	margin:0 auto;
}

#relationsArea .contentBox2 {
	width:852px;
	height:822px;
	margin:0 auto 35px auto;
	position:relative;
}

#relationsArea .contentBox2 img {
	position:absolute;
}

#relationsArea .contentBox2 div {
	position:absolute;
	bottom:37px;
	left:84px;
}

#relationsArea .contentBox3 {
	text-align:center;
}

#relationsArea movie {
	margin:0;
	padding:0;
	border:0;
}


/* 00.ニュース
-------------------------------------------------------- */
.newsArea {
	width:810px;
	margin:0 auto 0 auto;
}

.newsArea a {
	color:#68BE83;
	text-decoration:underline;
}

.newsAreaList {
	width:780px;
	margin:0;
	padding:27px 15px 27px 15px;
	/*float:left;*/
	background:url(../images/detail_line.jpg) top center repeat;
	/*line-height:220%;*/
	line-height:192%;
}

.newsAreaList dl {
	width:810px;
	margin:0;
	padding:0;
	overflow: hidden;
}

.newsAreaList dl dt {
	clear:left;
	float:left;
	width:90px;
	margin:0 0 0 0;
	/*padding:0 10px 1000px 10px;*/
	padding:0 10px 0 10px;
	/*margin-bottom:-995px;*/
}

.newsAreaList dl dd {
	width:660px;
	margin:0 0 0 110px;
	/*padding:0 10px 1000px 10px;*/
	padding:0 10px 0 10px;
	/*margin-bottom:-995px;*/
}

#newsLink {
	padding:30px 0 0 0;
}

#newsLink ul {
	text-align:center;
	padding:0 0 10px 0;
}

#newsLink li{
	display:inline-block;
	padding:0 10px;
	/*padding-right:0.2em;
	border-right:solid 1px #CCC;*/
	/display:inline;
	/zoom:1;
	color:#888888;
}

#newsLink li a{
	/*padding:0.5em;*/
	text-decoration:underline;
	color:#68BE83;
}

.newsAreaTime {
	width:110px;
	text-align:center;
	margin:0 0 20px 0;
	padding:0 0 2px 0;
	background:url(../images/time_line.jpg) bottom center repeat-x ;
}


/* 00.動画
-------------------------------------------------------- */
.videoArea {
	text-align:center;
	height:360px;
}

video {
	width:480px;
	height:360px;
}

.videoComment {
	width:600px;
	margin:0 auto;
	text-align:center;
	padding:20px 0 0 0;
}

/* 00.リンク
-------------------------------------------------------- */
.linkeArea {
	width:810px;
	margin:0 auto 0 auto;
}

.linkeArea a {
	color:#68BE83;
	text-decoration:underline;
}

.linkeArea p {
	width:800px;
	margin:0 0 20px 0;
	padding:0 0 2px 10px;
	background:url(../images/time_line.jpg) bottom center repeat-x;
	font-weight:bold;
	font-size:16px;
}

.linkeArea table {
	margin:0 0 0 10px;
	padding:0;
	border:0;
	width:600px;
}

.linkeArea table th {
	margin:0;
	padding:0 0 10px 0;
	border:0;
	width:250px;
	text-align:left;
	
}

.linkeArea table td {
	margin:0;
	padding:0 0 10px 0;
	border:0;
	width:350px;
}

.linkRakuyo {
	color:#00A53A;
}

.linkKankitsu {
	color:#EC5D46;
}



/* 00.組合概要
-------------------------------------------------------- */
.outlineBox {
	width:810px;
	margin:0 auto 0 auto;
	height:350px;
}

.outlineBox a {
	color:#68BE83;
	text-decoration:underline;
}

/* 00.プライバシーポリシー
-------------------------------------------------------- */
.privacyBox {
	width:810px;
	margin:0 auto 50px auto;
}

.privacyBox p {
	margin:0 0 30px 0;
}

.privacyBox h3 {
	font-weight:bold;
	font-size:14px;
}

.privacyBox ul {
	margin:0 0 30px 0;
}

.privacyBox li {
	list-style:disc;
	margin:0 0 0 30px;
}

div.privacyBox dl {
	width:500px;
	clear:both;
	line-height:1.7;
}
div.privacyBox dl dt {
	width:60px;
	float:left;
}
div.privacyBox dl dd {
	width:440px;
	float:left;
}


/* 00.βクリプトキサンチン
-------------------------------------------------------- */
#cryptoxanthin .img {
	text-align:center;
}

#cryptoxanthin #fotterArea {
	margin-top:92px;
}

.cryptoxanthinBox {
	position:relative;
	margin-bottom:-92px;
}

.cryptoxanthinBoxColor {
	background:#FEF8ED;
	width:950px;
	margin:0 auto;
	padding-bottom:92px;
}

.cryptoxanthinPageTopArea {
	position:absolute;
	width:100%;
	bottom:0;
}

.cryptoxanthinContent {
	margin-top:40px;
	background:url(../images/cryptoxanthin_line.png) top center repeat-y;
	line-height:260%;
	font-size:14px;
	padding:0 20px;
}

.cryptoxanthinContent .read {
	text-align:right;
	padding:2px 0 0 0;
}
.cryptoxanthinContent ul {
	padding:2px 0 0 0;
	margin-bottom:34px;
}
.cryptoxanthinContent .content {
	margin-bottom:35px;
}

.cryptoxanthinContent .img {
	margin-bottom:34px;
}


.cryptoxanthinContent .content h3 span {
	width:100%;
	border-left:solid 6px #1AAB4C;
	font-weight:bold;
	padding-left:5px;
}

.cryptoxanthinContent .content.clearfix .text {
	float:left;
	width: 480px;
}

.cryptoxanthinContent .content.clearfix img {
	float:right;
	margin-top:5px;
}


.cryptoxanthinContent .tableTitle {
	font-weight:bold;
	text-align:center;
}

.cryptoxanthinContent table {
	border:solid 2px #ccc;
	border-collapse:collapse;
	width:710px;
	margin:0 auto 53px auto;
	box-sizing:border-box;
}

.cryptoxanthinContent table th {	
	border:solid 2px #ccc;
	border-collapse:collapse;
	background:#C9EBD4;
	padding:5px;
	width:33.3%;
	font-weight:bold;
}
.cryptoxanthinContent table td {	
	border:solid 2px #ccc;
	border-collapse:collapse;
	background:#fff;
	text-align:center;
	vertical-align:top;
	line-height:160%;
	padding:5px;
}

#characterArea{
	width:852px;
	margin:0 auto 0 auto;
}

.movieArea {
	width:700px;
	margin:0 auto 0 auto;
}
.movieBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movieLinkBox {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.movieLink {
  background: #EA7A1F;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}
.movieLink:hover {
  background: rgba(234, 122, 31, 0.7);
}


@media screen and (max-width: 767px) {

#head {
	width:100%;
	height:auto;
	background: url(../images/head_back.jpg) repeat-x bottom left;
	background-size :100% 11.5vw;
	padding-bottom:0.7vw;
}

#head p {
	width:30vw;
}
#head p img {
	width:80%;
	height:auto;
}
#head p.floatR {
	width:18vw;
	text-align:right;
	margin-right:2vw;
}
#head p.floatR img {
	width:50%;
	height:auto;
}

#head h1 {
	width:50vw;
	margin: 5vw 0 0 0;
	text-align:center;
}

#head h1 img {
	width:100%;
	height:auto;
}

#Gnavi {
	width:100%;
}
#Gnavi ul {
    display: flex;
	flex-wrap: wrap;
}
#Gnavi ul li {
	width:25%;
	margin: 0 0 5px 0;
}
#Gnavi img {
	width:100%;
	height:auto;
}

#backlist {
	width:90%;
	margin:0 auto 0 auto;
	font-size:1.2em;
}

#contentArea {
	width:100%;
}
#contentArea h2 {
	width:90%;
	margin:0 auto 20px auto;
	height: auto;
}

.contentButton {
	width:90%;
	margin:0 auto 0 auto;
}

.contentButton a {
	width:48%;
	margin:0 4% 5vw 0 !important;
}

.contentButton a:nth-child(2n) {
	margin:0 0 5vw 0 !important;
}

.contentButton a img {
	width:100%;
	height:auto;
}

.contentEat {
	width:90%;
	margin:20px auto 0 auto;
	box-sizing:border-box;
	font-size:1.15em;
}

.comment {
	width:90%;
	font-size:1.2em;
    margin: 0 auto 30px auto;
}

#pageTopArea {
	width:100%;
}
#pageTopArea div {
	width:100%;
	padding-right:5vw;
	box-sizing:border-box;
}


#fotterArea {
	width:100%;
}

#fotterArea div {
	width:90%;
	margin:0 auto 0 auto;
}

#fotterArea table {
	width:100%;
}
#fotterArea table tbody {
	width:100%;
}
#fotterArea table tbody tr {
	width:100%;
}

#fotterArea table td {
	width: 100% !important;
	display:inline-block;
	border:none;
	padding:0;
}
#fotterArea table td p {
	text-align:left;
}
#fotterArea table td ul {
	margin-left: 0 !important;
	font-size:1.1em;
}
#fotterArea table td ul li {
	font-size:1.1em;
}
#fotterArea table td ul:nth-child(3) {
	margin-left:5vw !important;
}

.outlineBox {
	width:90%;
	margin:0 auto 0 auto;
}

.calender_map {
	width:90%;
	margin:0 auto 0 auto;
	height:auto;
	display:block;
}

.detailArea {
	width:90%;
	margin:0 auto 0 auto;
}
.detailLeft {
	width:100%;
	margin:0 auto 0 auto;
	float:none;
	box-sizing: border-box;
}
.detailLeft2 {
	width:100%;
	margin:0 auto 0 auto;
	float:none;
	box-sizing: border-box;
}
.kankitsudetail {
	margin-right: 0px !important;
}
.detailRight {
	width:100%;
	margin:0 auto 0 auto;
	float:none;
	box-sizing: border-box;
	text-align:center;
}
.map {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 0 0;
    box-sizing: border-box;
}
.map img {
	width: 100%;
    height: auto;
}
.cryptoxanthinBoxColor {
    background: #FEF8ED;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 92px;
}
.cryptoxanthinBoxColor h2 img {
    width: 95%;
}
.cryptoxanthinBoxColor img {
	width: 40%;
    height: auto;
    text-align: center;
}
.cryptoxanthinContent .content.clearfix .text {
    /*float: none;*/
    width: 58%;
    margin: 0 2% 0 auto;
}
.cryptoxanthinContent .img {
    margin-bottom: 26px;
}
.cryptoxanthinContent .img img {
    width: auto;
    height: 158px;
}
.cryptoxanthinContent table {
	width:100%;
	margin: 0 auto 53px auto;
}
.cryptoxanthinContent .content.clearfix img {
    /*float: none;*/
    margin-top: 5px;
}
.cryptoxanthinBoxColor h2 +  .img img {
    width: 95% !important;
    height: auto !important;
}

#characterArea{
	width:90%;
	margin:0 auto 0 auto;
}
#characterArea img{
	width:100%;
}


.topMain {
	width:100%;
	height:auto;
	margin:0 auto 23px auto;
	background:url(../images/top_image_bottom.jpg) bottom center no-repeat #fff;
}

.topMain p {
	margin:0 auto;
	width:100%;
}

.topContent {
	width:100%;
	margin:0 auto;
	padding:0;
}

.topRakuyo {
	width: 90%;
    margin: 0 auto 5vw auto;
    box-sizing: border-box;
    float: none;
}
.topRakuyo img {
	width:100%;
	height:auto !important;
}
.topRakuyo p.topRakuyoT {
	width:90%;
    margin: 0 auto;
	font-size:1.2em;
    box-sizing: border-box;
	height:auto;
}
.topRakuyo p.topRakuyoB {
	width:90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top:10px;
    height: auto;
}
.topRakuyo p.topRakuyoB img {
	width:100px;
}

.topKankitsu {
	width: 90%;
    margin: 0 auto 5vw auto;
    box-sizing: border-box;
    float: none;
}
.topKankitsu img {
	width:100%;
	height:auto !important;
}
.topKankitsu p.topKankitsuT {
	width:90%;
    margin: 0 auto;
	font-size:1.2em;
    box-sizing: border-box;
	height:auto;
}
.topKankitsu p.topKankitsuB {
	width:90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top:10px;
    height: auto;
}
.topKankitsu p.topKankitsuB img {
	width:100px;
}
.topKankitsu + .floatR {
	width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    float: none;
    text-align:center;
}
.linkeArea {
    width: 90%;
    margin: 0 auto 0 auto;
}
.linkeArea p {
    width: 90%;
    margin: 0 auto 20px auto;
}

.linkeArea table th {
    margin: 0;
    padding: 0 0 0 0;
    border: 0;
    width: 100%;
    text-align: left;
    display: block;
}
.linkeArea table td {
    margin: 0;
    padding: 0 0 20px 0;
    border: 0;
    width: 100%;
    display: block;
}
.privacyBox {
    width: 90%;
    margin: 0 auto 50px auto;
}
.mapT {
    position: absolute;
    top: 0vw;
    left: 0vw;
    font-size: 12px;
    line-height: 100%;
    padding: 4vw 6vw 1vw 6vw;
    background: #D3EBDB;
    border: solid 2px #69BE83;
    display: block;
}
.mapT li {
    margin-bottom:3vw !important;
}
.movieArea {
	width:90%;
	margin:0 auto 0 auto;
}
.newsArea {
    width: 90%;
    margin: 0 auto 0 auto;
}

.newsArea img {
    width: 100%;
    height: auto;
}
.newsAreaList {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}
.newsAreaList dl {
    width: 100%;
    margin: 0 auto;
}
.newsAreaList dl dt {
    clear: none;
    float: none;
    width: 100%;
    margin: 0 0 0 0;
}
.newsAreaList dl dd {
    width: 100%;
    margin: 0 0 0 0;
}
.topNewsT {
    width: 90%;
    margin: 0 auto 15px auto;
}
.topNewsList {
    width: 90%;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
}

.topNewsList dl {
    width: 100%;
    margin: 0 auto;
}
.topNewsList dl dt {
	clear: none;
    float: none;
    width: 100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
}
.topNewsList dl dd {
    width: 100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
}
#contentArea.newsTitle h2 {
    padding: 0 0 2px 0;
}
#contentArea.newsTitle h2 p {
	padding: 23px 0 0 18px;
    background: url(../images/obi_back_2.jpg) top center no-repeat;
}
#contentArea h2 img {
	margin-bottom: 15px;
}
}