@charset "utf-8";

/* *********************************************************

 * Style Name: wordpress.css
 * Style URI: http://www.s-smuseumnet.com/css/table.css
 * Description: wordpress用のスタイルシートです。
 * Last Up Date: 2010-04-24 
 * Author: KEIKO MORI

 * *********************************************************
 */


/*-----------------------------------------------------------------------------　
 レイアウト
-----------------------------------------------------------------------------*/ 

/*--******************* [施設概要<table.table_type_list_01>] *******************--*/
.navigation{
margin-left:10px;
	width:650px;
	margin-bottom:20px;
}

.alignleft{
	width:210px;
	float:left;
}

.alignright{
	width:210px;
	float:right;
	text-align:right;
}

.clear{
clear:both;
}

/*採用情報テーブル用*/
#recruit_table{
width:600px;
margin:0 auto;
}

.recruit_table table{
width: 600px;
border-top: 1px solid #999;
border-left: 1px solid #999;
}

.recruit_table table td {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  vertical-align: top;
  padding:3px;
}

/*シティレポート本文用*/
#blog_area ol{
margin-left:30px;
}

#blog_area ol li{
list-style-type:decimal;
}

#blog_area table td{
padding:2px;
}

/*「あと・いず」パーティ告知のテーブル用*/
table.aligncenter{
width: 500px;
margin:10px auto;
border: 1px solid #666600;
}

table.aligncenter p{
margin-bottom:0px;
}

/*「あと・いず」プロフィールのテーブル用*/
table.wpGallery{
width: 400px;
margin:10px auto;
border: 0px;
}

