/* ページ全体 */
body {
	margin-top: 0px;
	background-image: url(images/bg_grid.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
}
#pageall {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-image: url(top_img/page_back.gif);
	padding-right: 5px;
	padding-left: 5px;
	}
#pagebottom {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	height: 5px;
	background-image: url(top_img/page_back_bottom.gif);
	background-repeat: no-repeat;
	}

/*トップ*/
#toptitle {
	width: 760px;
	height: 56px;
	border-top: 1px solid #FF99FF;
	border-bottom: 1px solid #FF99FF;
	margin: 0px;
	padding: 0px;
	}

/* コンテンツ*/
#content	{
	width: 760px;
	display: block;
	border-top: 1px solid #ff99ff;
	margin: 0px;
	padding: 0px;
	}
/* Flash */
#flash {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #999999;
	}
.line {
	border-top: 1px solid #FF99FF;
	}

.menu {
	width : 180px;
	padding: 10px;
	margin: 0px;
	}
.menutopline {
	height: 4px;
	width: 180px;
	background-image: url(images/menu_topline.gif);
	background-repeat: no-repeat;
	line-height: 0px;
	margin-top: 10px;
	margin-bottom: 1px;
	_margin-bottom: -9px;
	}
.menu a {
	height: 25px;
	width: 155px;
	display: block;
	background-image: url(images/menu_box01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	color: #000000;
	line-height: 1.7em;
	margin-bottom: 2px;
	text-decoration: none;
	}
.menu a:visited {
	color: #333333;
	}
.menu a:hover	{
	color: #0033CC;
	background-image: url(images/menu_box02.gif);
	}
.menunolink {
	height: 25px;
	width: 155px;
	display: block;
	background-image: url(images/menu_nolink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	color: #000099;
	line-height: 1.7em;
	}
/* Top中央 */
#center {
	width: 358px;
	height: 460px;
	border-right: 1px solid #ff99ff;
	border-left: 1px solid #ff99ff;
	margin: 0px;
	}

/* 社長写真 */
#photo01 {
	width: 120px;
	height: 140px;
	margin-top: 50px;
	margin-left: 15px;
	float: left;
	}
