@charset "euc-jp";
/*
------------------------------------------------------------------------------------------ 
Iam DesignNetwork Corporation
stylesheet two-column-ab.css
#alpha  =  left-contents
#beta   =  right-contents
------------------------------------------------------------------------------------------ 
*/

/* ページレイアウト
----------------------------------------------- */
/*　ページ全体
---------------------------------- */
#container {
	width: 812px;
	margin: 0px auto 0px auto; 
	text-align: center;
	background: #FFFFFF url(../../image/site/container_bg.gif) top left repeat-y;
}
#container_inner {
	width: 800px;
	text-align: left;
	margin: 0px auto;
}
/* ------------------------------- */


/*　ヘッダ部分
---------------------------------- */
#header {
	width: 800px;
	height: 80px;
	background: #FFFFFF url(../../image/site/header_bg.gif) top left no-repeat;
}

#header_inner {}
/* ------------------------------- */


/*　TOPエリア
---------------------------------- */
#top_area {
	width: 780px;
	height: 350px;
	padding-top: 5px;
}
/* ------------------------------- */

/*　パンくずリスト部分
---------------------------------- */
#topic_path_top {
	border-bottom: 1px #1B4B9F solid;
	background: #FFFFFF url(../../image/site/topic_path_mark.gif) center left no-repeat;
}

#topic_path_top p {
	padding-left: 20px;
}

#topic_path_bottom {}
/* ------------------------------- */


/*　ページボディ部分
---------------------------------- */
#pagebody { padding: 0 10px; }
#pagebody_inner { width: 780px; }
/*---------------------------------- */


/*　ページボディ部分（alpha）
---------------------------------- */
#alpha { float: left; width: 570px; }
#alpha_inner { padding: 5px 0 10px 0; }
/* ------------------------------- */


/*　ページボディ部分（beta）
---------------------------------- */
#beta { float: right; width: 200px; }
#beta #beta_inner { padding: 5px 0 10px 0; }
/* ------------------------------- */


/*　フッター部分
---------------------------------- */
#footer {
	width: 800px;
	border-top: 2px #1B4B9F solid;
}
#footer #footer_inner {}
#footer #footer_link {
	padding: 16px 10px 0 10px;
	background: #FFFFFF url(../../image/site/footer_link_bg.jpg) top left repeat-x;
}

#footer #footer_link #footer_link_inner {
	width: 780px;
	background: url(../../image/site/footer_link_inner_bg.gif) bottom right no-repeat;
}

#footer #copy_rights {
	width: 800px;
	background: #1B4B9F url(../../image/site/copy_rights_bg.gif) top left no-repeat;
}
/* ------------------------------- */


/* ページレイアウト終了
----------------------------------------------- */
