@charset "utf-8";

@charset "utf-8";
/*****************************************
	original.css
	企業固有のスタイルを指定
******************************************/

header .regular{
margin:0 0 !important;
}

footer .regular{
margin:0 0 !important;
}



/*******************************
 ヘッダー
*******************************/

/* 固定ヘッダ */
#header .content div.regular
{
	background-color:#ffffff; /* 背景 */
	color:#000000; /* 文字色 */
	height:69px; /* 高さ */
}

#header .content div.regular div.logo
{
	padding-top:10px; /* 企業ロゴ表示開始位置 上 */
	padding-left:20px; /* 企業ロゴ表示開始位置 左 */
}

#header .content div.regular .note
{
	bottom:5px; /* フリーコメント開始位置 下 */
	right:10px; /* フリーコメント開始位置 右 */
}

/*******************************
 フッター
*******************************/

/* フッタ関連の高さ指定 */
#footer .content .free
{
	height:80px;/* ★1 自由フッタの高さ */
}
#footer .content .regular
{
	height:180px; /* ★2 固定フッタの高さ */
}
#footer {
	height: 0px;  /* footerの高さ（ ★1＋★2 ）分指定する*/
}
#main .space
{
	padding-bottom:100px; /* footerの高さ（★1＋★2）分指定する */
}
/* 固定フッタ */
#footer .content .regular
{
	background-color:#A9DF05 !important; /* 背景 */
	color: #ffffff; /* 文字色 */
    text-decoration: none !important;
}

#footer {
    position: static !important;
}

/*******************************
 自由ヘッダー
*******************************/
#header .content .free {
}

/*******************************
 自由コンテンツ上
*******************************/
#header .Hakubun_logo{
position:relative;
top:17px;
left:35px;
width:198px;
height:46px;
margin-bottom:-46px;
}

#headContent .corporate_site{
position:relative;
top:-48px;
left:493px;
width:269px;
height:28px;
margin-bottom:-28px;
}


#headContent .pmenu_title01 {
	margin:0 auto;
	width:760px;
	padding:30px 0;
}

.policy00{
width:700px;
margin:0 20px;
padding:20px;
}

.policy01{
margin-bottom:20px;
}
.title01{
font-weight:bold;
}

.title02{
color:#62A903;
font-weight:bold;
}

#headContent .free dl{
padding-bottom:20px;
}

/*******************************
 自由サイドコンテンツ
*******************************/
#sideContent .free {
}

/*******************************
 自由コンテンツ中
*******************************/


/*******************************
 自由コンテンツ下
*******************************/
#bottomContent .freeBottom {
}

/*******************************
 自由フッター
*******************************/
#footer .content .free {
}










