@charset "EUC-JP";

@import "/r_css/imports.css";
@import "/r_css/parts/cmslist.css";
@import "/r_css/parts/snswidget.css";

/*----------------------------------------------------------------
	
	xxx CSS
	
	contents
	
	topicPath
	
	contentsHeader
	
	contentsContainer
	
	contentsFooter
	
	
	----------------------------------------------------------------*/


/* contents
========================================== */
#contents{
}

/* topicPath
========================================== */
.topicPath{
	margin-bottom: 10px;
}
.topicPath ul{
}
.topicPath li{
	padding: 0 4px 0 0;
	background-position: 0 4px;
	list-style: none;
	display: inline;
}


/* contentsHeader
========================================== */
.contentsHeader{
	width:715px;
	position:relative;
}
.contentsHeader h1{
	font-weight:bold;
	margin-bottom:10px;
}

.contentsHeader .read{
	float:left;
	width:362px;
	height:270px;
	background:#ffe0e3;
}
.contentsHeader .read p{
	padding:5px 10px 0;
}
.contentsHeader .container{
	float:right;
	width:353px;
}


.contentsHeader .container{
	position:relative;
}
.contentsHeader .container .shoulder{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
.contentsHeader .container .profile{
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	width:116px;
	height:30px;
	background:#FFF;
	text-align:right;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*for IE7*/
*:first-child+html .contentsHeader .container .profile strong{
	position:absolute;
	bottom:0;
	left:0;
}


*html .contentsHeader .container .profile strong{
	position:absolute;
	bottom:0;
	left:0;
}
.contentsHeader .container .profile strong{
	display:block;
	position:absolute;
	top:7px;
	left:5px;

}
.contentsHeader .container .profile strong img{
	vertical-align:middle;
	margin:2px;
	
}


/*fadeImg*/
#fadeImg{
   width:353px;
   height:270px;
   overflow:hidden;
   position:relative;
}
#fadeImg img{
   position:absolute;
}

/*SNS*/
.contentsHeader .snsWidget{
	position:absolute;
	right:0;
	top:-10px;
}




/* contentsContainer
========================================== */
.contentsContainer{
	width:715px;
	padding:15px 0;
	clear:both;
}

/*メニュー（CSSspriteロールオーバー）
--------------------------------*/
#cntMenu{
	margin-bottom:15px;
}
#cntMenu:after{
	display: block;
	clear: both;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
	font-size: 0.1em;
	content: ".";
}
#cntMenu li{
	display: inline;
	float: left;
}
#cntMenu li.menu01 {
	margin-left: 0;
}

#cntMenu li a{
	display: block;
	width: 357.5px;
	height: 50px;
	overflow: hidden;
	background: #FFF url(../img/menu.jpg) no-repeat;
	text-indent: -9999px;
}
#cntMenu li.menu01 a {
	background-position: 0  0;
}
#cntMenu li.menu02 a {
	background-position: -357.5px 0;
}



/*section*/
.contentsContainer .section{
	width:703px;
	background:#ffedf0;
	border:1px solid #fa6478;
	margin:10px 5px;
}

.contentsContainer .section .title{
	background:#fa6478;
}
.contentsContainer .section .title h2{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	line-height:2;
	padding-left:10px;
}
.contentsContainer .section ul.img{
	width:670px;
	margin:15px auto;
}
.contentsContainer .section ul.img li{
	display:inline;
	width:160px;
	margin-left:6px;
}
.contentsContainer .section ul.img li.first{
	margin-left:0px;
}

.contentsContainer .section .profile{
	width:650px;
	padding:10px;
	margin:15px auto;
	background:#FFF;
}
.contentsContainer .section .profile strong{
}
.contentsContainer .section .profile strong p{
}

.contentsContainer .section .viewWrap{
	width:672px;
	margin:15px auto;
}
.contentsContainer .section .viewWrap:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
.contentsContainer .section .viewWrap strong{
	display:block;
	margin:4px 0;
}
.contentsContainer .section .viewWrap strong + img{
	margin-left:45px;
}
.contentsContainer .section .viewWrap .btn{
	float:left;
	display:block;
	width:201px;
	padding:5px 10px;
	margin-left:2px;
	background:#fac3ca;
}
.contentsContainer .section .viewWrap .btn img.viewBtn{
	float:right;
}

.contentsContainer .section .honpen{
	clear:both;
	display:block;
	width:642px;
	border:3px solid #fa6478;
	padding:10px;
	margin:15px auto;
	background:#FFF;
	position:relative;
}
.contentsContainer .section .honpen .btnArea{
	position:absolute;
	top:15px;
	right:15px;

}
.contentsContainer .section .honpen .btnArea ul{
}
.contentsContainer .section .honpen .btnArea ul li{
	display:inline;
}


.contentsContainer .archiveContents{
	background:#ede6ec;
	border:1px solid #bf73af;
	margin:10px 5px;
	padding-bottom:15px;
}

.contentsContainer .archiveContents .title{
	background:#bf73af;
}
.contentsContainer .archiveContents .honpen{
	border:3px solid #bf73af;
	margin:0 auto -3px;;
}
.contentsContainer .archiveContents .honpen strong{
	font-size:12px;
}
.contentsContainer .archiveContents .honpen .btnArea{
	position:absolute;
	top:5px;
	right:15px;

}

.contentsContainer .other{
	clear:both;
	display:block;
	width:689px;
	border:3px solid #fa6478;
	padding:10px;
	margin:15px auto;
	background:#faedef;
	position:relative;
	color:#fa6478;
	font-weight:bold;
	text-align:center;
}

.copyright{
	text-align:right;
	font-size:10px;
}
