@charset "utf-8";

/* CSS Info ================
Description: PageBody Style
========================= */

/* layout */
ul.layout {
	margin: 20px;
}
ul.layout:after {
	clear: both;
	display: block;
	content: " ";
}
ul.layout li {
	text-align: center;
	padding: 5px;
}
ul.layout li.ver2Left {
	clear: both;
	width: 325px;
	float: left;
}
ul.layout li.ver2Right {
	width: 325px;
	float: right;
}
ul.layout li.ver3Left {
	clear: both;
	width: 211px;
	float: left;
}
ul.layout li.ver3Center {
	width: 211px;
	float: left;
}
ul.layout li.ver3Right {
	width: 211px;
	float: right;
}

/* network */
p.alliance {
	margin: 10px;
}
dl.alliance {
	clear: both;
	margin: 10px;
}
dl.alliance:after {
	clear: both;
	display: block;
	content: " ";
}
dl.alliance dt {
	float: left;
	width: 160px;
	margin: 6px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: bold;
}
dl.alliance dd {
	float: left;
	width: 500px;
	margin: 11px 0 15px;
}

/*
ul.alliance li {
	display: inline;
	line-height: 1.6;
	padding: 0 10px 0 13px;
	background: url("../../img/icon.gif") no-repeat scroll 1px 2px transparent;
	white-space: nowrap;
	margin-left: 5px;
}
* html ul.alliance li {
	white-space: normal;
}
*/

ol.alliance {
	margin: 10px 5px 10px 30px;
}
ol.alliance li {
	list-style-type: decimal;
}
ol.alliance li dl dt {
	margin: 5px;
	font-weight: bold;
}
ol.alliance li h4 {
	padding: 10px 0;
}
ol.alliance li ul {
	margin-left: 10px;
}

div.alliance {
	margin: 0 20px;
}
div.alliance h4 {
	margin: 10px 0 5px 0;
}
ul.alliance {
	width: 100%;
}
ul.alliance:after {
	clear: both;
	display: block;
	content: " ";
}
ul.alliance li {
	float: left;
	margin-left: 5px;
	padding: 0 10px 0 13px;
	background: url("../../img/icon.gif") no-repeat scroll 0 transparent;
	line-height: 1.6;
	white-space: nowrap;
	list-style-type: none;
}

#bk_blue {
	background-color: #c3ecf7;
}
#bk_yellow {
	background-color: #fded96;
}
#bk_pink {
	background-color: #fbcad0;
}

.bk_green {
	background-color: #c7f0c1;
}

