@charset "UTF-8";
/* base */

span.separator {
	margin: 0 0.5em;
}

.gray {
	color: #999999;
}

.point {
	color: #DD0000;
}

.ta_c { text-align: center; }
.ta_l { text-align: left; }
.ta_r { text-align: right; }
.fl_l { float: left; }
.fl_r { float: right; }
.fs_xs { font-size: x-small; }
.fs_s { font-size: small; }
.fs_m { font-size: medium; }
.fs_l { font-size: large; }
.mb_xs { margin-bottom: 5px; }
.mb_s {	margin-bottom: 10px; }
.mb_m {	margin-bottom: 20px; }
.mb_l {	margin-bottom: 30px; }
.mt_0 { margin-top: 0; }
.ml_s { margin-left: 10px; }
.ml_m { margin-left: 20px; }
.ml_l { margin-left: 30px; }
.ml_xl { margin-left: 40px; }
.m_0 { margin: 0; }
.c_p { cursor: pointer; }

#MainContainer {
	margin: 0 auto;
	width: 960px;
	background-image: url(../images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#MovieContainer {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	text-align: center;
}

/* header */
#header {
	width: 900px;
	padding: 10px 30px 0;
	height: 120px;
	overflow: hidden;
}

#header .left {
	float: left;
	width: 300px;
	height: 120px;
	overflow: hidden;
}
#header .right {
	float: right;
	width: 270px;
	height: 120px;
	overflow: hidden;
}

#menu {
	display: block;
	position: absolute;
	width: 660px;
	height: 40px;
	top: 82px;
	
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}
/*#menu a:link, #menu a:visited, #menu a:active {
	color: #CF7F18;
}

#menu a:hover {
	color: #FF9814;
}
*/

/* topimage */
#topimage {
	width: 920px;
	height: 300px;
	padding: 0 20px;
	overflow: hidden;
}
#subimage {
	width: 920px;
	height: 70px;
	padding: 0 20px;
	overflow: hidden;
}

/* body */
#body {
	min-height: 300px;
	width: 920px;
	padding: 0 20px;
	background-image: url(../images/body_back.gif);
	background-position: center;
	background-repeat: repeat-y;
}

/* navigation */
#body #navigation {
	padding: 10px 0;
	width: 200px;
	min-height: 300px;
	float: left;
	background-image: url(../images/navi_back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#navigation .inner {
	margin: 0 10px;
}

#navigation #news {
	background-color: #FFFFFF;
	width: 170px;
	height: 150px;
	margin: 0 10px 10px;
	padding: 5px;
	overflow: auto;
}
#navigation #news h3 {
	color: #666666;
	font-size: small;
	margin: 0 0 0.2em;
}
#navigation #news h3 a:link, #navigation #news h3 a:visited,
#navigation #news h3 a:active, #navigation #news h3 a:hover {
	text-decoration: none;
}

#navigation #news p {
	font-size: x-small;
	margin: 0 0 0.5em;
	line-height: 135%;
	padding-top: 0.5em;
	border-top: 1px solid #CCCCCC;
}
#navigation #news p span.date {
	color: #999999;
	font-weight: bold;
}
#navigation #news a:link, #navigation #news a:visited,
#navigation #news a:active {
	color: #666666;
	text-decoration: underline;
}

#navigation #news a:hover {
	color: #333333;
	text-decoration: underline;
}

#sysadmin h3 {
	margin: 0.5em 0;
	padding: 0.2em 0;
	line-height: 150%;
	text-align: center;
	color: #333;
	font-size: small;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#sysadmin h4 {
	color: #333;
	margin: 0.2em;
	line-height: 130%;
}
#sysadmin p {
	margin: 0.5em 0;
}
#sysadmin ul {
	margin: 0.5em 0 0.5em 1.5em ;
}

