/*  共通で使えるもの　-------------------------------------   */
body {
    text-align: center; /* center on ie */
    width: 100%;
}


#outer {
	margin:0 auto;
    text-align: left;
	width:800px;
    font-family: "ＭＳ ゴシック", Osaka;
}

#header {
    width : 800px;
    height : 20px;
    border:none;
    background-image : url(img/note_top.gif);
}

#footer {
	width : 800px;
    height :70px;
/*	text-align:center;*/
    border:none;
	clear:left;
/*	padding-top:30px; */
    background-image : url(img/note_bottom.gif);
    text-align:center;
}

#topmenu {
    width : 227px; 
	padding:10px 0px;
	margin:10px 0px;
	background-image : url(img/nabi_g.jpg);
}

#topmenu_meru {
    width : 230px;
    height : 210px;
    background : url(img/meruma_s.gif);
    no-repeat;
    padding-bottom : 0;
    padding-left : 10px;
    padding-right : 0px;
    padding-top : 0px;
}
img { border:none }


a:link {
	color: #00008b;
}
 
A:visited {                 /* 既に見たリンク */
	color: #FF0;
	text-decoration: none;
}


/* ノート風でのみ使用　-------------------------------------   */

#mein {
    width : 800px;
    border:none;
    background-image : url(img/note_mein.gif);
}    


body { 
   background-color : #FFFFFF;
   font :"ＭＳ Ｐゴシック";
   color: black;
}

/* 喜びの声 *//* 感想 */
.comment td { 
	border-bottom: 2px solid gray; 
	border-right: 2px solid gray; 
	padding:20px 40px;
}

/*　3級講座詳細　*/
#t_life_text { margin-bottom:10px; }
#t_life_text td, #t_life_text th {
	border-bottom:1px solid #F5D522;
	border-right:1px solid #F5D522;
	padding:7px;
}

/*　チェック項目の表　*/
#p_life_text { margin-bottom:10px; }
#p_life_text td, #p_life_text th {
	border:1px solid #fbdeb7;
	padding:7px;
}


 h1 {
color: #FFFFFF;
font-size: 12px;
}
