@charset "euc-jp";



/*********** font setup ***********/
* { font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3"; }



/*********** defult setup ***********/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,span,img,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
}



/*********** tag setup ***********/

/* body */
body { font-size:12px; color:#333; background: url(../common_img/bg_body.gif) repeat-x #fff; }

/* heading */
h1 {
	width:840px;
	height:45px;
	margin:0 auto;
	padding:8px 0 0;
	color:#656565;
	font-size:10px;
	font-weight:normal;
}
h2 { }
h3 { }
h4 { }
h5 { }

/* ieÍÑ images */
img { vertical-align:bottom; font-size:0; }

/* link */
a { color:#0d5ab2; }
a:link { text-decoration:underline; }
a:hover { text-decoration:none; color:#ed5e60; }
a:visited { }
a:active { }



/*********** id setup ***********/

/* wrapper */
#wrapper { }

/* logo */
body.top div#header h2,
div#header #logo { padding:0 0 35px 34px; }

/*  header  */
#header { width:900px; margin:0 auto; position:relative; background:url(../common_img/bg_header.gif) no-repeat; }
#h_add { position:absolute; top:93px; right:0; }
#h_home { position:absolute; top:48px; right:185px; }
#h_contact { position:absolute; top:48px; right:9px; }

/* h_nav */
#h_nav { position:absolute; top:0; right:0; }
#h_nav li { float:left; }

/* g_nav */
#g_nav { padding:11px 0 0 27px; }
body.top #g_nav { padding:16px 0 0 23px; }
#g_nav li { float:left; }

/* container */
#container { width:900px; margin:0 auto; background:#fff; }

/* primary */
#primary { width:200px; float:left; }

/* secondary */
#secondary { width:600px; float:right; }


#f_add { width:860px; margin:20px auto 0; position:relative; }
#f_contact { position:absolute; top:17px; left:686px; }


/* footer */
#footer { width:860px; margin:0 auto; padding:10px 0 20px; font-size:10px; }
#footer a { color:#565656; text-decoration:none; }
#footer a:hover { color:#565656; text-decoration:underline; }

/* flash */
#flash { width:500px; float:left; }
#flash p { float:left; padding:0; margin-right:10px; }

/* credit */
#credit { text-align:right; }


