@charset "UTF-8";

/*
	BMSilver Blog
	Copyright (C) KAYAC Inc. All Rights Reserved.

	[Base]
		0. Reset
		1. HTML, Body, Anchor
		2. Heading, Paragraph
		3. List
		4. Table
		5. Form
		6. Other
		7. For IE6/7

	[Layout]
		0. Container
		1. Header
		2. Content
		3. Footer

	[Module]
		1. Common Module
		2. Sub Column
		3. Homepage
		4. About
		5. Blog
		6. Member
		90. Other
		99. Clearfix
*/

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Reset
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for Mozilla: always display scrollbar */
body {
	background: url(/img/common/bg/bg_body.png);
	color: #004254;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	*font-size: 100%;
	line-height: 1.8;
}

/* Font-size list (base: 16px)
63% = 10px
69% = 11px
75% = 12px
82% = 13px
88% = 14px
94% = 15px
100% = 16px
107% = 17px
113% = 18px
119% = 19px
125% = 20px
132% = 21px
138% = 22px
144% = 23px
150% = 24px
157% = 25px
163% = 26px
169% = 27px
175% = 28px
182% = 29px
188% = 30px
194% = 31px
200% = 32px
207% = 33px
213% = 34px
219% = 35px
225% = 36px
232% = 37px
238% = 38px
244% = 39px
250% = 40px
*/

a:link {
	color: #004254;
	text-decoration: underline;
}
a:visited {
	color: #4799af;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #e85298;
	text-decoration: none;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.5;
}

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li { list-style: none; }

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset { border: none; }
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }
textarea { overflow: auto; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: top;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
small {
	font-size: 100%;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after { content: ''; }
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre { font-family: monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
hr { display: none; }

/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */

/* for IE7: page zoom bug fix */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
#container {}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#siteHeader {
	position: relative;
	width: 960px;
	height: 208px;
	margin: 0 auto;
	background: #fff;
}

/* siteName
----------------------------------- */
#siteName {
	position: relative;
	padding-top: 30px;
	z-index: 100;
}

/* swfHeader
----------------------------------- */
#swfHeader {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

/* adHeader
----------------------------------- */
#adHeader {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 100;
}

/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#content {
	width: 920px;
	margin: 0 auto;
	padding: 0 20px 30px;
	background: #ffc2e4;
}
#main {
	float: left;
	width: 627px;
	padding: px;
}
#sub {
	float: right;
	width: 273px;
}

/* navGlobal
----------------------------------- */
#navGlobal {
	width: 960px;
	margin: 0 -20px 10px;
}
#navGlobal li {
	float: left;
}

/* topicPath
----------------------------------- */
#topicPath {
	margin: 15px 0;
	padding-top: 15px;
	border-top: 2px dashed #fff;
	color: #000;
	font-size: 75%;
}
#topicPath span {
	margin: 0 0.5em;
}
#topicPath strong {
	font-weight: normal;
}
#topicPath a {
	color: #93278f;
}
#topicPath a:hover {
	color: #e85298;
}

/* adFooter
----------------------------------- */
#adFooter {
	clear: both;
	width: 920px;
	height: 122px;
	margin-bottom: 17px;
	padding-top: 20px;
	background: url(/img/common/bg/bg_ad_footer.png) no-repeat;
	text-align: center;
}

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
#siteFooter {
	padding: 15px;
	background: #33ccff;
	font-size: 69%;
	color: #000;
}
#siteFooter a {
	color: #000;
	text-decoration: none;
}
#siteFooter a:hover {
	color: #e85298;
}

/* kayacProject
----------------------------------- */
.kayacProject {
	width: 920px;
	margin: 0 auto 7px;
}
.kayacProject li {
	float: left;
	margin-right: 1.5em;
	white-space: nowrap;
}
.kayacProject a em {
	padding-right: 0.2em;
	color: #333;
	font-weight: normal;
}
.kayacProject a:hover em {
	color: #e85298;
}

/* copyright
----------------------------------- */
.copyright {
	width: 920px;
	margin: 0 auto;
	padding-top: 7px;
	border-top: 1px solid #fff;
}

/* //////////////////////////////////////////////////
[Module] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	1. Common Module
-------------------------------------------------- */

/* Link
----------------------------------- */
.goPageTop {
	text-align: right;
}
.viewMore {
	margin-top: 10px;
	text-align: right;
	line-height: 1;
}

