@charset "utf-8";
/* CSS Document */


/*--- mainPic -------------------------------------------------------------*/

#mainPic {
	height: 500px;
	width: 850px;
	clear: both;
}
/*--- ボックスの移動は　div.column　のmargin等で行う -------------------------------------------------------------*/

div.column h4	{
	background-image: url(images/images/news_title2_02.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 19px;
}
div.column .body	{
	background-image: url(images/images/images/news_title_center.png);
	background-repeat: repeat-y;
	width: 570px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
div.column	{
	width: 570px;
	padding-bottom: 21px;
	background-image: url(images/images/images/news_title_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;	
}


#my_link_top {
	background-image: url(images/images/my_link_02.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 19px;
}

#my_link_center {
	background-image: url(images/images/pic_box_03.png);
	background-repeat: repeat-y;
	width: 300px;
	padding-top: 10px;
	padding-right: 45px;
	padding-left: 45px;
}
#my_link_frame {
	background-image: url(images/images/pic_box_04.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 300px;
	margin-top: 30px;
	padding-bottom: 21px;
	float: left;
	margin-bottom: 30px;
}
/*--- introduction -------------------------------------------------------------*/

#intro_top {
	background-image: url(images/images/intro_title_02.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 19px;
}
#intro_center	{
	background-image: url(images/images/images/news_title_center.png);
	background-repeat: repeat-y;
	width: 570px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
#intro_frame	{
	width: 570px;
	padding-bottom: 21px;
	background-image: url(images/images/images/news_title_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 30px;
	margin-left:280px;
}
