@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------
■全体の設定
------------------------------------------------------------*/
* {
	padding : 0px;
	margin : 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #F0F0F0;
	background: #000 url(../images/bg_all.gif) repeat-x fixed bottom;
	text-align: center;
}
ul {
	list-style: none;
}
img {
	border-style:none;
}
#bg {
	width: 825px;
	margin: 0px auto;
	background: url(../images/bg_shadow.png) repeat-y;
	text-align: left;
}
/*-----------------------------------------------------------
■container設定
------------------------------------------------------------*/
#container {
	margin: 0px auto;
	width: 800px;
	text-align: left;
}
/*-----------------------------------------------------------
■ヘッダー設定
------------------------------------------------------------*/


#header {
	background: url(../images/title_img.jpg);
	height: 273px;
	position: relative;
}
#header h1#logo {
	position: absolute;
	left: auto;
	right: 284px;
	top: 90px;
}
#header ul#menu {
	position: absolute;
	top: 253px;
	left: 54px;
}
#header ul#menu li {
	float: left;
}
#contents {
	background: #000 url(../images/bg_contents.jpg) no-repeat right top;
	padding: 50px 30px 30px;
	clear: both;
}
#contents h2 {
	margin-bottom: 15px;
}
#contents h3 {
	color: #9CF;
	background: url(../images/bg_komidashi.png) no-repeat;
	padding-left: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
}
#contents .text {
	margin-left: 30px;
	margin-bottom: 30px;
}
#contents_footer {
	margin: 0px;
	padding: 0px;
}
/*-----------------------------------------------------------
■自己紹介
------------------------------------------------------------*/
#contents .list {
	margin-left: 30px;
	margin-bottom: 30px;
}
#contents .list tr th {
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	color: #999;
}
#contents .list tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	color: #F0F0F0;
}
/*-----------------------------------------------------------
■仕事履歴
------------------------------------------------------------*/
#contents .work_list {
	margin-left: 30px;
	width: 680px;
	margin-bottom: 30px;
}
.work_title {
	padding-left: 10px;
	text-align: left;
	background: url(../images/bg_worklist.png) repeat;
	padding-top: 3px;
	padding-bottom: 3px;
}
#contents .topimg {
	text-align: center;
}
.work_item {
	text-align: right;
	width: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666;
	vertical-align: top;
}
.work_item2 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666;
	vertical-align: top;
}
.work_item3 {
	text-align: right;
	width: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #006;
}
.work_item4 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #006;
}
.work_banner {
	text-align: center;
	padding: 5px;
	width: 220px;
	border-bottom: 2px solid #006;
}
/*-----------------------------------------------------------
■ゲーム設定
------------------------------------------------------------*/
#contents .game_list {
	margin-left: 30px;
	width: 680px;
	margin-bottom: 30px;
}
.game_title {
	padding-left: 10px;
	text-align: left;
	background: url(../images/bg_worklist.png) repeat;
	padding-top: 3px;
	padding-bottom: 3px;
}
.game_banner {
	text-align: center;
	padding: 5px;
	width: 220px;
	border-bottom: 2px solid #006;
}
.game_item1 {
	text-align: right;
	width: 50px;
	border-bottom: 2px solid #006;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.game_item2 {
	padding-bottom: 10px;
	border-bottom: 2px solid #006;
	vertical-align: top;
	padding-top: 10px;
}
#contents .product_list {
	margin-left: 30px;
	width: 680px;
	margin-bottom: 30px;
}
/*-----------------------------------------------------------
■リンク設定
------------------------------------------------------------*/
#link {
	margin-bottom: 30px;
	margin-left: 30px;
	width: 700px;
}
.linkbanner {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#contents h4 {
	text-align: center;
	background: url(../images/bg_worklist.png) repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 12px;
	width: 300px;
	margin-top: 10px;
	font-size: 12px;
}
.link_list {
	margin-bottom: 30px;
	margin-left: 30px;
}
.link_banner {
	text-align: center;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/*-----------------------------------------------------------
■フッター設定
------------------------------------------------------------*/
#footer {
	text-align: center;
	height: 50px;
	width: 825px;
	margin: 0px auto;
}