/* List
----------------------------------- */

/* listCategory */
.listCategory li {
	padding-left: 20px;
	background: url(/img/common/ico/ico_bullet.png) no-repeat 0 0.5em;
	color: #008bd8;
	font-weight: bold;
}

/* listSimple */
.listSimple {
	margin: 1em 0;
}
.listSimple li {
	margin: 0.5em 0;
	padding-left: 20px;
	background: url(/img/common/ico/ico_bullet.png) no-repeat 0 0.6em;
}

/* listActionBtn */
.listActionBtnC {
	margin-top: 10px;
	text-align: center;
}
.listActionBtnC li {
	display: inline;
	margin: 0 10px;
}
.listActionBtnL {
	margin-top: 10px;
}
.listActionBtnL li {
	display: inline;
	margin-right: 20px;
}

/* Block
----------------------------------- */

/* blockMain */
.blockMain {
	margin-bottom: 20px;
	padding: 0 30px 1px;
	background: #fff url(/img/common/bg/bg_block_main.png) no-repeat 0 100%;
	*zoom: 1;
}
.blockMain .ttlSection {
	width: 627px;
	margin: 0 -30px 30px;
	border-bottom: 3px solid #ffc2e4;
}

/* blockMainSp */
.blockMainSp {
	position: relative;
	overflow: hidden;
	width: 627px;
	margin-bottom: 20px;
	background: #fff url(/img/common/bg/bg_block_main_sp_mdl.png) repeat-y 0 100%;
}
.blockMainSp .ttlSection {
	border-bottom: 3px solid #ffc2e4;
}
.blockMainSp .unitMainSp {
	width: 630px;
	margin-right: -3px;
	border-bottom: 3px solid #ffc2e4;
}
.blockMainSp .unitMainSp .itemMainSp {
	float: left;
	width: 252px;
	margin-right: 3px;
	padding: 20px 30px 30px;
}
.blockMainSp .blockMainSpFooter {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 627px;
	height: 10px;
	background: url(/img/common/bg/bg_block_main_sp_btm.png) no-repeat;
}

/* blockSub */
.blockSub {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0 30px 30px;
	background: #fff url(/img/common/bg/bg_block_sub.png) no-repeat 0 100%;
	*zoom: 1;
}
.blockSub .ttlSection {
	width: 273px;
	margin: 0 -30px 30px;
	border-bottom: 3px solid #ffc2e4;
}

/* msgError */
.blockMsgError {
	margin-bottom: 20px;
	padding: 15px;
	border: 10px solid #eee;
	color: #c00;
	font-size: 125%;
}

/* entryBody
----------------------------------- */
.blockMain .entryBody h2 {
	margin: 1em 0 0.5em;
	font-size: 169%;
	color: #008bd8;
}
.blockMain .entryBody h3 {
	margin: 1em 0;
	font-size: 125%;
	color: #E85298;
}
.blockMain .entryBody p,
.blockMain .entryBody ul,
.blockMain .entryBody ol,
.blockMain .entryBody dl,
.blockMain .entryBody figure {
	margin: 1.5em 0;
}
.blockMain .entryBody ul li {
	margin: 0.5em 0;
	padding-left: 25px;
	background: url(/img/common/ico/ico_bullet.png) no-repeat 5px 0.6em;
}
.blockMain .entryBody ol {
	padding-left: 25px;
}
.blockMain .entryBody ol li {
	margin: 0.5em 0;
	list-style: decimal;
}

/* blockEntry
----------------------------------- */

