@charset "Shift_JIS";

/* contents
-----------------------------------------------------------------------------*/	
/*アンカー*/
#anchor {
	width: 600px;
	height: 50px;
}

#anchor ul {
	width: 600px;
	text-align: center;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
}

#anchor li {
	display: inline;
	background-image: url(../images/mk_pink_d.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	padding: 0 15px 0 12px;
}

#anchor li#finAnchor {
	padding-right: 0px;
}

/*h2*/
h2 {
	font-size: 0; 	/*非表示用 Firefox*/
	height: 0;	 /*非表示*/
	padding: 0;
}

/*おしらせ*/
#news {
	width: 594px;
	height: 25px;
	margin: 0 0 0 6px;
}

/*おしらせ　タイトル*/
#newsT {
	float: left;
	width: 259px;
	height: 25px;
}

/*おしらせタイトル部分 RSS*/
#news ul {
	float: right;
	width: 200px;
	height: 25px;
}

#news ul li {
	float: right;
	height: 25px;
	padding: 0 0 0 15px;
}

#news ul li#aboutRss {
	background-image: url(../images/mk_pink_r.gif);
	background-repeat: no-repeat;
	background-position: left 0.6em;
	vertical-align: baseline;
	padding: 3px 0 0 10px;
}

/*おしらせ内部ボックス*/
#newsIn {
	clear: both;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0;
	padding: 0 0 20px;
}

/*h4共通*/
h4 {
	clear: both;
	width: 560px;
	font-weight: bold;	
	text-indent: 8px;
	margin:18px 0 0 18px;
	padding: 4px 0;
}

/*おしらせ サイト内更新情報 見出し*/
h4#koushin {
	background-color: #fedde6;
	color: #e0597d;
	border-left: 7px solid #e0597d;
}

/*おしらせ 今後の予定 見出し*/
h4.newsSubT {
	background-color: #FDDFBB;
	color: #333;
	border-left: 7px solid #F96;
}

/*おしらせ 活動報告 見出し*/
h4.newsSubH {
	background-color: #CFC;
	color: ;
	border-left: 7px solid #390;
}

/*おしらせ メディア掲載 見出し*/
h4.newsSubM {
	background-color: #eee;
	color: #555;
	border-left: 7px solid #666;
}

/*h5共通*/
h5 {
	width: 559px;
	font-weight: bold;	
	color: #555;
	text-indent: 8px;
	border-bottom: 1px solid #CCC;
	margin: 8px 0 0 25px;
	padding: 12px 0 3px;
}

/*table 共通*/
table.topics {
	width: 538px;
	margin: 5px 0 0 36px;
}

table.topics td {
	vertical-align: top;
	line-height: 1.4em;
	color: #333;
	border-top: 4px solid #FFF;
}

/*サイト内更新情報 日付*/
table.topics .koushinDate {  
	width: 80px;  
	background-color: #fce9b7;
	background-image: url(../images/mk_pink_y.gif);
	background-repeat: no-repeat;
	background-position: 6px 0.5em;
	padding: 3px 10px 3px 17px;
}  

table.topics .koushinDateNew {  
	width: 100px;  
	background-color: #fce9b7;
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	background-position: 0px 55%;
	padding: 3px 8px 3px 20px;
} 

/*「今後の予定」「活動報告」 日付*/
table.topics .infoDate {  
	width: 100px;  
	background-color: #fce9b7;
	background-image: url(../images/mk_gray_y.gif);
	background-repeat: no-repeat;
	background-position: 6px 0.5em;
	padding: 3px 8px 3px 17px;
}  

table.topics .infoDateNew {  
	width: 100px;  
	background-color: #fce9b7;
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	background-position: 0px 55%;
	padding: 3px 8px 3px 20px;
}  



/*table 共通 内容*/
table.topics .infoTxt {  
	 padding: 3px 0 3px 8px;
}  

/*日付 折り返し禁止*/
.tNowrap {  
	white-space: nowrap;
}  

/*リスト 共通*/
ul.subTopics {
	width: 538px;
	line-height: 1.4em;
	margin: 8px 0 0 36px;
 }

ul.subTopics li {
	background-image: url(../images/mk_gray.gif);
	background-repeat: no-repeat;
	background-position: 7px 0.5em;
	color: #333;
	padding: 4px 0 0 18px;
}

ul.subTopic2 {
	line-height: 1.5em;
	padding: 6px 8px 5px 12px;
}

ul.subTopic2 li {
	background-image: url(../images/mk_pink_r.gif);
	background-repeat: no-repeat;
	background-position: 38px 0.4em;
	color: #333;
	padding: 2px 0 2px 50px;
}

ul.infoDateNew {  
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	background-position: 30px 55%;
	padding: 3px 8px 3px 50px;
}  



/*「生涯発達研究教育センターとは」「所長あいさつ」*/
#about, #message {
	clear: both;
	width: 600px;
	margin: 0;
	padding: 12px 0 0;
}

/*生涯発達研究教育センターとは タイトル*/
#aboutT {
	height: 25px;
	color: #696;
}

/*所長あいさつ タイトル*/
#messageT {
	height: 25px;
	color: #fa873d;
}

/*生涯発達研究教育センターとは 内部ボックス*/
#aboutIn {
	border-top: 1px solid #696;
	border-bottom: 1px solid #696;
	margin: 0;
	padding: 10px 0;
}

/*所長あいさつ 内部ボックス*/
#messageIn {
	border-top: 1px solid #fa873d;
	border-bottom: 1px solid #fa873d;
	margin: 0;
	padding: 10px 0;
}

/*「生涯発達研究教育センターとは」「所長あいさつ」テキスト、画像*/
#aboutIn p, #messageIn p  {
	line-height: 1.5em;
	text-indent: 1em;
	margin: 0 8px;
}

#aboutIn p.image  {
    float: right; 
    background-color: #c4c2c2;
	text-indent: 0;
	margin: 9px 8px 4px 16px;
}

#messageIn p.image  {
    float: left; 
    background-color: #c4c2c2;
	text-indent: 0;
	margin: 9px 14px 30px 16px;
}
 
#aboutIn .image img, #messageIn .image img {
    position: relative;
    left: -8px; 
    top: -8px; 
}
