/* COWTV CSS */

/* main set */
#main {
	text-align: center;
}
#contents {
	text-align: left;
}
.contentsBox {
	border: 1px solid #CCCCCC;
	padding: 4px;
}
#contents p {
	font-size: 12px;
	color: #666666;
	line-height: 130%;
}
#contentsTitle {
	background-image: url(../images/index/title-main.gif);
	background-repeat: no-repeat;
	height: 40px;
	vertical-align: top;
}
#contentsTitle h1 {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 1px;
}
#contentsTitle .text10 {
	font-size: 10px;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contentsTitle2 {
	background-image: url(../images/index/title-main2.gif);
	background-repeat: no-repeat;
	height: 40px;
	vertical-align: top;
}
#contentsTitle2 h1 {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 1px;
}
#contentsTitle2 .text10 {
	font-size: 10px;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#pan {
	font-size: 10px;
}

/* menu set */
#menu {
	text-align: left;
}
.menuBox {
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #F6F6F6;
}
#rightMenu {
	width: 170px;
}
#rightMenu TD {
	background-image: url(../images/menu/bg-menu.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	height: 24px;
}
#rightMenu A:link {
	color: #333333;
	display: block;
	width: 145px;
	margin: 0px;
	padding: 6px 0px 5px 25px;
	text-align: left;
	text-decoration: none;
}
#rightMenu A:visited {
	display: block;
	width: 145px;
	margin: 0px;
	padding: 6px 0px 5px 25px;
	text-align: left;
	color: #333333;
	text-decoration: none;
}
#rightMenu A:hover {
	display: block;
	width: 145px;
	margin: 0px;
	padding: 6px 0px 5px 25px;
	text-align: left;
	color: #FE5A0F;
	background-image: url(../img_common/navibg_skinRO.gif);
	background-repeat: repeat-y;
	text-decoration: underline;
}

/* footer set */
#footer {
	margin-top: 20px;
	margin-bottom: 20px;
}
.footLink {
	font-size: 10px;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
.footLink a:hover {
	color: #FE5A0F;
	text-decoration: underline;
}
.footLink a:hover {
	color: #72C82C;
	text-decoration: underline;
}
.footLink a:visited {
	color: #72C82C;
	text-decoration: underline;
}

/* image set */
img {
	border: none;
}
.imgLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.imgRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* text set */
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.panText {
	font-size: 10px;
	color: #666666;
}
.text10 {
	font-size: 10px;
}
#text12 {
	font-size: 12px;
	color: #333333;
}

