@charset "SHIFT_JIS";

/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  }
body {
  line-height: 1;
  }
ol, ul {
  list-style: none;
  }
blockquote, q {
  quotes: none;
  }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
  }
table {
  border-collapse: collapse;
  border-spacing: 0;
  }

/* ----------------------------------------
 * Link Color
 * ---------------------------------------- */
a:link {
  color: #ee7d8a;
  text-decoration:underline;
  }
a:visited {
  color: #ee7d8a;
  text-decoration:none;
  }
a:hover {
  color: #ee7d8a;
  text-decoration:underline;
  }
a:active {
  color: #ee7d8a;
  }

/* ----------------------------------------
 * Common
 * ---------------------------------------- */
*{zoom:1;}

ol li{
  zoom : normal;
  }

html {
  overflow-y:scroll;
  height:100%;
  }

body {
  margin:0;
  padding:0;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background:#ffffff;
  color:#333333;
  font-size:76%;
  text-align: center;
  line-height: 1.4em;
  }


/*--------------------------------------------------
/*			フロート解除
/*-------------------------------------------------*/
.clearfix {
    zoom:1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* ----------------------------------------
 * main layout
 * ---------------------------------------- */

div#container {
  width:900px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }

div#maincontainer {
  clear:both;
  margin:15px auto;
  width:900px;
}


/* ----------------------------------------
 * header
 * ---------------------------------------- */
div#header{
  margin:25px auto;	
}

div#globalmenu{
  clear:both;
  margin:5px 0 0;
  width:900px;
  height:50px;
  background-image:url(../images/bk_menu.gif);
  background-repeat:no-repeat;
  }

div#globalmenu ul li {
  float:left;
  width:180px;
  }
  
div#globalmenu ul li a{
    display:block;
    width:180px;  
    height:50px;
}  
  
div#globalmenu ul li a:hover{
  background-color:transparent;  
  }  
  
div#globalmenu ul li a:hover img{
    visibility:hidden;
}  
  
/* ----------------------------------------
 * top
 * ---------------------------------------- */  
div#maincontainer div.main{
   margin:10px auto;
   text-align:center;
}


/* ----------------------------------------
 * common
 * ---------------------------------------- */  
div#maincontainer div.main{
  text-align:left;	
}

div#maincontainer div.mainvisial{
  text-align:center;
  margin:10px 0 0;
}

div#maincontainer div.concept{
   font-size:140%;
   text-align:center;
   line-height:180%;
}

span.b1{
  color: #ff8c8f;	
}


div#maincontainer div.main div.c_title{
   float:left;
   width:250px;	
}

div#maincontainer div.main div.contents{
   width:550px;
   float:left;
   margin:10px 0 0;
}

table.corporate{
   width:650px;
   padding:5px;	
}

table.corporate th{
   padding:15px 5px;	
   width:160px;
   text-align:left;
   vertical-align:top;
}

table.corporate td{
   padding:15px 5px;	
}


div.main div.contents div.service{
   margin:0;
   text-align:center;
}


div.main div.contents div.contact{
   margin:30px 0;
   width:550px;
   padding:20px;
   border:1px solid #666;
}

div.main div.contents div.contact p{
   font-size:120%;
   line-height:180%;
}

div#maincontainer div.main div.contents_ar{
   width:650px;
   float:left;
   margin:10px 0 0;

}

div.main div.contents_ar div.archive ul li{
   float:left;
   padding:0 10px;
   border-left:1px solid #666;
   margin:0 0 50px;
}


div.main div.contents_ar div.archive p.title_year{
   clear:both;
   font-size:140%;
   font-weight:bold;
   padding:10px 0;
   border-bottom:1px solid #666;	
}

div.main div.contents_ar div.archive dl{
	width:650px;
	margin:10px auto;
}


div.main div.contents_ar div.archive dl dt{
	width:450px;
	float:left;
    padding:5px 0;
}

div.main div.contents_ar div.archive dl dd{
	width:200px;
	float:left;
    padding:5px 0;
}

div.gotop{
   text-align:right;
   padding:30px 0 0;	
}

/* ----------------------------------------
 * footer
 * ---------------------------------------- */
div#footer {
  clear:both;
  padding:60px 0 10px 0;
  font-size:12px;
  text-align:right;

  }

/* 追加汎用クラス */
.clear{
  clear:both;
  }

