@charset "UTF-8";

/*==================================================

	CSデザイン賞・CSデザイン学生賞
	/award/

===================================================*/

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

	MaimImg
	メインイメージ
	
--------------------------------------------------*/
#MainVisual h1 {
	width: 850px;
	height: 100px;
	margin: 0px auto;
}

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

	Grobal Navigation
	グローバルナビゲーションの下のアキを調整
	
--------------------------------------------------*/
#GlobalNavi{
	margin: 5px 0px 2px;
}

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

	Contents
	メインコンテンツ

--------------------------------------------------*/
#Contents {
	position: relative;
	width: 820px;
	margin: 0px auto;
	padding: 10px 15px;
}

#Contents:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*	Access
 =================================================*/
body#Access #GlobalNavi li#BtnAccess a { width:98px; background-position: -752px -40px;}

body#Access #AccessMain {
	background: url(../common/img/img_bg-green.gif) repeat-x 0px 0px;
	padding: 30px 0px 0px;
}

body#Access #AccessMainLeft {
	float: left;
	width: 285px;
}

body#Access #AccessMainRight {
	float: right;
	width: 500px;
	padding-right: 25px;
}

/* Google Map */
body#Access #GoogleMap {
	border: 1px solid #CCCCCC;
	width: 281px;
	margin: 0px 0px 3px;
}

body#Access #MapBox {
	width: 275px;
	height: 275px;
	border: 3px solid #FFFFFF;
}

body#Access ul#ZoomBtn {
	list-style: none;
}

body#Access ul#ZoomBtn a {
    display: block;
	width: 55px;
	height: 20px;
	background: url(img/btn_zoom.gif) no-repeat 0px -20px;
}

body#Access ul#ZoomBtn a:hover {
	background-position: 0px 0px;
}

/* Access Main Right */
body#Access #AccessMainRight h4 {
	padding: 0px 0px 5px 5px;
	border-bottom: 1px solid #CCCCCC;
}

body#Access #AccessMainRight strong {
	display: block;
	color: #617F07;
	padding: 5px 0px 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 10px;
}

body#Access #AccessMainRight dl {
	background: #EBEBEB;
	padding: 10px 10px 0px;
}

body#Access #AccessMainRight dt {
	background: url(../common/img/mark_circle-green.gif) no-repeat 0px 4px;
	color: #CC6600;
	padding: 0px 0px 2px 10px;
}

body#Access #AccessMainRight dd {
	padding: 0px 0px 10px 10px;
}

