@charset "utf-8";

/*  =========================================================
	File: style01.css
	Date: 090118
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height: 101%;
}

* { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	}

ul, ol {
	list-style:none;	
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset, img {
	border:0;
	}

caption, th {
	text-align:left;
	}
	
.clearing {
	clear:both;
}

/* ==============================================
   II - Layout
   ============================================== */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
	background:#ccc;
}

div#container {
	width:836px;
	margin:0 auto;
	text-align:left;
	color:#666;
	background:#fff;
	border-left:2px solid #333;
	border-right:2px solid #333;
}

/* All Links */
a { 
	outline:none;
	text-decoration:none;
	padding:0 1px;
} 
a:link { 
	color:#333;
	text-decoration:underline;
}
a:visited { 
	color:#333;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#f00;
	text-decoration:none;
}
a:active {
	color:#333;
	text-decoration:none;
}

/* ==============================================
   III - Header
   ============================================== */
   
div#header {
	width:836px;
	height:90px;
	color:#000;
	background:#fff;
}

div#tgps {
	text-align:right;
	margin:15px 19px 0 0;
}

div#tgps img {
	padding:0 5px;
}

/* ==============================================
   IV - Content
   ============================================== */
/* desc */
#desc {
	margin:0 15px 0 19px;
	padding-bottom:20px;
}

#desc h1 {
	font-size:150%;
	font-weight:normal;
	padding-top:20px;
	margin-bottom:3px;
}

/* content_main */
div#content_main {
	float:left;
	width:817px;
	padding-bottom:50px;
	margin:0 0 0 13px;
}

.gals img {
	margin:4px;
	padding:5px;
}

.gals a img {
	border:1px solid #333;
}

.gals a img:hover {
   border:1px solid #f00;
}

.promotxt p {
	font-size:200%;
	font-weight:bolder;
	text-align:center;
	margin:0 7px 7px 7px;
}

.promotxt_r p {
	color:#f0f;
	font-size:200%;
	font-weight:bolder;
	text-align:center;
	margin:0 7px 7px 7px;
}

div#footer {
	width:836px;
	height:130px;
	color:#000;
	background:#fff;
	text-align:center;
	padding-bottom:20px;
}

/*affaire */
#affaire {
	width:100%;
	text-align:center;
	padding:2px 0 50px 0;
}

#affaire h3 {
	font-size:150%;
	padding:10px;
}

#affaire img {
	margin:1px;
	padding:1px;
}

#affaire a img {
	border:1px solid #333;
}

#affaire a img:hover {
   border:1px solid #0f0;
}

/*pcbox*/
#pcbox {
	margin:0;
	padding:2px 0 60px 0;
}

#pcbox img {
	margin:0;
	padding:0;
}

#pcbox a {
	margin:0;
	padding:0;
}