@charset "UTF-8";
@import url(main.css);

#contentsBox{
	padding-top:15px;
}

#leftcolum{
	float:left;
	width:699px;
	min-height:400px;
}

#rightcolum{
	width:225px;
	float:right;
}

#leftcolum .entryBox{
	margin-left:30px;
	margin-top:15px;
}

#leftcolum .entryTitle h3{
	background:url(../images/title_line.gif) no-repeat left bottom;
	padding-bottom:3px;
	padding-left:32px;
	margin-bottom:2px;
	font-size:108%;
	margin-top:15px;
}

#leftcolum .entryTitle .title{
	margin-left:32px;
}

#leftcolum .entryBox dl dt{
	clear:both;
	float:left;
	width:80px;
	padding:1px 0 3px 3px;
}

#leftcolum .entryBox dl dd{
	padding:1px 0 3px 0;
	margin-left:83px;
}

#leftcolum .entryBox dl dd img{
	vertical-align:middle;
	margin-left:10px;
}
/*
#leftcolum .entryBox dl dd img.new{
	vertical-align:top;
}*/

#leftcolum h2.report{
	margin-top:30px;
}

#leftcolum .detailEntryBox{
	margin-left:30px;
	margin-top:15px;
}

#leftcolum .detailEntryBox th,
#leftcolum .detailEntryBox td{
	padding:10px 0;
}

#leftcolum .detailEntryBox th{
	width:100px;
}

#leftcolum .detailEntryBox .txtBox{
	float:left;
	width:400px;
}

#leftcolum .detailEntryBox .txtBox p{
	margin-bottom:15px;
}

#leftcolum .detailEntryBox .txtBox .specialBox{
	border:1px solid #CCC;
	padding:10px 10px 0 10px;
	background-color:#FFF;
	margin-bottom:15px;
}


#leftcolum .detailEntryBox .txtBox .specialBox h4{
	background:#999;
	color:#FFF;
	padding:0 4px;
	margin-bottom:5px;
}

#leftcolum .detailEntryBox .txtBox p span{
	border:1px solid #CCC;
	padding:1px 3px;
	margin-right:5px;
	height:1em;
	background-color:#FFF;
}

#leftcolum .detailEntryBox .photo{
	float:right;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#FFF;
	width:222px;
}

#leftcolum .detailEntryBox .photo p{
	border:1px solid #f46d79;
	padding:5px;
}


#action{
	background-color:#f8f8f8;
	text-align:right;
	padding:10px 261px 10px 30px;
}
#action .pageBack{
	float:left;
	padding:0;
	width:;
}

#action .pageTop{
	float:right;
	padding:0;
}

#rightcolum{
	padding-top:12px;
}


#rightcolum .title{
	margin-bottom:3px;
}

#rightcolum ul.secondContents{
	width:207px;
	margin-left:18px;
	margin-bottom:20px;
}

#rightcolum ul ul{
	margin-left:18px;
}

#rightcolum ul a{
	background:url(../images/arrow.gif) no-repeat 11px center;
	padding-left:30px;
}

#rightcolum ul li{
	background:url(../images/dot_line.gif) repeat-x left bottom;
	padding:2px 0 3px 0;
}

#rightcolum ul li.noBorder{
	background-image:none;
}

#rightcolum ul li.noBorder p{
	background:url(../images/dot_line.gif) repeat-x left bottom;
	padding-bottom:1px;
}