@charset "UTF-8";


/***********************************************/ 
/*menu*/
/***********************************************/ 
#pointcard-menu {
 width: 210px;
 border-top: 5px solid #f65d5d;
 margin-left: 6px;
 margin-bottom: 30px;
 margin-top: 7px;
}
#pointcard-menu li {
	border-bottom: 1px solid #CCCCCC;
}

/***********************************************/ 
/*main*/
/***********************************************/ 

#top-image {
	margin-bottom: 20px;
}
#top-copy {
	margin-bottom: 20px;
}

/*infomation*/
#infolist {
	border: 3px solid #fdacac;
	padding: 10px;
	margin: 0 0 18px 0;
}
#infolist .newmark {
	padding: 0 0 0 5px;
}

#infolist li {
	border-bottom: 1px solid #cacaca;
	clear: both;
	background: url(../img/link_style_red.gif) no-repeat 0px 1.4em;
	padding: 0 0 7px 15px;
	margin: 7px 0 0 0;
}
#infolist .date {
	clear: both
}
#infolist .title {
	float: left;
}
.link-info {
	text-align: right;
	padding-top: 12px;
}

/*point*/

h2.subtitle {
	margin-bottom: 20px;
}
.top-subbox {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-left: 3px;
	margin-bottom: 15px;
	padding: 10px;
}


/***********************************************/ 
/*admission*/
/***********************************************/ 

.main-box {
	margin-bottom: 40px;
}
.main-box h2 {
	padding: 5px 5px 9px 5px;
	margin: 0 0 20px 0;
}
.main-box h2.admi01 {
	background: url(../pointcard/img/admission_subtitle01_line.gif) bottom no-repeat;
}
.main-box h2.admi02 {
	background: url(../pointcard/img/admission_subtitle02_line.gif) bottom no-repeat;
}

.main-box h2.guid01 {
	background: url(../pointcard/img/guidance_subtitle01_line.gif) bottom no-repeat;
}
.main-box h2.guid02 {
	background: url(../pointcard/img/guidance_subtitle02_line.gif) bottom no-repeat;
}

.main-box h2.agre01 {
	background: url(../pointcard/img/agreement_subtitle01_line.gif) bottom no-repeat;
}



/***********************************************/ 
/*guidance*/
/***********************************************/ 
.guide_bg {
	background-image: url(../pointcard/img/guidance_point.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 25px;
	line-height: 1.5em;
}
.guide_title {
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 10px;
}


/***********************************************/ 
/*agreebox*/
/***********************************************/ 
.agreebox {
	margin-bottom: 1em;
	padding: 0 20px;
}
.agreebox dt {
	float: left;
}
.agreebox dd {
	margin-left: 2em;
}
