@charset "utf-8";

/*
	SITE: 人材紹介 VOGUE AGENT
	url: http://www.vogue-agent.com/
	
-----------------------------------------------------------

	Index
	1.reset,font(YUI)
	2.link
	3.page
	4.header
	5.main
	6.footer
	7.clear

----------------------------------------------------------- 


 1.reset [
----------------------------------------------------------- */
/*

Copyright (c) 2007, Yahoo! Inc. All rights reserved.

Code licensed under the BSD License:

http://developer.yahoo.net/yui/license.txt

version: 2.2.2

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}

ul {list-style:none;}
ol { padding-left:2.5em;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}

body * {}

/* --------------------------------------------------------- */
body {
	font-size:12px; line-height:1.8em; color:#333;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
	background:#fff url(../images/bg_body.jpg) 0 0 repeat-x ;
}
*:first-child + html body {
	font-family: "メイリオ","ＭＳ Ｐゴシック",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
}
img {vertical-align: text-bottom;}
td,th {vertical-align:top;}

/*
 2.link [
----------------------------------------------------------- */

a:link			 {color:#7C0020;}
a:visited		 {color:#7C0020;}
a:active		 {color:#7C0020;}
a:hover			 {color:#7C0020;text-decoration:none;}

div#header a:link,div#footer a:link	 {color:#333;text-decoration:none;}
div#header a:visited,div#footer a:visited	 {color:#333;text-decoration:none;}
div#header a:active,div#footer a:active	 {color:#464646;text-decoration:none;}
div#header a:hover,div#footer a:hover	 {color:#464646;text-decoration:underline;}
 
/*
 3.page [
----------------------------------------------------------- */
/*div#page {
	width:800px; margin:0 auto;
}*/


/*
 4.header [
----------------------------------------------------------- */
div#header {
	position:relative; 
	width:800px; margin:0 auto; height:80px;
}
div#header h1 { position:absolute; top:3px; right:0px; font-size:10px;}
div#header p#h_logo a{
	display:block;
	position:absolute;
	top:13px; left:0px;
	overflow:hidden;
}
body#sub div#header p#h_discription {position: absolute;top:32px; right:0px;}
body#index div#header p#h_discription {position: absolute;top:67px; right:0px;}

div#header ul#h_pankuzu {position:absolute; top:81px; left:0px;}
div#header ul#h_pankuzu li { display:inline; font-size:10px;}

/* g_navi
dl#g_navi {position:absolute; right:0px; bottom:50px;}
dl#g_navi dt{width:0; height:0; overflow:hidden;}
dl#g_navi dd ul li{display:inline; margin-right:13px;}
 */


/*
 5.main [
----------------------------------------------------------- */
div#main {
	position:relative; 
	width:100%;
	padding-bottom:20px;
}
div#box_contents {
	float:right;
	width:595px;
}
div#box_contents_l {
	position:relative;
	width:800px; margin:0 auto;
	height:350px;
	background:#EBEBE3;
}
div#box_side {
	float:left;
	width:200px;
}
div#swf {width:100%; height:540px; background-color:#7C0120;}


/* s_navi */
dl#s_navi dt{width:0; height:0; overflow:hidden;}
dl#s_navi dd ul { width:119px;}
dl#s_navi dd ul li{ float:left; line-height:normal; margin-bottom:2px; }

/*
 6.footer [
----------------------------------------------------------- */
div#footer {
	position:relative; 
	width:800px; margin:0 auto;
}

div#footer p#f_copy {text-align:right; font-size:10px;}

/*
 7.clear [
----------------------------------------------------------- */
.z:after{
content: ".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/* Hides from IE-mac \*/
* html .z{height: 1%;}
*+html .z{height: 1%;}
/* End hide from IE-mac */

.clear{clear:both;}
