@charset "utf-8";

  
/* ==================================================== 
   
   
   
  スタイルの初期化 
   
   
   
====================================================*/  
  
html {  
  overflow-y: scroll;  
}  
  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, {   
  margin:0;  
  padding:0;  
}  
  
img {   
  border:0;  
}  
  

ol,ul {  
  list-style:none;  
}  
   
  
h1,h2,h3,h4,h5,h6 {  
  font-size:100%;  
  font-weight:normal;  
}  
  
q:before,q:after {  
  content:'';  
}  
    
p {  
  text-align:justify;  
}  
  
/* ---------------------------------------------------- 
  letter-spacingを使用した際、 
  <br>を2個書かないと改行しないのを解消 
---------------------------------------------------- */  
  
br { /*  */  
  letter-spacing:normal;  
}  

/* ==================================================== 
   
   
   
  creafixなどフロート解除関連 
   
   
   
====================================================*/  
  
.clear {  
  clear: both;  
}  
  

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #FFF;
	color: #333;
	font-size: 75%;
	line-height: 150%;
	text-align: center;
}
html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

/* ------------ A Style */
a:link	{
	text-decoration: none;
	color: #00F;
}

a:visited	{
	text-decoration: none;
	color: #00F;
}

a:hover	{
	text-decoration: underline;
	color: #00F;
}

a:active	{
	text-decoration: none;
	color: #00F;
}


/* basic layout
----------------------------*/
body {
	background-color:#FFF;
	height:100%;
	text-align: center; /* center on ie */
}
#container, header, footer {
	width: 1000px;
	margin: 0 auto;
	height:100%;
	text-align: left;
}

/* header layout
----------------------------*/

h1.site {
	font-family: "游明朝", "ＭＳ 明朝", serif; /* Windows環境しか考えていない */
	font-size: 68px;
	width:500px;
	height:100%;
	float:left;
	clear:both;
}
p.copy_addressue {
	float:right;
	padding:5px 5px 0px 0px;
	line-height:1.3em;
	text-align:right;
	font-size:90%;
	width:400px;
	height:100%;
}
h1.line {
	position: relative;
	border-bottom: 3px solid #4b4ead;
	margin-top:3px;
	padding:0;
}
h1.line2 {
	position: relative;
	border-bottom: 10px solid #4b4ead;
	padding:0;
	margin:0;
}

#slider {
    width: 1000px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	padding:0;
}

#sliderContent {
    width: 1000px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-top:0;
	margin-left: 0;
	padding-left:0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
ul { list-style-type: none;}

.line {
	margin-bottom:-5px;
}

/* navi layout
----------------------------*/

#menu {
  width:1000px;
  padding:0;
  margin:0;
  list-style-type: none;
}
#menu li {
  width:16.666%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}
#menu li a {
  width:auto;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  padding:10px 0;
  text-decoration:none;
  display:block;
  background:#4b4ead;
  background-image: -moz-linear-gradient(top, #0E2F8F 0%, #4b4ead 50%, #1D2088 50%, #4b4ead 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E2F8F), color-stop(0.50, #4b4ead), color-stop(0.50, #1D2088), color-stop(1, #4b4ead));

}
#menu li a:hover {
  background:#555;
  background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
}

----------------------------*/














/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/* main layout
----------------------------*/
#main {
	margin: 0 auto;
	width: 1000px;
	height:100%;
	margin-top:50px;
}

h1.title {
display:block;
margin:10px 0 0 0;
height:30px;
width:1000px;
}
#main_goaisatsu {
	width:900px;
	margin-left:auto;
	margin-right:auto;

}
.main-text{
	text-align: justify;
	font-size: 15px;
	line-height: 1.8;
}

p.kaicho{
	float:right;
	font-size: 18px;
}
.goaisatsuol {
	padding: 0.5em 20px 1em 30px;
	list-style: decimal;
	font-size:15px;
	line-height: 1.5;
}


#footershita {
	background-color:#4b4ead;
	 width: 1000px;
	 overflow: hidden; /*floatの解除、ここがポイント*/
	 text-align:right;
}
.privacy {
	color:#FFF;
}
#footershita a:link { color: #FFF; }
#footershita a:visited { color: #FFF; }
#footershita a:hover { color: #FFF; }
#footershita a:active { color: #FFF; }



p.copy {
	color:#FFF;
	float:left;
	padding:50px 5px 5px 5px;
	line-height:1.5em;
	width:400px;
}
p.copy_address {
	color:#FFF;
	float:right;
	padding:5px 5px 10px 0px;
	line-height:1.3em;
	text-align:right;
	font-size:90%;
	width:500px;
}
