*{
	margin:0;
	padding:0;

	color:#666666;
	font-family:"Verdana","Arial","Helvetica","sans-serif";
	font-size:11px;
}
a{
	color:#0066CC;
	text-decoration:underline;
}
a:hover{
	color:#DD0000;
}
.atext{
	color:#0066CC;
	text-decoration:underline;
}
.atext:hover{
	color:#DD0000;
}


#base  { width:100%; }  /* 全体の幅 */
.left  { width:188px; } /* 左側の幅 */
.right { width:208px; } /* 右側の幅 */
.main  { width:auto; }  /* メインの幅（成り行き） */


#header{
	background-image:url(/MaroNetWeb/faces/images/header_background.gif);
	border-bottom:solid 3px #449FD8;
	height:65px;
}
.logo{ padding-left:15px; }

.navi{
	width:416px;
}

.topicsnavi{
	width:137px;
}

.navi a.aboutButton{
	background-image:url(/MaroNetWeb/faces/images/header_button_about.gif);
}
.navi a.contactButton{
	background-image:url(/MaroNetWeb/faces/images/header_button_contact.gif);
}
.navi a.helpButton{
	background-image:url(/MaroNetWeb/faces/images/header_button_help.gif);
}
.topicsnavi a.closeButton{
	background-image:url(/MaroNetWeb/faces/images/header_button_close.gif);
}

.navi a, .topicsnavi a{
	float:left;
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	width:138px;
	height:65px;
	text-indent:-9999px;
}
.navi a:hover, .topicsnavi a:hover{
	background-position:0 -65px;
}

#footer{
	border-top:solid 3px #449FD8;
	height:40px;
}
.copyright{ padding-left:25px; }
.banner{ padding-right:25px; }


.left{
	background-color:#F1FAFF;
	padding:10px 0 100px;
}
.main{
	border-right:solid 1px #D5D6D6;
	border-left:solid 1px #FDFEFF;
	padding:25px 0 100px;
}
.right{
	background-color:#F1FAFF;
	padding:5px 0 100px;
}


.loginBox{
	background-image:url(/MaroNetWeb/faces/images/login_background.gif);
}
.loginBox table td{
	padding-top:5px;
}
.loginBox table td input{
	width:145px;
}
a.loginButton{
	display:block;
	background-image:url(/MaroNetWeb/faces/images/login_button.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:78px;
	height:24px;
	margin-top:5px;
	padding-top:5px;
	color:#454545;
	text-decoration:none;
}
a.loginButton:hover{
	background-position:-78px 0;
	color:#454545;
	text-decoration:none;
}


.topicsBox{
	margin-top:10px;
}

.contentsBox{
	background-color:#F5F5F5;
}
.contentsHead{
	background-color:#FFFFFF;
}
.contentsTitle{
	font-weight:bold;
}
.contentsTitle img{
	margin-right:3px;
}
.contentsText a{
	padding-left:15px;
}
.contentsText.contText{
	padding-left:15px;
}
.contText{
	padding-left:15px;
}

.right img{
	margin-top:20px;
}

.topLine{
	background-image:url(/MaroNetWeb/faces/images/box_topline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom: 5px;
}
.boxLine{
	background-image:url(/MaroNetWeb/faces/images/box_dotline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px;
}

span.opeMessageErr {
	font-family: "Arial",sans-serif;
	font-weight: bold;
	padding: 5px;
	font-size: 10pt;
	color: #FF8888;
}

span.opeMessageInfo {
	font-family: "Arial",sans-serif;
	font-weight: bold;
	padding: 5px;
	font-size: 12pt;
	color: #0000CD;
}

font.error {
	color: #ffffff;
	font-weight: bold;
	background-color: #880000;
	padding: 2px;
}

font.info {
	color: #ffffff;
	font-weight: bold;
	background-color: #008888;
	padding: 2px;
}

.opeMsgBg{
	background-color:#F1FAFF;
	padding:10px 0 5px;
}

.commercialBox {
	text-align: center;
}
