
body {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

a:link, a:visited {
	font-family:georgia, times, serif;
	font-weight:bold;
	color:#c17086;
	text-decoration:none;
	border-bottom:1px solid #91476c;
	font-size:1.0em;
}

a:hover {
	border-bottom:1px dotted #91476c;
}

a img {
	border:none;
}

/* コンテナ */
div#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 0px 40px;
	-webkit-box-shadow: 0px 0px 50px #bbbbbb;
	box-shadow:  0px 0px 50px #bbbbbb;
	position: relative;
	overflow: hidden;
}

/* ヘッダー */
header#pageHeader {
	background: none;
	padding: 15px 0px 0px;
}

header#pageHeader h1 {
	color: #666666;
	margin: 0px;
	float: left;
	font-size: 40px;
	font-weight: normal;
	font-family: 'Righteous', cursive;
}

header#pageHeader h2 {
	color: #666666;
	font-size: 0.75em;
	margin: 0px;
	padding-top: 20px;
	text-align: right;
	font-weight: normal;
}

section, article {
	padding-bottom:1em;
	border:1px solid #e7e2d7;
	border-radius:8px;
	-webkit-border-radius:.8em;
	-moz-border-radius:.8em;
	background:#fff url(./../images/sprites.png) repeat-x 0px -120px;
}

/* 左カラム */
section {
	float:left;
	width:185px;
	text-align:left;
	margin-bottom:20px;
}

section h1, section h2, section h3, section h4, section h5, section h6 {
	background:transparent url(./../images/sprites.png) no-repeat 0px -80px;
	color:#ffffff;
	font-size:1.0em;
	padding:9px 10px 10px 10px;
	margin:13px 5px;
	text-shadow:0 1px 0 #403232;
}

section ul {
	padding:0px 4% 0px 0px;
	list-style:none;
	border-top:1px solid #e7e2d7;
	margin:14px 7px;
}

section li {
	margin:0px;
	list-style:none;
}

section li a:link, section li a:visited {
	float:left;
	width:96%;
	padding:7px 4%;
	border-bottom:1px solid #e7e2d7;
}

section li a:hover {
	background:#f2f1ec;
}

/* メインカラム */
article {
	float:right;
	width:760px;
	text-align:left;
}

article h1 {
	background:transparent url(./../images/sprites.png) no-repeat 0px -38px;
	color:#ffffff;
	font-size:1.0em;
	padding:7px 10px 12px 30px;
	margin:0px;
	margin-left:-10px;
	margin-top: 13px;
	text-shadow:0 1px 0 #403232;
}

article h2, article h3, article h4, article h5, article h6  {
	background:transparent url(./../images/sprites.png) no-repeat 0px -38px;
	color:#ffffff;
	font-size:1.0em;
	padding:7px 10px 12px 30px;
	margin:0px;
	margin-left:-10px;
	text-shadow:0 1px 0 #403232;
}

article p:first-of-type {
	border-top:1px dotted #968765;
	border-bottom:1px dotted #968765;
	padding:0px 8px;
	color:#c17086;
}

article p {
	font-family:Helvetica, Arial, serif;
	font-size:.8em;
	padding:0px 8px;
}

article p a {
	line-height: 140%;
}

article p img {
	padding-top: 7px;
	height: .9em;

}

article div#logo {
	text-align: center;
}

article span#imp_dates {
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.6em;
	color: #ff0000;
}

article div#logo img#peking {
	margin-right: 30px;
	width: 90px;
	height: 90px;
}

article div#logo img#ips {
	margin-left: 30px;
	height: 90px;
}

/* フッター */
footer {
	clear:both !important;
	color: #888888;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: solid 1px #aaaaaa;
}

footer small {
	font-size: 0.75em;
	font-style: normal
	text-align: left;
	display: block;
}
