@import url("base.css");
@import url("header.css");
@import url("topics.css");
@import url("footer.css");

body{
	margin:0;
	padding:0;
    background-color:#ffffff;
    color:#333333;
	text-align:center;
}

.flashArea{margin:0; padding-top:1px; width:748px; height:233px;}
.contentsArea{margin:0; padding:0; width:748px; border-top:#353833 1px solid; text-align:left; background:url(../image/contents_bg1.gif) repeat-y;}
.cont_left   {width:537px; float:left}
.cont_right  {width:210px; float:right}
.topbr{width:210px; border-bottom:#353833 1px solid;}

.mailmg_tx{margin:0; padding:3px 5px 5px 5px; color:#333333; font-size:10px; line-height:130%;}
.mailmg_enter{width:200px; height:25px; padding:0 5px 0 5px; border-bottom:#353833 1px solid;}
.mailmg_left {width:160px; height:20px; padding:0; float:left;}
.mailmg_right{width:35px; height:17px; margin:2px 0 0 0; padding:0; float:right;}

.qrurl{width:200px; padding:2px 5px 2px 5px; font-family:Arial, Helvetica, sans-serif; font-size:10px; background:#EEEEEE;}
.qr_tx{margin:0; padding:4px 5px 5px 5px; color:#333333; font-size:10px; line-height:130%; border-bottom:#353833 1px solid;}

.page_title{background:#DFDB9E; text-align:left;}

.text0 {color:#666666; font-size:10px; line-height:130%;}
.text1 {color:#333333; font-size:10px; line-height:130%;}
.text2 {color:#333333; font-size:12px; line-height:130%;}

.bread_p{color:#604030;	font-size:10px; line-height:130%; line-height:12px;}
a.bread_p:link   {color:#604030; font-size:10px; line-height:130%; text-decoration:underline;}
a.bread_p:visited{color:#604030; font-size:10px; line-height:130%;	text-decoration:underline;}
a.bread_p:hover  {color:#AA0000;	font-size:10px; line-height:130%; text-decoration:underline;}
a.bread_p:active {color:#AA0000; font-size:10px; line-height:130%; text-decoration:underline;}

INPUT.MAILMG{
	width: 155px;
	border:1px solid #666666;
	color:#333333;
	background-color:#EEEEEE;
}