/* contents */
#body #contents {
	padding: 0;
	width: 720px;
	min-height: 300px;
	float: right;
}
#contents .inner {
	margin: 20px 20px;
}
#contents h1.image {
	margin: 0 0 20px;
	line-height: 100%;
}
#contents h2.main {
	border-left: 5px solid #3c4edb;
	border-left: 5px solid #000066;
	
	padding-left: 5px;
/*	font-weight: normal;*/
	line-height: 130%;
	font-size: large;
	color: #333333;
}
#contents strong {
	color: #DD0000;
	font-weight: normal;
}

#localmenu {
	margin: 0 0 10px;
}
#localmenu ul {
	margin: 0 0 0 10px;
}
#localmenu li {
	float: left;
	list-style: none;
	margin-right: 3px;
	font-size: small;
}
#localmenu a {
	padding: 4px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#localmenu a:link, #localmenu a:visited,
#localmenu a:active {
	color: #333333;
	text-decoration: none;
}

#localmenu a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #dfe0e6;
}

.col3mmm {
}
.col3mmm .col2 {
	width: 450px;
	float: left;
}
.col3mmm .left {
	width: 220px;
	float: left;
}
.col3mmm .right {
	width: 220px;
	float: right;
}
#contents .inner .inner .col3mmm .col2 {
	width: 420px;
}
#contents .inner .inner .col3mmm .left {
	width: 200px;
}
#contents .inner .inner .col3mmm .right {
	width: 200px;
}

.col2mm {
}
.col2mm .left {
	float: left;
	width: 335px;
}
.col2mm .right {
	float: right;
	width: 335px;
}
#contents .inner .inner .col2mm .left {
	float: left;
	width: 310px;
}
#contents .inner .inner .col2mm .right {
	float: right;
	width: 310px;
}

.col2ls1 {
}
.col2ls1 .left {
	float: left;
	width: 450px;
}
.col2ls1 .right {
	float: right;
	width: 220px;
}

.col2ls2 {
}
.col2ls2 .left {
	float: left;
	width: 470px;
}
.col2ls2 .right {
	float: right;
	width: 200px;
}

.col2ls3 {
}
.col2ls3 .left {
	float: left;
	width: 430px;
}
.col2ls3 .right {
	float: right;
	width: 240px;
}

.col2ls4 {
}
#contents .inner .inner .col2ls4 .left {
	float: left;
	width: 530px;
}
#contents .inner .inner .col2ls4 .right {
	float: right;
	width: 100px;
}

.col2ls5 {
}
#contents .inner .inner .col2ls5 .left {
	float: left;
	width: 390px;
}
#contents .inner .inner .col2ls5 .right {
	float: right;
	width: 240px;
}