/* main */
.blockEntryMain {
	position: relative;
	padding-bottom: 30px;
}
.blockEntryMain header {
	line-height: 1.5;
}
.blockEntryMain header h1 {
	margin-bottom: 15px;
	padding-top: 1em;
	font-size: 150%;
}
.blockEntryMain header h2 {
	margin-bottom: 1.5em;
	color: #008bd8;
}
.blockEntryMain footer {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
.blockEntryMain footer .date {
	display: inline;
	margin-right: 5px;
	font-size: 75%;
	font-weight: bold;
}
.blockEntryMain footer .sbm {
	display: inline;
}
.blockEntryMain .killedReason {
	margin: 30px 0;
	padding-bottom: 20px;
	background: url(/img/common/bg/bg_killed_reason_l.png) no-repeat 0 100%;
	font-size: 88%;
}
.blockEntryMain .killedReason h2 {
	margin-bottom: 10px;
}
.blockEntryMain .killedReason .entryBody {
	margin: 0 10px;
}

/* sub */
.blockEntrySub {
	position: relative;
}
.blockEntrySub header {
	line-height: 1.5;
}
.blockEntrySub header h1 {
	margin-bottom: 5px;
	padding-top: 1em;
	font-size: 150%;
}
.blockEntrySub footer {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.5;
}
.blockEntrySub footer .date {
	display: inline;
	margin-right: 5px;
	font-size: 75%;
	font-weight: bold;
}
.blockEntrySub footer .sbm {
	display: inline;
}
.blockEntrySub .killedReason {
	margin: 10px 0 20px;
	padding-bottom: 20px;
	background: url(/img/common/bg/bg_killed_reason_s.png) no-repeat 0 100%;
	font-size: 88%;
}
.blockEntrySub .killedReason h2 {
	margin-bottom: 10px;
}
.blockEntrySub .killedReason p {
	margin: 0 10px;
}

/* entryList */
.blockEntryList {
	position: relative;
	padding-bottom: 30px;
}
.blockEntryList header {
	line-height: 1.5;
}
.blockEntryList header h1 {
	margin-bottom: 15px;
	padding-top: 60px;
	font-size: 150%;
}
.blockEntryList header h2 {
	margin-bottom: 10px;
	color: #008bd8;
}
.blockEntryList footer {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
.blockEntryList footer .category {
	margin-bottom: 15px;
}
.blockEntryList footer .date {
	display: inline;
	margin-right: 5px;
	font-size: 75%;
	font-weight: bold;
}
.blockEntryList footer .sbm {
	display: inline;
}
.blockEntryList .entryBody p {
	overflow: hidden;
	margin: 0;
	*zoom: 1;
}
.blockEntryList .entryBody .thumbnail {
	overflow: visible;
	float: left;
	margin-right: 20px;
	padding-top: 7px;
}
.blockEntryList .viewMore {
	padding-bottom: 20px;
	border-bottom: 2px dashed #008bd8;
}

/* blockProject
----------------------------------- */

/* main */
.blockProjectMain {
	position: relative;
	margin-bottom: 30px;
}
.blockProjectMain header {
	padding-top: 284px;
	line-height: 1.5;
}
.blockProjectMain header h1 {
	padding-top: 1.5em;
	font-size: 225%;
}
.blockProjectMain header h1 img {
	position: absolute;
	top: 0;
	left: 0;
}
.blockProjectMain header h2 {
	margin-bottom: 0.5em;
	color: #004254;
	font-size: 125%;
	font-weight: normal;
}
.blockProjectMain header .url {
	margin-bottom: 0.5em;
	font-weight: bold;
	word-wrap: break-word;
}
.blockProjectMain header .url a {
	color: #e85298;
}
.blockProjectMain footer {
	position: absolute;
	top: 284px;
	margin-top: 20px;
}
.blockProjectMain footer .pjNum {
	display: inline;
	margin-right: 5px;
	color: #e85298;
	font-weight: bold;
}
.blockProjectMain footer .sbm {
	display: inline;
}
.blockProjectMain footer .sbm img {
	vertical-align: middle;
}

/* sub */
.blockProjectSub {
	position: relative;
}
.blockProjectSub header {
	padding-top: 106px;
	line-height: 1.5;
}
.blockProjectSub header h1 {
	padding-top: 1.5em;
	font-size: 150%;
}
.blockProjectSub header h1 img {
	position: absolute;
	top: 0;
	left: 0;
}
.blockProjectSub header h2 {
	margin-bottom: 0.5em;
	font-weight: normal;
}
.blockProjectSub header .url {
	margin-bottom: 0.5em;
	font-size: 75%;
	font-weight: bold;
	word-wrap: break-word;
}
.blockProjectSub header .url a {
	color: #e85298;
}
.blockProjectSub footer {
	position: absolute;
	top: 106px;
	left: 0;
	margin-top: 10px;
}
.blockProjectSub footer .pjNum {
	display: inline;
	margin-right: 5px;
	color: #e85298;
	font-size: 75%;
	font-weight: bold;
}
.blockProjectSub footer .sbm {
	display: inline;
}
.blockProjectSub footer .sbm img {
	vertical-align: middle;
}
.blockProjectSub .viewMore {
	padding-top: 20px;
	border-top: 2px dashed #008bd8;
}

/* projectList */
.blockProjectList {
	position: relative;
	width: 252px;
}
.blockProjectList header {
	line-height: 1.5;
	padding-top: 126px;
}
.blockProjectList header h1 {
	padding-top: 1.5em;
	font-size: 150%;
}
.blockProjectList header h1 img {
	position: absolute;
	top: 20px;
	left: 30px;
}
.blockProjectList header h2 {
	margin-bottom: 0.5em;
	font-weight: normal;
}
.blockProjectList header .url {
	margin-bottom: 0.5em;
	font-size: 75%;
	font-weight: bold;
	word-wrap: break-word;
}
.blockProjectList header .url a {
	color: #e85298;
}
.blockProjectList footer {
	position: absolute;
	top: 126px;
	margin-top: 30px;
}
.blockProjectList footer .pjNum {
	display: inline;
	margin-right: 5px;
	color: #e85298;
	font-size: 75%;
	font-weight: bold;
}
.blockProjectList footer .sbm {
	display: inline;
}
.blockProjectList footer .sbm img {
	vertical-align: middle;
}
.blockProjectList .viewMore {
	padding-top: 20px;
	border-top: 2px dashed #008bd8;
}

/* blockNews
----------------------------------- */

/* sub */
.blockNewsSub {
	position: relative;
}
.blockNewsSub header {
	line-height: 1.5;
}
.blockNewsSub header h1 {
	padding-top: 1em;
	font-size: 150%;
}
.blockNewsSub footer {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.5;
}
.blockNewsSub footer .date {
	font-size: 75%;
	font-weight: bold;
}
.blockNewsSub .viewMore {
	padding-top: 20px;
	border-top: 2px dashed #008BD8;
}

/* NewsList */
.blockNewsList {
	position: relative;
	padding-bottom: 30px;
}
.blockNewsList header {
	line-height: 1.5;
}
.blockNewsList header h1 {
	margin-bottom: 10px;
	padding-top: 1em;
	font-size: 150%;
}
.blockNewsList footer {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
.blockNewsList footer .date {
	font-size: 75%;
	font-weight: bold;
}
.blockNewsList .viewMore {
	margin-bottom: 1.5em;
}
.blockNewsList .memberComment {
	padding: 20px 0;
	border-top: 1px solid #aaa;
	border-bottom: 2px dashed #008bd8;
	color: #4e4e4e;
	font-size: 75%;
}
.blockNewsList .memberComment ul {
	padding-left: 2em;
}
.blockNewsList .memberComment ul li {
	list-style: disc;
}

/* Pager
----------------------------------- */
.pager {
	position: relative;
	z-index: 1;
	margin: -10px 0 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	*zoom: 1;
}
.pager li {
	display: inline;
	margin: 0 5px;
}
.pager li a,
.pager li span {
	padding: 0 7px;
	background: #b2dcf3;
	text-decoration: none;
}
.pager li a:hover,
.pager li span {
	color: #fff;
	background: #008bd8;
}
.pager li.prev a,
.pager li.next a,
.pager li.prev a:hover,
.pager li.next a:hover {
	padding: 0;
	background: none;
}
.pager li.prev {
	position: absolute;
	top: 0;
	left: 0;
}
.pager li.next {
	position: absolute;
	top: 0;
	right: 0;
}

/* PrevNext
----------------------------------- */
.prevNext {
	position: relative;
	z-index: 1;
	height: 17px;
	margin: -20px 0 30px;
	padding-top: 20px;
	border-top: 2px dashed #008bd8;
	text-align: right;
	line-height: 1;
	*zoom: 1;
}
.prevNext li.list {
	position: absolute;
	top: 20px;
	left: 0;
}
.prevNext li.prev,
.prevNext li.next {
	display: inline;
	margin-left: 20px;
}

/* tblForm
----------------------------------- */
.tblForm {
	margin-bottom: 30px;
}
.tblForm .ttlForm {
	margin-bottom: 20px;
}
.tblForm .unitMsg {
	margin-bottom: 30px;
}
.tblForm table th {
	padding: 7px 20px 0 20px;
	background: url(/img/common/ico/ico_form.png) no-repeat 0 16px;
	font-weight: bold;
}
.tblForm table td {
	padding: 7px 0;
}
.tblForm table input.textbox {
	width: 399px;
	height: 28px;
	border: none;
	padding: 5px 5px 0;
	background: url(/img/common/bg/bg_input_text.png) no-repeat;
}
.tblForm table textarea.textbox {
	width: 557px;
	height: 190px;
	border: none;
	padding: 5px;
	background: url(/img/common/bg/bg_input_textarea.png) no-repeat;
}
.tblForm .msgError {
	color: #c00;
}

/* --------------------------------------------------
	2. Sub Column
-------------------------------------------------- */

/* history
----------------------------------- */
#history h2 {
	margin-bottom: 25px;
	font-size: 88%;
	line-height: 1.5;
}
#history .listYear {
	border-bottom: 2px dashed #008bd8;
}
#history .listYear dl {
	border-top: 2px dashed #008bd8;
}
#history .listYear dl dt {
	float: left;
	width: 110px;
	padding-top: 20px;
	font-size: 125%;
}
#history .listYear dl dd {
	margin-left: 110px;
	padding: 20px 0;
	color: #008bd8;
	font-size: 213%;
	text-align: right;
	line-height: 1;
}

