@charset "UTF-8";
/*

for tobira.htm

*/


body{
	margin: 0 12px 12px;	
	color: #FFF;
	background-color: #000;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,p,div,ul,dl,li{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

ul,dl{
	list-style: none outside;
}

strong,em{
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

a{
	color: #186989;
	text-decoration: none;
}
a:visited{
	color: #186989;
}
a:active{
	color: #BB000C;
}
a:hover{
	color: #961213;
}

img{
	border-width: 0;
}

/*
----------------------------------------------------------------------
*/
#main{
	position: relative;
	width: 900px;
	/* height: 693px; */
	margin: 0 auto;
	padding: 15px 0 0 0;
	overflow: hidden;
	background-image: url(../image/tobira/bg.gif);
	background-repeat: repeat-y;
}

/*
----------------------------------------------------------------------
*/
#right_pane{
	float: right;
	width: 476px;
	height: 648px;
	overflow: hidden;
	background-image: url(../image/tobira/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#copy{
	margin: 202px 0 0 82px;
}

#entrance{
	margin: 11px 0 0 82px;
}

#entrance h2{
	display: inline;
	margin-right: 11px;
}

#special_links{
	width: 440px;
	height: 115px;
	overflow: hidden;
	margin: 47px 0 0 28px;
}

#special_links li{
	display: block;
	height: 23px;
}

#special_links li.small{
	font-size: 90%;
}

#sitemap{
	width: 100%;
	height: 184px;
	overflow: hidden;
	margin: 32px 0 0;
}

#sitemap li{
	display: block;
	float: left;
	width: 117px;
	height: 23px;
	font-size: 90%;
}

#sitemap li.sitemap_2c{
	width: 234px;
}

/*
----------------------------------------------------------------------
*/
#left_pane{
	float: right;
	width: 424px;
	height: 600px;
	padding: 48px 0 0 0;
	overflow: hidden;
}

#photo{
	width: 400px;
	height: 600px;
	margin: 0 0 0 8px;
	background-color: #333;
}

/*
----------------------------------------------------------------------
*/
#copyright{
	clear: both;
	padding: 22px 0 12px 8px;
}

#copyright li{
	display: inline;
	margin-right: 10px;
	font-size: 90%;
	color: #777;
}


