@charset "utf-8";

/* CSS Document */

/*----------------------------------------------------------------- 
	書式設定
-------------------------------------------------------------------- */
P {
	padding: 0 0 15px 0;
}


P.attention {
	padding: 0 0 5px 0;
	font-size:84%;
}

P.pageBack {
	text-align: right;
	border-top: 1px dashed #ccc;
}

.fontS {
	font-size: 84%;
}

/*----------------------------------------------------------------- 
	リンク
-------------------------------------------------------------------- */
A:link {
	color: #039;
	text-decoration: underline;
}

A:visited {
	color: #939;
}

A:active {
	color:#FC0;
}

A:hover {
	color: #FC0;
	text-decoration: none;
}



/*	リンク
-------------------------------------------------------------------- */
A.iconBlock {
	background: url(../../img/interface/icon/icon_header.jpg) no-repeat 0 6px;
	padding: 0 0 0 12px;
}



/*----------------------------------------------------------------- 
	見出し
-------------------------------------------------------------------- */
.imgTitle {
	padding: 0 0 30px 0;
	margin: 0;
}

.textTitle {
	font-size:110%;
	font-weight: bold;
	background: url(../../img/interface/title_bg/title_bg01.gif) no-repeat 0 bottom;
	padding: 0 0 13px 20px;
	margin:0 0 10px 0;
	line-height: 140%;
}
	

/*----------------------------------------------------------------- 
	データ構造
-------------------------------------------------------------------- */
DL.dateList {
	padding: 0 0 0 0;
}

DL.dateList DT {
	clear: left;
	float: left;
	margin: 0 0 0 0;
	padding: 4px 0;
	width: 10em;
	line-height: 130%;
}

DL.dateList DD {
	margin-bottom:0;
	margin-left: 10em;
	padding: 4px 0;
	line-height: 130%;
}

/*----------------------------------------------------------------- 
	枠
-------------------------------------------------------------------- */
.frame {
	border: 1px solid #538943;
	background: #FCF8D6;
	padding: 10px ;
	margin: 0 0 10px 0;
}

.notice {
	border: 1px solid #A93029;
	background: #FEE9E0;
	padding: 10px ;
	margin: 0 0 10px 0;
}

/*----------------------------------------------------------------- 
	パディング
-------------------------------------------------------------------- */
.pb0 {
	padding-bottom: 0px;
}
.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

/*----------------------------------------------------------------- 
	マージン
-------------------------------------------------------------------- */
.mb0 {
	margin-bottom: 0px;
}
.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}
