/****************************************
	http://avdanyu.wiki.fc2.com/
	is liquid: true
	column type: 3column
	modified: 2013-08-02 13:23:57
****************************************/
@charset "utf-8";

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

	Layout:Liquid3-basic
	
	Reset
	Basic
		-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 { border:none; }

.splitinclude,
.splitinclude.splitinclude_inner {
	margin:0;
}

/* =================================================
	Basic
================================================= */
body {
	background-color:#F5F5F5;
	color:#000000;
	text-align:center;
	font-family:"メイリオ", Meiryo, 'ＭＳ Ｐゴシック',Verdana, Ariel, Helvetica,sans-serif;
	line-height:1.4;
	word-break:break-all;
	font-size:75%;		/* 12px */
}

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

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

a:link { color:#0099CC; }
a:visited { color:#0099CC; }
a:focus,a:hover { color:#CC0000; }
a:active { color:#336633; }

h1 { font-size:142%; }	/* 17px */
h2 { font-size:134%; }	/* 16px */
h3 { font-size:125%; }	/* 15px */
h4 { font-size:117%; }	/* 17px */
h5 { font-size:109%; }	/* 13px */
h6 { font-size:100%; }	/* 12px */

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

input,textarea,select {
	padding:1px 3px;
}

#block_inclusion #wrap span.tree_title {
	color:#0099CC;
}

/* =================================================
	Layout
================================================= */
#block_inclusion {
	background:url(/design/business-u1/images/body_back.png) repeat-x left top;
}

#header {
	min-width: 850px;
	max-width: 1200px;
	margin:0 auto;
}

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

#wrap {
	min-width: 850px;
	max-width: 1200px;
	margin:20px auto;
	padding:20px 0;
	background-color:#FFFFFF;
}
#wrap:after {
	content: "";
	overflow: hidden;
	display: block;
	clear: both;
	height: 0;
}

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

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

#main {
	margin: 0px 260px;
}

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

#menu1 {
	float: left;
	margin-left:10px;
}
#menu2 {
	float: right;
	margin-right:10px;
}
/* 両サイドメニュー共通 */
.menubox {
	width: 220px;
	padding: 10px;
	overflow: hidden;
}

#footer {
	clear: both;
	width: 100%;
}

/* =================================================
	Header
================================================= */
#header {
	min-height:120px;
	background:url(/design/business-u1/images/header_back.png) no-repeat left top;
	text-align:left;
	color:#000000;
}
* html #header {
	height:120px;
}

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

#header p a {
	color:#FFFFFF;
}

/* =================================================
	Main (Common Setting)
================================================= */
#main .section {
	margin:0 0 10px;
	background-color:#FFFFFF;
	text-align:left;
}

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

.content {
	padding:15px 10px;
}

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

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

.content th {
	background-color:#F5F5F5;
}

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

.content .controlpanel p {
	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 {
	margin:5px 0;
	border-top:1px dotted #999999;
	color:#666666;
	text-align:right;
	font-size:92%;		/* 11px */
}

#main .section .modify_date ul {
	margin:1px 0 0;
	padding:10px;
	background-color:#e4e4e4;
}

#main .section .modify_date li {
	display:inline;;
	padding-left:12px;
	font-size:92%;	/* 11px */
}

#main #pagetop {
	text-align:right;
}
#main #pagetop a {
	padding-left:16px;
	background:url(/design/business-u1/images/pagetop_arrow.png) no-repeat left center;
}

/* =Page Title
------------------------------------------------- */
#main .section .page_title,
#vpass .page_title {
	margin:1px;
	padding:8px 10px 4px;
	background:#3f3f3f url(/design/business-u1/images/entry_header_back.png) repeat-x left top;
	color:#FFFFFF;
	text-align:left;
}

/* =User Page style (Easy Edit Style)
------------------------------------------------- */
.user_body {
	padding:15px 0;
	text-align:left;
}

.user_body h2 {
	margin-bottom:8px;
	padding:8px 15px 6px;
	border:1px solid #CCCCCC;
	background:url(/design/business-u1/images/sub_header_back.png) repeat-x left top;
}

.user_body h3 {
	margin-bottom:8px;
	padding:5px 15px;
	border-bottom:2px solid #666666;
	background:url(/design/business-u1/images/sub_title_back.png) no-repeat 5px center;
}

.user_body h4 {
	margin-bottom:8px;
	padding:5px 15px;
	border-top:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
	background-color:#F5F5F5;
}

.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 #EAEAEA;	/*for Fx*/
	border-right:none;
	border-bottom:none;
	border-left:none;
	margin:5px 15px;
	color:#EAEAEA;					/*for IE*/
}

.user_body .table {
	border:1px solid #BABABA;
	width:98%;
}

.user_body th,
.user_body td {
	border:1px solid #BABABA;
	padding:5px 10px;
}

.user_body th {
	background-color:#F5F5F5;
}

.user_body p {
	margin:1em;
}

.user_body blockquote {
	margin:0.5em 1em;
	padding:1em;
	color:#000000;
	background-color:#F5F5F5;
	border-left:1px solid #BABABA;
}

.user_body img {
	margin:0 10px 5px 0;
	padding:5px;
	background-color:#EFEFEF;
}

.user_body div {
	margin:0 15px;
}

