@charset "utf-8";

/*----------------------------------------------------------
  レイアウト関係
----------------------------------------------------------*/

/*---------------------------------ヘッダとフッタの固定*/
/*---------------------------------フォントサイズなど*/
body {
	text-align: center;
	font-family: Verdana, Osaka, sans-serif;
	color: #000000;
	font-size: 85%;
	background-image: none;
}  
* html body{
	overflow: hidden;
} 

/*---------------------------------ページ全体の横幅*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/002-002.gif);
}

/*---------------------------------ヘッダー部分*/
#header {
	position: fixed !important;
	position: absolute;
	height: 28px;
	margin: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330099;
	color: #333333;
	line-height: 60%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
	background-image: url(image/bt02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*---------------------------------メニュー部分*/
#munu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*---------------------------------コンテンツ部分*/
#contents {
	padding-top: 26px;
	padding-bottom: 30px;
	color: #000000;
	line-height: 75%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	width: 950px;
	clear: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: none;
	border: 1px solid #330099;
	background-color: #FFFFFF;
}

/*---------------------------------フッター部分*/
#footer {
	position: fixed !important;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 34px;
	color: #333333;
	margin: auto;
	background-color: #F0F0F0;
	line-height: .6em;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #330099;
	background-image: url(image/bt01.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
* html div#contentsArea{  
  height: 100%;  
  overflow: auto;  
}

/*----------------------------------------------------------
  メニュー部分の指定
----------------------------------------------------------*/
#menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

#menu li {
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-left: 0.5em;
	font-size: 90%;
}

#menu li a {
  text-decoration: none;
  color: #333333;
}

#menu li a:hover {
  text-decoration: underline;
  color: #3399FF;
}

h1 {
  font-size: 100%;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

h2 {
	font-size: 14pt;
	font-weight: bolder;
	text-decoration: underline;
}

h3 {
	line-height: normal;
	padding-left: 7px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00FFFF;
	font-size: 120%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}

h4 {
	line-height: normal;
	padding-left: 6px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000066;
	font-size: 110%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

h5 {
	line-height: normal;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000066;
	font-size: 110%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

h6 { }

/* -- 文字 -- */
p {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

/* -- リスト -- */
#contents ul {
}

#contents ol { }

#contents li { }

/*----------------------------------------------------------
  著作権表記
----------------------------------------------------------*/
#footer p {
	margin: 0px 0px 0px 0px;
	padding: 0.5em 0 0.5em 0;
	line-height: 0.1em;
	color: #FFFFFF;
}

/* -- 以下は削除不可 変更は可能です -- */
#footer #csslink a,
#footer #csslink a:hover {
	text-decoration: none;
	color: #F0F0F0;
}

/* -- 変更可能部分 配置とサイズ -- */
#footer #csslink {
  text-align: right;
  font-size: 80%;
  margin: 0;
  padding: 0 20px 5px 0;
}

/* -- 変更可能部分 色 -- */
#footer #csslink,
#footer #csslink a,
#footer #csslink a:hover { }

#footer #csslink,
#footer #csslink a,
#footer #csslink a:hover { }
