﻿@charset "utf-8";

/*------------------------------------------------------------

site : 恋時雨　コイシグレ
file : /common/css/news.css

------------------------------------------------------------*/

/*============================================================
div#newsContainer
============================================================*/
#newsContainer{
position:relative;
width:640px;
height:351px;
text-align:left;
background:#f8f5e7;
}

/*============================================================
div#newsHeader
============================================================*/
#newsContainer #newsHeader{
position:absolute;
top:0;
left:3px;
width:620px;
height:41px;
background:url(../../news/images/bg_contentsHeader.gif) no-repeat 0 0;
}

#newsContainer #newsHeader h2.news{
position:absolute;
top:0;
right:0;
width:82px;
height:30px;
text-indent:-9999px;
background:url(../../news/images/h2_sub_ttl.gif) no-repeat 0 0;
}

/*============================================================
div#contents
============================================================*/
#newsContainer #newsContents{
overflow-y:auto;
overflow-x:hidden;
position:absolute;
top:41px;
left:3px;
width:621px;
height:280px;
margin:0 0 0 0;
padding:15px 0 0 0;
background:#f8f5e7 url(../../news/images/bg_contentsMiddle.gif) repeat-y 0 0;
}


/*
div.profileBox
------------------------------------------------------------*/
#newsContainer .newsBox{
width:550px;
margin:0 0 0 35px;
padding:0 0 20px 0;
}

#newsContainer .newsBox p{
margin:10px 0 0 0;
padding:0 0 0 0;
line-height:1.65em;
}

#newsContainer .newsBox .newsTitle{
width:555px;
padding:0 0 6px 0;
background:url(../../news/images/bg_news_ttl.gif) no-repeat left bottom;
}
#newsContainer .newsBox .newsTitle h3.ttl{
float:left;
width:440px;
color:#942931;
font-size:108%;
line-height:1.4em;
}

#newsContainer .newsBox .newsTitle p.deta{
float:right;
width:70px;
font-weight:bold;
margin:0 0 0 0;
padding:0 10px 0 0;
}

#newsContainer .newsBox img.ftR{
float:right;
margin:12px 0 10px 15px;
}



/*
div#contentsFooter
------------------------------------------------------------*/
#newsContainer #newsFooter{
position:absolute;
top:321px;
left:3px;
width:622px;
height:30px;
text-align:right;
background:#f8f5e7 url(../../news/images/bg_contentsFooter.gif) no-repeat 0 0;
}

#newsContainer #newsFooter img{
padding:5px 2px 0 0;
}



/*
div.photoBox メインビジュアルのみ
------------------------------------------------------------*/
.photoBox{
width:444px;
height:600px;
text-align:center;
background:#000;
}

.photoBox .btn{
width:444px;
height:30px;
text-align:right;
}
.photoBox .btn img{
padding:10px 10px 0 0;
}
