@charset "utf-8";
@import "./navi.css";
/* -------------------------------------------------------
	* Date : 2008/10
	* File : base.css
	* Copyright 2008 MAC InterNet All Rights Reserved. 
------------------------------------------------------- */

/*

	*01 base
	*02 link
	*03 heading
	*04 header
	*05 footer
	*06 contents
	*07 top
	*08 text
	
*/


/*-----------------------------------------------
	*01 base
-------------------------------------------------*/

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", osaka;
	font-size: small;
	padding:0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#container {
	width:1000px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
div#wrap {
	width:790px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#wrap div#contents {
	width:580px;
	float:right;
	padding: 0px;
}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}
img {
	border:none;
}
div#key {
	width: 580px;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
/*-----------------------------------------------
	*02 link
-------------------------------------------------*/
a:link, a:visited {
	color: #333333;
}
a:hover, a:active {
	color: #006666;
}
/*-----------------------------------------------
	*03 heading
-------------------------------------------------*/
h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 12px;
	top: 25px;
}
h2 {
	background-image: url(../img/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 15px;
	line-height: 30px;
	text-indent: 26px;
	padding: 0px;
	width: 578px;
}
h2.info {
	background-image: url(../img/h2_info.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 33px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 15px;
	line-height: 33px;
	text-indent: 26px;
	padding: 0px;
	width: 580px;
}
/*大学生協について*/
/*
h2.kyosai {
	background-image: url(../img/h2_benefit_society.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h2.message {
	background-image: url(../img/h2_message.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h2.contribution {
	background-image: url(../img/h2_dummy.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h2.about_us {
	background-image: url(../img/h2_dummy.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 span {
	display: none;
}
h3 {

}
*/
/*-----------------------------------------------
	*04 header
-------------------------------------------------*/
div#header {
	width:824px;
	height: 73px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div#head_menu {
	width:210px;
	height: 16px;
	text-align:right;
	padding: 0px;
	margin: 0px;
	float: right;
	position: absolute;
	left: 610px;
	top: 35px;
	font-size: 12px;
}
div#head_menu ul {
	padding: 0px;
	text-align: right;
	margin: 0px;
}
div#head_menu ul li {
	padding-right: 10px;
	padding-left: 20px;
	margin: 0px;
	height: 16px;
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}
div#head_menu ul li.top {
	background-image: url(../img/home.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
div#head_menu ul li.contact {
	background-image: url(../img/mail.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}
div#head_menu ul li a {
	text-decoration: none;
}
/*-----------------------------------------------
	*05 footer
-------------------------------------------------*/

div#footer {
	clear: both;
	width:824px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#footer ul {
	margin: 0px;
	text-align: right;
	width: 400px;
	float: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
div#footer ul li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-right: 7px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 14px;
	line-height: 14px;
}
div#footer ul li#plus {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
div#footer p {
	padding: 0px;
	background-color: #8C8C8C;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	margin: 0px;
	clear: both;
}
/*-----------------------------------------------
	*06 contents
-------------------------------------------------*/

#contents .mrg10 {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}
#menu .mrg5 {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}
#menu .mrg0 {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#side p {
	font-size: 0.85em;
	margin: 0px;
	padding: 3px;
}
div#pankz {
	font-size: 10px;
	margin: 0px;
	clear: both;
	padding-right: 3px;
	padding-left: 5px;
	line-height: 17px;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 17px;
}
div#BuckNumber {
}
div#BuckNumber p {
	width: 193px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div#BuckNumber ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div#BuckNumber ul li {
	float: left;
	width: 190px;
	text-align: center;
	height: 200px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1.3;
	margin-right: 0px;
	margin-left: 0px;
}
div#BuckNumber ul li img a {
}
/*-----------------------------------------------
	*07 top
-------------------------------------------------*/

div#top_info {
	margin: 0px;
	padding: 0px;
	background-color: #DEF2F9;
}
div#top_topics {
	margin: 0px;
	padding: 0px;
	background-color: #F2F9DE;
}
div#top_tanshin {
	margin: 0px;
	padding: 0px;
	background-color: #F7F0DD;
}
.info_title {
	padding: 0px;
	height: 41px;
	margin: 0px;
	text-align: center;
	position: relative;
	width: 578px;
}
.info_title .rss {
	height: 15px;
	width: 43px;
	position: absolute;
	top: 12px;
	right: 12px;
}
.info_title .past {
	height: 19px;
	width: 138px;
	position: absolute;
	top: 10px;
	right: 60px;
}
/*お知らせ*/
.infoBox {
	padding: 0px;
	overflow: hidden;
	display: block;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.infoBox2 {
	padding: 0px;
	overflow: hidden;
	display: block;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
* html .infoBox, * html .infoBox2 {
	height: 1%;
}
.infoBox dl, .infoBox2 dl {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	clear: both;
	padding: 0px;
}
.infoBox dl dt, .infoBox2 dl dt {
	width: 85px;
	text-align: center;
	padding: 0px;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.infoBox dl dd, .infoBox2 dl dd {
	padding: 3px;
	margin-left: 90px;
	line-height: 1.4;
}
.infoBox table {
	border-collapse:collapse;
	margin: 5px;
	padding: 0px;
}
.infoBox table td, .infoBox table th {
	padding:5px;
	vertical-align: top;
	text-align: left;
}
.infoBox table th {
	background:#EEE;
	font-weight: normal;
	text-align: left;
}
.btmBox {
	text-align: right;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFF;
}
.ad_box02 {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.ad_box02 img {
	margin-right: 2px;
	margin-left: 2px;
	padding: 0px;
}
/*-----------------------------------------------
	*08 text
-------------------------------------------------*/
.s {
	font-size: 0.83em;
}
.m {
	font-size: 1.0em;
}
.l {
	font-size: 1.17em;
}
.red {
	color: #CF3A3A;
}

div.form input.text{width:300px;}
div.form textarea{width:500px;}
div.form dl{margin-left:15px;}
div.form dt span{font-weight:bold;}
#red {
	color: #FF0080;
	font-weight: normal;
}

dd p.desc{
	font-size:0.85em;
	line-height:130%;
	padding-right:1.5em;
}
