@charset "UTF-8";

body {
	background:#ff9900;
}
img {
  border: 0; /* 画像のリンクボーダーを消す */
}
#head {	
	background:url(../images/head_img.gif) no-repeat right top;
	height:55px;
	width:95%;	
	position:absolute;
	top:0;
	left:5%;
	z-index:50;
}
#head p{
	height:33px;
	background:#fff;
	line-height:33px;
	padding:0 0 0 20px;
	margin:0;
}
#container {
	width:950px;
	/*margin:0 auto;*/

}
#contents img{
	position:absolute;
	bottom:0;
	
}
#logo {
	position:absolute;
	right:40px;
	bottom:40px;
	z-index:-1;
}
h1 {
	width:150px;
	float:left;
}

#com-cnts {
	width:800px;
	background-color:#FFFFFF;
	padding:0;
	margin:0;
}
#comment-nav {
	width:147px;
	position:fixed;
}
#comment-nav ul {
	list-style:none;
	margin:45px 0 0 30px;
	padding:0;
}
#comment-nav ul li {
	height:40px;
	font-weight:bold;
	margin:0;
	padding:0;
}
#comment-nav ul li a {
	text-decoration:underline;
}
#comment-nav ul li.Fir,
#comment-nav ul li.Fir a,
#comment-nav ul li.Fir a:visited {
	color:#000000;
}
#comment-nav ul li.Sec,
#comment-nav ul li.Sec a,
#comment-nav ul li.Sec a:visited  {
	color:#999999;
}
#comment-nav ul li.Thi,
#comment-nav ul li.Thi a,
#comment-nav ul li.Thi a:visited {
	color:#cccccc;
}
#comment-nav ul li.For,
#comment-nav ul li.For a,
#comment-nav ul li.For a:visited {
	color:#d9d9d9;
}
#comment-nav ul li.Fif,
#comment-nav ul li.Fif a,
#comment-nav ul li.Fif a:visited {
	color:#ececec;
}
#comment-nav ul li.ora,
#comment-nav ul li.ora a,
#comment-nav ul li.ora a:visited {
	color:#ff9900;
}
#commentWrapper {
	width:620px;
	border-left:1px solid #000000;
	font-size:medium;
	padding:0 0 0 30px;
	margin:0;
	margin-left:147px;

}
#commentWrapper div.presenter {
	font-size:small;
	text-decoration:underline;
	text-align:right;
	margin-top:30px;
}
#commentWrapper div.presenter a:link {
	text-decoration:none;
}
#commentWrapper div.comment {
	margin:60px 0;
	line-height:2.0;
}
#commentWrapper div.comment p {
	padding:1em 0;
}
　
/* IE6用 */

* html #comment-nav {
	position: expression('absolute');
	top:expression((documentElement.scrollTop || document.body.scrollTop) + 0 + 'px');
	left: expression((documentElement.scrollLeft || document.body.scrollLeft) + 0 + 'px');
	
}
* html #commentWrapper {
	margin-left:147px;
}
* html #head p{
	width:100%;
}
* html #container {
	height:600px;
}
/* IE7用 */
*:first-child+html #comment-nav {
	left:0;
}
*:first-child+html html #head {
	width:90%;
}
*:first-child+html html #head p{
	width:98%;
}

/*トップページ用
-----------------------------------------------------------*/
#topmain {
	position:relative;
}
div.fukidashi {
	width:252px;
	height:114px;
	position:absolute;
	display:block;
	font-size:12px;
	line-height:1.3;
}
div.fukidashi a{
	width:180px;
	height:80px;
	padding:22px 20px 10px 50px;
	display:block;
	color:#000000;
	text-decoration:none;
	background: url(../images/fukidashi.gif) no-repeat;
}
div.fukidashi a:hover{
	background: url(../images/fukidashi_on.gif) no-repeat;
}
div.fukidashi  span {
	font-size:36px;
	font-weight:bold;
}
div.fukidashi  u {
	font-size:18px;
	text-decoration:none;
}



div.p1 {
	left:100px;
	top:50px;
}
div.p2 {
	left:250px;
	top:230px;
}
div.p3 {
	left:150px;
	top:400px;
}
div.p4 {
	left:380px;
	top:550px;
}
div.p5 {
	right:80px;
	top:150px;
}
div.p6 {
	right:0px;
	top:400px;
}

