
/* bg */
.bg01 {
	background: url(/member/common/MTimg/gadgetBg.jpg) no-repeat 11px 0;
}
/* End bg */

/* Head section */
#head {
    background: #000 url(../../img/head-bg.png) repeat-x;
    height: 100px;
}
#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
    background: url(../../img/inettuts.png) no-repeat center;
    text-indent: -9999em;
}
/* End Head Section */

/* Columns section */
#columns .column {
    float: left;
    width: 591px;
	background: #dbd0b3;
		/* Min-height: */
		min-height: 200px;
		height: auto !important; 
		height: 400px;
}

/* Column dividers (background-images) : */
	#columns #column1 { background: url(../../img/column-bg-left.png) no-repeat right top; }
	#columns #column3 { background: url(../../img/column-bg-right.png) no-repeat left top; }
	
#columns #column1 .widget { margin: 30px 35px 0 25px; }
#columns #column3 .widget { margin: 30px 25px 0 35px; }
#columns .widget {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 0 10px 0;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
	clear: both;
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}

#columns .widget .widget-content p.backnumber {
	padding: 5px 0 0 7px;
	clear: both;
}

#columns .widget ul.tabNavi {
    padding: 3px 7px 0 0;
    float: left;
	height: 27px;
}

#columns .widget ul.tabNavi li {
	float: left;
	padding: 0 2px 0 0;
}

#columns .widget .widget-content {
    margin: 0 0 0 14px;
    color: #665d46;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
	clear: both;
}

#columns .widget .widget-content dl.each {
    padding: 4px 0 1px 7px;
    *padding: 4px 0 3px 7px;
    border-bottom: 1px dotted #aaaaaa;
    float: left;
	clear: both;
	width: 555px;
}

#columns .widget .widget-content dl.each dt {
	float: left;
	padding: 0 10px 0 0;
	*padding: 3px 10px 0 0;
	width: 72px;
}

#columns .widget .widget-content dl.each dd {
	float: left;
	padding: 3px 0 0 0;
	width: 473px;
}

#columns .widget .widget-content dl.each dd p.date {
	float: left;
	padding: 0 7px 0 0;
	width: 76px;
}

#columns .widget .widget-content dl.each dd p.entryTitle {
	float: right;
	width: 390px;
}

#columns .widget .widget-content div.Total {
	clear: both;
}
/* End Columns section */

/* Gadget section */
#columns .widget .widget-content div#Adventure,
#columns .widget .widget-content div#Campaign,
#columns .widget .widget-content div#Maintenance,
#columns .widget .widget-content div#Netcafe,
#columns .widget .widget-content div#Update,
#columns .widget .widget-content div#Event,
#columns .widget .widget-content div#News,
#columns .widget .widget-content div#Topics,
#columns .widget .widget-content div#Total,
#columns .widget .widget-content div.def {
	clear: both;
	background: #eae0c6;
	width: 563px;
	padding: 5px;
}


#columns a:link    { color: #665D46; text-decoration: none;}
#columns a:visited { color: #665D46; text-decoration: none;}
#columns a:hover   { color: #665D46; text-decoration: underline;}
#columns a:active  { color: #665D46; }