@charset "utf-8";

/* Index ++++++++++++++++++++++++++++++++

	Layout:Liquid3-Basic
	
	Reset
	Default
		-Hyper text
		-Headline
		-Table, Form
	Layout
	Header
	Main (Common Setting)
		-Page Title
		-User Page style
		-Pager
		-Page Edit
		-History Page
		-Management (Image,Page)
		-Search Result
	View pass
	Side menu
	Footer

+++++++++++++++++++++++++++++++++++++++ */



/* =Reset
------------------------------------------------- */

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

ul, ol, li, dl, dt, dd {
	list-style: none;
}

img,
a img {
	border: none;
}



/* =Default
------------------------------------------------- */

body {
	background-color: #FFFFFF;
	color: #666666;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	word-break: break-all;
	font-size: 82%;
}

html>/**/body {
	font-size: 13px;
}



/* =Hyper text
------------------------------------------------- */

a { 
	text-decoration: none;
	/*\*/
	overflow: hidden;	/* for Fx */
	/**/
}

a:link,
a:visited {
	color: #3366FF;
}

a:focus,
a:hover,
a:active {
	color: #33CCFF;
}



/* =Headline
------------------------------------------------- */

h1 {
	font-size: 154%;	/* 20px */
}

h2 {
	font-size: 131%;	/* 17px */
}

h3 {
	font-size: 116%;	/* 15px */
}

h4 {
	font-size: 108%;	/* 14px */
}

h5,h6 {
	font-size: 100%;	/* 13px */
}



/* =Table, Form
------------------------------------------------- */

table {
	border-collapse: collapse;
	border-collapse: separate;
	border-spacing: 0;
}

input,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	padding: 1px 3px;
}



/* =Layout
------------------------------------------------- */

#header {
	width: 100%;
	position: relative;
}

#vpass {
	width: 750px;
	margin: 20px auto;
}

#wrap {
	width: 100%;
	min-width: 850px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

#wrap:after {
	content: "";
	overflow: hidden;
	display: block;
	clear: both;
	height: 0;
}

/*\*/
* html #wrap {
	overflow: visible;
	height: 1%;
}
/**/

#container {
	float: left;
	width: 100%;
	margin: 0px -220px 0px 0px;
	padding: 0px;
}

#main {
	margin: 0px 220px 0px 220px;
	padding: 0 0 20px;
}

#block {
	float: right;
	width: 100%;
	margin: 0px 0px 0px -220px;
}

#menu1 {
	float: left;
	width: 200px !important;
	width /*for IE5.5*/: 220px;
	padding: 0px 20px 20px 0px;
	overflow: hidden;
}

#menu2 {
	float: right;
	width: 200px !important;
	width /*for IE5.5*/: 220px;
	padding: 0px 0px 20px 20px;
	overflow: hidden;
}

#footer {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}



/* =Header
------------------------------------------------- */

#header {
	background: #82B9FA;
	text-align: left;
	color: #FFFFFF;
}

/* wiki title */
#header p {
	width: 50%;
	padding: 20px;
	text-align: left;
	font-family: "Arial Black", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-size: 162%;	/* 21px */
}

#header a {
	color: #FFFFFF;
}

#header ul {
	width: 410px;
	height: 21px;
	position: absolute;
	right: 20px;
	top: 0px;
}

#header ul li {
	float: right;
	margin-right: 5px;
}

#header .search {
	position: absolute;
	top: 30px;
	width: 300px;
	right: 20px;
	text-align: right;
}

#header .search .search_form {
	width: 120px;
	margin-right: 2px;
	margin-top: 2px;
	border: 1px solid #BFBEC3;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	font-size: 85%;	/* 11px */
}

#header .search .search_btn {
	padding: 0px 3px;
	cursor: pointer;
	vertical-align: middle;
}



/* =Main (Common Setting)
------------------------------------------------- */

.section {
	width: 100%;
	margin: 0px 0px 20px;
	overflow: hidden;
	text-align: left;
}

/* Disclaimer */
.style_message {
	color: #FF0000;
	font-weight: bold;
	margin: 5px 0px;
	text-align: center;
}

.content {
	padding: 15px 10px;
}

.content table {
	border-left: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
	width: 100% !important;	/* for Modern browser */
	width /* for IE5.5 */: 80%;
	margin: 0 0 10px;
	text-align: center;
}

