@charset "UTF-8";

/**********************************************************
概要
**********************************************************/
/*
個別ページ | 宗家立花流 | サイトトップ

ファイル名  ：main-sitetop.css
読込先      ：index.html
コピーライト：(C) 2009 The School of Soke Tachibana / Core Impressions all rights Reserved. 

内容：
  1：メイン - 左右パディング
  2：#top-image
  3：#sitetop
  4：#footer
----------------------------------------------------------*/



/*----------------------------------------------------------
  1：メイン - 左右パディング
----------------------------------------------------------*/

div#content .inner {
  margin : 0;
  padding: 0;
}



/*----------------------------------------------------------
  2：#top-image
----------------------------------------------------------*/
#top-image {
  margin : 0 0 8px 0;
  padding: 0;
  width  : 960px;
  height : 410px;
  background: #FAFAFA url(../../images/top-bg.jpg) no-repeat top left;
}

#top-image a {
  color  : #A3401D;
  text-decoration : none;
}

#top-image a:hover {
  color  : #A3401D;
  text-decoration : underline;
}

#top-image .left {
	width: 400px;
  margin : 0;
  padding: 81px 0 0 70px;
}

#top-image .right {
	width: 460px;
  margin : 0;
  padding: 0;
}

/* 言語切替ボタン
------------------------------*/
#top-image ul#lang-btn {
	float: right;
  margin: 0;
  padding: 5px 12px 0 0;
}

#top-image ul#lang-btn li {
  display: inline;
  margin: 0;
  padding: 0;
	vertical-align: top;
}

#top-image ul#lang-btn li a {
	float: left;
	display: block;
  width: 70px;
  height: 20px;
  margin: 0 0 0 7px;
  padding: 2px 0 0 0;
	font-size: 60%;
	color: #999999;
  text-align: center;
	text-decoration: none;
	cursor:pointer;
}

#top-image ul#lang-btn li a.lang-selected {
	font-weight: bold;
	color: #333333;
}

#top-image ul#lang-btn li a:hover {
	text-decoration: none;
	color: #999999;
}

#top-image ul#lang-btn li a.lang-selected:hover {
	color: #333333;
}

#top-image ul#lang-btn li a.headerBtn {
  background: url(../../images/btn_lang_bg.gif) no-repeat left top;
}

#top-image ul#lang-btn li a.headerBtn:hover {
  background: url(../../images/btn_lang_bg.gif) no-repeat left -25px;
}

/* お知らせ
------------------------------*/
#top-image h2 {
  margin : 145px 10px 0 0;
  padding: 0;
}

#top-image table {
  margin : 10px 10px 0 0;
  padding: 0;
  width  : 450px;
  font-size: 80%;
}

#top-image table tr {
  margin : 0;
  padding: 0;
  color  : #A3401D;
}

#top-image table th {
  margin : 0;
  padding: 0 10px 0 0;
  width  : 70px;
  font-weight: 600;
  line-height: 1.5em;
  color  : #A3401D;
}

#top-image table td {
  margin : 0;
  padding: 0 0 1em 0;
  width  : 370px;
  font-weight: bold;
  line-height: 1.5em;
}

#top-image p {
  margin : 0;
  padding: 0;
  line-height: 1.5em;
  font-size  : 65%;
}

/* no script
------------------------------*/
#top-image noscript {
	width: 400px;
  font-size  : 80%;
  font-weight: bold;
  text-align : left;
}



/*----------------------------------------------------------
  3：#sitetop
----------------------------------------------------------*/

/* コンテンツメニュー
------------------------------*/
#sitetop dl {
  margin: 0 35px 0 0;
  float : left;
}

#sitetop ul#bannar {
  float: right;
}

/* バナー
------------------------------*/
#sitetop ul#bannar {
  float: right;
}

#sitetop ul#bannar li {
  display: block;
  margin : 0 0 5px 0;
}

/* 整形済みテキスト
------------------------------*/
pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}



/*----------------------------------------------------------
  4：#footer
----------------------------------------------------------*/

/* フッター全体
------------------------------*/
div#footer {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}