@charset "utf-8";
	
/*
 :title "Base Style";
 :created "2009-01-07";
 :release [:revision "1.00"; :created "2009-01-07"];
 :author [:name "K.Kimura"; :homepage <>; :address ""];
 :description "各要素単独のスタイル";
 :note "
 	Outline - 
		1-1.Yahoo UI Library Fonts CSS. 
		1-2.Universal selector. 
		1-3.Structure Module. 
		1-4.Text Module. 
		1-5.Hypertext Module. 
		1-6.List Module. 
		1-7.Forms Module. 
		1-8.Tables Module. 
		1-9.Image Module. 
 	User Set - 
		2-1.DefultWrap. 
 	option Set -
		3-1.BackgroundPng. 
		3-2.ClearFix. 
		";
 :contributor [
 	:name "Yahoo";
	:title "YUI Fonts CSS";
	:description "ブラウザ間のフォントサイズを揃えるライブラリ";
	:revisiton "2.5.0";
	:homepage <http://developer.yahoo.com/yui/fonts/>;
	:license <http://developer.yahoo.com/yui/license.html>;
	:note "
		Font-size Adjustment.
			77%  = 10px		|	123.1% = 16px	|	167% = 22px		
			85%  = 11px		|	131%   = 17px	|	174% = 23px		
			93%  = 12px		|	138.5% = 18px	|	182% = 24px		
			100% = 13px		|	146.5% = 19px	|	189% = 25px		
			108% = 14px		|	153.9% = 20px	|	197% = 26px		
			116% = 15px		|	161.6% = 21px	|	
			"
	] 
*/
/*====================================
	1-1.YUI Fonts CSS
=====================================*/
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*====================================
	1-2.Universal selector
=====================================*/

* {
	margin:0;
	padding:0;
}

/*====================================
	1-3.Structure Module
=====================================*/

html {
	overflow-y: scroll;
}

body {
	line-height: 1.3;
	color: #fff;
	width:100%;
	text-align:center;
	background:#000000 url(../images/background.jpg) center top repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

/*====================================
	1-4.Text Module
=====================================*/

h1,h2,h3,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}

strong {
	color: #ff4500;
}


/*====================================
	1-5.Hypertext Module
=====================================*/

a:link {
	color:#666666;
	text-decoration:none;

}

a:visited {
	color:#666666;
	text-decoration:none;

}

a:hover {
	color:#666666;
	text-decoration:none;

}

/*====================================
	1-6.List Module
=====================================*/

ul {
	list-style:none;
}

/*====================================
	1-7.Forms Module
=====================================*/
/*
form {

	padding: 1px 0; 
}

form dl,
form p {
	margin: 0.5em 0px;
}

input,
textarea {


	border: 1px solid #ddd;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	background-color: #f5f5f5;
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {

}
*/
/*====================================
	1-8.Tables Module
=====================================*/

table {
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px solid #d0b156;
}

th,
td {
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #d0b156;
}
th {
	color: #888;
}
td {
	border: 1px solid #d0b156;
}

/*====================================
	1-9.Image Module
=====================================*/

img {
	border:0;
	vertical-align:bottom;
}

/*====================================
	2-1.DefultWrap
=====================================*/

#wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	color: #fff;
	height:100%;
	text-align:center;

}
#fdcLink {
	text-align:center;
	margin:0 auto;
	width:570px;
	overflow:hidden;
	padding-left:128px;
	padding-right:128px;
		/*display:inline;*/
}
* html #fdcLink {
	width:500px;
}
#fdcLink dl {

}
#fdcLink dt {

}
#fdcLink dd {

}
#link #sougo {
	width:820px;
	margin:0 auto;
}
#link .textlink {
	color:#000;
	width:100%;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #000;
}
#link .textlink p {
	text-align:center;
	margin:0 auto;
	width:820px;
}



#mainContents {
	background: url(../images/index/box.jpg) center top no-repeat;
	width:820px;
	height:420px;
	padding:25px 0;
	padding-bottom:0;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#main {
	width:480px;
	height:410px;
	float:left;
	position:relative;
	padding-right:10px;
}
#main h1 {
	font-size:12px;
	color:#fff;
	height:25px;
	text-align:left;
	padding-left:25px;
}
#main #indexLogo {
	text-align:left;
	padding-left:42px;
}
#main #indexFlash {
	text-align:left;
	padding-top:30px;
	padding-left:0px;
}
#main dl {
	text-align:left;
	padding-left:52px;
}
#main dt {
	font-size:12px;
	padding-top:25px;
}
#main dd {
	padding-left:174px;
}
#main ul {
	text-align:left;
	padding-left:6px;
	margin-top:-42px;
	padding-bottom:12px;
	position:relative;
}
#main li {
	float:left;
	padding-left:70px;
}
#enterbox li {
	float:left;
	padding-left:70px;
}
#main p {
	position:absolute;
	top:350px;
	left:185px;
}
#pickPhoto {
	height:400px;
	width:300px;
	float:left;
	position:relative;
}
#footer {
	width:800px;
	padding:0;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:5px;
	margin:0 auto;
	color:#000;
	text-align:right;
	font-size:13px;
}
#footer ul {
	position:relative;
}
#footer ul li {
	display:inline;

	padding-left:5px;
	border-left:1px solid #afe311;
}

#footer p {
	font-size:12px;
}
#footer p a:link {
	color:#000;
	text-decoration:none;
	cursor:text;
}

#footer p a:visited {
	color:#000;
	text-decoration:none;
	cursor:text;
}

#footer p a:hover {
	color:#000;
	text-decoration:none;
	cursor:text;
}


#recruit {
	margin-top:10px;
	margin-bottom:20px;
	font-size:14px;
	width:100%;
	color:#000;
	
}
#textrecruit1{
	margin-bottom:5px;
	font-weight:bold;

}


