@charset "Shift-JIS";

/* --------------------------------------------------
  base layout
-------------------------------------------------- */

body#comment div#gnav li#gnav_comment a{
	background-position: 0 -32px;
}

body#comment #pagettl{
	text-indent: 0;
	height: 260px;
}

#content{
	width: 580px;
	float: right;
}

#side{
	text-align: left;
	width: 190px;
	float: left;
}

#pnavi{
	text-align: left;
	margin: 0 0 10px 0;
	font-size: 9px;
}


/* --------------------------------------------------
  content
-------------------------------------------------- */

#content .comment_cont01_ttl{
	background: url(img/free_cont01_ttl.png) no-repeat;
	width: 580px;	
}

#content h2{
	font-size: 14px;
	color: #ffffff;
	padding: 0.35em 20px;
}

#content p.tit {
	background-image: url(./img/arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
}

#content p.com {
	padding-left: 30px;
}

/* --------------------------------------------------
  side
-------------------------------------------------- */
#side h3{
	display: block;
	color: #3b87b4;px;
	margin: 0 0 20px 0;
	padding: 0.4em 10px;
	font-size: 140%;
	border-top: solid 3px #3b87b4;
	border-bottom: solid 1px #aaaaaa;
}
#side ul{
	margin: 0 0 1em 0;
}
#side li{
	margin: 10px 0 0 0;
}
#side li a{
	display: block;
	padding: 0.1em 10px 0.4em 10px;
	border-bottom: dotted 1px #aaaaaa;
	font-weight: bold;
	text-decoration: none;
}
#side li a:hover,#MENU li a:active{
	border-bottom: solid 1px #3b87b4;
	text-decoration: none;
}