@charset "UTF-8";

/*****************************************************************
about
*****************************************************************/
#about-contents-1 {
	width: 760px;
	padding: 40px 50px 40px 50px;
	margin: 0 auto;
	background-color: #FFF;
	overflow: hidden;
}

.about-left-side {
	width: 495px;
	float: left;
}

.about-right-side {
	width: 200px;
	float: right;
}

.about-left-side-article {
	width: 495px;
	margin: 0 0 40px 0;
}

.about-left-side-article2 {
	width: 495px;
	margin: 0;
}

.about-discription {
	border-top: 1px solid #B2B2B2;
	padding: 30px 0 0 0;
	overflow: hidden;
}

.about-discription img {
	float: right;
	margin: 0 0 0 20px;
}

p.about-contents-discription {
	font-size: 0.9em;
	line-height: 26px;
	background-image: url(../images/about/about-left-side-article-dot.png);
	background-repeat: repeat;
	background-position: 0 0;
}

ul.about-book-list {
	border-top: 1px solid #B2B2B2;
	padding: 15px 0 0 0;
	overflow: hidden;
}

ul.about-book-list li {
	font-size: 0.9em;
	line-height: 26px;
	background-image: url(../images/about/about-left-side-article-dot.png);
	background-repeat: repeat;
	background-position: 0 0;
}

.about-baner {
	width: 200px;
	margin: 0 0 30px 0;
}

.about-twitter {
	width: 200px;
	overflow: hidden;
}

ul.about-twitter-feed {
	border-top: 1px solid #B2B2B2;
	padding: 10px 0 0 0;
	overflow: hidden;
}

ul.about-twitter-feed li {
	font-size: 0.8em;
	line-height: 26px;
	background-image: url(../images/about/about-left-side-article-dot.png);
	background-repeat: repeat;
	background-position: 0 0;
}

ul.about-twitter-feed li a {
	color: #000;
	text-decoration: none;
}

ul.about-twitter-feed li a:hover {
	color: #b2b2b2;
}


/*****************************************************************
about titles
*****************************************************************/
h3.title-about, h3.title-about-book-list, h3.title-about-twitter {
	display: block;
	text-indent: -9999px;
	font-size: 0.5em;
	background-image: url(../images/about/about-titles.png);
	background-repeat: no-repeat;
}

h3.title-about {
	width: 145px;
	height: 25px;
	margin: 0 0 10px 0;
	padding: 0;
	background-position: 0 0;
}

h3.title-about-book-list {
	width: 69px;
	height: 17px;
	margin: 0 0 10px 0;
	padding: 0;
	background-position: 0 -27px;
}

h3.title-about-twitter {
	width: 97px;
	height: 15px;
	margin: 0 0 10px 0;
	padding: 0;
	background-position: 0 -46px;
}