@charset "utf-8";
/* ============================================
 *      トップページ
 * ============================================ */

p {
	line-height: 110%;
	margin:0 0 0 0;
	padding-top:2px ;
	letter-spacing: 0.1em;
}

.mokuji{
	font-size: 90%;
	line-height: 135%;
	text-align: left;
}

hr#foot {
	margin-top: 30px;
}

.profile-name {
	color: #CCCCCC;
}

.profile {
	font-size: 75%;
	line-height: 110%;
}

h1#head-title {
	background: url(img/tophead.jpg) no-repeat;
/*
	width: 760px;
	height: 335px;
*/

	width: 0px;
	height: 0px;

	margin:0;
	padding:0;
	clear:both;	
}

/*-- 作者別インデックスのレイアウトここから --*/

.kiji-wrapper	{
	width: 100%;
}

.kiji-left {
	float: left;
	width: 350px;
}

.kiji-right {
	float: right;
	width: 350px;
}

.name-margintop {
	margin-top: 40px;
}

h2#kiga {
	background: url(img/name-kiga.jpg) no-repeat;
	width: 350px;
	height: 246px;
}

h2#sakamoto {
	background: url(img/name-sakamoto.jpg) no-repeat;
	width: 350px;
	height: 246px;
}

h2#hirakawa {
	background: url(img/name-hirakawa.jpg) no-repeat;
	width: 350px;
	height: 246px;
}

h2#matsuyama {
	background: url(img/name-matsuyama.jpg) no-repeat;
	width: 350px;
	height: 246px;
}

h2#tsuchiya {
	background: url(img/name-tsuchiya.jpg) no-repeat;
	width: 350px;
	height: 246px;
}

h2#furukawa {
	background: url(img/name-furukawa.jpg) no-repeat;
	width: 350px;
	height: 246px;
}

.text-hidden {
	display:none;
}

/*-- 作者別インデックスのレイアウトここまで --*/

/*-- ロールオーバー（ホームに戻る）ここから --*/

ul#backhome{
	list-style:none;
	margin-top:0px;
	margin-bottom:0px;
}

ul#backhome li{
    float:left;
    width:141px;
}

ul#backhome a{
    display:block;
    width:141px;
    height:71px;
    text-indent:-9999px;
    overflow:hidden;
}

a.backhome{
    background-image:url(img/logo.gif);
}

a:hover.backhome{
    background-position:0px -71px;
}

/*-- ロールオーバー（ホームに戻る）ここまで --*/

