﻿@charset "utf-8";
/*-----------------------------------------------------
  Kobe Rotary Club Web 1列 CSS
-----------------------------------------------------*/
/*-----------------------------
	- 全体
-----------------------------*/
* {
	margin:0;
	padding:0px;
}
body {
	color:#333;
	font-size:90%;
	font-family: "ＭＳ Ｐゴシック", "Arial", Osaka,"ＭＳ ゴシック","Osaka",sans-serif;
	line-height:120%;
	color:#464646;
        background-image: url(../img/blue.jpg);
        background-repeat: repeat-x;
        background-color: #FFFFFF;
}
img {
	border:0px;
}
hr {
	display:solid;
	margin: 0 0 10px;
	padding:5px 10px;
	border-bottom:1pt solid #efefef;
}
h1 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:10px;
	color:#006400;
}
h2 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:10px;
	color:#000099;
}
h3 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:10px;
	color:#0000ff;
}
h4 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:10px;
	color:#8b0000;
}
h5 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:0px;
        padding: 0 0 0 20px;
	color:#000099;
        background : url(../img/h1.gif) no-repeat;
}
h6 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:0px;
        padding: 0 0 0 20px;
	color:#ff9900;
        background : url(../img/h6.gif) no-repeat;
}
ul li {
	list-style-type:none;
}
a {
	color:#0000ff;
}
a:hover {
	color:#ff9900;
}
.hid {
	display:none;
}
p {
	margin-bottom:.8em;
}
#container {
	width:940px;
	margin: 20px auto;
	border: 1px solid #cccccc;
	background: #ffffff;
}
/*-----------------------------
	- ヘッダー
-----------------------------*/
div#header {
	padding:10px 10px 0 0;
}
div#header h1 {
	height:20px;
	padding-top:20px;
	font-size:160%;
}
div#header h1 a {
	text-decoration:none;
}
div#header h1 a:hover {
	position:relative;
	top:1px;
	left:1px;
}
div#header h2 {
	font-weight:normal;
}
}
#header li {
  margin : 0px 0px 0px 9px;
  padding: 0;
  height: 19px;
  list-style: none;
  text-indent: -9999px;
}
#header li a {
  text-decoration: none;	/* for FIREFOX Line off */
  display: block;
  height: 19px;
}
#header li#info    {
  float: right;
  width: 41px;
  background : url(../img/info.gif) no-repeat;
}
#header li#sitemap {
  float: right;
  width: 61px;
  background : url(../img/sitemap.gif) no-repeat;
}
#header li#www_site {
  float: right;
  width: 47px;
  background : url(../img/www.gif) no-repeat;
}
/*----------------------------
      -トップ ロゴ
------------------------------ */
div#koberc_top {
  margin: 0 0 0 12px;
  float:left;
  width: 900px;
}
div#koberc_top ul {
  margin: 0 0 1em;
  padding: 0;
  border-top: ;
  border-bottom: 1px solid #cccccc;
  list-style: none;
}
div#koberc_top li {
  width:900px;
  float:left; /* li_HIDARI Yose */
  list-style-type:none;
  text-indent: -9999px;

}
div#koberc_top li a {
  text-decoration: none;	/* for FIREFOX Line off */
  display: block;
  width: 900px;
  height:124px;
}
div#koberc_top li#koberc_logo      {
  background : url(../img/top_image.gif) no-repeat 0px 0px;
}
/*-----------------------------
	- メニュー
-----------------------------*/
#menu{
  padding: 0 0 0 15px;
  float:left;
  width: 940px;
}   
 
#menu ul{
  list-style : none;  /*リストマークを消す*/
  text-align:center;  /*ボタン枠のテキストをセンター寄せ*/
  padding : 0;
  margin : 0;
}
#menu li{
  width : 115px;  /*リストの幅の設定*/
  float:left;  /*これで一列にリストを並ばせる*/
  font-weight: bolder;
  padding : 0;
  margin : 0;
}
#menu li a{
  font-size:80%;    
  display:block;  /*リンク範囲をブロックに変更する*/
  width:100%;     /*リンク範囲の横幅は100％*/
  height : auto;  /*リンク範囲の高さを自動に：firefox必須*/
  background-image:url(../img/1.jpg);  /*off画像*/
  background-position : left top;  /*画像を左上に配置*/
  background-repeat : no-repeat;   /*背景画像を繰り返さない*/     
  padding : 0;
  margin : 0;
  text-decoration : none;  /*下線を表示しない*/  
  color : brown;
  line-height : 180%;  /*テキストの位置を調整*/
  border-top-style : solid;  /*ボタン枠を設定*/
  border-bottom-style : solid;
  border-right-style : solid;    
  border-width : 1px 1px 1px 0;
  border-top-color : #ffffff;
  border-bottom-color : #ffffff;
  border-right-color : #ffffff;
}
#menu li a {
  color: #ffffff;
  text-decoration : none;  /*下線を表示しない*/
}
#menu li a:hover {
  color: #ffffff;
  text-decoration : none;  /*下線を表示しない*/
}                 
                 