.movie {
	margin: 0 auto;
	width: 400px;
	height: 300px;
	padding: 25px 30px 35px;
	background-image: url(../images/movie_back.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
.movie_s {
	width: 200px;
	height: 150px;
	padding: 10px 20px 20px;
	background-image: url(../images/movie_back_s.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.col2point {
}
.col2point .left2 {
	float: left;
	width: 66px;
}
.col2point .right2 {
	float: right;
	width: 404px;
}
.col2point .right2 .left3 {
	float: left;
	width: 290px;
	padding: 0 4px;
}
.col2point .right2 .left3 p {
	margin: 5px 0;
	font-size: small;
	
}
.col2point .right2 .right3 {
	float: right;
	width: 106px;
	text-align: center;
}

h3.title_g180_22 {
	background-image: url(../images/title_g180_22.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 180px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	color: #333333;
	font-weight: normal;
	text-indent: 15px;
	font-size: x-small;
}

h3.title_tbbb {
	color: #333333;
	font-size: medium;
/*	font-weight: normal;*/
	line-height: 200%;
	background-image: url(../images/title_g100_30.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-top: 3px solid #FFCC33;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
h4.title_bb {
	border-left: 5px solid #CCCCCC;
	padding-left: 5px;
	line-height: 130%;
	font-size: medium;
	color: #333333;
/*	font-weight: normal;*/
}
h4.title_tbbb {
	padding: 3px 0 3px 10px;
	line-height: 130%;
	font-size: medium;
	color: #333333;
/*	font-weight: normal;*/
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	background-color: #FCFCFC;
}

h4.question {
	background-image: url(../service/question/images/question.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 30px;
	line-height: 130%;
	font-size: medium;
	color: #333333;
/*	font-weight: normal;*/
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	background-color: #FCFCFC;
}
p.answer {
	background-image: url(../service/question/images/answer.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 130%;
	font-size: small;
	color: #333333;
	font-weight: normal;
}

table.default {
	border-top: none;
	border-left: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
}
table.default td,
table.default th {
	font-size: small;
	padding: 2px 5px;
	border-top: 1px solid #CCCCCC;
	border-left: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
}
table.default th {
	text-align: center;
	background-color: #FCFCFC
}
table.default table.noborder {
	border: none;
}
table.default table.noborder td {
	border: none;
	vertical-align: middle;
}

table.list th, table.list td {
	font-size: x-small;
}
table.list th.title {
	background-color: #CCC;
}

table.noborder {
}
table.noborder th,
table.noborder td {
	padding: 2px 5px;
	vertical-align: top;
}

table.banner {
}
table.banner td {
	text-align: center;
	vertical-align: top;
	padding: 5px 0;
}

#software {
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	padding: 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#trouble {
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	padding: 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#trouble h4 {
	color: #333333;
	font-weight: normal;
	margin: 0 0 5px;
	border-bottom: 1px solid #3bb3ff;
	padding-bottom: 2px;
	font-size: small;
}
#trouble .box {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding: 6px 10px;
}
#trouble p {
	font-size: x-small;
	margin: 0.1em 0;
}

#media3 {
	background-image: url(../images/col3_bottom.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
#media3 h3 {
	margin: 0;
}
#media3 h4 {
	color: #333333;
	border-left: 3px solid #000066;
	font-weight: normal;
	padding-left: 5px;
	margin-bottom: 0.3em;
}
#media3 p {
	color: #333333;
	margin: 0 0 1em 10px;
	font-size: x-small;
}

#media3 .inner {
	margin: 0 20px;
}
#media3 .left, #media3 .right {
	background-image: url(../images/col3_body.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.article {
	border: 1px dashed #CCCCCC;
	background-color: #fcfcfc;
	padding: 10px;
}
.article h1 {
	color: #333333;
	font-size: large;
}

p.publish {
	border-top: 1px solid #999999;
	color: #666666;
	padding-right: 5px;
	padding-top: 5px;
	text-align: right;
}


/* footer */
#footer {
	width: 920px;
	padding: 60px 20px 20px;
	margin: 0 auto;
	background-image: url(../images/body_bottom.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#footer #sitemap {
	padding: 10px 20px;;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FCFCFC;
}
#sitemap .menu {
	float: left;
	width: 130px;
	margin-right: 15px;
}
#sitemap h3 {
	font-size: x-small;
	color: #666666;
	margin-bottom: 0;
}
#sitemap h3 + ul{
	margin-top: 0em;
}
#sitemap ul {
	font-size: x-small;
	margin: 0.5em 0;
}
#sitemap ul li {
	list-style: none;
	margin: 0.4em 0;
}
#sitemap a:link, #sitemap a:visited,
#sitemap a:active {
	color: #666666;
	text-decoration: none;
}

#sitemap a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer address {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #999999;
	font-size: small;
}

#corp {
}

#corp p {
	color: #999999;
}
#corp a {
}
#corp a:link, #corp a:visited,
#corp a:active {
	text-decoration: none;
}

#corp a:hover {
	text-decoration: underline;
}

#corp #logo {
	margin-top: -1.5em;
	text-align: right;
}


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font-weight: bold;
	color: #333333;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #CCC;
}

.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}

.TabbedPanelsContent {
	padding: 19px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


