﻿@charset "utf-8";
/* CSS Info
 FileName   : common.css
 Editor     : geocode
======================== */

/* JavascriptON/OFF時の制御
----------------------------------------------------*/

#jsOff a{
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 8px 0 0 10px;
}

/* base
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}

html {
	overflow-y: scroll;
}
body {
	font-family: "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
}
li {
	list-style-type: none;
}
sup {
	color: #900;
}

.reset{
	padding: 0!important;
	margin: 0!important;
}

/* link
----------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #222;
}
a:visited {
	color: #222;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	color: #ff0000;
}

/* rollover
----------------------------------------------------*/
a:hover img.hov {
	background-color: #fff;
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden;overflow: hidden; }
.clearfix { display: inline-block;overflow: hidden; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block;overflow: hidden; }
/* End hide from IE-mac */

.clear {
	clear: both;
}


/* float
----------------------------------------------------*/
.imgR{
	float: right;
	margin: 0 0 10px 10px;
}

.imgL{
	float: left;
	margin: 0 10px 10px 0;
}

.center{
	text-align: center!important;
}

.taL{
	text-align: left!important;
}

.taR{
	text-align: right!important;
}

/* ページスクロールナビ
----------------------------------------------------*/

#wrapper #nav-4 {
	position: absolute;
	right: 0;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/* 汎用
----------------------------------------------------*/
/*
.alert{
	color: #ff0000;
}
*/

/* end */
