/* ====================================
ページの枠組み
     base_01.css  

      2005/06/24 S.Ogiwara
==================================== */


BODY{
 text-align : center;
/* 旧対応 */
}
/* リンク文字 -------------------------
	link,visited,hover,active 指定順厳守 */

A {
 text-decoration : none;
}
A:LINK {
 color : blue;
}
A:VISITED {
 color : blue;
}
A:HOVER {
 color : red;
}
A:ACTIVE {
 color : red;
}
/* ページ構成 -------------------------*/

#page_face{
 width : 800px;
 margin-left : auto;
 margin-right : auto;
 height : 800px;
}
#page_head{
 text-align : left;
 margin-top : 0px;
 margin-left : 0px;
 margin-right : 0px;
 margin-bottom : 0px;
}
#page_foot{
 width : 100%;
 clear : both;
}
#page_navi{
 width : 100%;
 text-align : center;
}
#page_navi2{
 width : 100%;
}
#page_title{
 width : 100%;
}
#page_contents{
 width : 100%;
 text-align : left;
}

