/* CSS Document */

#layout_left{
border-right:solid 1px;
}

#layout_right{
border-left:solid 1px;
}

#index_header{
font-size:10px;
}

#blog_date{
font-size:10px;
font-weight:bold;
}

#blog_category{
font-size:10px;
font-weight:bold;
}

#footer a:link/*まだ見ていない状態*/
{
color:#0000FF;
}

#footer a:visited/*まだ見ていない状態*/
{
color:#0000FF;
}

#footer a:hover/*まだ見ていない状態*/
{
color:#0000FF;
}

#footer a:active/*まだ見ていない状態*/
{
color:#0000FF;
}

#footer{
font-size:12px;
font-weight:bold;
color:#0000FF;
}

#pankuzu{
font-size:10px;
font-weight:300;
color:#333333;
}

#font12{
font-size:12px;
color:#333333;
}


/*アフリカ追加CSS*/
/*FONT小さめ設定*/
.font_type_1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 12px;
}

/*BODY設定CSS*/
/*標準フォントを設定したかったのでここに書いておきました*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	text-decoration: underline;
	color: #336666;
}
a:visited {
	text-decoration: none;
	color: #336666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.info_redlink {
	font-size: 14px;
	font-weight: bold;
	color:#ff0000;
	



/*事務ページレイアウト設定CSS*/
/*コンテンツメインエリア設定*/
.jimu_cont_main_area {
	text-align: center;
}
/*タイトル看板設定*/
.jimu_cont_img {
	width: 730px;
}
/*タイトル下文字設定*/
.jimu_cont_txt {
	width: 730px;
	text-align: justify;
	margin-bottom: 20px;
}
/*コンテンツタブ設定*/
.jimu_cont_tab {
	width: 680px;
	text-align: left;
}
/*アイコン説明画面設定*/
.func_title {
	text-align: center;
	background-color: #1370c2;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.func_title2 {
	text-align: left;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-weight: bold;
	color: #2D579A;
	letter-spacing: 2px;
	font-size: 11px;
}
.func_page_head_font {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	line-height: 24px;
	color: #999999;
	letter-spacing: 2px;
}
.func_page {
	text-align: center;
	padding: 7px;
}

/*集合住宅ページレイアウト設定CSS*/
/*トップタイトル設定*/
.mans_top_title {
	width: 730px;
	margin-bottom: 15px;
}
.mans_title {
	width: 730px;
	margin-bottom: 10px;
}
.mans_floor {
	width: 730px;
	margin-bottom: 3px;
}
.mans_cont_box {
	width: 730px;
	margin-bottom: 15px;
}
.mans_topmenu_margin {
	margin-bottom: 20px;
}
.mans_topmenu_margin2 {
	margin-bottom: 10px;
}

.entry_tabletop {
	background-color: #E7F7FF;
	padding: 5px;
	border: thin dotted #CCCCCC;
}
