@charset "utf-8";

/*--------------------------------------
 * Universal selector
 * ---------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/*--------------------------------------
 * Structure Module
 * ---------------------------------------*/

html {
}

body#commonFooter {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ","Meiryo","ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	text-align: center;
	line-height: 1.6;
	color: #000;
	background: #fff;
}

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

/*--------------------------------------
 * Text Module
 * ---------------------------------------*/
#commonFooter p,
#commonFooter pre,
#commonFooter address,
#commonFooter cite {
}

#commonFooter h1,
#commonFooter h2,
#commonFooter h3,
#commonFooter h4,
#commonFooter h5,
#commonFooter h6 {
	font-weight: normal;
}

#commonFooter ul,
#commonFooter ol,
#commonFooter li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	zoom: normal;
}

#commonFooter br {
	letter-spacing: 0;
}

/*--------------------------------------
 * Image Module
 * ---------------------------------------*/
#commonFooter img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

/*--------------------------------------
 * Table Module
 * ---------------------------------------*/
#commonFooter table{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
	

/*--------------------------------------
 * Hypertext Module
 * ---------------------------------------*/
#commonFooter a,
#commonFooter a:link,
#commonFooter a:visited {
	text-decoration: underline;
	color: #777;
	overflow: hidden;
	outline: none;
}

#commonFooter a:active,
#commonFooter a:hover,
#commonFooter a:focus {
	color: #ccc;
}

/*--------------------------------------
 * ライン
 * ---------------------------------------*/

#commonFooter hr {
	display:none;
	clear:both;
}


/*--------------------------------------
 * フッター
 * ---------------------------------------*/

#speedGlobalfooter {
}

/*コンテンツ外ページの上部へボタン*/
#speedGlobalfooter .toTop {
	margin: 0px auto;
	padding: 20px 0px 0px 931px;
	clear: both;
	width: 29px;
	height: 29px;
}

#speedGlobalfooter .toTop a {
	padding-top: 29px;
	display: block;
	overflow: hidden;
	width: 29px;
	height: 0;
	background: url(../images/common/nav/totop.gif) no-repeat;
}
	
#speedGlobalfooter .toTop a:hover,
#speedGlobalfooter .toTop a:focus {
}

#footerSet {
	padding: 40px 0px 40px;
	background: url(../images/common/footer/bg.gif) repeat-x #005bac;
}

footer ul {
	margin: 0px auto;
	width: 960px;
}

#logo {
	text-align: center;
}

#caution {
	padding: 7px 0px 7px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 1.4;
}

#home #caution {
	padding: 12px 0px 8px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 1.4;
}

#copyright {
	clear: both;
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 1.1;
}

#copyright br {
	display: none;
}

#copyright a {
	color: #fff;
	text-decoration: underline;
}

#copyright a:hover {
	color: #7cbcff;
}
