@charset "utf-8";

/* CSS Information =============================

File name: apic.css
Editor: 永井幸
Date: 2010/04/27
Outline: APIC（日本語、英語ページ共通）

==============================================*/


/*メニューリスト
----------------------------------------------*/

#main #apic-menu {
	margin: 0 20px;
	overflow: hidden;
}
#main #apic-menu ul li {
	margin-right: 2em;
	padding-left: 15px;
	float: left;
	background: url(../../common/arrow2.gif) no-repeat 0 8px;
}


/*APICについて
----------------------------------------------*/

#main #about {
	width: 590px;
	margin: 0 auto;
}
#main #about p {
	padding: 0;
}


/*ご挨拶
----------------------------------------------*/

#main #message {
	width: 590px;
	height: 111px;
	margin: 0 auto 2em;
	position: relative;
}
#main #message .photo {
	width: 147px;
	position: absolute;
	right: 0;
}
#main #message .name {
	width: 423px;
	position: absolute;
	bottom: 0;
	text-align: right;
}

#main #message-en {
	width: 590px;
	height: 142px;
	margin: 0 auto 2em;
	position: relative;
}
#main #message-en .photo {
	width: 110px;
	position: absolute;
	right: 0;
	top: 33px;
}
#main #message-en .name {
	width: 460px;
	position: absolute;
	bottom: 0;
	text-align: right;
}


/*アクセス
----------------------------------------------*/

#main #address {
	width: 540px;
	margin: 0 20px;
	padding: 20px;
	overflow: hidden;
	border: 5px solid #EEE;
}
#main .address-img {
	width: 180px;
	float: left;
}
#main #address dl {
	width: 340px;
	float: right;
}
#main #address dl dt {
	font-weight: bold;
}
#main #address dl dd {
	margin-bottom: 1.5em;
}
#main #address ul li {
	margin-bottom: 0.5em;
	padding-left: 15px;
	background: url(../../common/arrow2.gif) no-repeat 0 8px;
}


/*リンク
----------------------------------------------*/

#main ul.link {
	margin: 5px 20px 30px;
}
#main ul.link li {
	margin-bottom: 1em;
	padding-left: 15px;
	background: url(../../common/arrow.gif) no-repeat 0 8px;
}
