﻿* {
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	*/
}
    
body {
	margin: 0px;
    padding:0px;
    font-size:15px;
    line-height:1.231;
	/*font:15px/1.231 "ヒラギノ角ゴPro W3";*/
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

	/*font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	Arial,Helvetica,sans-serif
	*/
	-webkit-text-size-adjust:none;
	/*overflow: hidden;*/
}




html ,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

#container_index {
	min-height:100%;
	/*margin-bottom:-60px;*/
	height:auto;
}

* html #container_index{
	height:100%;
}

#primary_index{
	padding-bottom:120px;
}

#footer_index{
	height:108px;
	margin-top: -108px; /* ポイント2 */
}


#container {
	min-height:100%;
	/*margin-bottom:-20px;*/
	height:auto;
}

* html #container{
	height:100%;
}

#primary{
	padding-bottom:64px;
}

#footer{
	height:64px;
	margin-top: -64px; /* ポイント2 */
}




.clear {
	clear: both;
}

.head_div {
	margin-top:7px;
	margin-bottom:-4px;
	padding-left:10px;
	padding-top:2px;
	text-align:left;
}

.head_logo {
	float:left;
	margin-left:5px;
}

.head_titleabc {
	font-size:75%;
	font-weight: bold;
	padding-left:2px;
	margin-top:-2px;
}

.head_title {
	font-size:145%;
	font-weight: bold;
	margin-top:-3px;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}

.BtnList{
	margin-top:5px;
	padding:4px;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}

.menu_login {
	float:right;
    text-align: center;
	font-weight: bold;
	font-size:85%;
   	line-height:85%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding:3px 6px 4px 6px;
    margin-right:2%;
    margin-top:2px;
 	width:22%;
	min-width:30px;
}


.menu_quick {
	float:right;
    text-align: center;
	font-weight: bold;
	font-size:95%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding:6px 7px 5px 7px;
    margin-right:2%;
    margin-top:2px;
 	color:#ffffff;
	text-shadow:0 -1px 0 #00709b;
	background: -moz-linear-gradient(top, #00ccfe, #006ce0);
 	background: -webkit-gradient(linear, left top, left bottom, from(#00ccfe), to(#006ce0));
 	border:1px solid #0a4d9a;
}

#buttonEye {display:none;}
/*図書館名とTIS*/
.FootDiv{
	color:#ffffff;
	font-weight:bold;
 	text-align:center;
 	border-top:1px solid #a3a3a3;
	border-bottom: 1px solid #c0c0c0;
	padding: 12px 0;
 	background-color:#5d636f;
}



