@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border-style: none;
}
html { background-color: #3C4033;}
img { border:none;}
p { margin:0;}
#container {
	background:url(../images/global_bg.jpg) no-repeat center top;
	width:100%;
}
#contents {
	margin:0 auto;
	width:800px;
}
h1 { padding:126px 0 248px 0;}
#nav h2 { margin-bottom:16px;}
#blog { padding-top:10px; margin-bottom:13px;}
#blog p {
	float:left;
	margin-right:10px;
}
#foonter { margin-bottom:100px;}
#mail p,#copyright p { float:left;}





/** ----------------------------------------------------------------------------
 *	@@. Clearfix
---------------------------------------------------------------------------- **/
#mail:after, 
#copyright:after,
#blog:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html #mail,* html #copyright,* html #blog {zoom:1;} /* IE6 */
*:first-child+html #mail,*:first-child+html #copyright,*:first-child+html #blog {zoom:1;} /* IE7 */

