@charset "EUC-JP";

@import "/r_css/imports.css";

/*----------------------------------------------------------------
	
	xxx CSS
	
	1.contents
	
	2.contentsHeader
	
	3.contentsWrapper
	
	4.contentsFooter
	


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

/* 1.contents
========================================== */
#contents{
}

/* 2.contentsHeader
========================================== */
.contentsHeader{
}
.contentsHeader h1{
}

/* 3.contentsWrapper
========================================== */
.contentsContainer{
	background:#9ae4e8;
}

.contentsContainer .section .unit a{
	color:#32cbff;
}
.contentsContainer:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
.contentsWrapper{
	width:715px;
	background:url(../img/bg.gif) repeat-y;
	padding-bottom:10px;
}
.contentsWrapper .section{
	width:715px;
	background:url(../img/top_unit.gif) repeat-y;
	padding-top:8px;
	margin-bottom:20px;
}
.contentsWrapper .section:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
.contentsWrapper .section .unit{
	width:715px;
	background:url(../img/btm_unit.gif) no-repeat;
	background-position: left bottom;
	padding-bottom:4px;
}
.contentsWrapper .section .unit .wrapper{
	width:715px;
	background:url(../img/bg_unit.gif) repeat-y;
}
.contentsWrapper .section .unit .wrapper:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
.contentsWrapper .section .unit .img{
	float:left;
	display:inline;
	width:219px;
}
.contentsWrapper .section .unit .img img{
	margin-left:30px;
}
.contentsWrapper .section .unit .txt{
	float:left;
	display:inline;
	width:436px;
}
.contentsWrapper .section .unit .txt p{
	margin:0 30px;
}
.contentsWrapper .section .unit .txt p strong{
	display:block;
}
.contentsWrapper .link{
	text-align:right;
	margin:-15px 30px 10px 0;
}
.tweet{
	text-align:center;
	margin:0 0 30px;
}

/* 4.contentsFooter
========================================== */
.contentsFooter{
}
