@charset "utf-8";
/*----reset----*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
img{margin:0; border:none;}
h1,h2,h3,h4,h5,h6,p,pre,ul,ol,dl{margin:1em 0; padding:0;}
ul, li{list-style:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li,dd,blockquote{margin-left:0.2em;}
html{font-size:100.01%; font-style:inherit;}
body {font:13px/1.4em Arial, Helvetica, sans-serif;*font-size:small;*font:x-small;}
h1,h2,h3,h4,h5,h6{font-style: normal 100.01%;}
q:before,q:after{content:'';}

/*---main---*/
body  {
	margin: 0; 
	padding: 0;
	font: 100% Arial, Verdana, Helvetica, sans-serif; 
	color: #C0C0C0;
	background: #fefefe url(image/sample_1_03.gif) repeat;
	text-align: center;}
 a:link, a:active,a:visited{color:#252525;text-decoration:none;}
 a:hover{
	color:#ff5b01;
}
 strong{
	color:#FFF;
	font-weight:bolder;
}
#container {
	width: 1000px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #171717;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:transparent  url(image/trans_gray.png) repeat;
} 
#header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
	padding-bottom:20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height:120px;
	font-size:350%;
	font-weight: normal;
	color: #F9FAF8;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width:260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 20px 15px 20px;
}
#mainContent {
	margin: 0 10px 20px 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px;
	background: #FEFEFE url(image/Orage_gray.png) repeat-x top;
	color:#555;
} 
#footer {
	padding: 0 10px 0 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    text-align:center;
	font-size:88%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2{
	color:#F40B11;
}
#sidebar1 h3 {
	font-size: 150%;
	line-height: 20px;
	font-weight: normal;
	color: #FFC;
}
#mainContent h4 {
	font-size: 102%;
	line-height: 25px;
	color: #6f6f6f;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 40px;
	border-bottom: 1px dashed #666;
}
#sidebar1 ul {
	margin:0;
	padding:0;}
	
#sidebar1 li {
	margin:0;
	padding:0;
	list-style: none;
	font-size: 18px;
	line-height: 38px;
	border-bottom: 1px dashed #CCC;
	color:#fdfdfd;
	font-weight: normal;
	width: 260px;
}

#sidebar1 li a:link, #sidebar1 li a:active, #sidebar1 li a:visited{ color:#c0c0c0; text-decoration:none;}
#sidebar1 li a:hover{color:#ff5b01; text-decoration:none;}
.bold{
	font-weight:bold;
	font-size:108%;
	display: block;
	width:18%;
	padding: 7px 10px;
	clear: right;
	background: #FC9;
	}

#mainContent .fulink a:link, #mainContent .fulink a:visited, #mainContent .fulink a:active{
	font-weight: bold;
	color: #F36;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
#mainContent .fulink a:hover{
	font-weight:bold;
	color:#F36;
	text-decoration:underline;
	margin-top: 20px;
	margin-bottom: 20px;
}

