@charset "utf-8";
/* 基本スタイル
---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: none;
}
a{
  color : navy;
}
/* ロゴ
---------------------------------------------*/
#header {
  padding-top : 0px;
  bottom : auto;
  height : 150px;
  background-image : url(../melbourne/images/hawtorn-back.gif);
  background-repeat : repeat;
}
#logo {
  position: absolute;
  top : 20px;
  height : 60px;
  margin-top : 0px;
  margin-left : 0px;
  left : 60%;
  bottom : auto;
  color : #093b80;
}
/* ナビゲーション
---------------------------------------------*/
#globalNav {
  overflow: auto !important;
  overflow /**/: hidden;
  width: 100%;
  background-repeat : repeat-x;
  background-color : #dfdfdf;
  border-bottom: 3px solid #CCCCCC;
  position : absolute;
  top : 120px;
  bottom : auto;
}
#globalNav li {
  float: left;
  border-right: 1px solid #CCCCCC;
  font-size : 13px;
  width : 150px;
}
#globalNav li a {
  display: block;
  width: 100%;
  line-height: 2.5em;
  color : #3c3c3c;
  text-decoration: none;
  text-align: center;
  background-repeat : repeat-x;
  background-color : #dfdfdf;
}
#globalNav li a:hover {
  background-repeat : repeat-x;
  background-color : gray;
  color : white;
}
/* ?E変E3段?EイアウチE
---------------------------------------------*/
#contentWrapper {
  overflow: auto !important;
  overflow /**/: hidden;
  width: 100%;
  padding : 15px 0px 25px 0px;
  background : #ffffff url(../melbourne/leftside_bg.gif) repeat-y scroll left top;
}
#footer {
  clear: both;
  padding: 10px 0;
  border-top: 3px solid #CCCCCC;
  text-align: center;
}
/* スチEチE
	---------------------------------------------*/
	#content {
  float: left;
  width: 100%;
  margin-right : -200px;
}
#advertisement {
  float: right;
  width : 200px;
  text-align: center;
}
/* スチEチE
	---------------------------------------------*/
	#primary {
  float: right;
  width : 100%;
  margin-left : -200px;
}
#primary2 {
  float: right;
  width: 100%;
  margin-left: -200px;
}
#secondary {
  float: left;
  width: 200px;
}
/* スチEチE
	---------------------------------------------*/
	#primary * {
  margin: 0 208px 0 225px;
}
#primary * * {
  margin: 0;
}
/* 記事本?E
---------------------------------------------*/
#primary h1 {
  font-size : 200%;
  font-weight: bold;
  color : #093a80;
  margin-bottom : 0px;
}
#primary p {
  margin-top: 1em;
  margin-bottom: 1em;
  /*\*/
	letter-spacing: 0.1em;
/**/
}
#primary .date {
  font-size: 100%;
  text-align: right;
  color: #666666;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
/* リスチE
---------------------------------------------*/

	/* 共送E
	---------------------------------------------*/
	#primary .list,#secondary .list {
  margin-bottom: 20px;
  right : auto;
}
#primary .list li,#secondary .list li {
  margin: 5px 0 0 15px;
  padding-left : 0px;
  background-repeat : no-repeat;
  border-bottom : 1px dotted #cccccc;
  padding-bottom : 5px;
  font-size : 12px;
}
/* 見EぁE
	---------------------------------------------*/
	#primary .list h2 {
  padding : 5px 10px 3px 10px;
  background-color : #f7f7f8;
  border-left : 5px solid #004080;
  border-bottom: 1px solid #CCCCCC;
  font-size : 14px;
  font-weight : normal;
  color : #5c5c69;
  margin-bottom : 0px;
}
#secondary .list h2 {
  padding : 3px 15px 3px 17px;
  color: #FFFFFF;
  background-color : #093a80;
  font-weight : bold;
  font-size : 85%;
}
#header-line{
  font-family : "MS UI Gothic";
  background-image : url(../melbourne/images/background.gif);
  position : absolute;
  margin-top : 0px;
  bottom : auto;
  padding-top : 100px;
  height : 50px;
  width : 100%;
}
#footer a{
  margin-left : 10px;
  margin-right : 10px;
  color : navy;
}
#primary h1.site-name{
  color : white;
  padding-top : 0px;
  padding-left : 10px;
  font-weight : bold;
  font-size : 120%;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-bottom : 0px;
  background-color : #093a80;
  border-width : 4px 3px 3px 3px;
  border-style : double solid solid double;
  border-color : #093a80 #093a80 #093a80 #093a80;
}
#globalNav ul{
  float : left;
  width : 100%;
}
#footer-menu li{
  float : left;
}
#footer-menu ul{
  float : left;
}
.info-soudankai{
  padding-top : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  background-color : #eeeedb;
  margin-right : 20px;
  border-width : 0pt 2px 2px 0pt;
  border-style : solid solid solid solid;
  border-color : gray silver silver gray;
  position : static;
  padding-left : 10px;
  color : black;
  bottom : auto;
  right : auto;
  font-weight : normal;
}
.info-soudankai h3{
  font-weight : bold;
  font-size : 90%;
  color : white;
  border-bottom-style : none;
  border-bottom-color : maroon;
  background-color : #8c8c5e;
  padding-top : 3px;
  padding-left : 10px;
  padding-bottom : 3px;
}
.info-soudankai p{
  text-align : left;
  font-size : 11px;
  padding-right : 20px;
  margin-left : 0px;
  margin-right : 0px;
  padding-left : 20px;
}
.detail-soudankai{
  font-size : 12px;
  padding-left : 50px;
  background-repeat : no-repeat;
  width : 250px;
  bottom : auto;
  right : auto;
}
p{
  line-height : 140%;
}
strong{
  color : blue;
}
#advertisement p{
  margin-bottom : 3px;
}
a:hover{
  color : #990000;
  text-decoration : none;
}
.site-name{
  background-repeat : repeat-x;
}
body{
  color : #2a2a2a;
  font-family : sans-serif,"Hiragino KaKu Gothic Pro",Osaka,ＭＳＰゴシック;
}