/* --------------------------------------------------
	3. Homepage
-------------------------------------------------- */

/* blockEntry
----------------------------------- */
.pageHome .blockEntryList .viewMore {
	margin: 30px 0 0;
	padding: 20px 0 0;
	border-top: 2px dashed #008bd8;
	border-bottom: none;
}

/* blockProject
----------------------------------- */
.pageHome .blockProjectMain .viewMore {
	margin: 30px 0 0;
	padding: 20px 0 0;
	border-top: 2px dashed #008bd8;
}

/* --------------------------------------------------
	4. About
-------------------------------------------------- */

/* blockCont
----------------------------------- */
.pageAbout .blockCont {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px dashed #008bd8;
}
.pageAbout #word3.blockCont {
	padding-bottom: 0;
	border: none;
}
.pageAbout .blockCont h2 {
	margin-bottom: 20px;
}

/* style
----------------------------------- */
.pageAbout #style section {
	margin: 30px 0;
	padding: 38px;
	border: 2px solid #e85298;
}
.pageAbout #style section h3 {
	float: right;
	width: 285px;
	margin-bottom: 5px;
	font-size: 157%;
}
.pageAbout #style section .bnr {
	float: left;
	width: 160px;
}
.pageAbout #style section .txt,
.pageAbout #style section .viewMore {
	margin-left: 200px;
	text-align: left;
}
.pageAbout #style section .viewMore {
	margin-top: 10px;
}

