@charset "utf-8";

/*----------------------------------------------------------------------------------------------------
  common.css
  sokun.net
  charset=utf-8
-----------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------
  basis
---------------------------------------------------*/

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll; /* IE, CSS3 */
}

body {
	padding: 20px;
	background-color: #f0f0e6;
	font: 13px/1 "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	*font-size: small; /* IE6s, IE7s */
	*font: x-small; /* IE6q */
	text-align: center; /* IE6, IE7 */
	color: #000;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

ul, ol {
	list-style: none;
}

fieldset, img {
	border: none;
}

a {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}

caption, th {
	text-align: left;
}

/*--------------------------------------------------
  container
---------------------------------------------------*/

#container {
	width: 872px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/*--------------------------------------------------
  clear
---------------------------------------------------*/

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

/*--------------------------------------------------
  anchor
---------------------------------------------------*/

a:link, a:visited {
	color: #546432;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #994c4c;
	text-decoration: underline;
}

a:active, a:visited:active {
	color: #f00;
	/*text-decoration: underline;*/
	text-decoration: none;
}

/*--------------------------------------------------
  header
---------------------------------------------------*/

#header {
	width: 872px;
	height: 66px;
	background: url(../images/common/base/bd_header_bg.jpg) no-repeat;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 12px;
	left: 24px;
}

/*--------------------------------------------------
  global navigation
---------------------------------------------------*/

#gNavi {
	width: 872px;
	height: 32px;
	background: url(../images/common/navi/gnavi_bg.jpg) no-repeat;
}

#gNavi ul {
	height: 32px;
	padding: 0 0 0 104px;
}

#gNavi ul li {
	display: inline;
	float: left;
	height: 32px;
}

#gNavi ul li img {
	vertical-align: bottom; /* IE6 fix */
}

#gnHome {
	width: 56px;
}

#gnSeifu {
	width: 73px;
}

#gnProfile {
	width: 85px;
}

#gnSoui {
	width: 132px;
}

#gnIkai {
	width: 72px;
}

#gnPublication {
	width: 58px;
}

#gnMedia {
	width: 67px;
}

#gnLecture {
	width: 48px;
}

#gnContact {
	width: 75px;
}

/*--------------------------------------------------
  sub navigation
---------------------------------------------------*/

#sNabi {
	width: 188px;
	margin: 20px 0 60px 33px;
	background: url(../images/common/navi/snavi_bg.jpg) repeat-y;
	text-align: left;
}

#sNabi h2 {
	padding: 14px 0 12px;
	border-bottom: 1px solid #dbd5c1;
	background: url(../images/common/navi/snavi_head_bg.jpg) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #994c4c;
	text-align: center;
	text-shadow: 1px 2px 4px #fff; /* CSS3 */
}

#sNabi ul li {
	display: block;
	width: 188px;
	margin: 1px 0;
	border-bottom: 1px solid #dbd5c1;
	background: url(../images/common/navi/snavi_list_bg_n.jpg) no-repeat center;
	font-size: 12px;
	line-height: 0; /* IE fix */
}

#sNabi ul li#sn {
	background: url(../images/common/navi/snavi_list_bg_s.jpg) no-repeat center;
}

#sNabi ul li#sn span#snInner {
	display: block;
	padding: 7px 0 7px 26px;
	width: 162px;
	line-height: normal; /* IE fix */
}

#sNabi ul li#sn span#snInner span {
	color: #999;
}

#sNabi ul li a {
	display: block;
	padding: 7px 0 7px 26px;
	width: 162px;
	line-height: normal; /* IE fix */
}

#sNabi ul li a span {
	color: #999;
}

#sNabi a {
	text-decoration: none;
}

/*--------------------------------------------------
  title bannar
---------------------------------------------------*/

#titleBannar {
	clear: both;
	background: url(../images/common/base/bd_bg.jpg) repeat-y;
}

#titleBannar h2 {
	padding: 0 0 0 18px;
}

/*--------------------------------------------------
  contents
---------------------------------------------------*/

#contents {
	float: left;
	width: 872px;
	background: url(../images/common/base/bd_bg.jpg) repeat-y;
	position: relative;
}

#main {
	float: right;
	width: 651px;
}

#mainInner {
	margin: 0 33px 30px 30px;　/* width: 588px; */
}

#sideL {
	float: left;
	width: 221px;
	text-align: center;
	position: absolute;
}

#pageTop {
	clear: both;
	margin: 0 33px 20px;
	text-align: right;
	display: none;
}

p.ps1 {
	padding: 0 12px 12px 12px;
	line-height: 1.8;
}

p.ps2 {
	padding: 0 12px 0 12px;
	line-height: 1.8;
}

.fs10 {
	font-size: 77%;
}

.fs11 {
	font-size: 85%;
}

.fs12 {
	font-size: 93%;
}

.fs13 {
	font-size: 100%;
}

.fs14 {
	font-size: 108%;
}

.fs15 {
	font-size: 116%;
}

.fs16 {
	font-size: 124%;
}

.fs17 {
	font-size: 131%;
}

.fs18 {
	font-size: 139%;
}

/*--------------------------------------------------
  footer
---------------------------------------------------*/

#footer {
	clear: both;
	width: 872px;
	height: 34px;
	background: url(../images/common/base/bd_footer_bg.jpg) no-repeat;
}

#fNavi {
	display: none;
}

#footer p {
	padding: 20px 0;
	text-align: center;
}

/* END */

