@charset "utf-8";
/*===========*/
/*PAGE LAYOUT*/
/*===========*/
#content_container
{
	text-align:center;
	vertical-align:top;
	width: 675px
}
/*============*/
/*FRAME LAYOUT*/
/*============*/
#resulttitle_left
{
	height:50px;
	width: 500px;
	text-indent:10px;
	vertical-align:top;
	font-family:Meiryo,メイリオ,sans-serif;
	font-weight:normal;
	font-size:  20px;
	color:      #14007b;
	background-image:   url(../images/frame_title.png);
	background-repeat:  no-repeat;
	background-position:bottom left;
	text-align:left;
}
#resulttitle_left a
	{color:#14007b; text-decoration:none;}  
#resulttitle_left a:link
	{color:#14007b; text-decoration:none;}
#resulttitle_left a:visited
	{color:#14007b; text-decoration:none;}
#resulttitle_left a:hover
	{color:#ff0000; text-decoration:none;}
#resulttitle_right
{
	height:50px;
	width: 375px;
	background-image:   url(../images/frame_title.png);
	background-repeat:  no-repeat;
	background-position:bottom right;
}
#result_content
{
	text-align:center;
	vertical-align:top;
	width: 675px;
	height:200px;
}
#article_title
{
	height:50px;
	text-align:center;
	vertical-align:bottom;
	font-family:Meiryo,メイリオ,sans-serif;
	font-size:20px;
	font-weight:bold;
	word-wrap:break-word;	
}
#article_date
{
	height:30px;
	text-align:right;
	font-family:Arial,sans-serif;
	font-size:14px;
	padding:0px 20px 0px 0px;
}
#article_divbar
{
	height:5px;
	line-height:0px;
	font-size:0px;
}
#article_content
{
	height:600px;
	text-align:left;
	vertical-align:top;
	padding:20px 10px 0px 10px;
}
#comment_container
{
	height:300px;
}

/* Restriction for the width of large images */
.large_article_image
{
	width:651px;
}














