
/*外枠*/
#out_flame {
	background-color:#d1f1fc;
	width:752px;
	border-width: 1px;
	border-style: solid;
	border-color: #00ffff;
	padding:1px;
}
/*上段枠*/
#line1{
	width:752px;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
}
/*中段枠（コンテンツ*/
#line2{
	width:752px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #00ffff;
}
/*中段枠（トピック・おしらせ*/
#line3{
	width:752px;
	height:450px;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
}
/*下段枠*/
#line4{
	width:752px;
	height:30px;
	border-width: 1px;
	border-style: solid;
	border-color: #FF6666;
}
/*タイトル領域*/
#top_title{
	background-color:#d1f1fc;
}
#top_image{
	background-color:#d1f1fc;
}
/*コンテンツ*/
#contents{
}
/*お知らせ*/
#event{
	background-color:#ffffff;
}
/*トピック*/
#topics{
	background-color:#ffffff;
}
/*下段*/
#bottoms{
	background-color:#ffddff;
}
/*表示領域*/
#main{
	background-color:#ffffff;
}
/*開いてるページ*/





/*トピック・おしらせの境界*/
#sepalate{
	width:0px;
	background-color:#cccccc;

}
/*プロフィール*/
#c_title1{
	font-size:140%;
	border-left: 5px solid red;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid red;
	padding:2px;
}
/*東京都宣言*/
#c_title2{
	font-size:140%;
	border-left: 5px solid blue;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid blue;
	padding:2px;
}
/*情報開示*/
#c_title3{
	font-size:140%;
	border-left: 5px solid green;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid green;
	padding:2px;
}
/*その他*/
#c_title4{
	font-size:140%;
	border-left: 5px solid #eeee00;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #eeee00;
	padding:2px;
}


/*リンク*/
a:link		{color:	#0000FF; text-decoration: underline;}
a:visited	{color:	#0000FF; text-decoration: underline;}
a:hover		{color:	#1E90FF; text-decoration: underline;}

a.contents:link		{color:	#FFFFFF; text-decoration: none;}
a.contents:visited	{color:	#FFFFFF; text-decoration: none;}
decoration: underline;}

