/* CSS DOCUMENT */


@charset "UTF-8";


/*	entry */

.entry {
	margin: 0 0 40px 0;
}

.entry_title {
	height: 120px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background:url(../report/images/title_back.gif) no-repeat top left;
	border-bottom: #C0C0C0 solid 1px;
	position:relative;
}

.entry_title .namber {
	font-size: 36px;
	font-weight: bold;
	padding: 10px 0;
	color: #00A9FF;
	top: 32px;
	right: 58px;
	position: absolute;
}

.entry_title .sub_title {
	padding: 7px 10px 5px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	top: 15px;
	left: 30px;
	background-color: #FF8000;
	position: absolute;
}

* .entry_title .sub_title {
	top: 20px;
}

.entry_title .title {
	top: 50px;
	left: 30px;
	padding: 0 380px 0 0;
	font-size: 45px;
	font-weight: bold;
	color: #333333;
	background:url(../report/images/samataku.gif) no-repeat center right;
	position: absolute;
}

* .entry_title .title {
	top: 55px;
}

.entry_title .title a {
	color: #333333;
	font-size: 32px;
	text-decoration:none;
}

.entry_title .title a:link {
	color: #333333;
	text-decoration:none;
}

.entry_title .title a:hover {
	color: #565656;
	text-decoration:none;
}

.entry_main {
	margin: 0 0 0 0;
	padding: 20px 20px 0 25px;
	text-align: left; /* left on ie */
	background:url(../report/images/entry_back.gif) repeat-y center left;
}

.entry_main strong,
.entry_main b {
	font-size: 20px;
	color: #6666FF;
	line-height: 1.4em;
	font-weight: bold;
}

.blog_navi {
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center; /* center on ie */
}


#side_navi {
}

#side_navi ul {
	text-align:left;
	margin: 0 0 20px 0;
}

#side_navi ul li {
	margin: 3px 0 0 0;
	padding: 2px 0 5px 20px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: #E8E8E8 1px solid;
	background:url(../report/images/all_icon.gif) no-repeat center left;
	list-style: none;
}

.tanto {
	margin: 30px 0 20px 0;
	padding: 20px 0 20px 20px;
	border: #C0C0C0 solid 1px;
}

.tanto table td {
	font-size: 12px;
	line-height: 1.4em;
	text-align: left; /* left on ie */
}

.tanto .name {
	padding: 0 0 0 200px;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	color: #333333;
	background:url(../report/images/tanto.gif) no-repeat center left;
	text-align: left; /* left on ie */
}

