@charset "utf-8";

/*=========================================================
	[ donateindex.css ]
	date - creation:2008-06-19 // update:2008-06-19
=========================================================*/

/*=========================================================
	index
		1. utilAdd
		2. donate - index
=========================================================*/

/* 1. utilAdd
=========================================================*/
/* Font-Size */
	#content #indexAdd .font10-15 { font-size: 10px; line-height: 15px; }
	#content #indexAdd .font12-18 { font-size: 12px; line-height: 18px; }
	#content #indexAdd .font14-20 { font-size: 14px; line-height: 20px; }
	#content #indexAdd .font20-24 { font-size: 20px; line-height: 24px; }

/* Float */
	#indexAdd .fl { float: left; }
	#indexAdd .fr { float: right; }
	#indexAdd .clear { clear:both; }

/* TextAlign */
	#indexAdd .al { text-align: left; }
	#indexAdd .ar { text-align: right; }
	#indexAdd .ac { text-align: center; }

/* Clearfix*/
	#indexAdd .clearfix { zoom:1; }
	#indexAdd .clearfix:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }


/* 2. donate - index
=========================================================*/
/* indexAdd */
	#content #indexAdd {
		padding-top: 10px;
		font-size: 12px;
		line-height: 18px!important;
	}
	#indexAdd h2,
	#indexAdd h3,
	#indexAdd h4 {
		margin-top: 0;
		margin-bottom: 0;
		border: none;
		padding: 0;
	}
	#indexAdd h2 {
		margin-bottom: 18px;
	}
	#indexAdd h4 {
		margin-bottom: 14px;
	}
	#indexAdd div ul,
	#indexAdd div li,
	#indexAdd div dl,
	#indexAdd div dt,
	#indexAdd div dd {
		margin: 0;
		border: none;
		padding: 0;
		list-style: none;
	}
	#indexAdd p {
		margin-top: 0;
	}
	#indexAdd a {
		text-decoration: underline;
	}
	#indexAdd a:hover {
		text-decoration: none;
	}

	#indexAdd #messageBoxAdd {
		margin-bottom: 35px;
		background-color: transparent;
		background-image: url(../images/add/bg-box-all.jpg);
		background-repeat: repeat-y;
		background-position: center top;
	}
	#indexAdd #messageBoxWrapAdd {
		padding-bottom: 50px;
		background-color: transparent;
		background-image: url(../images/add/bg-box-bottom.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	#indexAdd #messageBoxAdd strong {
		font-size: 14px;
		color: #fe030a;
	}
	#indexAdd .boxAdd {
		margin-right: auto;
		margin-left: auto;
		width: 610px;
	}
	#indexAdd .box2Add {
		border: 2px solid #c5c5c5;
		padding: 25px 28px 5px;
		background-color: #f8f8f8;
	}
#indexAdd .box3Add {
		background-color: transparent;
		background-image: url(../images/add/img-10.jpg);
		background-repeat: repeat-y;
		background-position: center top;
	}
	#indexAdd .icoLinkList p {
		margin-top: 0;
		margin-bottom: 0;
	}
	#indexAdd p a.icoLink {
		padding-left: 7px!important;
		background-color: transparent;
		background-image: url(../images/add/blt-boxnav.gif);
		background-repeat: no-repeat;
		background-position: left 2px!important;
	}
	#sideNavAdd li dd a {
		color: #333333;
		text-decoration: underline;
	}
	#sideNavAdd li dd a:hover {
		color: #666666;
		text-decoration: none;
	}
	




/* sideNav */
	#side {
		margin-top: 0px;
	}
	#sideNavAdd {
		float: left;
		margin-bottom: 10px;
		width: 200px;
	}
	#sideNavAdd #sideNavList {
		display: block;
		border: 1px solid #fe030a;
		border-bottom: none;
		width: 198px;
		zoom: 1;
	}
	#sideNavAdd ul,
	#sideNavAdd li,
	#sideNavAdd dl,
	#sideNavAdd dt,
	#sideNavAdd dd {
		margin: 0;
		border: none;
		padding: 0;
		list-style: none;
	}
	#sideNavAdd li {
		border-bottom: 1px solid #fe030a;
		zoom: 1;
	}
	#sideNavAdd li dt img {
		vertical-align: top;
	}
	#sideNavAdd li dt {
		margin-bottom: 10px;
	}
	#sideNavAdd li dd {
		margin-bottom: 8px;
		padding-left: 17px;
		font-size: 10px;
		line-height: 15px;
		background-color: transparent;
		background-image: url(../images/add/blt-sidenav.gif);
		background-repeat: no-repeat;
		background-position: 10px top;
	}
	#sideNavAdd li dd a {
		color: #333333;
		text-decoration: underline;
	}
	#sideNavAdd li dd a:hover {
		color: #666666;
		text-decoration: none;
	}
	



