@charset "UTF-8";

body {
	margin-bottom: 10px;
}


/* エラー
------------------------------------------------- */
.error {
	color: red;
}



/* デフォルト
------------------------------------------------- */
.lag01 {
	font-size: 120% !important;
	line-height: 1.5 !important;
}

.mid01 {
	line-height: 1.3 !important;
}

.sml01 {
	font-size: 80% !important;
	line-height: 1.3 !important;
}





/* ラップ
------------------------------------------------- */
div#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


/* ヘッダ
------------------------------------------------- */
div#header {}

div#header div {
	float: left;
}

div#header div.item01 p.logo {
	margin: 15px 0 10px 0;
}

div#header div.item02 {
	margin: 15px 0 0 15px;
}


/* コンテンツ
------------------------------------------------- */
.contents {
	padding: 0 20px;
}



/* フレーム
------------------------------------------------- */
.frm01A {
	width: 800px;
	background: transparent url(../img/frm01_bg01.gif) repeat-y left top;
}

.frm01B {
	padding: 0 60px;
}

.frm02A {
	width: 800px;
	margin-top: 30px;
	background: transparent url(../img/frm02_bg01.gif) repeat-y left bottom;
}

.frm02B {
	width: 800px;
	background: transparent url(../img/frm02_bg02.gif) no-repeat left top;
}

.frm02C {
	padding: 60px 60px 0px 60px;
	font-size: 120% !important;
	line-height: 2.8;
}

/* IE7 */
*+html .frm02A {
	background: transparent url(../img/frm02_bg01_ie.gif) repeat-y left bottom;
}

*+html .frm02B {
	background: transparent url(../img/frm02_bg02_ie.gif) no-repeat left top;
}

/* IE6 */
* html .frm02A {
	background: transparent url(../img/frm02_bg01_ie.gif) repeat-y left bottom;
}

* html .frm02B {
	background: transparent url(../img/frm02_bg02_ie.gif) no-repeat left top;
}



/* フレーム
------------------------------------------------- */
dl.list01 {
	margin-top: 30px;
	list-style-type: none;
}

dl.list01 dt {
	font-size: 120% !important;
	font-weight: bold;
}

dl.list01 dd {
	width: 150px;
	margin-top: 5px;
	font-size: 120% !important;
	float: left;
}






