@charset "UTF-8";

body {
	font: 14px /1.7 "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sanserif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

/* reset */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

ul,li
{list-style-type: none; }

h1, h2, h3, h4, h5, h6, p, dl,ul {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

/*リンク*/
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #42413C;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

/*pic*/
a img {
-webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
     -o-transition: all .2s ease;
        transition: all .2s ease;
}

a:hover img {filter: alpha(opacity=80); opacity:0.8;
-webkit-transition: 0;
   -moz-transition: 0;
     -o-transition: 0;
        transition: 0;
}


/* メインコンテナ*/

.container {
	width: 980px;
	background-color: #FFF;
	margin: 0 auto;
}

.header {
	background-color: #fff;
}


/* レイアウト*/

.content {

	padding: 10px 0;
}

p.prof {margin:12px 0;}



dl#list dt {
  clear: left;
  float: left;
  /*margin: 0;*/
  /*width: 7.5em;*/
  /*padding-left: 0;*/
}

dl#list dd {
  margin-bottom: 0em;
  padding-left: 7.5em;
}



/*フッター*/
.footer {
	 font-size:12px;
	padding: 10px 0;
	background-color: #5586FF;
	color:#fff;
}

.footer ul {
padding-bottom:36px; border-bottom:1px solid #CCC;}

.footer ul li.contact {padding-bottom:8px;}

p.copyright {text-align:center; font-size:12px;}

/* float/clear */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	padding-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* clearFIX*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix{
    display:inline-block;/* for IE/Mac */
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*INFO*/

div#info 

div#info.cover