.content th,
.content td {
	border-bottom: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	padding: 3px;
	font-size: 85%;	/* 11px */
}

.content .controlpanel {
	border: 1px solid #BFBFBF;
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}

.content .controlpanel p {
	color: #6172B7;
	font-weight: bold;
	margin: 0px 0px 10px;
	vertical-align: middle;
}

.content .controlpanel fieldset,
.newpage_space fieldset,
.message fieldset,
.edit_space fieldset {
	border: none;
	margin-bottom: 5px;
	text-align: left;
}

.content .controlpanel #pass {
	height: 20px;
	margin-right: 5px;
}

.controlpanel #file {
	height: 20px;
	margin-right: 5px;
}

#main .section .modify_date {
	text-align: right;
}

#main .section .modify_date ul {
	margin: 10px;
}

#main .section .modify_date li {
	margin-bottom: 3px;
}

#main #pagetop {
	text-align: right;
}



/* =Page Title
------------------------------------------------- */

/* Main title */
#main .section .page_title {
	background-color: #DCEBFE;
	color: #465DA9;
	padding: 5px 10px 5px;
	text-align: left;
}

#main .section .page_title h1 {
	background-image: url(/img/star.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 30px;
}

#main .section .page_title h2 {
	background-image: url(/img/icon05_star.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* Page Create */
#main .section .page_title .newpage_header {
	background-image: url(/img/menu01_icon.gif);
}

/* Page Management */
#main .section .page_title .pmanage_header {
	background-image: url(/img/menu02_icon.gif);
}

/* Image Management */
#main .section .page_title .imanage_header {
	background-image: url(/img/menu03_icon.gif);
}

/* Page Edit */
#main .section .page_title .edit_header {
	background-image: url(/img/menu04_icon.gif);
}



/* =User Page style (Easy Edit Style)
------------------------------------------------- */

.user_body {
	padding: 15px 10px;
	text-align: left;
}

.user_body h2 {
	margin-bottom: 5px;
	padding: 2px 3px 2px 6px;
	border-bottom: 1px solid #82B9F9;
	border-left: 8px solid #82B9F9;
	color: #475EAA;
}

.user_body h3 {
	background-color: #EEF5FF;
	border: 1px solid #475EAA;
	color: #475EAA;
	font-weight: bolder;
	margin-bottom: 5px;
	padding: 2px 10px;
}

.user_body h4 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #475EAA;
	margin-bottom: 5px;
	padding: 2px 5px;
}

.user_body .ulist1 {
	margin: 1px 0 1px 2em;
	list-style-position: outside;
	list-style-type: square;
}

.user_body .ulist2 {
	margin: 1px 0 1px 3em;
	list-style-position: outside;
	list-style-type: circle;
}

.user_body .ulist3 {
	margin: 1px 0 1px 4em;
	list-style-position: outside;
	list-style-type: disc;
}

.user_body .olist1 {
	margin: 1px 0 1px 3em;
	list-style-position: outside;
	list-style-type: decimal;
}

.user_body .olist2 {
	margin: 1px 0 1px 4em;
	list-style-position: outside;
	list-style-type: lower-alpha;
}

.user_body .olist3 {
	margin: 1px 0 1px 5em;
	list-style-position: outside;
	list-style-type: lower-roman;
}

.user_body hr {
	border-top: 1px solid #82B9FA;	/*for Fx*/
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 5px 0px;
	color: #82B9FA;					/*for IE*/
}

.user_body .table {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	width: 80%;
}

.user_body th {
	background-color: #D1E6FE;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px 10px;
}

.user_body td {
	background-color: #EEF5FF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px 10px;
}

.user_body p {
	margin: 1em;
}

.user_body blockquote {
	margin: 0.5em 1em;
	padding: 1em;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}



/* =Pager
------------------------------------------------- */

.pager {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 2px 0px;
	text-align: center;
	width: 100%;
	font-size: 78%;	/* 10px */
}

.pager strong {
	margin-right: 3px;
	padding: 1px 5px;
	position: relative;
	left: 1px;
	top: 1px;
	background-color: #6699FF;
	color: #FFFFFF;
	border: 1px solid #6699FF;
}

.pager a {
	left: 1px;
	margin-right: 3px;
	padding: 1px 5px;
	position: relative;
	top: 1px;
	border: #6699FF 1px solid;
}

