@charset "utf-8";

/*
	制作: 有限会社アシステム
	Site Name: ASSISTEM Official Web Site
	Description: top-page setting
	Version: 1.0
	Author: ASSISTEM

===== CONTENTS ===========================================

	1: BODY
	2: CONTAINER
	3: NAVIGATION
	4: HEADER
	5: MENU
	6: CONTENTS
	7: FOOTER

==========================================================
*/

/*======================================
1: BODY
======================================*/
body { background: url(../img/top_head_back.gif) repeat-y;}

/*======================================
2: CONTAINER
======================================*/
#container {
	width:100%;
	height:100%;
	min-height:100%;
	background:url(../img/top_head_back.gif) repeat-y;
}

/*======================================
3: NAVIGATION
======================================*/
#navigation {
	float:left;
	width:459px;
	margin-right:-459px;
	z-index:1;
	position:relative;
}

/*======================================
4: HEADER
======================================*/
#header {
	float:left;
	width:302px;
	height:900px;
	background:url(../img/top_head_title.jpg) no-repeat;
}

div#header p {
	color:#fff;
	font-size:1em;
	margin-top:10px;
	position:relative;
	top:600px;
	left:60px;
}

/*======================================
5: MENU
======================================*/
#menu {
	float:left;
	margin:0px;
	width:153px;
}

.main_menu {
	padding-top:30px;
	padding-bottom:350px;
}

.main_menu ul li {
	list-style:none;
	padding-bottom:10px;
}

.other_menu {
	padding-left:5px;
}

.other_menu ul li {
	list-style:none;
	padding-bottom:5px;
}

/*======================================
6: CONTENTS
======================================*/
#contents {
	margin-left:474px;
	text-align:center;
}

.sub_menu {
	width:423px;
	text-align:center;
	margin:10px auto 100px;
}

.sub_menu p { float:left;}

.work div {
	width:421px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/*
.work p {
		margin-top: 50px;
		margin-left: 30px;
}
*/

/*======================================
7: FOOTER
======================================*/
#footer{ left:50px;}
