@charset "utf-8";
/* --------------------------------------------------
	2007/10/2
	[deux more]
 --------------------------------------------------- */

/***************************
  base 
***************************/
/* other */
*{ margin:0;padding:0;}
img{border:none;vertical-align:top;}
.clear{clear:both;}
p {margin:0;padding:0;}
b,strong { font-size:14px;}
ul {margin:0;padding:0;}
li {margin:0;padding:0;list-style:none;}
dl {margin:0;padding:0;}
dt {margin:0;padding:0;}
dd {margin:0;padding:0;}

hr{
	color:#f8bfdf; 
	border: 0;
	height: 1px;
	background-color:#f8bfdf; 
	padding:0;
	margin:0;
	}
	
table {font-size:12px;margin:0;padding:0;}

blockquote { background:#e6dec9; }

/* link */
a {color:#aaa;}
a:hover {color:#ccc;text-decoration:underline; }

/* body */
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:20px;
	font:12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:140%;
	color:#999;
	letter-spacing:1px;
	background:url(image/background.jpg) center top repeat-y #111111;
	}
	
/* safari only \*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}
/* end */


/***************************
  font-color
***************************/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-red2   {color:#600;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-nomal   {font-size:13px;font-weight:normal;}
.font-size-small   {font-size:10px;}


/***************************
  h
***************************/
h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}
	
	
/***************************
  all 
***************************/
/* main-layout*/
div#container {
	width:100%;
	border-top:1px solid #4c4c4c;
	border-bottom:1px solid #4c4c4c;
	text-align:center;
	}

div#wrapper{
	width:819px;
	text-align:left;
	margin:0 auto;
	}
	
div#content {
	padding:10px;
	}

	

/***************************
  header 
***************************/
div#header {
	width:819px;
	text-align:left;
	margin:0 auto;
	}
		
div#header h1 {
	font-size:160%;
	color:#FFFFFF;
	}	
	
/***************************
  footer 
***************************/
div#footer {
	width:819px;
	clear:both;
	margin:0 auto;
	text-align:left;
	}
	
#footer p{
	}
	
#footer a:hover img{
	text-decoration:none;
	opacity:0.6;
	filter: alpha(opacity=60);
	}

.btn-box {
	width:144px;
	height:55px;
	float:right;
	background-color:#FFFFFF;
	}
	
.btn-box2 {
	margin-top:5px;
	width:89px;
	background-color:#FFFFFF;
	}
	
.btn-box2 a:hover img{
	text-decoration:none;
	opacity:0.6;
	filter: alpha(opacity=60);
	}
	
.btn-space {
	width:10px;
	height:55px;
	float:right;
	}

/***************************
  navi 
***************************/	
div#navi {
	padding:0 0 5px 0;
	}

	
/***************************
  main
***************************/
div.main {
	}
	
div.main_txt{
	width:800px;
	height:381px;
	background:url(image/main-background.jpg) no-repeat left top;
	}
	
div.main_txt2{
	width:800px;
	background:#1c1a1b url(image/main-background2.jpg) no-repeat left top;
	}
	
div.main_txt2 strong{
	color:#FFFFFF;
	}
	
div.main_txt2 b{
	color:#FFFF99;
	font-weight:normal;
	font-size:12px;
	}
	
/* entry-parts */
div.entry-body{
	padding:10px 10px 30px 10px;
	}
	
div.entry-body p{
	padding:10px 0 10px 0;
	}
		
	
/***************************
  option 
***************************/
.img-left{
	float:left;
	}
	
.img-right {
	float:right;
	}
	
.img-border{
	border:1px solid #ccc;
	padding:3px;
	}

	
/***************************
  table
***************************/
table.tbl-nomal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #ccc;
	border-left:4px solid #ccc;
	margin:0 10px;
	}
	
table.tbl-nomal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-nomal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px dotted #ccc;
	}
	
table.tbl-border td{
	border:1px solid #ccc;
	padding:3px;
	text-align:center;
	}
	
table.tbl-border th{
	font-weight:normal;
	color:#999;
	}
	
table.tbl-none {
	margin:0 10px;
	color:#999;
	}
	
table.tbl-none td{
	border:none;
	text-align:left;
	}
	
table.tbl-pd td{
	border:none;
	text-align:left;
	padding-bottom:10px;
	color:#999;
	}

	
/**************************
 form
**************************/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	height:150px;
	}
	


#staff01 {display:block;height:135px;}
#staff02 {display:none;height:135px;}
#staff03 {display:none;height:135px;}
#staff04 {display:none;height:135px;}
#staff05 {display:none;height:135px;}
#staff06 {display:none;height:135px;}
#staff07 {display:none;height:135px;}
#staff08 {display:none;height:135px;}
#staff09 {display:none;height:135px;}
#staff10 {display:none;height:135px;}

