@charset "utf-8";
/* CSS Document */

strong	{
	font-weight:bold;
}

#entry {
	overflow:hidden;
	width:630px;
}
	#entry .inner {
		margin:5px 35px 25px;
	}
/* h2 */
	#entry h2 {
		height:70px;
		line-height:70px;
		font-size:20px;
		color:#fff;
		font-weight:bold;
		background:url(../img/entry/h3_back.png) no-repeat;
		padding-left:80px;
		margin:30px -35px;
		clear:both;
	}
/* h3 */
	#entry h3 {
		line-height:38px;
		height:38px;
		font-size:18px;
		padding-left:50px;
		font-weight:bold;
		margin:30px -10px 20px -10px;
		background:#e6e6e6 url(../img/entry/h4_back.png) no-repeat;
		clear:both;
	}
		#entry h3 a {
			color:#333;
			text-decoration:none;
		}
			#entry h3 a:hover {
				text-decoration:underline;
			}
		#entry h3.img {
			line-height:1.6;
			height:auto;
			padding-left:0;
		}
/* h4 */
	#entry h4,
	#entry h5 {
		margin:10px 0 0;
		color:#F22C68;
		font-weight:bold;
		font-size:18px;
	}
		#entry h4 img {
			margin:0 -10px 30px;
		}
		#entry h4.big4 {
			font-size:18px;
		}
		#entry h4.staff	{
		margin-bottom:10px;
		}
/* p */
	#entry p {
		margin:10px 0;
	}
/* table style1 */
	#entry table {
		font-size:1em;
		width:100%;
	}
	#entry table.mg {
		margin-bottom:10px;
	}
		#entry table th {
			width:110px;
			padding:15px 0 15px 25px;
			background:#F5F5F5;
			vertical-align:top;
			border:1px solid #EDEDED;
		}
		#entry table.wAuto th {
			width:auto;
			padding:15px 25px;
		}
		#entry table td {
			vertical-align:top;
			border:1px solid #EDEDED;
			padding:15px 25px;
		}
/* table style2 */
	#entry table.border {
		font-size:1em;
		width:100%;
	}
		#entry table.border th {
			width:110px;
			padding:15px 0 15px 25px;
			background:none;
			vertical-align:top;
			border:none;
			border-bottom:1px dotted #EBEBEB;
		}
		#entry table.border td {
			vertical-align:top;
			border:none;
			border-bottom:1px dotted #EBEBEB;
			padding:15px 25px;
		}
/* ul li style .expList */
	ul.expList {
		margin:10px 0 15px;
	}
		ul.expList li {
			text-indent:-1em;
			padding-left:1em;
		}

/* Classes */
	.redText {
		color:#F22C68;
	}
	.redBigger {
		color:#F22C68 !important;
		font-size:1.2em !important;
		line-height:1.4;
		font-weight:bold !important;
	}
	.clear {
		clear:both;
	}
	.clearHidden {
		clear:both;
		height:1px;
		line-height:1px;
		overflow:hidden;
		margin:20px 0;
		text-indent:-9999px;
	}
	#entry .borderBox {
		border:1px solid #333333;
		padding:10px;
		margin:10px;
	}
	#entry .grayBox {
		padding:10px;
		background:#F2F2F2;
	}
	.narrow {
		margin:0 15px;
	}
	.extend {
		margin:0 -10px;
	}
