/*---------------------------------------

　　　　　タグセレクタ類

---------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 75%;
	line-height: 1.8em;
	background-color:#ffffff;
}

ul {
	list-style-type: none;
	color:#999999;
}

strong{
	font-weight:normal;
	}
	

/*---------------------------------------

　　　　　wrapperのレイアウト

---------------------------------------*/

#wrapper{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}



/*---------------------------------------

　　　　　headerのレイアウト

---------------------------------------*/

#header{
	width:950px;
	height:238px;
	background-image:url(../garageink-design_imgs/header_img.gif);
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

h1 a{
	width:209px;
	height:103px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	display:block;
	position:absolute;
	left:372px;
}

h2{
	color:#999999;
	position:absolute;
	top:5px;
	text-decoration:none;
	font-size:10px;
}

#g_navi_sub{
	position:absolute;
	top:5px;
	right:0px;
	}

#g_navi_sub li{
	float:left;
	}

#g_navi_sub a 		{ color: #999999; text-decoration: none; font-size:13px; }

#g_navi_sub a:link	{ color: #999999; text-decoration: none; }

#g_navi_sub a:visited	{ color: #999999; text-decoration: none; }

#g_navi_sub a:active	{ color: #999999; text-decoration: none; }

#g_navi_sub a:hover	{ color: #ffffff; text-decoration: none; background:#EC008C; }


/*---------------------------------------

　　     g_naviのレイアウト

---------------------------------------*/
#g_navi li{
	float:left;
	}
	
#g_navi li a{
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	display:block;
}

#g_navi ul{
	width:950px;
	height:47px;
	overflow:hidden;
	background-image:url(../garageink-design_imgs/g_navi.gif);
	position:absolute;
	top:120px;
	}
	
#g_navi #about a{
	width:247px;
	height:47px;
	}
	
#g_navi #service a{
	width:141px;
	height:47px;
	}
	
#g_navi #news a{
	width:140px;
	height:47px;
	}
	
#g_navi #price a{
	width:140px;
	height:47px;
	}
	
#g_navi #client a{
	width:139px;
	height:47px;
	}
	
#g_navi #support a{
	width:143px;
	height:47px;
	}
	
#g_navi #about a:hover{
	background-image:url(../garageink-design_imgs/g_navi_over.gif);
	background-position:0px 0px;
	}
	
#g_navi #service a:hover{
	background-image:url(../garageink-design_imgs/g_navi_over.gif);
	background-position:703px 0px;
	}
	
#g_navi #news a:hover{
	background-image:url(../garageink-design_imgs/g_navi_over.gif);
	background-position:562px 0px;
	}
	
#g_navi #price a:hover{
	background-image:url(../garageink-design_imgs/g_navi_over.gif);
	background-position:422px 0px;
	}

#g_navi #client a:hover{
	background-image:url(../garageink-design_imgs/g_navi_over.gif);
	background-position:282px 0px;
	}
	
#g_navi #support a:hover{
	background-image:url(../garageink-design_imgs/g_navi_over.gif);
	background-position:143px 0px;
	}


/*---------------------------------------

　　     contentsのレイアウト

---------------------------------------*/	
#contents{
	width:950px;
	overflow:hidden;
	background-image:url(../garageink-design_imgs/contents_img.gif);
	background-repeat:repeat-y;
	}


/*---------------------------------------

　　     bodyのレイアウト

---------------------------------------*/	
#body{
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

/*---------------------------------------

　　     sub_menuのレイアウト

---------------------------------------*/	
#sub_menu{
	width:160px;
	float:left;
	}
	
#sub_menu a 		{ color: #999999; text-decoration: none; font-size:14px; }

#sub_menu a:link	{ color: #999999; text-decoration: none; }

#sub_menu a:visited	{ color: #999999; text-decoration: none; }

#sub_menu a:active	{ color: #999999; text-decoration: none; }

#sub_menu a:hover	{ color: #333333; text-decoration: none; font-weight:bold; }

#sub_menu ul{
	background-image:url(../garageink-design_imgs/sub_menu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
#sub_menu li{
	margin-left:5px;
	}	
/*---------------------------------------

　　     mainのレイアウト

---------------------------------------*/		
#main{
	width:730px;
	float:right;
	}	
	
/*---------------------------------------

　　　　　footerのレイアウト

---------------------------------------*/

#footer{
	position:relative;
	width:950px;
	height:170px;
	background-image:url(../garageink-design_imgs/footer_img.gif);
	margin-left:auto;
	margin-right:auto;
	clear:both;
	margin-bottom:120px;
	}
	
#to_top{
	display:block;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
	background-image:url(../garageink-design_imgs/to_top.gif);
	width:82px;
	height:24px;
	position:absolute;
	top:35px;
	right:5px;
	}	

#footer ul a 		{ color: #999999; text-decoration: none; font-size:10px; }

#footer ul a:link	{ color: #999999; text-decoration: none; }

#footer ul a:visited	{ color: #999999; text-decoration: none; }

#footer ul a:active	{ color: #999999; text-decoration: none; }

#footer ul a:hover	{ color: #ffffff; text-decoration: none; background:#EC008C; }

#footer ul{
	position:absolute;
	width:726px;
	top:50px;
	right:112px;
	}

#footer li{
	font-size:10px;
	float:left;
	}
	
#copyright{
text-indent:-9999px;
text-decoration:none;
overflow:hidden;
	}