/* mission
----------------------------------- */
.pageAbout #mission .mission {
	margin-top: 2em;
}
.pageAbout #mission .mission strong {
	display: block;
	margin: -0.2em;
	font-size: 169%;
}

/* word3
----------------------------------- */
.pageAbout #word3 section {
	margin-bottom: 30px;
}
.pageAbout #word3 section h3 {
	margin-bottom: 5px;
	color: #e85298;
	font-size: 169%;
}
.pageAbout #word3 section h3 span {
	font-size: 60%;
	font-weight: normal;
	vertical-align: middle;
}

/* --------------------------------------------------
	5. Blog
-------------------------------------------------- */

/* relatedEntry
----------------------------------- */
#relatedEntry {
	padding-bottom: 20px;
}
#relatedEntry h1 {
	font-size: 26px;
}

/* --------------------------------------------------
	6. Member
-------------------------------------------------- */

/* blockMemberList
----------------------------------- */
.blockMemberList {
	position: relative;
	width: 252px;
}
.blockMemberList h2 {
	margin-bottom: 5px;
	padding-top: 260px;
	font-size: 150%;
}
.blockMemberList h2 .photo {
	position: absolute;
	top: 20px;
	left: 30px;
}
.blockMemberList h2 ruby {
	display: inline;
	ruby-position: inline;
}
.blockMemberList h2 rp,
.blockMemberList h2 rt {
	display: inline;
	font-size: 50%;
	font-weight: normal;
}
.blockMemberList p {
	line-height: 1.8;
}

/* --------------------------------------------------
	90. Other
-------------------------------------------------- */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #FCC;
	color: #F00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* autopagerize_page_info */
.autopagerize_page_info {
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #B2DCF3;
	font-size: 14px;
	font-weight: bold;
	color: #004254;
}

/* swfobject.js * HTML5 Firefox Bug
object { display: none; }
#container object { display: block; } */

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.group {
	*zoom: 1;
}