@charset "UTF-8";


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

Normalize Style

----------------------------------------------------------------------*/
@import "css/normalize.css";


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

Contents Style

----------------------------------------------------------------------*/
html, body {
	height: 100%;
	}

body {
	background: #ffffff;
	color: #333333;
	font-family:'Lucida Grande', Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
		-webkit-font-smoothing: antialiased;
	height: 100%;
	}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: bold;
	}

.clear { clear: both;}

a { color: #000000;}
a:visited { color: #000000;}
a:hover { color: #666666; text-decoration: underline;}


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

Header Style

----------------------------------------------------------------------*/
#header_container {
	border-bottom: solid 10px #dddddd;
	margin: 0 auto 50px;
	}

#header {
	width: 960px;
	margin: 50px auto 15px;
	}

#logo {
	float: left;
	margin: 0 0 0 15px;
	}

#name {
	float: right;
	margin: 0 15px 15px 0;
	}


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

Navi Style

----------------------------------------------------------------------*/
#nav {}

#nav ul li {
	border-right: solid 1px #dddddd;
	height: 30px;
	overflow: hidden;
	float: left;
	}

#nav ul li#nav_last { border: none;}

#nav ul li a {
	text-decoration: none;
	display: block;
	padding: 30px 15px 0;
	}

#nav ul li a#nav_top { background: url('img/top.png') center 0px no-repeat; width: 37px;}
#nav ul li a#nav_top:hover { background: url('img/top.png') center -30px no-repeat; width: 37px;}

#nav ul li a#nav_insitsuroku { background: url('img/insituroku.png') center 0px no-repeat; width: 68px;}
#nav ul li a#nav_insitsuroku:hover { background: url('img/insituroku.png') center -30px no-repeat; width: 68px;}

#nav ul li a#nav_seminar { background: url('img/seminar.png') center 0px no-repeat; width: 167px;}
#nav ul li a#nav_seminar:hover { background: url('img/seminar.png') center -30px no-repeat; width: 167px;}

#nav ul li a#nav_profile { background: url('img/profile.png') center 0px no-repeat; width: 142px;}
#nav ul li a#nav_profile:hover { background: url('img/profile.png') center -30px no-repeat; width: 142px;}

#nav ul li a#nav_book { background: url('img/book.png') center 0px no-repeat; width: 84px;}
#nav ul li a#nav_book:hover { background: url('img/book.png') center -30px no-repeat; width: 84px;}

#nav ul li a#nav_look { background: url('img/look.png') center 0px no-repeat; width: 154px;}
#nav ul li a#nav_look:hover { background: url('img/look.png') center -30px no-repeat; width: 154px;}

#nav ul li a#nav_contact { background: url('img/contact.png') center 0px no-repeat; width: 82px;}
#nav ul li a#nav_contact:hover { background: url('img/contact.png') center -30px no-repeat; width: 82px;}


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

Back Top Style

----------------------------------------------------------------------*/
#backTop {
	font-size: 12px;
	text-align: right;
	width: 960px;
	margin: 0 auto 15px;
	}

#backTop span {
	color: #666666;
	cursor: pointer;
	padding: 0 15px;
	}


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

Footer Style

----------------------------------------------------------------------*/
#footer_container {
	border-top: solid 10px #dddddd;
	padding: 15px 0 0;
	}

#footer {
	width: 960px;
	margin: 0 auto;
	}

#piped {
	text-align: center;
	font-size: 12px;
	clear: both;
	margin: 0 auto 30px;
	}

#piped li { display: inline;}

#copyright { color: #666666; text-align: center;}