@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
　text-align : center ;
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	line-height: 1.4;
	color: #000000;
	background: #FFFFFF;
 
}


h1 {
text-align : center ;
font-size: 8pt;
font-weight:normal;
color:#666666;
}

a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 924px;
	background: #FFFFFF  url(../img/kanban-bg2.jpg) left top no-repeat;
	margin-left : auto ; margin-right : auto ;
         text-align : center ;
         border-left:solid 1px #666666; 
         border-right:solid 1px #666666;
}



/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
float:left;
padding-left:20px;
padding-top:20px;
}
#tel {
float:left;
padding-left:150px;
padding-top:25px;

}

#kanban {
width: 924px;
height: 167px;
}
/* メインイメージと2段組
---------------------------------------------*/
#content {
clear: both;
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF ;
margin-top: 0px;
	padding-bottom: 30px;
	margin-left : auto ; margin-right : auto ;
background: #FFFFFF url(../img/top-bg-wrapper2.jpg) center top no-repeat;
}

#content a:hover {position:relative;top:1px;left:1px;}


#page-content {
clear: both;

margin-top: 0px;
	/*overflow: auto !important;
	overflow /**/: hidden;*/
	width: 100%;
	padding-top:0px;
	/*background: #FFFFFF ;*/
         	padding-bottom: 30px;
	margin-left : auto ; margin-right : auto ;
}
#about {
	float: left;
	width: 231px;
	padding-left: 37px;
}
#newsRelease {
	float: left;
	width: 600px;
         padding-left: 52px;
	text-align:left;
}
#page-about {
	float: left;
	width: 321px;
	padding-left: 37px;
	text-align:left;

}
#page-newsRelease {
	float: left;
	width: 455px;
         margin-left :30px;
         padding-top: 22px;
padding-bottom: 22px;
padding-left: 22px;
padding-right: 22px;
text-align:left;
background-color:#FFFFFF;
-moz-opacity:0.80; 
opacity:0.80;
filter:alpha(opacity=80); 

}

#page-newsRelease h2 {
width:100%;
border-bottom :1px dotted  ;

}
#page-newsRelease DT {
padding-top:15px;
border-bottom :1px solid  ;

}


#footer {
	clear: both;
	color: #FFFFFF;
	background: #4F2525;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	position:relative;top:1px;left:1px;
	}

/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 {
	
	/*background: #FFFFFF ;*/
}
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}

#newsRelease a:hover {position:relative;top:1px;left:1px;}

.kadomaru {   
 width:321px;   
 padding:10px 0px 0px 0px;   
 background:url url(../img/kadomaru_top.png) no-repeat;   
}   

.kadomaru_bottom {   
 width:321px;   
 height:13px;   
 margin-bottom:30px;   
 background:url(../img/kadomaru_bottom.png) no-repeat;   
}  

hr {
display:none;
}


#page-about li{
margin-top:15px;


}

#page-about ul{
list-style-image:url(../img/li-bg.gif);

padding:15px 0px 10px 40px;
list-style-position:outside;
}

div.column2	{
	width: 321px;
	/*background: url(../img/kadomaru_top.png) no-repeat;: */
	margin-bottom: 40px;
	padding-top: 25px;
background-color:#FFFFFF;
-moz-opacity:0.80; 
opacity:0.80;
filter:alpha(opacity=80); 
}
div.column2 .inner	{
	/*background: url(../img/kadomaru_bottom.gif) no-repeat bottom;*/
	padding: 0 20px 20px;
}

#bottom-eria {
padding-top: 25px;
clear: both;
width: 100%;
}

#blog-new {
text-align:left;
float: left;
width: 440px;
padding:15px
}
#news {
text-align:left;
float: left;
width: 420px;
padding:15px
}

.form-preview {
   width: 400px;
   border: 1px solid #666666;
}
.form-name {
   border: 1px solid #CCCCCC;
   background-color: #EEEEEE;
   width: 120px;
}
.form-value {
   border: 1px solid #CCCCCC;
}
.formerror {
   font-weight:bold;
   color:red;
}
.form-notice {
   font-weight:bold;
   color:#FF3300;
}