@import url(prf_base.css);

/*------------------------------
title
------------------------------*/
h1{
	height: 31px;
	padding: 4px 0px 0px 20px;
	color: #333;
	font-size: 1.1em;
	background: url(../prf_img/ttl.jpg) no-repeat;
}


h2 {
	width:535px;
	font-size:1.1em;
	font:bold #333;
	background: #FEFCE2;
	margin: 15px 0px 0px 0px;
	padding: 2px 0px 0px 5px;
	border-top: 4px #FAEE58 solid;
	border-bottom: 1px #666 solid;
	display: block;
}

h3{
	font-size: 1.0em;
	font: bold #333;
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
	border-left: 4px #FAEE58 solid;
	background: #FEFCE2;
	clear: both;
	display:block;
}

.notice{
padding-bottom:25px;
/*border-bottom: solid 1px #FAEE58;*/
}

.notice h5{
padding:7px 0px 0px 10px;
margin:15px 10px 0px 10px;
border-top: dotted 1px #FF7F13;
}

.notice .date{
padding-left:35px;
}

.notice p{
margin-top:10px;
}

.clear {
	clear: both;
}

hr{
	height: 0px;
	border: 0px;
	border-bottom: 1px dotted #999;
}


/* table */

.notice table{
background:#ddd;
width:100%;
margin-top:15px;
}
.notice table caption{
clear:left;
height:25px;
font-size:1.0em;
text-align:left;
font-weight:bold;
padding:0;
margin:0px 0px 2px 0px;
}
.notice th,.notice td{
	background:#fff;
	padding:2px;
	font-weight:normal;
	font-size:1.0em;
	vertical-align: top;
}
.notice th{
text-align:left;
font-weight:bold;
background:#FEFCE2;
}
.notice td a{
background:none;
padding:0;
}

.notice ul,li{
list-style:none;
font-size:0.9em;
}


.notice img{
margin:10px 15px;
}



/*------------------------------
LINK
------------------------------*/
.more{
clear:left;
text-align:right;
margin:10px 0px;
}
/* pagetop */
#mainArea .pagetop{
clear:left;
font-size:0.8em;
text-align:right;
margin:10px 0px 30px 0px;
padding-bottom:10px;
}
#mainArea .pagetop a{
color:#333333;
text-decoration:none;
background:url(../cmn_img/ico_pagetop.gif) left center no-repeat;
padding:0px 0px 0px 12px;
}
#mainArea .pagetop a:hover{
text-decoration:underline;
}
#mainArea .pagetop_m{
clear:left;
font-size:0.8em;
text-align:right;
margin:0px 0px 30px 0px;
padding-bottom:30px;
border-bottom:#cdcdcd 1px solid;
}
#mainArea .pagetop_m a{
color:#333333;
text-decoration:none;
background:url(../cmn_img/ico_pagetop.gif) left center no-repeat;
padding:0px 0px 0px 12px;
}
#mainArea .pagetop_m a:hover{
text-decoration:underline;
}

.contents_link h4{
margin:20px 0px 5px 0px;
}
.contents_link ul{
list-style:none;
margin:0px 0px 0px 22px;
}
/*for IE */
* html body .contents_link ul{
margin-left:5px;
}

/* add 090623 */

/*
.headers {
font-size:13px;
font-weight:bold;
width: 190px;
display: block;
background: #AE1D4D;
margin-bottom: 3px;
border-bottom: #fff dotted 1px;
cursor: pointer;
}

* html .headers {
margin-bottom: 3px;
border-bottom: #AE1D4D dotted 1px;
}

.headers a{
color:#ffffff;
text-decoration: none;
background: url(../prf_img/icon_snt2.gif) 180px 18px no-repeat;
padding: 4px 0px 4px 13px;
width: 177px;
display: block;
}
*/
.headers a:visited{
color:#ffffff;
}

.headers a:hover{
text-decoration: underline;
background: url(../prf_img/icon_snt2_over.gif) 180px 18px no-repeat;
padding: 4px 0px 4px 13px;
width: 177px;
display: block;
color: #F5C912;
}

.content dt{
	filter: Alpha(Opacity=75);opacity:.75;
}

.content{
	margin-bottom:2px;
	overflow: hidden;
}

/* end of add 090623 */


