﻿@charset "utf-8";

/* #####################################################
  シェア
######################################################## */  
*{
  margin: 0;
  padding: 0;
}
body {
	text-align:center;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../index/img/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
body,td,p,li {
	color:#30afcf;
	line-height:160%;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
}
html { 
  /* Firefox用 スクロール位置でセンタリング位置ズレ防止 */
  overflow-y:scroll;   
} 
p {
	margin:0 0 0.5em 0;
}
li {   
  list-style-type:none;   
}   
img {
	border:0;
}

/* -------------
  link
---------------- */ 
a:link {
	color:#f939c0;
	text-decoration: none;
}
a:visited {
	color:#f939c0;
	text-decoration: none;
}
a:hover {
	color:#f939c0;
	text-decoration: underline;
}
a:active {
	color:#f939c0;
}
/* #####################################################
  段組
######################################################## */
#header {
	text-align: left;
	padding: 0em 1em;
	font-size:10pt;
	white-space: nowrap;
	margin-bottom: 10px;
	background-color: #1321F4;
}
#headerText {
	width:900px;
	margin: 0px auto;
	color: #FFFFFF;
}

#header p {
	font-size:9pt;
	text-align: right;
	margin: 0px;
	color: #FFFFFF;
}
#footer {
	clear:both;
	margin-top:30px;
	padding:1em;
	text-align:center;
	background-color:#1321F4;
	color:#fff;
	white-space: nowrap;
}
/* -----------------------------------------------------------
 h1～見出し
----------------------------------------------------------- */
h1 {
	margin:0;
	font-size:10pt;
	text-align: left;
	float: left;
}


/* -----------------------------------------------------------
 globalNavi（グローバルナビ）
----------------------------------------------------------- */
div.globalNavi {
	width: 900px;
	height: 40px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
div.globalNavi ul {
	text-align: center;
}
div.globalNavi li {
	display:inline;
}
p.naviBottom {
	margin: 0px;
	clear: both;
}

/* -----------------------------------------------------------
 footer
----------------------------------------------------------- */
div.footNavi li {
	display:inline;
	color: #ffffff;
	border-right: 1px solid #FFFFFF;
	padding-right: 3px;
}
#footer p {
	font-size:80%;
	padding:1em 0 0 0;
	color: #ffffff;
	text-align: right;
}
address{
	font-style: normal;
	font-size: 80%;
	margin-top: 15px;
}
#footer a{   
	color:#FFFFFF;
	padding:0 1em;
}
#footer a:link {
	color:#FFFFFF;
}
#footer a:visited {
	color:#FFFFFF;
}
#footer a:hover {
	color:#f939c0;
	text-decoration:none;
}
