@charset "utf-8";

/*----------------------------------------
CSS Information
	File name:      h22.css
------------------------------------------*/

/*----------------------------------------------------
	body
----------------------------------------------------*/
body {
 margin: 0px;
 padding: 0px;
 font-size: 12px;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
 background-color: #FFFFFF;
 line-height: 1.3;
}
/*----------------------------------------------------
	#container
----------------------------------------------------*/
#container {
 margin: 0px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

/*----------------------------------------
	# H22 会社案内
-----------------------------------------*/
h1 {
	text-align: center;
	margin: 0;
	padding: 0;
}
h2 {
	margin: 1em auto;
	width: 180px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-left: double #333333;
	border-right: double #333333;
}
#company h4 {
	letter-spacing: 1em;
	font-size: 14px;
}
#company {
	width: auto;
	margin: 1em auto 5em auto;
}

/* #rinen 理念 */
#rinen h4 {
	width: 550px;
	margin: 1em auto 0 auto;
	padding: 0.5em;
	height: 33px;
	text-indent: 1em;
	background-image: url(img/bg_title.jpg);
	background-repeat: repeat-x;
}
#rinen p {
	width: 550px;
	height: 200px;
	margin: 0 auto;
	background-image: url(img/bg_rinen2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#rinen td {
	vertical-align: top;
}
#rinen p {
	padding-left: 3em;
	padding-right: 3em;
	line-height: 1.8;
	font-size: 14px;
	font-weight: bold;
	text-indent: 1em;
}
/* #p123  医学・薬学の誇り高き・・・ */
#p123 {
	width: 530px;
	margin: 3em auto;
}
#p123 .p1 {
	width: 530px;
	margin: 0.5em auto;
	padding: 0.5em;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px dotted #999900;
	border-bottom: 1px dotted #999900;
	text-indent: 1em;
}
#p123 .p2 {
	width: 530px;
	margin: 0.5em auto;
	line-height: 1.8;
	text-indent: 1em;
	font-size: 14px;
}
#p123 .p3  {
	width: 530px;
	text-align: right;
	text-indent: 1em;
}
/* 社是 */
#shaze {
	width: 550px;
	margin: 2em auto;
	border: double #999900;
	font-size: 14px;
	line-height: 1.8;
}
#shaze h4 {
	margin: 1em auto 0 auto;
	text-align: center;
}
#shaze h5 {
	margin: 0 auto 0.5em auto;
	font-size: 14px;
	text-align: center;
}
#shaze p {
	width: auto;
	margin: 0 auto 0 4em;;
	letter-spacing: 0.2em;
	text-indent: 1em;
}
/* 社章・農筆の士 */
#shashou {
	width: 530px;
	margin: 2em auto;
	padding: 1em;
	border: double #999900;
	font-size: 14px;
}
#shashou h4 {
	letter-spacing: 0.5em;
}
#shashou table {
	width: auto;
	margin: 0 auto;
}
#shashou th {
	width: 180px;
	vertical-align: top;
}
#shashou td {
	vertical-align: top;
}
#shashouth img {
	margin-top: 0.1em;
}
#shashou table p {
	line-height: 1.8;
	text-indent: 1em;
}
/* 会社概要 */

#gaiyou h4 {
	width: 580px;
	height: 33px;
	margin: 2em auto 0 auto;
	padding: 0.5em;
	text-indent: 1em;
	background-image: url(img/bg_title.jpg);
	background-repeat: repeat-x;
}
#gaiyou dl {
	width: 550px;
	margin: 1em auto;
}
#gaiyou dt {
	font-weight: bold;
	border-bottom: 1px dotted #666;
	border-left: double #3366CC;
	padding-left: 1em;
	letter-spacing: 0.5em;
	color: #3366CC;
}
#gaiyou dd {
	margin-left: 10em;
	margin-bottom: 1em;
	line-height: 1.5;
	padding-top: 0.3em;
	padding-left: 1em;
}
#gaiyou span a {
	text-decoration: none;
	margin-left: 1em;
	color: #0066FF;
	border-bottom: 1px dotted #0066FF;
}
#gaiyou span a:hover {
	color: #FF6600;
	border-bottom: 1px dotted #FF6600;
}

/* MAP ページの popup */
#map {
	width: 620px;
	margin: auto;
	text-align: center;
}
#map h1 {
	clear: both;
	width: 607px;
	height: 33px;
	margin: 0 auto;
	padding-top: 0.5em;
	font-size: large;
	background-image: url(img/bg_title.jpg);
	background-repeat: repeat-x;
}
#map dl {
	width: 500px;
	margin: 1em auto 0.5em auto;
	text-align: left;
}
#map dt {
	margin-top: 0.5em;
	font-weight: bold;
	color: #FF6600;
	margin-left: 3em;
}

/* 印刷する */
.print a {
	display: block;
	width: 150px;
	padding: 3px;
	margin: 1em auto;
	text-decoration: none;
	color: #333;
	letter-spacing: 0.2em;
	background-color: #ccc;
	border: 1px solid #999;
}
.print a:hover {
	color: #FFF;
	letter-spacing: 0.2em;
	background-color: #999;
	border: 1px solid #666;
}

/* ウインドウを閉じる */
.win_close a {
	display: block;
	margin: 0px auto 10px auto;
	padding: 3px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	background-color: #963;
}
.win_close a:hover {
	background-color: #EFEFEF;
	color: #963;
}

/* map footer */
#map_footer {
	clear: both;
	width: 100%;
	padding-top: 0.5em;
	text-align: center;
	border-top: 1px dotted #444;
	background-image: url(img/bg_title.jpg);
	background-repeat: repeat;
}
