/* 
Theme Name: Custom
Description: 時の館トップページ用CSS
Author: Fumiko Shiotani
Author URI: http://dominione.jp/
*/


/* 全体のリセット */
*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2;
	list-style-type: none;
}

/* tableのボーダー表示方法の統一 */
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/* 画像のリンクborderの非表示化 */
img{
	border: 0;
}

/* フォント種類指定 */
*{
	font-family:
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		Osaka, Georgia, Helvetica, Arial,
		"MS Pゴシック", "MS P Gothic",
		sans-serif;
}


/* リンク */
a{
	color: #1a6f96;
}
a:link{
	color: #1a6f96;
}
a:visited{
	color: #1a6f96;
}
a:hover{
	color: #999900;
  background: none;
}

/* レイアウト */
.centered{
	margin: 0 auto;
}

/* フロートクリア */
.clearfix:after{
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

.clearfix{
	display: inline-block;
}

* html .clearfix{
	height: 1%;
}


/* body */
body {
  position: relative;
  background: url(footer.png) 0 bottom repeat-x #0e0b05;
  font-size: 14px;
  color: #e9f6f4;
}

* html body {
  text-align: center
}


/* wrapper */
#wrapper {
  position: relative;
  width: 900px;
  height: 780px;
  background: url(main.png) center 10px no-repeat;
  text-align: left;
}


/* メインコンテンツ */
#main {
  width: 562px;
  height: 600px;
  margin-top: 30px;
  float: right;
}


/* サイドメニュー */
#sidemenu {
  width: 165px;
  height: 600px;
  margin-top: 10px;
  float: left;
}

#sidemenu h1 {
  height: 20px;
  background: url(title.png) -10px top no-repeat;
  padding-top: 70px;
  color: #cfe6cf;
  font-size: 16px;
}

#sidemenu_r {
  width: 165px;
  height: 600px;
  margin-top: 30px;
  float: right;
  font-size: 13px;
}

#sidemenu_r .top_news {
  margin-top: 75px;
  color: #ccc;
}

#sidemenu_r .top_news a {
  color: #990;
}

#sidemenu_r .top_news a:hover {
  color: #39f;
}

/* グローバルナビ */
#sidemenu ol#globalnavi {
  width: 155px;
  margin-top: 40px;
  margin-right: 10px;
}

#sidemenu ol#globalnavi li {
  margin: 0;
  padding: 5px 0;
  text-align: right;
}

#sidemenu ol#globalnavi li a {
  display: block;
  padding: 5px;
}


/* フッター部 */
#footer {
  clear: both;
  width: 900px;
  padding-top: 20px;
  font-size: 12px;
  text-align: center;
  color: #aaa;
}

* html #footer {
  margin-top: 20px;
}

#footer address {
  margin-top: 10px;
}

#footer p {
  margin-top: 20px;
  color: #cfe6cf;
}

#footer ol#footernavi {
  margin-top: 25px;
}

#footer ol#footernavi li {
  margin: 0 5px;
  display: inline;
}


/* =======================================EOF */


