﻿@charset "utf-8";
/* CSS Document */


/*メイン画像*/
#main_image{
	width:850px;
	height: 280px;
	background-image: url(../image/main_image.jpg);
	margin-right: auto;
	margin-left: auto;
}

#main_image #information{
	width:290px;
	background-image: url(../image/topics_bg.jpg);
	background-repeat: no-repeat;
	height: 280px;
	text-align: left;
	float: right;
}

#main_image #information_title{
	width:276px;
	height: 28px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
}

#main_image #information_box{
	width:276px;
	height:230px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;
}

#main_image #information_box p{
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
}


/*サイトコメントスペース*/
#site_copy {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/line850.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#site_copy p#copy {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding: 5px;
}
