@CHARSET "UTF-8";

/*
=========================================================
	トップページ用
=========================================================
*/
#out-frame {
	margin:0;
	padding:0;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-position: center -10px;
/* 	border: 1px solid #000000; */
}

#contents {
	position: relative;
	top: 0%;
	left: 50%;
	width: 1220px;
	margin: 0px 20px 0px -610px;
	padding: 91px 0px 0px 0px;
/* 	border: 1px solid #000000; */
}
#contents h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 600px;
	margin: -280px 0px 0px -160px;
	padding: 0px 0px 0px 0px;
/* 	border: 1px solid #000000; */
}
/* ie7 */
*+html #contents h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 600px;
	margin: -280px 0px 0px -160px;
	padding: 0px 0px 0px 0px;
/* 	border: 1px solid #000000; */
}
/* ゲーム絵師求む */
#contents #left-recruitment {
	width: 500px;
	height: 590px;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	float: left;
}
#contents #left-recruitment #left-box{
	margin: 10px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
}
#contents #left-recruitment #move{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#contents #left-recruitment ul {
	list-style-type: none;
	margin: 10px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
}
#contents #left-recruitment li {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#contents #left-recruitment p {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
/* 漫画家求む */
/* ie7 */
*+html #contents #right-recruitment {
	width: 500px;
	height: 590px;
	margin: -590px 0px 0px 720px;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
#contents #right-recruitment {
	width: 500px;
	height: 590px;
	margin: 10px 0px 0px 720px;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
#contents #right-recruitment #right-box{
	margin: 10px 0px 0px 70px;
	padding: 0px 0px 0px 0px;
}
#contents #right-recruitment #move{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#contents #right-recruitment ul {
	list-style-type: none;
	margin: 10px 0px 20px 60px;
	padding: 0px 0px 0px 0px;
}
#contents #right-recruitment li {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#contents #right-recruitment p {
	text-align: right;
	margin: 0px 60px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ---------------------------------------------------------
	ヘッダー 共通 レイアウト
----------------------------------------------------------*/
header {
	margin: 0px 0px 0px 0px;
	paddgin: 0px 0px 0px 0px;
}
header h3 {
	text-align: center;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
nav {
	margin: -60px 0px 100px 0px;
	padding: 0px 0px 0px 0px;
	background: rgba(255,255,255,0.5);
}
nav ul {
	position: relative;
	top: 0%;
	left: 50%;
	width: 700px;
	height: 38px;
	list-style-type: none;
	margin: 0px 0px 0px -360px;
	padding: 0px 0px 0px 0px;
}
nav li {
	width: 170px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
nav li a {
	color: #412728;
	font-size: 18px;
	font-weight: bolder;
	font-family: 'ＭＳ Ｐゴシック';
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	display: block;
}
nav li a:hover {
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 5px 10px;
	border: 1px solid #ffffff;
}
/* ie7 */
*+html nav {
	background-image: url(../img/share/nav-repeat.png);
}
/* ie8 */
html>/**/body nav {
	background-image /***/: url(../img/share/nav-repeat.png)\9;
}
/* ---------------------------------------------------------
	フッター共通 レイアウト
----------------------------------------------------------*/
footer{
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
footer #copyright {
	color: #290305;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}