.pager a:link,
.pager a:visited {
	background-color: #FFFFFF;
	color: #6699FF;
}

.pager a:focus,
.pager a:hover,
.pager a:active {
	background-color: #C8DAFF;
}



/* =Page Edit
------------------------------------------------- */

.edit_space fieldset input {
	vertical-align: middle;
}

.edit_space fieldset label {
	display: block;
	padding-bottom: 5px;
}

.edit_space .edit_area {
	margin-bottom: 15px;
}

.edit_space #toolbar {
	margin:0 0 5px;
	padding:5px;
	background-color:#FAFAFA;
	border:1px solid #EAEAEA;
}

/* Restoration link */
.edit_space .history a {
	display: block;
	color: #666666;
	width: 6em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border: 1px solid #CCCCCC;
}

.edit_space .history a:hover {
	background: #F0FAFF;
}

.edit_space .edit_message {
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}

.edit_space .edit_message_title {
	color: #FF0000;
}

.edit_space .edit_title {
	padding-bottom: 20px;
}



/* =History Page
------------------------------------------------- */

/* List page */
.history_space .restoration_list {
	margin-bottom: 10px;
}

.history_space #pass {
	margin-right: 5px;
}

.history_space .returnpage {
	margin: 0 0 10px;
}

/* Restoration */
.message {
	margin-bottom: 20px;
	border: 1px solid #DCEBFE;
}

.message .history_link {
	color: #999999;
	margin: 15px;
	text-align: center;
}

.message .history_link a {
	padding: 0 5px;
}

.message p {
	margin-bottom: 10px;
	color: #FF6699;
}

.message fieldset #pass {
	width: 100px;
}



/* =Management (Image,Page)
------------------------------------------------- */

/* Table style */
.pmanage_space table .lock,
.imanage_space table .lock {
	width: 20px;
}

.pmanage_space table .check,
.imanage_space table .check {
	width: 20px;
}

.pmanage_space table th.ptitle,
.imanage_space table th.ititle {
	line-height: 1.3;
	text-align: center;
	width: auto;
}

.pmanage_space table td.ptitle,
.imanage_space table td.ititle {
	line-height: 1.3;
	text-align: left;
	width: auto;
}

.pmanage_space table .ititle p,
.imanage_space table .ititle p {
	margin: 0 0 3px
}

.pmanage_space table .ititle input,
.imanage_space table .ititle input {
	width: 200px;
}

.pmanage_space table .edit,
.imanage_space table .edit {
	width: 30px;
}

.pmanage_space table .copy,
.imanage_space table .copy {
	width: 30px;
}

.imanage_space table .size {
	width: 65px;
}

.pmanage_space table .day,
.imanage_space table .day {
	width: 80px;
}

.imanage_space table .thumb {
	padding: 5px 0px;
	width: 55px;
}

.imanage_space .thumb img {
	width: 50px;
}

/* File upload */
.imanage_space .controlpanel .file_upload {
	margin:10px;
}

.imanage_space .controlpanel .file_upload ul li input {
	margin-right: 5px;
}

.imanage_space .controlpanel .file_upload #upload_form {
	margin:10px 0;
}

.imanage_space .controlpanel .file_upload #upload_form a {
	display: block;
	padding-left: 15px;
}

.imanage_space .controlpanel .file_upload #upload_form .close {
	background-image: url(/img/btn_plus.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.imanage_space .controlpanel .file_upload #upload_form .open {
	background-image: url(/img/btn_minus.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.imanage_space .controlpanel .file_upload #multi_upload {
	margin:0 0 10px;
}

.imanage_space .controlpanel .file_upload #multi_upload li {
	margin:0 0 5px;
}



/* =Search Result
------------------------------------------------- */

.search_result .searchlist dt a {
	color: #3399FF;
	font-weight: bold;
	font-size: 116%;	/* 15px */
}

.search_result .searchlist .words {
	background: #3366CC;
	color: #FFFFFF;
	font-weight: bold;
}

.search_result .searchlist .modify_date {
	margin: 0 0 1em;
	padding-bottom: 5px;
	color: #AAAAAA;
	border-bottom: 1px dotted #EAEAEA;
}



/* =View password
------------------------------------------------- */

#vpass .content {
	padding: 20px;
}

#vpass .page_title {
	margin-bottom: 5px;
	padding: 5px 10px 5px 20px;
	background-color: #DCEBFE;
	color: #465DA9;
	text-align: left;
}

