/* body ********************************************/
body{
	margin:0px;
	padding:0px;
	background-image: url(../img/bg.jpg);
	background-color: #eec4b6;
	background-repeat: no-repeat;
	background-position: center top;
}
	
/*wrapall*******************************************/
#wrapall{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 950px;}

/*link********************************************/
a:link { color: #333; text-decoration:none;}
a:visited  { color: #333; text-decoration:none;}
a:hover { color: #333;text-decoration: underline;}

.site a:link{color:#E61D25; text-decoration:underline;}
.site a:visited {color:#E61D25; text-decoration:underline;}
.site a:hover{color:#E61D25;text-decoration:none;}

#service a:link{color:#000; text-decoration:none;}
#service a:visited {color:#000; text-decoration:none;}
#service a:hover{	color:#000;	text-decoration:underline;}

a.menu:link{color:#999; text-decoration:none;text-align: left;background-image: url(../img/menu/menu_on_2.gif);background-position: left top; background-repeat: no-repeat;}
a.menu:visited {color:#999; text-decoration:none;text-align: left;background-image: url(../img/menu/menu_on_2.gif);background-position: left top; background-repeat: no-repeat;}
a.menu:hover{color:#666;text-decoration:none;text-align: left;background-image: url(../img/menu/menu_on_2.gif);background-position: left top; background-repeat: no-repeat;}

a.menu-on:link{	color:#333;font-weight: bold;	text-decoration:none;text-align: left;background-image: url(../img/menu/menu_on_1.gif);background-position: left top; background-repeat: no-repeat;}
a.menu-on:visited {color:#333;font-weight: bold; text-decoration:none;text-align: left; background-image: url(../img/menu/menu_on_1.gif);background-position: left top; background-repeat: no-repeat;}
a.menu-on:hover{color:#333;font-weight: bold;text-decoration:none;text-align: left;background-image: url(../img/menu/menu_on_1.gif);background-position: left top; background-repeat: no-repeat;}

h2 a:link{color:#E5322B; text-decoration:none;}
h2 a:visited {color:#E5322B; text-decoration:none;}
h2 a:hover{color:#E5322B;text-decoration:none;}

.pager a:link{color:#fff; text-decoration:underline;}
.pager a:visited {color:#fff; text-decoration:underline;}
.pager a:hover{color:#fff;text-decoration:none;}

.path a:link{color:#FFCC00; text-decoration:underline;}
.path a:visited {color:#FFCC00; text-decoration:underline;}
.path a:hover{color:#FFCC00;text-decoration:none;}

.responce a:link{color:#999; text-decoration:underline;}
.responce a:visited {color:#999; text-decoration:underline;}
.responce a:hover{color:#999;text-decoration:none;}

.recomd a:link{color:#fff; text-decoration:underline;}
.recomd a:visited {color:#fff; text-decoration:underline;}
.recomd a:hover{color:#fff;text-decoration:none;}

.nickname a:link{color:#C64C00; text-decoration:underline;}
.nickname a:visited {color:#C64C00; text-decoration:underline;}
.nickname a:hover{color:#C64C00;text-decoration:none;}

.member-link a:link{color:#fff; text-decoration:underline;}
.member-link a:visited {color:#fff; text-decoration:underline;}
.member-link a:hover{color:#fff;text-decoration:none;}

.date-on a:link{color:#ff0;text-decoration:none; display:block; }
.date-on a:visited {color:#ff0; text-decoration:none; display:block;}
.date-on a:hover{color:#f30; text-decoration:none; display:block; }

li a:link{color:#000; text-decoration:underline;}
li a:visited {color:#000; text-decoration:underline;}
li a:hover{color:#666;text-decoration:none;}

.clink a:link{color:#000; text-decoration:underline; border-width: 0px;}
.clink a:visited {color:#000; text-decoration:underline;border-width: 0px;}
.clink a:hover{color:#666;text-decoration:none;border-width: 0px;}

#footer a:link{color:#000; text-decoration:underline;}
#footer a:visited {color:#000; text-decoration:underline;}
#footer a:hover{
	color:#000;
	text-decoration:none;
}


/*service*******************************************/
#service {
	font-size: 13px;
	text-align:left;
	height:15px;
	padding: 18px 20px 0px 0px;
	background-repeat: no-repeat;
	color: #000;
	text-indent: 100px;
}

/*header******************************************/
#header {
	margin:0px;
	height: 80px;
	padding-top: 270px;
	padding-right: 100px;
	padding-bottom: 2px;
	padding-left: 310px;
}
#header .member {color:#000;font-size:13px;	line-height:130%;padding: 0;font-family: Arial, Helvetica, sans-serif;}
#header .site {color:#FFF;font-size:22px;line-height:135%;font-weight:bold; padding: 0;}
#header .describe {color:#000;font-size:13px;line-height:135%; padding:0;}

/*menu*******************************************/
#menu {
	height:35px;
	margin:0px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	width: 510px;
}
#menu a{
	font-size: 13px;
	width:100px;
	height:26px;
	display:block;
	padding-top:8px;
	float:left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1px;
	text-align: center;
}


/*mainbody*******************************************/
#mainbody {
	width: 950px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/content/content-bg.gif);
	background-repeat: no-repeat;}
	

/*content******************************************/
#content{
	float:left;
	width: 695px;
	height: 100%;
	padding:0px;
	overflow: hidden;
	background-color: #E5322B;
	margin-right: 5px;
	border: 1px solid #fff;
}	
.content-inner{
	clear:both;
	padding: 0;
	margin:5px 5px 0;
}
.content-page{
	clear:both;
	width: 660px;
	overflow: hidden;
	background-color: #fff;
	padding: 0px 5px 0px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
dl {float: left;
   width: 216px;
   padding-bottom: 5px; 
   margin: 0; 
   text-align: center;
   font-size: 12px;
   line-height: 150%;
   color: #ff0;
   overflow: hidden;}
dl dd {margin: 0;}
dl dt {padding: 0 10px; margin: 0;}
dl .dd-txt {padding:0 10px;}
dl .photo a {
   display:block;
   width: 216px;
   height:135px;
   padding:20px 0 0 0;
   background:url(../img/album/photo-bg.gif) no-repeat;}
dl .photo-f a {
   display:block;
   width: 216px;
   height:135px;
   padding:20px 0 0 0;
   background:url(../img/album/photo-f-bg.gif) no-repeat;}
.pager{	clear:both;
	font-size: 13px;
	color: #fff;
	text-align: left;
	padding:10px 0px;
	margin: 0px;
	font-family: Arial, sans-serif;}
h2{color: #E5322B;
	font-size: 18px;
	line-height:180%;
	font-weight: bold;
	text-indent:7px;
	background-image: url(../img/content/h2-bg.gif);
	background-repeat: no-repeat;
	height: 60px;
	margin: 6px 0 0 0;
	padding: 3px 0 0 40px;}
.date{font-size: 12px;
	color: #E5322B;
	padding:3px 20px 3px 0px;
	margin:0px;
	font-family: Arial, sans-serif;}
.path{color: #FFCC00;font-size: 13px; padding:10px 0px 3px; margin:0px;}
.article {color: #000;
	font-size: 13px;
	line-height:180%;
	padding:5px 0px 0px 0px;
	margin:0px;
	text-align: justify;}
P.article: first-letter {font-size: 200%;color: #F63;
	font-weight: bold;}
.pic-l{float:left;padding:3px 10px 8px 0px;}
.pic-r{float:right;padding:3px 0px 8px 10px;}
.pic-m{text-align:center;padding:3px 10px 4px 10px;margin:0px;}
.pic-big{text-align:center;padding:3px 0px 4px 0px;margin:0px;}
.responce{
    clear: both;
	font-size: 12px;
	color: #999;
	height:60px;
	padding-top:10px;
	text-align:right;
	}
.recomd{color:#FFFFFF; font-size: 13px; line-height:180%;padding:10px 0px 4px 0px; margin: 0px; text-align:right;}
#reply {
    clear:both;
    text-align:left;
	font-size: 13px;
	line-height: 160%;
	color: #333;
	padding: 10px;
	margin:0px;
	width:98%;
	border: 1px solid #ccc;}
h4{clear:both;color: #FFCC00;font-size: 16px;line-height:180%; font-weight: bold; margin:1px 10px 1px 0px;}

.editor{
    font-size: 12px;
	color: #000;
	padding:5px 0px; 
	margin:0px;
	text-align:right;}
.line-dashed {clear:left;
    background-image: url(../img/content/line-dashed.gif);
	background-repeat: repeat-x; margin:5px 0px;}
.post {
	font-size: 13px;
	line-height: 160%;
	color: #FFCC00;
	margin: 0px;
	padding-left: 20px;
	width: 95%;
	}
.item {    color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 120px;
	line-height: 180%;
	background-color: #EE7D77;}
.fill {
    color: #333;
	font-size: 13px;
	line-height: 180%;
	background-color: #E8AA95;}
.msg-left {
	float: left;
	width: 130px;
	padding: 0px;
	margin:0px;}
.msg-right {
	width:380px;
	margin-left:130px;
	padding: 5px 0px 0px 10px;}
.reply-box{
	color: #1C4598;
	font-size: 13px;
	line-height:180%;
	padding:8px;
	margin:0px;
	background:#FFF;
	border: 1px solid #CDCDCD;}
.reply-box-private{
	color: #956843;
	font-size: 13px;
	line-height:180%;
	padding:8px;
	margin:0px;
	background:#FEFEF6;
	border: 1px solid #D8C094;}
.h4-reply{color: #FFCC00;font-size: 16px;line-height:180%; font-weight: bold; margin:1px 10px 1px 0px;}
.h4-reply-private{color: #FFCC00E;font-size: 16px;line-height:180%; font-weight: bold; margin:1px 10px 1px 0px;}
.reply-text{color: #374809;font-size: 13px;line-height:180%; padding:0px; margin:0px;}
.reply-text-private{color: #A6794E;font-size: 13px;line-height:180%; padding:0px; margin:0px;}

/*colm1*******************************************/
#colm1{
	height: 100%;
	font-size: 13px;
	line-height: 180%;
	color: #666666;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
	border: 1px solid #CCCCCC;
	background: #E5322B;
	width: 850px;
}

/*nav*******************************************/
#nav {
	padding: 0px;
	height: 100%;
	text-align:center;
	background: #E5322B;
	border: 1px solid #FFFFFF;
	float: right;
	width: 240px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0px;
}
#nav h5 {
	font-size: 15px;
	color: #FFF;
	font-weight:bold;
	margin:7px;
	height: 18px;
	text-align: center;
	background-image: url(../img/nav/nav-title-bg.gif);
	padding: 14px 0 9px;
	background-repeat: no-repeat;}
#nav .member-intro {
    color:#fff;
	font-size: 13px;
	margin: 0px auto; 
	line-height: 150%;
	width:140px;}
#nav .member-link{
    color:#fff;
   	font-size: 12px;
	line-height: 170%;
	padding:10px 0px 10px 0px; 
	width:150px;
	margin: 0px; 
	text-align:right;}
.calendar {	border: 0px;
	margin: 0px 0px 5px 0px;}
.date-off {	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 160%;
	font-weight: bold;
	color: #e2e1e1;
	text-align: center;}
.date-on {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
	color: #666;
	text-align: center;
	background-image: url(../img/content/content_ip_04.gif);
}
#nav ul{margin: 0px 20px 10px 40px;padding:0px;}
#nav li{
	color:#000;
	font-size: 13px;
	line-height: 220%;
	margin: 0px;
	text-align:left;
	list-style-image: url(../img/nav/nav-ip-03.gif);}
.clink {
	margin: 5px;
	font-size: 13px;
	line-height: 180%;}
#nav .log{
    color:#333;
	font-size: 13px;
	line-height: 160%;
	margin: 0px;}

/*footer******************************************/
#footer {
	clear: both;
	width:950px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	background-color: #E5322B;
}	
#footer .siteinfo {
	color: #000;
	font-size: 13px;
	line-height: 180%;
	text-align: center;
	padding-top: 10px;
}
#footer .copyright {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 180%;
	margin: 0px;
	text-align: center;
	bottom: 5px;
}
/*others*******************************************/
.em {color: #D95F36;}
.v-mid {vertical-align: middle;}
.center{
	text-align:center;
	margin: 0px;
}
form {font-size: 12px;
	line-height: 120%;
	color: #333333;
	border: 1px solid #849B8C;
	margin: 0px;}
input {color:#333333;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 120%;
	margin: 0px;	
    padding-top: 3px;
	}
option {color:#333333;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 120%;
	margin: 0px;	
    padding-bottom: 4px;
	}
/*icons*******************************************/
.ip-1 {
	background-image: url(../img/blog_ip_01.gif);
	background-repeat: no-repeat;
	}
.ip-2 {
	background-image: url(../img/nav/nav-ip-01.gif);
	background-repeat: no-repeat;
	}
.ip-3 {
	background-image: url(../img/nav/nav-ip-02.gif);
	background-repeat: no-repeat;
	}
.ip-4 {
	background-image: url(../img/content/content_ip_01.gif);
	background-repeat: no-repeat;
	}
.ip-5 {
	background-image: url(../img/blog_ip_06.gif);
	background-repeat: no-repeat;
	}
.ip-6 {
	background-image: url(../img/content/content_ip_02.gif);
	background-repeat: no-repeat;
	}
.ip-7 {
	background-image: url(../img/content/content_ip_03.gif);
	background-repeat: no-repeat;
	}
.ip-8 {
	background-image: url(../img/blog_ip_03.gif);
	background-repeat: no-repeat;
	}
.ip-9 {
	background-image: url(../img/blog_ip_05.gif);
	background-repeat: no-repeat;
	}
.ip-10 {
	background-image: url(../img/blog_ip_04.gif);
	background-repeat: no-repeat;
	}
.ip-11 {
	background-image: url(../img/blog_ip_07.gif);
	background-repeat: no-repeat;
	}
.ip-12 {
	background-image: url(../img/blog_ip_02.gif);
	background-repeat: no-repeat;
	}
.ip-13 {
	background-image: url(../img/blog_ip_08.gif);
	background-repeat: no-repeat;
	}

