﻿@charset "utf-8";
/* CSS Document */


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

* { margin: 0; padding: 0; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #3b1e1e;
	background-color: #FFF;
	background-image: url(../iv_img/bc.gif);
	background-repeat: repeat-x;
}
hr { display: none; }
ul { list-style: none; }
img { border: none; }

#screenshot{
	position:absolute;
	padding:0px;
	display:none;
	color:#fff;
	z-index: 7;
	}
	
	

/*リンク設定
----------------------------------------------*/
a:link { color:#f02097; text-decoration: underline; }
a:active { color: #f02097; }
a:visited { color: #f02097; }
a:hover { color:#f02097; text-decoration: none; }

a.suke:hover img{
 filter: alpha(opacity=60);
-moz-opacity:0.6;
 opacity:0.6;
 } 



/*ページ設定
----------------------------------------------*/
#page {
	width: 100%;
}



/*コンテンツ設定
----------------------------------------------*/
#con {
	width: 450px;
	height: 920px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


/*コンテンツ設定
----------------------------------------------*/
#tai {
	position: absolute;
	top: -85px;
	left: 0px;
}


/*説明テキスト設定
----------------------------------------------*/
#text {
	position: absolute;
	top: 100px;
	left: 0px;
}



/*テキストエリア設定
----------------------------------------------*/
#mf {
	width: 450px;
	position: relative;
	top: 450px;
	left: 0px;
	padding: 50px 0 0;
}

input,textarea{
  font-size : 12px;
  background-color : #e8fffb;
  color : #777777;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #7eafb5 #7eafb5 #7eafb5 #7eafb5;
}


form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight:bold;
	font-size: 12px;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	color: #777777;
	width: 150px;
}
table.mailform tr th span {
	color: #ff0092;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}



/*ヘッダ
----------------------------------------------*/
#head {
	background: url(../iv_img/hbc.gif) repeat-x;
	width: 100%;
	height: 50px;
}



/*フッター
----------------------------------------------*/
#foot {
	background: url(../iv_img/fbc.gif) repeat-x;
	width: 100%;
	padding: 38px 0 50px;
}



/*緊急募集設定
----------------------------------------------*/
#kyuubo_bc {
	position: absolute;
	top: 100px;
	left: -62px;
	z-index: 1;
}

#kyuubo_text {
	position: absolute;
	font-size: 13px;
	width: 350;
	top: 135px;
	left: 110px;
	z-index: 5;
}

#kyuubo_form {
	position: absolute;
	top: 270px;
	left: 140px;
	z-index: 5;
}

#kyuubo_tyuui {
	position: absolute;
	font-size: 10px;
	width: 250;
	top: 300px;
	left: 145px;
	z-index: 5;
}
