@charset "utf-8";

/* 基本要素
---------------------------------------------------- */

body{
	color:#333333;
}

a{
}

a:link{
}

a:visited{
}

a:hover{
}

a:active{
}


/* レイアウトコンテナ
---------------------------------------------------- */

#container{
	margin-right:auto;
	margin-left:auto;
	width:798px;
	padding-top:20px;
	padding-bottom:20px;
}

	/* height100% */
	/*#container{
		height:100%;
		min-height:100%;
	}
	body>#container{
		height:auto;
	}*/

#contents{
}

/*cleafix-----*/
#contents{zoom:1;}
#contents:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/*-----cleafix*/


/* ヘッダー
---------------------------------------------------- */

#header{
}

#header h1{
}


/* メインコンテナ
---------------------------------------------------- */

#main{
}

#main h2{
}


/* サブコンテナ
---------------------------------------------------- */

#sub{
}

#sub h2{
}


/* ナビゲーション
---------------------------------------------------- */

#navi{
}

#navi li{
	font-size:0;
}


/* フッター
---------------------------------------------------- */

#footer{
}


/* セクション
---------------------------------------------------- */

.section{
	padding-bottom:1em;
	clear:both;
}

/*cleafix-----*/
.section{zoom:1;}
.section:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/*-----cleafix*/

.section h3{
}

.section h4{
}

.section h4 img{
}

.section p,
.section ul,
.section ol{
	padding-bottom:1.5em;
}

.section .mark{
}


/* 全ページ共通
---------------------------------------------------- */

#lead{
}

#pagetop{
}


/* よく使うクラス
---------------------------------------------------- */

.block{}
.area{}
.group{}
.text{}
.image{}
.bnr{}
.btn{}
.data{}
.term{}
.description{}
.first{}
.last{}









