@charset "utf-8";
/**
 * base.css
 */

/* import
--------------------------------------------------*/
@import "init.css";


/* html, body
--------------------------------------------------*/
body {
	background: #fff;
}


/* siteCommonStyle
--------------------------------------------------*/
/* selection */
::-moz-selection {}
::selection {}

/* a */
a {
	color: #6666ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* cap */
.caption,
.cap {
	color: #999999;
	font-size: 83.4%;
}
.cap {
	padding-top: 5px;
}

/* formText */
.formText {
	padding: 3px 2px;
	border: #ccc solid 1px;
}


/* layout
--------------------------------------------------*/
/* wrapper */
#wrapper {
	color: #333333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}
.wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* page */
#page {
	padding-top: 100px;
}

#page #header {
	width: 100%;
	padding: 15px 0  18px 0;
	background-color: #fff;
	z-index: 30;
}
.fixed{
	position:fixed;
}
.absolute {
	position: absolute;
	top: 20px;
}

/* header */
#header {
}
h1 {
	float: left;
	margin-right: 30px;
}

/* gNav */
#gNav {
	float: left;
}
#gNav li {
	float: left;
}

/* content */
#content {
}
/* pagetop */
#pageTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
/* footer */
#footer {
	min-width: 960px;
	height: 60px;
	background: url(../imgs/bg-f.gif) repeat-x center top;
	color: #fff;
}
#footer h3,
#footer p {
	float: left;
}
#footer h3 {
	padding-top: 26px;
	margin-right: 18px;
	font-size: 14px;
	line-height: 20px;
}
#footer h3 span {
	font-size: 18px;
}
#footer p {
	padding-top: 14px;
	font-size: 12px;
	line-height: 20px;
}
#footer #copyright {
	float: right;
	margin-top: 37px;
	font-size: 10px;
}
.position {
	position: relative;
}





/* eachStyle
--------------------------------------------------*/
