@charset "euc-jp";
/* ****************************************

*Site Name : Ailus Group Follow-UP
*Style Name : common.css
*Description : for common frames
*Version : 1.00

**************************************** */

/* ----------------------------------------
*	default
---------------------------------------- */

*{
	margin:0px;
	padding:0px;
	font-family:'¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','¥á¥¤¥ê¥ª',Meiryo,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
	font-size:13px;
	line-height:1.4em;
	border:0px;
	color:#000000;
	-webkit-text-size-adjust:none;
}

body{
	background:url(../imgs/common/background.gif) repeat top left;
}

a{
	color:#00F;
}

/* ----------------------------------------
*	header
---------------------------------------- */

#header{
	width:100%;
	height:158px;
	margin:0;
	padding-bottom:4px;
	background:url(../imgs/common/header_border_bottom.png) repeat-x bottom left;
	background-color:#FFF;
}

#header #header_contents{
	width:982px;
	height:83px;
	margin:0 auto;
	position:relative;
	padding:0;
}

#header h1{
	width:710px;
	height:36px;
	margin:0 auto;
	position:absolute;
	top:18px;
	right:21px;
}

#header p#ailus_logo{
	width:225px;
	height:58px;
	margin:0 auto;
	position:absolute;
	top:14px;
	left:23px;
}

#header p#outline_of_a_follow-up{
	margin:0 auto;
	position:absolute;
	top:58px;
	left:257px;
}

#header #global_menu{
	width:100%;
	height:74px;
	border-top:solid 1px #2b9928;
	position:absolute;
	top:83px;
	left:0;
}

#header #global_menu div#menu_position{
	position:relative;
}

#header #global_menu div#menu_bar{
	width:100%;
	height:74px;
	margin:0 auto;
	background:url(../imgs/common/grobal_menu_bg.gif) repeat-x top left;
	position:absolute;
	top:7px;
	left:0px;
}

#header #global_menu ul{
	width:982px;
	height:60px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#header #global_menu ul li{
	float:left;
	list-style-type:none;
	height:60px;
}

#header #global_menu ul li a{
	display:block;
}

li#btn_home{width:244px;}
li#btn_self_introduction{width:244px;}
li#btn_about_a_follow-up{width:244px;}
li#btn_experience{width:244px;}

li#btn_home a{width:244px;}
li#btn_self_introduction a{width:244px;}
li#btn_about_a_follow-up a{width:244px;}
li#btn_experience a{width:244px;}

/* ----------------------------------------
*	contents
---------------------------------------- */

#contents{
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	background-color:#FFF;
	width:980px;
	margin:0 auto;
	padding-bottom:15px;
	padding-top:8px;
}

/* ----------------------------------------
*	footer
---------------------------------------- */

#footer{
	width:964px;
	height:124px;
	margin:25px auto 0px;
	background:url(../imgs/common/footer_bg.gif) no-repeat top left;
	position:relative;
}

#footer ul{
	width:964px;
	text-align:center;
	position:absolute;
	top:30px;
	left:0px;
}

#footer ul li{
	list-style-type:none;
	display:inline;
}

#footer p{
	width:964px;
	text-align:center;
	position:absolute;
	top:74px;
	left:0px;
}