@charset "UTF-8";
/* ----------------------------------------------------------------------
	persona labo
	top page CSS
		* 	= 1 = firstblock style
		* 	= 2 = secondblock style
		* 	= 3 = jissenblock style
		* 	= 4 = bangaiblock style
---------------------------------------------------------------------- */

/* 	= 1 = firstblock style
---------------------------------------------------------------------- */

#innerwrap {
	background:url(../index_images/top_bg.gif) no-repeat 463px 7px;
}
#firstblock {
	height: 153px;
}
#firstblock p {
	margin: 2px 0 20px;
	color: #000;
	line-height: 1.3;
}


/* 	= 2 = secondblock style
---------------------------------------------------------------------- */
#whatsnew {
	border: 1px #ccc solid;
	padding: 5px;
}
#whatsnew h3 {
	line-height: 0;
}
#whatsnew ul {
	margin-top: 5px;
}
#whatsnew li {
	font-size: 12px;
	line-height: 1.54;
}
#whatsnew li.new {
	padding-left: 28px;
	background:url(../index_images/index_icon.gif) no-repeat 6px 5px;
}
#whatsnew li a {
	color: #36f;
}
#secondblock .rightcol {
	background: #000;
	width: 406px;
	position: relative;
}
#secondblock .rightcol span{
	position: absolute;
	  top: 28px;
	  left: 245px;
}
#secondblock .rightcol span a{
	color: #f00;
	line-height: 1.54;
}
ul#member li {
	display: inline-block;
	width: auto;
	height: 20px;
	padding: 0 20px 0 16px;
	background: url(../index_images/index_icon.gif) #000 no-repeat 0 -38px;
	line-height: 15px;
}
ul#member li a {
	color: #fff;
	font-weight: bold;
}
/* 	= 3 = jissenblock style
---------------------------------------------------------------------- */
.jissenblock h2 {
	clear:both;
	margin-top: 24px;
	line-height: 0;
	position: relative;
}
.jissenblock h2 span.adds{
	position: absolute;
	  top: 6px;
	  left: 620px;
	line-height: 1;
}
.jissenblock h2 span.adds a.retweet span {
	margin: 0;
	padding:0 3px;
	background-color: #0CF;
	border-color: #39F;
	font-size:10px;
}
#innerwrap .jissenblock h2 span.adds a:link, 
#innerwrap .jissenblock h2 span.adds a:visited {
	text-decoration: none;
}
/* 基本 */
.jissenblock dl.leftcol, 
.jissenblock dl.rightcol {
	margin-top: 16px;
	width: 424px;
}
.jissenblock dt {
	padding: 7px 0 2px 9px;
	background: url(../index_images/jissen_ttlbg01.gif) repeat-x;
	color: #666;
	font-size: 12px;
	line-height: 1;
}
.jissenblock dd.colttl {
	display: block;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
.jissenblock dd h3 {
	display: block;
	margin: 0 6px;
	padding:11px 0 11px 60px;
	background: no-repeat 0 11px;
	height: 56px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.jissenblock dd h3#page1 {
	background-image: url(../index_images/kihon_img01.jpg);
}
.jissenblock dd h3#page2 {
	background-image: url(../index_images/kihon_img02.jpg);
}
.jissenblock dd h3#page3 {
	background-image: url(../index_images/kihon_img03.jpg);
}
.jissenblock dd h3#page4 {
	background-image: url(../index_images/kihon_img04.jpg);
}
.jissenblock dd h3#page5 {
	background-image: url(../index_images/kihon_img05.jpg);
}

.jissenblock dd.details {
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 0 2px 5px;
}
/* 番外 */
.jissenblock dl.bangai {
	margin: 16px 0 30px;
	padding-top: 4px;
	border-bottom: 1px solid #ccc;
	background: url(../index_images/jissen_ttlbg02.gif) repeat-x;
}
.jissenblock dl.bangai dd.colttl {
	float: left;
	border-right: none;
}
.jissenblock dl.bangai dd.colttl h3 {
	float: left;
	padding: 22px 11px 22px 60px;
	width: 321px;
	height: 97px;
	background: url(../index_images/bangai_img01.jpg) #fff no-repeat 0 22px;
}
.jissenblock dl.bangai dd {
	border-top: none;
	border-right: 1px solid #ccc;
}
.jissenblock dl.bangai ul {
	border-top: none;
	float: left;
}
/* 共通 */
.jissenblock ul {
	background-color: #fff;
	padding: 10px 0;
	border-top: 1px #ccc dotted;
}
.jissenblock ul li {
	background: url(../index_images/index_icon.gif) #fff no-repeat -2px -66px;
	color: #666;
	line-height: 1.8;
	padding-left: 14px;
}
.jissenblock ul li.off {
	background-position: -2px -113px;
}
.jissenblock ul li a {
	color: #666;
	font-weight: bold;
}

/* リンクスタイル */
#innerwrap a:link, 
#innerwrap a:visited {
	text-decoration: underline;
}
#innerwrap a:hover, 
#innerwrap a:active {
	text-decoration: none;
}
