@charset "utf-8";

* { margin: 0; padding: 0; }

html {
	display: table;
	width: 100%;
	height: 100%;
}

body {
	display: table-cell;  
    vertical-align: middle;  
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #000;
	color: #5a5a5a;
}

ul,li { list-style: none; }

img { border: none; }
	

/**************************************************
	汎用
**************************************************/
#wrapper {
	width: 920px;
	height: 500px;
	margin: 0 auto;
	vertical-align: middle;
}


#contents {
	margin: 0 auto;
	width: 920px;
}

#main {
	height: 350px;
	background: #FFF;
	overflow-y: auto;
	overflow-x: hidden;
}

#contents_box {
	padding: 20px;
}

/***** コンテンツ上部色帯 *****/
#bar_top {
	width: 920px;
	height: 7px;
	background: url(../images/common/three_color_bar_top.jpg) no-repeat;
}

/***** コンテンツ下部色帯 *****/
#bar_bottom {
	width: 920px;
	height: 7px;
	background: url(../images/common/three_color_bar_bottom.jpg) no-repeat;
}

/**************************************************
	メニューボタン
**************************************************/
#menu {
	overflow: hidden;
	margin-top: 60px;
	width: 920px;
}

#menu ul {
}

#menu ul li {
	float: left;
	margin-right: 5px;
}

#menu ul li:last-child {
	margin-right: 0;
}

#menu ul li a {
	display: block;
	width: 180px;
	height: 17px;
}

#menu ul li a.button01 {
	background-image: url(../images/button/top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu ul li a.button02 {
	background-image: url(../images/button/menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu ul li a.button03 {
	background-image: url(../images/button/profile.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu ul li a.button04 {
	background-image: url(../images/button/works.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu ul li a.button05 {
	background-image: url(../images/button/recruit.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu ul li a.button01:hover { background-position: bottom left; }
#menu ul li a.button02:hover { background-position: bottom left; }
#menu ul li a.button03:hover { background-position: bottom left; }
#menu ul li a.button04:hover { background-position: bottom left; }
#menu ul li a.button05:hover { background-position: bottom left; }

/**************************************************
	フッター
**************************************************/
#footer {
	margin-top: 24px;
	text-align: right;
}


/***** トップページ用 *****/
#footer.top {
	text-align: middle !important;
	background-color: #654;
}

#footer.top ul {
}

#footer.top ul li {
	float: left;
	margin-right: 39px;
}

#footer.top ul li:last-child {
	margin-right: 0;
}


/**************************************************
	トップページ専用
**************************************************/
/***** トップページ用画像なし色帯 *****/
#bar_null {
	width: 920px;
	height: 7px;
}

/***** トップページ用画像なし *****/
#top_image {
	width: 920px;
	height: 350px;
	background: url(../images/top_image.jpg) no-repeat;
}


/**************************************************
	メニューページ
**************************************************/
.menu_list {
	margin-top: 65px;
	margin-left: 350px;
}


.menu_list li {
	margin-bottom: 24px;
}

/**************************************************
	プロフィールページ
**************************************************/
.profile {
	margin-top: 20px;
	margin-left: 280px;
}

.profile caption {
	padding-bottom: 18px;
	text-align: left;
	font-weight: bold;
}

.profile th,td {
	height: 22px;
	vertical-align: top;
}

.profile th {
	width: 85px;
	text-align: left;
	font-weight: normal;
}

/**************************************************
	ワークス、リクルートページ
**************************************************/
.works, .recruit {
	margin-top: 155px;
	margin-left: 370px;