@charset "UTF-8";
body {
	font-family :"Kozuka Mincho Pro R","小塚明朝 Pro R",serif;
	font-size:14px;
	line-height: 1.6;
	color:#717171;
	background:white;
}

/* ------ img ------ */
img {
  vertical-align:bottom;
  outline: none;
  }

/* ------ clear ------ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	} /*IE7以外のモダンブラウザ*/
.clearfix {
	display:inline-block;
	} /*IE7*/
/*Hides from IE-mac\*/
* html .clearfix {
	height:1%;
	}
.clearfix {
	display:block;
	}
/*End hide from IE-mac*//*IE6*/

/* ------ link hover ------ */
a, a:hover, a:active {
    text-decoration: none;
    color:#717171;
}

.alpha a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.alpha a, .alpha a:hover, .alpha a:active {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

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

.wrap {
    width:950px;
    margin:0 auto;
}

/* ------ header ------ */
#header {
    width:100%;
    height:55px;
    margin-bottom:25px;
}

#header h1 {
    float:left;
    width:476px;
    text-align:center;
    font-size:16px;
    font-weight:normal;
    padding-top:17px;
}

#header #nav {
    width:474px;
    float:right;
}

#header #nav li {
    float:left;
}

#header #nav li a {
    display:block;
}