@charset "utf-8";
/* program styles */

/*枠のスタイル　ここから*/
body {
	width: 100%;
	background-image: url(../image/shared/bg.gif);
	background-repeat: repeat-y;
	background-color:#fff;
}
#container {
	width: 980px;
}
#content {
	background-image: url(../image/shared/content_bg.gif);
	background-repeat: repeat-x;
	width: 980px;
	padding-top: 20px;
}
#content-top {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../image/shared/content-top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#content-inner {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 200px;
}
#content-bottom {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../image/shared/content-bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
/*枠のスタイル　ここまで*/

/*中身のスタイル　ここから*/
#container h1 {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../program/image/title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 33px;
	width: 780px;
	margin-bottom: 20px;
}
#photo {
	float: left;
	width: 353px;
}
#textArea {
	float: right;
	width: 415px;
}
#textArea p {
	font-size: 14px;
	line-height: 24px;
	text-indent: 1em;
}
/*中身のスタイル　ここまで*/
