@charset 'utf-8';
* {
    margin: 0;
    padding: 0;
}

table,img,p {
    border: 0;
}
li {
    list-style-type: none;
}

/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

/* リンク指定
----------------------------------------------- */
a { text-decoration: underline; }
a:link { color: #0033CC; }
a:visited { color: #0033CC; }
a:hover { color: #CC3300; }

html {
    background-color: #5785b8;
    background-attachment: fixed;
}
body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
    color: #222222;
    background: url(../img/all/body/bg.gif) repeat-x;
    background-attachment: scroll;
    font-size: 90%;
    line-height: 160%;
    letter-spacing:1px;
}
div#wrapper {
    width: 924px;
    margin: 0 auto;
	background: url(../img/all/contents/bg.gif) repeat-y center;
}

/* ヘッダー設定
------------------------------------------------ */
div#header {
    width: 924px;
	height: 182px;
	background: url(../img/all/header/head.jpg) no-repeat center;
}
#header #site_title {
	float:left;
	width: 274px;
	height: 182px;
	text-align:left;
}
#header h1 {
    font-size: 11px;
    color: #59493f;
	padding: 3px 0 0 10px;
}

#headerSearch {
	float:right;
	width: 551px;
	margin: 14px 0px 0px 0px;
}
#headerSearch ul li {
    float: left;
	margin-right: 5px;
}    
#headerSearch a {
    text-decoration: none;
}
#headerSearch a:link , #headerSearch a:visited ,  #headerSearch a:hover {
    color: #ffffff;
	font-weight: bold;
	font-size:95%;
}
#headerSearch input{
	vertical-align:middle;
}
#searchBox {
	width: 140px;
	margin-right: 5px;
}
#headerBody:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	line-height: 0;
}

/* メインナビ設定
------------------------------------------------ */
#navi {
    clear: both;
    float: left;
    width: 924px;
	height: 59px;
    line-height:59px;
}
#dd {
/*margin-left: 25%;*/
/*padding: 0 0 20px 0;*/
}
#dd .mainmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#dd .mainmenu a.menu {
  display: block;
  text-align: center;
  padding:0;
  margin:0;
/*padding: 4px 10px;*/
/*margin: 0 1px 0 0;*/
  width: 154px;
  text-decoration: none;
}
#dd .mainmenu a.menu:hover {
/*background: #49A3FF;*/
}

.submenu {
  background: #ffffff;
/*border: 1px solid #5970B2;*/
  visibility: hidden;
  position: absolute;
  z-index: 3;
  margin: 0 2px;
  border-right: solid 1px #cacbc6;
  border-bottom: solid 1px #cacbc6;
  border-left: solid 1px #cacbc6;
}
.submenu a {
  display: block;
/*font: 11px arial;*/
  text-align: left;
/*text-decoration: none;
  padding: 5px;
  color: #2875DE;*/
}
.submenu a:hover {
/*background: #49A3FF;
  color: #FFF;*/
}
*:first-child+html div#dd ul li img {
    vertical-align: top;
}
* html div#dd ul li img {
    vertical-align: top;
} 
/* サブメニューの半透明処理 */
.submenu {
/* filter: alpha(Opacity=90);
	opacity: 0.9;*/
}

/* フレーム
----------------------------------------------- */
div#container {
    width: 924px;
	background: url(../img/all/contents/top.gif) no-repeat center top;
    margin: 0 auto;
	padding-top: 5px;
    text-align: left;
}
#container:after {/* firefox */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* topメイン写真設定 */
#mainimg {
    padding: 5px 0;
	text-align:center;
}

/* topカラム設定 */
div#top_left {
    float: left;
    width: 674px;
	margin-left: 6px;
	display: inline;
}
div#top_right {
    float: right;
    width: 230px;
	margin-right: 6px;
	display: inline;
}

/* 2カラム設定 */
div#main_left {
    float: left;
    width: 200px;
	margin: 5px 0 30px 6px;
	display: inline;
}
div#main_right {
    float: right;
    width: 700px;
	margin: 5px 6px 20px 0;
	display: inline;
}


/* 1カラム設定 */
div#one_maincolumn {
    width: 914px;
    padding: 10px 0 0 0;
	margin: 0 auto;
}

/* パンくずリスト設定 */
div#pankuzu {
    font-size: 90%;
	text-align: left;
	padding: 5px;
	margin-left: 20px;
}
div#pankuzu #topicPath {  
    margin:10px 0;  
}  
div#pankuzu #topicPath li {  
    display: inline;  
    line-height: 110%;  
    list-style-type: none;
	font-weight: bold;  
}  
div#pankuzu #topicPath li a {  
    padding-right: 25px;  
    background: url(../img/all/contents/pankuzulist.gif) no-repeat right center;  
}  

/* ローカルナビ設定
----------------------------------------------- */
ul#local_navi {
    width: 200px;  
	margin: 0;
	padding: 0;  
}
ul#local_navi li{
    width: 200px;
    list-style-type: none;
	margin: 0;
	padding: 0;  
}
ul#local_navi a {
	display: block;
	width: 100%;
	height: 100%;
}
ul#local_navi li img {
    vertical-align: top;
}

/* フッター設定
----------------------------------------------- */

/* pagetop設定 */
#pagetop {
    clear: both;
    width: 900px;
    margin: 0 auto;
    text-align: right;
}
#pagetop ul li {
	margin: 10px 25px 5px 0;

}

/* フッター設定 */
#footer {
    width: 924px;
	height: 76px;
	background: url(../img/all/footer/bg.gif) no-repeat center;
    margin: 0 auto;
    text-align: left;
}
#foot_navi {
    float: left;
    width: 370px;
	margin-top: 15px;
    margin-left: 20px;
}
#foot_navi ul li {
	margin-right: 19px;
    display: inline;
}
#copy {
    float: right;
	text-align: right;
    width: 450px;
    margin: 15px 20px 0 0;
	font-size: 80%;
}