/* ================================ 共通 */
*{
	font-size:12px;
	font-family:arial,helvetica;
}
p,h1,h2,h3{
	width:720px;
}
p,td,th,h1,h2,h3{
	line-height:166%;
	text-align:justify;
	text-justify:inter-ideograph;
}
p{
	margin-right:auto;
	margin-left:auto;
}
th,td{
	padding:5px 5px;
}
/*================================ body: */
/* BODY 共通 */
body {
	margin:0px;
	padding:0px;
	background-image:url(/image/back.gif);
	background-position:960px 0px;
	background-repeat:repeat-y;
}
/*================================ form: */
/* FORM 共通 */
form {
	margin:0px;
	padding:0px;
}
/*================================ a: */
/*  LINK 共通*/
a:link {
	color:#0000dd;
	text-decoration:none;
}
a:hover{
	color: #ff0000;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
/*================================ tbl_alcomn_body */
/* ==== ベーステーブル TABLE ===== */
.tbl_alcomn_body {
	background-color:#ffffff;
	height:100%;
	margin:0px 0px 0px 0px;
	width:960px;
}
/* ==== sideセル TD ===== */
.td_alcomn_side01 {
	background-color:#F4F8FE;
	height:300px;
	vertical-align:top;
	padding:0px;
	width:160px;
}
/* ==== mainセル TD ===== */
.td_alcomn_main01 {
	padding-left:0p 10px 20px 10px;
	text-align:center;
	vertical-align:top;
	width:800px;
}
