@charset "Shift_JIS";
/* CSS Document */

/*============================================
初期設定
============================================*/
*{
	margin: 0;
	padding: 0;
	outline: 0;
}

body{
	font-size:1em;
	color:#5e5e5e;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background:url(../img/footer-bg.png) repeat;
}

/* リンク */
a{ text-decoration:none;}


h1{
	margin:0 auto;
	width:220px;
	height:130px;
}

/* h2 */
h2{
	margin-bottom:25px;
	padding-left:25px;
	height:25px;
	line-height:25px;
	text-align:left;
	font-size:16px;
	color:#0096e2;
	font-weight:bold;
	background:url(../img/h2-bg.png) no-repeat;
}

/*============================================
ラップ
============================================*/
#wrap{
	width:100%;
	position:relative;
}

/*============================================
ヘッダー
============================================*/
#header{
	padding-top:20px;
	height:130px;
	background:url(../img/header-bg.png) repeat;
}

/*============================================
コンテナ
============================================*/
#content{
	padding:20px 5px;
	min-height:500px;
	line-height:2;
	background:url(../img/content-bg.png) repeat;
}

/*============================================
フッター
============================================*/
#footer{
	height:160px;
	padding:10px 0;
}

.support{
	margin:0 auto;
	padding:10px;
	width:280px;
	color:#FFF;
	text-align:center;
	border:4px solid #FFF;
}

/* プライバシーポリシーページ
--------------------------------------------*/
.privacy{
	padding:10px;
	min-height:500px;
	line-height:1.5;
}

.privacy h3{ margin:10px 0;}