/* コメントフォーム */
.user_comment .user_comment_form {
	width:auto;
	margin:0 15px;
	padding:10px;
	background-color:#F0F0F0;
}

/* =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;
	border:1px solid #3078A0;
	background-color:#79A7C6;
	color:#FFFFFF;
}

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

.pager a:link,
.pager a:visited {
	color:#3078A0;
}

.pager a:focus,
.pager a:hover,
.pager a:active {
	background-color:#3078A0;
	color:#FFFFFF;
}



/* =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:#F0F0F0;
	border:1px solid #EAEAEA;
}

/* Restoration link */
.edit_space .history a {
	display:block;
	width:6em;
	height:2em;
	line-height:2em;
	text-align:center;
	border:2px solid #EAEAEA;
	background-color:#79A7C6;
	color:#FFFFFF;
}

.edit_space .history a:hover {
	background-color:#3078A0;
}

.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:5px 5px 20px;
	background-color:#F0F0F0;
	border:1px solid #EAEAEA;
}

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

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

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

.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 {
	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 {
	font-weight:bold;
	font-size:116%;	/* 15px */
}

.search_result .searchlist .words {
	padding:0 1px;
	background-color:#79A7C6;
	color:#FFFFFF;
	font-weight:bold;
}

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



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

#vpass {
	background-color:#FFFFFF;
	border:1px solid #BABABA;
}

#vpass .content {
	padding:20px;
}

#vpass .content h2 {
	margin-bottom:5px;
	padding:3px 5px 3px 12px;
	border:1px solid #BABABA;
	background-color:#EAEAEA;
	color:#000000;
	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 {
	background-color:#F0F2F6;
	text-align:left;
}
.menubox a:link { color:#666666; }
.menubox a:visited { color:#666666; }
.menubox a:focus,.menubox a:hover { color:#CC0000; }
.menubox a:active { color:#666666; }

.menubox .section {
	margin:0 0 15px;
	background-color:#FFFFFF;
	text-align:left;
}

.menubox .section .side_title {
	padding:0 0 5px;
	background:#860000 url(/design/business-u1/images/plg_body_back.png) repeat-x left bottom;
	text-align:left;
	color:#FFFFFF;
}
.menubox .section .side_title h3 {
	padding:4px 10px;
	background:url(/design/business-u1/images/plg_title_back.png) repeat-x left top;
}

.menubox .section ul,
.menubox .section ol {
	margin-left:5px;
}

.menubox .section ul li {
	margin-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	list-style-position:outside;
	list-style-type:disc;
}
.menubox .section ol li {
	margin-left:20px;
	list-style-position:outside;
	list-style-type:decimal;
}

.menubox .menubody {
	padding:5px;
}

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

#plg_recent .menubody ul {
	margin-bottom:5px;
}

#plg_recent .menubody ul li {
	margin:0;
	padding-left:25px;
	border-top:1px dotted #CCCCCC;
	background:url(/design/business-u1/images/sidemenu_arrow.png) no-repeat left 5px;
	list-style:none;
}

/* User menu */
#plg_menu .menubody h2 {
	margin-bottom:5px;
	padding:3px 5px 3px 12px;
	border:1px solid #BABABA;
	background-color:#EAEAEA;
	color:#000000;
	font-size:100%;	/* 13px */
}

#plg_menu .menubody h3 {
	margin-bottom:5px;
	padding:3px 5px 3px 5px;
	border:solid #BABABA;
	border-width:1px 1px 1px 10px;
	color:#000000;
	font-size:100%;	/* 13px */
}

#plg_menu .menubody h4 {
	margin-bottom:5px;
	padding:3px 5px 3px 6px;
	border-bottom:1px solid #BABABA;
	border-left:6px solid #BABABA;
	color:#000000;
	font-size:100%;	/* 13px */
}
#plg_menu .menubody .ulist1 {
	margin:1px 0 1px 1em;
	list-style-position:outside;
	list-style-type:disc;
}

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

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

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

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

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

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

#plg_menu .menubody .table {
	border:1px solid #BABABA;
	width:98%;
}

#plg_menu .menubody td,
#plg_menu .menubody th {
	border:1px solid #BABABA;
	padding:5px 10px;
}

#plg_menu .menubody th {
	background-color:#F5F5F5;
}

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

#plg_menu .menubody blockquote {
	margin:0.5em 1em;
	padding:1em;
	color:#000000;
	background-color:#F0F0F0;
	border-left:1px solid #BABABA;
}

#plg_menu .menubody img {
	margin:0 5px 5px 0;
}

/* Free area */
#plg_free_1 .menubody,
#plg_free_2 .menubody,
#plg_free_3 .menubody,
#plg_free_4 .menubody {
}

/* =================================================
	Footer
================================================= */
#footer {
	padding:30px 0 20px;
	background:#3f3f3f url(/design/business-u1/images/footer_back.png) repeat-x left top;
	text-align:left;
	color:#FFFFFF;
	font-size:84%;		/* 10px */
}

#footer .ad {
	margin:0 auto;
	max-width:1200px;
	min-width:850px;
}
#footer .copyright {
	max-width:1200px;
	min-width:850px;
	margin:0 auto;
}

.az img {
  width: 140px;
}



/*** easy design ***/


#header {
}





body {
}




















