@charset "UTF-8";
/**LOGOSWARE CSS*****************
g_layout.css
Version: 1.1 2015/04/07

1.baseLayout
2.header
3.container
4.main
5.sideBar
6.footer

********************************/

/** 1.baseLayout***********************************************************/

body {
	margin:0 auto;
	text-align:center;
	background:#fff;
}

body.home {
}

#page{
	width:950px;
	margin:0 auto;
}

/**2.header***********************************************************/

#branding{ /*gMenu込み*/
	margin-top:41px;
	width:950px;
	height:167px;
	border-bottom:1px solid #ccc;
		}

#branding hgroup{ /*タイトル～太ボーダーまで*/
	position:relative;
	width:950px;
	height:73px;
	margin:0 auto;
	border-bottom:4px solid #000;
}
#branding #searchform{
	position:absolute;
	/*width:190px;*/
	top:0;
	right:0;
	}

#branding #searchform label{
	display:none;
}

#branding #headerMenu {
	display:block;
	position:absolute;
	top:40px;
	right:0px;
/*	width:318px;
	_width:330px;*/
}

#branding #access{
	height:50px;
	margin-bottom:10px;
	border-bottom:1px solid #333;

}

#breadcrumb{
}

#breadcrumb a{
	margin-right:5px;
	margin-left:5px;
	}

/** 2.main-primary***********************************************************/

#main{
	width:950px;
	padding:30px 0;
}

#primary{
	float:right;
	width:690px /*714px*/;
	padding-left:22px;
	border-left:1px solid #ccc;
	/*min-height:800px;*/
}

#secondary{
	float:left;
	width:235px;
	margin-right:0;
}

/*トップページのみ左右逆************/

.home #primary{
	float:left;
	width:700px;
	padding-left: 0px;
	border:none;
}
.home #secondary{
	float:right;
	width:250px;
}

/*********************************/

/*contentの幅修正：*/

#content{
	margin:0;
	width:100%;
}

/*コメント非表示*/

div#comments{
 display:none;
}

/** 3.main secondary(サイドメニュー)***********************************************************/

#secondary .widget{
	width:218px;
}

/*.singular #secondary{
	margin-top:-20px;
}*/

/** 6.footer***********************************************************/

footer#colophon {
	clear:both;
	position:relative;
	width: 950px;
	margin-top:12px;
	height: 136px;
	border-top: 1px solid #999;
	}

#first #univ a{
	display:block;
	width:180px;
	height:20px;
	background:url(../images/tsukubaUniv.png) no-repeat 0 0;
	text-indent:-9999px;
}

#copyright{
	position:absolute;
	top:15px;
	right:0;
}

#copyright p{
	line-height:1.6;
	text-align:right;
}

#copyright .en{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

