/*===================================[ COMMON ]===================================*/

*{
	margin:0;
	padding:0;
	border:0;
	list-style-type: none;
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
	zoom:1;
}

body{
	color: #333333;
	font-family:"ƒqƒ‰ƒMƒmŠÛƒS Pro W4", Gothic, Sans-Serif ;
	font-size: 14px;
	background : #ffffff url(/images/body_bg.png) repeat-x center top;
}

a{
	color: #000099;
}

a:visited{
	color: #000099;
}

/*===================================[ WRAPPER ]===================================*/

#wrapper{
	width: 750px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
/*===================================[ MENU ]===================================*/

#menu li{
	color: #ffffff;
	text-align: center;
	width: 130px;
	margin-right: 10px;
	float: left;
}
#menu li a{
	color: #ffffff;
	display: block;
	line-height: 2.3em;
	width: 130px;
	text-decoration: none;
}

#menu .blue{
	background : #1252bc url(/images/tab_blue.png) no-repeat center top;
}
#menu .orange{
	background : #fd670c url(/images/tab_orange.png) no-repeat center top;
}
#menu .green{
	background : #05b11d url(/images/tab_green.png) no-repeat center top;
}
#menu .red{
	background : #cb0000 url(/images/tab_red.png) no-repeat center top;
}
#pan{
	clear: both;
	border-top: 5px solid #cccccc;
	line-height: 1.7em;
	padding: 7px 0 5px 0;
}

#pan li{
	display: inline;
}

#pan li a{
	padding-right: 24px;
	margin-right: 10px;
	background : url(../3.gif) no-repeat right center;
}


/*===================================[ CONTENTS ]===================================*/

#content{
	margin-left: 250px;
}

#content h2{
	font-size: 125%;
	line-height: 1.5em;
	border-left: 2px solid #333333;
	padding-left: 5px;
	margin: 20px 0 10px 0;
	background : #e3e3e3 url(/images/border1.png) left top;
}

#content h3{
	font-size: 105%;
	line-height: 1.5em;
	border-bottom: 1px solid #999999;
	padding-left: 5px;
	margin: 30px 0 10px 0;
	background : #f3f3f3 url(/images/border1.png) left top;
}

#content p{
	padding: 5px 0 15px 0;
	line-height: 1.5em;
}

/*===================================[ SIDE ]===================================*/

#side{
	width: 230px;
	float: left;
	font-size: 11px;
}

#side h2{
	font-size: 105%;
	line-height: 1.5em;
	border-bottom: 1px solid #666666;
	margin: 20px 0 10px 0;
}

#side li{
	line-height: 1.7em;
}

#side li a{
	text-decoration: none;
}


/*===================================[ HEADER ]===================================*/

h1{
	padding: 20px 0;
	font-size: 40px;
}




/*===================================[ FOOTER ]===================================*/

#foot{
	clear: both;
	margin: 60px 0 30px 0;
	padding: 10px 5px;
	background : #f3f3f3 url(/images/border1.png) left top;
	border: 1px solid #999999;
}