#menu li a:hover{  /*マウスポインタがリンクに重なったときの設定*/
  background-image:url(../img/2.jpg);   /*on画像*/
  background-position : left top;  /*画像を左上に配置場合*/
  background-repeat : no-repeat;   /*背景画像を繰り返さない*/   
  color: #0000ff;  /*テキストを赤色へ変更*/
  padding : 0;
  margin : 0;
  line-height : 180%;
  border-top-style : solid;  /*ボタン枠を設定*/
  border-bottom-style : solid;
  border-right-style : solid;       
  border-width : 1px 1px 1px 0;
  border-top-color : #ffffff
  border-bottom-color : #ffffff;
  border-right-color : #ffffff;
}

/*-------------------------------
      -サブメニュー
--------------------------------- */
#menu_sub {
  margin: 0 0 0 0px;
  padding: 0 ;
  float:left;
  width: 918px;
  text-align: center;
  font-size : 80% ;  /*文字の大きさを指示する時に数値を記述*/
  line-height : 20px ;  /*行の高さを指示する時に数値を記述*/
  background : #f5f5f5;
  border : solid 1px #dcdcdc;
}
#menu_sub a {
  color: #006400;
  text-decoration : none;  /*下線を表示しない*/
}
#menu_sub a:hover {
  color: #ff9900;
  text-decoration : none;  /*下線を表示しない*/
}

/*-----------------------------
	- コンテンツの囲み
-----------------------------*/
div#main_container {
	margin-top:10px;
       margin-left:8px;
	margin-bottom:10px;
	padding-bottom:0;
	float:left;    /*←Floatを指定する事で、背景画像が伸びます。over-flow:autoでも伸びます。*/
	background: ;
	/*↑サイドの背景画像を2カラムを囲うdivに指定して繰り返してます。*/
}
/*-----------------------------
	- メインコンテンツ
-----------------------------*/
div#left_container {
	float:left;
	width:850px;
	margin-right: 20px;
	padding-left: 30px;
	padding-bottom:20px;
	background:url(../img/bg_main.gif) no-repeat right bottom;
}
div#left_container h1 {
	margin: 0 0 10px;
	padding:5px 10px;
	font-size:200%;
	border-left:7pt solid #006400;
	border-bottom:1pt solid #efefef;
}
div#right_container h2 {
	margin: 0 0 10px;
	padding:5px 10px;
	font-size:130%;
	border-left:5pt solid #006563;
	border-bottom:1pt solid #006563;
}
div#right_container h3 {
	margin: 0 0 10px;
	padding:5px 10px;
	font-size:130%;
	border-left:5pt solid #000099;
	border-bottom:1pt solid #efefef;
}
div#right_container h4 {
	margin: 0 0 10px;
	padding:5px 10px;
	font-size:110%;
	border-left:5pt solid #8b0000;
	border-bottom:1pt solid #efefef;
}
div#left_container ul {
	margin-bottom:20px;
}
div#left_container ul li {
	margin-bottom:.5em;
	padding-left:35px;
	background:url(../img/list_triangle.gif) no-repeat 20px 50%;
}
div#left_container ol {
	margin-left:22px;
}
div#left_container ol li {
	margin-bottom:.5em;
}
/*-----------------------------
	- 左のコンテンツ

 1列につき、左右コンテンツなし
-----------------------------*/

/*-----------------------------
	- フッター
-----------------------------*/
address {
	clear:both;
	font-size:80%;
	padding: 25px 0 10px 25px;
	font-style:normal;
       background:url(../img/koberc_footer.gif) no-repeat 30px;
}

/*------------------------------
  Author   :  Y.Matsuanga
  Date     :  08/11/07
  Copyright(C)2008 Kobe Rotary Club all rights reserved. 
-------------------------------*/

