@charset "utf-8";

/*
-----------------------------------------------
株式会社サンク　ページ共通のスタイル
-----------------------------------------------

o タグの初期化
o 共通クラス
o コンテンツ全体をくくるタグ
o コンテンツ

*/



/* -------------------------------------------------
タグの初期化
------------------------------------------------- */
h1, h2, h3, h4, h5, h6, div, p, ul, li, dl, dt, dd {
	margin:0;
	padding:0;
}

img {
	border:0;
	vertical-align:top;
}

hr {
	display:none;
}

p {
	text-align:justify;
	text-justify:inter-ideograph;
	line-break:strict;
}

dd {
	text-align:justify;
	text-justify:inter-ideograph;
	line-break:strict;
}

a:link    { color:#666666; text-decoration:none; }
a:active  { color:#666666; text-decoration:none; }
a:visited { color:#666666; text-decoration:none; }
a:hover   { color:#928258; text-decoration:underline; }

body {
	margin:0;
	padding:0;
	text-align:center;
	color:#666666;
	border-top:8px solid #F2F2F2;
}



/* -------------------------------------------------
共通クラス
----------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* -------------------------------------------------
コンテンツ全体をくくるタグ
背景用
------------------------------------------------- */
#gbContainer {
	width:600px;
	margin:0 auto;
	padding:129px 0 0 0;
}



/* -------------------------------------------------
コンテンツ
------------------------------------------------- */
#gbContainer h1 {
	margin:0 0 32px 0;
}

#gbContainer p {
	margin:0 0 119px 0;
	text-align:center;
}