#vpass .page_title h1 {
	padding-left: 20px;
	background-image: url(/img/icon05_star.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#vpass .content h2 {
	margin-bottom: 5px;
	padding: 2px 3px 2px 6px;
	border-bottom: 1px solid #82B9F9;
	border-left: 8px solid #82B9F9;
	color: #475EAA;
	text-align: left;
}

#vpass .content dl {
	margin: 0px 20px 10px;
	text-align: left;
}

#vpass .content dt {
	font-weight: bold;
}

#vpass .content dd {
	margin-bottom: 15px;
}

#vpass .content input {
	font-size: 108%;	/* 14px */
}



/* =Side menu
------------------------------------------------- */

.menubox {
	color: #777777;
	text-align: left;
}

.menubox .section {
	margin: 0 0 15px;
}

.menubox .section ul li {
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}

.menubox .section ol li {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: decimal;
}

.menubox .section .side_title {
	padding: 5px;
	background-color: #DCEBFE;
}

.menubox .section .side_title h3 {
	padding-left: 20px;
	background: url(/img/icon05_star.gif) no-repeat left center;
	color: #465DA9;
	text-align: left;
}

.menubox .menubody {
	padding: 10px 5px;
}

/* Recent update */
#plg_recent .menubody .modify_date {
	margin: 0px;
	list-style: none;
	color: #AAAAAA;
}

/* User menu */
#plg_menu .menubody h2 {
	margin-bottom: 5px;
	padding: 1px 3px 1px 6px;
	border-bottom: 1px solid #82B9F9;
	border-left: 8px solid #82B9F9;
	color: #82B9F9;
	font-size: 116%;	/* 15px */
}

#plg_menu .menubody h3 {
	margin-bottom: 5px;
	color: #82B9F9;
	font-size: 116%;	/* 15px */
}

#plg_menu .menubody h4 {
	margin-bottom: 5px;
	padding: 2px 5px;
	border-bottom: #82B9F9 solid 1px;
	color: #82B9F9;
	font-size: 100%;
}

#plg_menu .menubody .ulist1 {
	margin: 1px 0 1px 1em;
	list-style-position: outside;
	list-style-type: square;
}

#plg_menu .menubody .ulist2 {
	margin: 1px 0 1px 1.5em;
	list-style-position: outside;
	list-style-type: circle;
}

#plg_menu .menubody .ulist3 {
	margin: 1px 0 1px 2em;
	list-style-position: outside;
	list-style-type: disc;
}

#plg_menu .menubody .olist1 {
	margin: 1px 0 1px 2em;
	list-style-position: outside;
	list-style-type: decimal;
}

#plg_menu .menubody .olist2 {
	margin: 1px 0 1px 2.5em;
	list-style-position: outside;
	list-style-type: lower-alpha;
}

#plg_menu .menubody .olist3 {
	margin: 1px 0 1px 3em;
	list-style-position: outside;
	list-style-type: lower-roman;
}

#plg_menu .menubody hr {
	border-top: 1px solid #82B9FA;	/*for Fx*/
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 5px 0px;
	color: #82B9FA;					/*for IE*/
}

#plg_menu .menubody .table {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	width: 80%;
}

#plg_menu .menubody th {
	background-color: #D1E6FE;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px 10px;
}

#plg_menu .menubody td {
	background-color: #EEF5FF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px 10px;
}

#plg_menu .menubody p {
	margin: 0.5em 1em;
}

#plg_menu .menubody blockquote {
	margin: 0.5em 1em;
	padding: 1em;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}



/* =Footer
------------------------------------------------- */

#footer {
	color: #FFFFFF;
	background-color: #82B9FA;
	font-size: 85%;		/* 11px */
}

#footer a {
	color: #FFFFFF;
}

#footer ul {
	height: 20px;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #DCEBFE none repeat scroll 0%;
	border-top: 1px solid #B3BAC2;
}

#footer li {
	float: right;
	margin-right: 15px;
	margin-top: 2px;
}

#footer .ad {
	float: left;
	width: 300px;
	padding: 10px 0px 10px 20px;
	text-align: left;
}

#footer .ad a:hover {
	text-decoration: underline;
}

#footer .copyright {
	float: right;
	width: 450px;
	padding: 10px 20px 10px 0px;
	text-align: right;
}
