@charset "utf-8";

/* ==================================================================
CSS information
 style info :コンテンツ関係 他
================================================================== */

/* ◎default.css上書き、リンク
-------------------------------------------------------- */

body {
	color: #333;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #999;
}

a:active {
	color: #999;
}

/*◎share style
-------------------------------------------------------- */

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}



.btn {
	text-align: center;
}

/*　小さい字　*/

.smalltext {
	font-size: 12px;
}

/* 外部リンク、PDFリンクの指定 */

.pdfIcon,
.externalIcon {
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
}

/* clearfix */

/* For modern browsers */

.cf:before,.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
	zoom: 1;
}

/*　下にスペース　*/
.underspace{
	margin-bottom: 30px;
}

/*◎枠組み
========================================== */

body {
}

#page {
	width: 853px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 100px;
	margin-left: 129px;
	border-bottom: 1px solid #90B5E1;
	margin-bottom: 35px;
}

#contents {
	width: 720px;
	float:right;
}

#side {
	float: left;
	width: 112px;
}

#footer {
	clear: both;
	height: 96px;
	padding-top: 10px;
	margin-left: 129px;
	border-top: 1px solid #90B5E1;

}

/*◎header
========================================== */
#header{
	height: 100px;}
h1 {
	font-size: 14px;	
	line-height: 7;
}

/*◎contents
========================================== */

#aboutMenu {
	margin-left: 10px;
}

#aboutMenu li {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
}

#aboutMenu li .current{
	color: #cccccc;
}

.sec p{
	font-size: 11px;
    line-height: 2;
    text-align: justify;
}

/*◎sub
========================================== */
#sideNav{
	margin-top: 15px;
}
#sideNav li {
	margin-bottom: 9px;
	line-height: 0;
}

/*◎footer
========================================== */
#common-footer-nav{
	width: 300px;
	overflow: hidden;
	float: left;
}
#common-footer-nav li {
	float: left;
	margin-right: 15px;
}

#common-footer-copyright {
	width: 200px;
	float: right;
	text-align: right;
	font-size: 8px;
}

.common-footer-toFacebook{
	clear: both;
	text-align: right;
	padding-top: 2px;
}
.common-footer-toFacebook a{
	color: #3B5998;
	font-size: 12px;
	font-weight: bold;
}
.common-footer-toFacebook a:hover{
	text-decoration: underline;
}

/*◎works
========================================== */
#works #contents{
	margin-bottom: 140px;
}
.worksList{
	font-size: 11px;
	overflow: hidden;
	margin-bottom: 10px;
}
.worksList{
	width:580px;
}
.worksList dt{
	margin-bottom: 2px;
}
.worksList dd{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;	
}

/*◎summary
========================================== */
#summary #contents{
	margin-bottom: 50px;
}

#prof{
	font-size: 11px;
	margin-bottom: 50px;
}


#prof th{
    font-weight: normal;
    padding: 3px;
    text-align: right;
    vertical-align: top;
    width: 60px;
    line-height: 22px;
}

#prof a {
	color:#0000EE;
}
#prof td {
    line-height: 22px;
    padding: 3px;
    vertical-align: top;
}

.map {
	margin-bottom: 50px;
	margin-left: 40px;
}

/*◎about
========================================== */
#about #contents{
	margin-bottom: 60px;
}
#about #header{
	margin-bottom: 60px;
}

#about h2 {
	font-size: 13px;
    font-weight: bold;
    margin-bottom: 13px;
    padding: 0;
}
#about .sec{
	margin-bottom: 100px;
}

/*◎link
========================================== */
#link #contents{
	margin-bottom: 250px;
}

.link_contents_list li{
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}

.link_contents_list span {
	color: #ABD3F1;
}

/*◎top
========================================== */

#top{
	background:#7AC5E9;
}

#top #page{
	width: 100%;
	height:1064px;
	background: url(../img/top/top_bg.png) no-repeat center bottom;
}
#mainImg{
	position: absolute;
	left: 43%;
	top: 320px;
}

#top_menu {
	overflow: hidden;
	position: absolute;
	left: 43%;
	top: 810px;

}
#top_menu li{
	float: left;
}