@charset "utf-8";

/**************************************
	共通設定
**************************************/
html{
	height				: 100%;
}

body{
	font				: 13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size			: small;
	*font				: x-small;
	line-height			: 150%;
	color				: #666;
	height				: 100%;
}

a:link {
	color				: #2f8cb9;
	text-decoration		: underline;
}
a:visited {
	color				: #2f8cb9;
	text-decoration		: underline;
}
a:hover {
	color				: #2f8cb9;
	text-decoration		: none;
}
a:active {
	color				: #666;
	text-decoration		: none;
}

h1{
	width				: 980px;
	margin				: 0px auto;
	padding				: 0px 10px;
	color				: #666;
}
h2{
}
h3 {
}
h4 {
}
h5 {
}

a span{
	display				: none;
}
a img{
	display				: block;
}

input,label{
	vertical-align		: middle;
}
label{
	margin-left			: 0.3em;
}

textarea {
	font-size			: 100%;
}

em {
	font-style			: normal;
	font-size			: 138.5%;
	font-weight			: bold;
}
select {
	border				: 1px solid #ccc;
}
/**************************************
	レイアウト
**************************************/
div#wrapper {
	width				: 100%;
	min-height			: 100%;
	height				: auto !important;
	height				: 100%;
	margin				: 0px auto;
	margin-bottom		: -335px;
}

/* トップページ設定 */
body#pageTop div#wrapper {
	margin-bottom		: -298px;
}

div#contents {
	width				: 980px;
	padding				: 0px 10px;
	margin				: 0px auto;
	padding-bottom		: 50px;
}

/* １カラム */
div#oneColumn {
	width				: 800px;
	margin				: 0px auto;
}
/* メインカラム */
div#mainColumn {
	float				: left;
	width				: 500px;
}
/* 左サイドバー */
div#leftColumn {
	float				: left;
	width				: 190px;
	padding-right		: 20px;
}
/* 右サイドバー */
div#rightColumn {
	float				: right;
	width				: 190px;
}
/* 右サイドバー */
div#rightColumnTwo {
	float				: right;
	width				: 770px;
}
/* センターカラム */
div#centerColumn {
	float				: left;
	width				: 560px;
}
/**************************************
	header
**************************************/
div#header {
	clear				: both;
	width				: 100%;
	border-bottom		: 3px solid #f481b7;
}
div#siteDesc {
	width				: 100%;
	font-size			: 77%;
	line-height			: 93%;
	margin-bottom		: 11px;
	padding				: 9px 0px;
	border-bottom		: 1px solid #edbfb6;
}
div#headerContents {
	clear				: both;
	width				: 980px;
	padding				: 0px 10px;
	margin				: 0px auto;
}
div#headerLeft {
	float				: left;
	width				: 500px;
}
div#headerRight {
	float				: right;
	width				: 480px;
}
p#mainLogoBase {
	float				: left;
	width				: 152px;
	margin-right		: 42px;
	padding-left		: 13px;
}

/* 検索エリア */
#searchSec {
	border-bottom		: 1px solid #ccc;
}
#searchSec #searchInner {
	width				: 870px;
	padding				: 12px 92px 12px 58px;
	margin				: 0px auto;
}

#pushKeyWordSec {
	float				: left;
	width				: 350px;
	padding-top			: 5px;
}
#pushKeyWordSec ul {
	display				: inline;
	line-height			: 93%;
	padding-left		: 9px;
}
#pushKeyWordSec ul li {
	display				: inline;
	font-size			: 93%;
	margin-right		: 8px;
}

#searchInputSec {
	float				: right;
	width				: 512px;
}
#formBoxSearch {
	display				: block;
	float				: left;
	width				: 190px;
	height				: 16px;
	border				: 1px solid #ccc;
	padding				: 2px;
	margin				: 0px;
}
#formSelectSearch {
	width				: 154px;
	height				: 22px;
	padding				: 1px;
}
/* ヘッダバナー */
#pushBannerBase {
	width				: 980px;
	padding				: 0px 10px;
	margin				: 0px auto;
}
/**************************************
	リンクテキストスタイル
**************************************/
.linkStyle01 a:link {
	color				: #666;
	text-decoration		: underline;
}
.linkStyle01 a:visited {
	color				: #666;
	text-decoration		: underline;
}
.linkStyle01 a:hover {
	color				: #666;
	text-decoration		: none;
}
.linkStyle01 a:active {
	color				: #2f8cb9;
	text-decoration		: underline;
}

/**************************************
	footer
**************************************/
div#footer {
	clear				: both;
    width				: 100%;
	height				: 335px;
	margin				: 0px auto;
}
div#footerPush {
	width				: 100%;
	height				: 335px;
}

div#footerNaviSec {
	width				: 100%;
	border-bottom		: 1px solid #ccc;
	background-color	: #fbf3f1;
	padding				: 22px 0px;
}

/* トップページ設定 */
body#pageTop div#footer {
	height				: 298px;
}
body#pageTop div#footerPush {
	width				: 100%;
	height				: 298px;
}
body#pageTop div#footerNaviSec {
	border-top			: 1px solid #ccc;
}

div#footerContainer {
	clear				: both;
	width				: 980px;
	padding				: 0px 10px;
	margin				: 0px auto;
}
#footerRight {
	float				: right;
	width				: 624px;
	padding-left		: 28px;
	border-left			: 1px solid #f4818f;
}
div#footerLeft {
	float				: left;
	width				: 300px;
}
#footerHomeBtnBase {
	float				: left;
	padding-left		: 20px;
	padding-top			: 30px;
}
#copyright {
	width				: 980px;
	padding				: 0px 10px;
	padding-top			: 13px;
	margin				: 0px auto;
}
.goTopUnit {
	width				: 100%;
	border-top			: 1px solid #ccc;
	border-bottom		: 1px solid #ccc;
}
.goTopUnit p {
	width				: 980px;
	padding				: 0px 10px;
	margin				: 0px auto;
}
.goTopUnit a {
	float				: right;
}

/**************************************
	汎用
**************************************/
a:hover img{
	filter				: alpha(opacity=80);
	-moz-opacity		: 0.80;
	opacity				: 0.80;
}
