/* Destintion */

div.head_common h2 {
	border-color: #2869cf;
	color: #2869cf;
}

div#introduction {
	width: 800px;
	margin-top: 16px;
}

div#introduction img {
	border: 1px solid #c6c6c6;
}

div#introduction div.intro_photocol {
	float: left;
	width: 455px;
}

div#introduction div.intro_rightcol {
	float: left;
	width: 345px;
}

div#introduction h3 {
	font-size: 96%;
	border-bottom: 1px dotted #4285d7;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

div#introduction p {
/*	font-size: 80%;*/
}

/* guide */

.guideTable {
	
}

.guideTable table {
	width: 800px;
	border-collapse: collapse;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}

.guideTable table th, .guideTable table td {
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	padding: 6px;
	font-size: 86%;
}

.guideTable table th {
	text-align: left;
	background-color: #e4e7ec;
	color: #333;
	white-space: nowrap;
}

.guideTable table td {
	vertical-align: top;
}

#main .guideTable table td {
	font-size: 86%;
}

.guideTable table td ul {
	margin-left: 18px;
}

.head_common_L.guide {
	margin-top: 20px;
	margin-bottom: 10px;
}

div#introduction div.intro_photocol_R {
	float: left;
	width: 402px;
}

div#introduction div.intro_leftcol {
	float: left;
	width: 398px;
}


/* end css */

