﻿@charset "utf-8";

/* Default settings */


html {
  overflow-y: scroll;
  height: 100%;
  }

body {
    background: #ececec;
    background-image: url(../img/bg.gif);
    background-repeat: repeat-y;
	background-position: center;
    text-align: center;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
    font-size: medium;
    margin: 0px;
    padding: 0px;
    color: #3f3f3f;
  }

* {
    margin: 0px;
    padding: 0px;
  }

section, article, aside, nav, header, footer,hgroup {
	display: block;
}


#spLinkBlockInPc{
    display:none;
	width: 820px;
	font-weight: bold;
	font-size: 2em;
	background-color: #fff;
	border: #4475b0 solid 2px;
	padding: 15px;
	margin: 30px auto;
}

#container {
    width: 840px;
    margin: 0 auto;
    text-align: center;
  }

/* footer */

#footer {
    width: 840px;
	height: auto;
	background-color: #004da1;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    font-size: 0.9em;
    text-align: left;
    color: #fff;
}

#footer p {
	width: 320px;
	font-size: 0.8em;
	line-height: 1.8em;
	padding: 8px 5px 5px 8px;
	margin-top: 10px;
	margin-left: 15px;
	border: #fff solid 1px;
}

/* ヘッダー、ナビゲーション */

#topline {
	background: #004da1;
	width: 810px;
	padding: 5px 15px;
	font-size: 0.75em;
	color: #fff;
	text-align: left;
	letter-spacing: 1px;
}

#header {
    width: 840px;
    padding-bottom: 20px;
    text-align: left;
}

#header h1 {
	width: 270px;
	margin: 0px;
	float: left;
	padding: 15px 0px 15px 15px;
}

#header div.contact {
	width: 555px;
	margin: 0px;
	padding-top: 33px;
	float: right;
}

.submenu {
	padding-top: 0px;
	padding-right: 6px;
	float: right;
}

.submenu li.gnav {
	list-style: none;
	float: left;
	border-left: #666 solid 1px;
	text-align: center;
	font-size: 0.95em;
}

.submenu li a {
	display: block;
	padding: 0px 10px;
}

.submenu li a:link {
    color: #666;
    text-decoration: none;
  }

.submenu li a:visited {
    color: #666;
    text-decoration: none;
  }

.submenu li a:hover {
    color: #004da1;
	text-decoration: none;
  }
  
.submenu li a:active {
    color: #004da1;
    text-decoration: none;
  }

/* イメージ */

#imgspace {
	width: 840px;
	text-align: center;
	padding: 10px 0 20px 0;
	margin: 0;
	clear: both;
}

/* 1カラム */

#mainspace {
	width: 810px;
	text-align: center;
	padding: 0 0 15px 15px;
	margin: 0;
	clear: both;
}

/* 2カラム */

#twocol {
	width: 840px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}

.l-side {
	float: left;
	width: 155px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}

.r-side {
	float: left;
	width: 640px;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	text-align: left;
}

ul.notice {  
    list-style-type:none;
	padding-bottom: 20px;
}

ul.notice img {
	padding-bottom: 5px;
}

ul.notice li {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-bottom: solid 1px #ccc;
	line-height: 1.8em;
	text-align: left;
	font-size: 0.9em;
} 

ul.notice li a {
	color: #3f3f3f;
}

ul.notice li.title {
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
} 

/* PageTop */

#pagetop {
        width: 840px;
	height: auto;
        clear: both;
}

p.gotop {
	padding-right: 15px;
	padding-bottom: 15px;
        text-align: right;
	color: #004da1;
	font-size: 0.7em;
  }

p.gotop a:hover {
	color: #004da1;
  }

div#copyright {
	text-align: right;
	margin: 0px;
	color: #fff;padding-right: 15px;
	font-size: 0.7em;
}

/* 注釈 */

span.blu {
	color: #004da1;
}

/* Link settings */

a:link {
  color: #004da1;
  text-decoration: none;
  }

a:visited {
  color: #004da1;
  text-decoration: none;
  }

a:hover {
  color: #ffb25e;
  text-decoration: underline;
  }
  
a:active {
  color: #ffb25e;
  text-decoration: underline;
  background-color: transparent;
  }

/* List margin settings */

ul, ol, li {
  margin: 0px;
  padding: 0px;
  }

/* Img border settings */

body img {
  border: 0px;
  vertical-align: bottom;
  }

/* IE bug settings */

br {
  letter-spacing: normal;
  }

/* hide hack from Mac-IE5 \*/

* html .mybuggyelement { 
  height: 1%; 
  }

