@charset "utf-8"; 
@import url("book.css");
@import url("forum.css");
@import url("views.css");
@import url("cck.css");
@import url("calendar.css");



* {
	margin: 0px;
	padding: 0px;
}



/* ---------- text ---------- */

body {
	font-family: "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Osaka, Meiryo, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #4c4c4c;
	background: #ffffff url(images/background_general.png) center top;
}
a {
	color: #44528e;
	text-decoration: none;
}
a:hover {
	color: #2f5cec;
}
h1 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 40px;
}
h3 {
	font-size: 16px;
	line-height: 30px;
	color: #4281f4;
	margin-bottom: 5px;
	padding-left: 13px;
	background: url(images/head_title.png) no-repeat 0px 4px;
}
h4 {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
h5 {
	font-size: 14px;
	line-height: 30px;
}
span.attention {
	font-weight: bold;
	color: #ff6600;
}
a.back {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat left center;
}
*.point {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat left center;
}
span.headline {
	font-size: 14px;
	font-weight: bold;
}
*.caption {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}




/* ---------- other ---------- */

table {
	width: 100%;
	margin: 20px 0px;
}

thead th {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #666666;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background: #eeeeee;
}
th a:link,
th a:visited {
	color: #44528e;
}
td,
th {
	padding: 5px;
}
tr.even,
tr.odd,
tbody th {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
tr.odd,
tr.info {
	background: #ffffff;
}
tr.even {
	background: #ffffff;
}
tr.drag {
	background: #ffffff;
}
tr.drag-previous {
	background-color: #ffffdd;
}
tr.odd td.active {
	background-color: #d9d9d9;
}
tr.even td.active {
	background-color: #f8f8f8;
}
td.region,
td.module,
td.container,
td.category {
	color: #808080;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background-color: #f8f8f8;
}
tr:first-child td.region,
tr:first-child td.module,
tr:first-child td.container,
tr:first-child td.category {
	border-top-width: 0px;
}
table.standard,
table.standard tbody,
table.standard td,
table.standard th {
	border: none;
	margin: 0px;
	padding: 0px;
}
table.data {
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
table.data tbody {
	border: none;
}
table.data th,
table.data td {
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
table.data th {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #666666;
	background: #f8f8f8;
}
table.data thead th {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	background: #eeeeee;
}
ol {
	padding-left: 20px;
}
dl {
	margin: 0px;
	padding: 0px;
}
dt {
	padding-left: 15px;
	background: url(images/menu_leaf.gif) no-repeat 3px 10px;
}
dt.header {
	font-size: 13px;
		font-weight: bold;
	color: #4281f4;
}
dd {
	margin-bottom: 10px;
	padding-left: 15px;
}
hr {
	border: none;
	border-top: 1px solid #d9d9d9;
	margin: 40px 0px;
}
hr.dashed {
	border: none;
	border-top: 1px dashed #d9d9d9;
	margin: 20px 0px;
}
img.left {
	float: left;
	margin-right: 20px;
}
img.right {
	float: right;
	margin-left: 20px;
}
div.description {
	color: #999999;
}
div.separate {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	border-bottom: 1px solid #d9d9d9;
	margin: 20px 0px;
}
div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
div.space {
	height: 20px;
	font-size: 0px;
	line-height: 0px;
}



/* ---------- form ---------- */

fieldset {
	border: 1px solid #d9d9d9;
	padding: 10px;
}
html.js fieldset.collapsible legend a {
	padding:0px 5px 0px 12px;
	background: url(images/menu_expanded.gif) no-repeat 0px 10px;
}
html.js fieldset.collapsed legend a {
	padding:0px 5px 0px 13px;
	background: url(images/menu_collapsed.gif) no-repeat 0px 10px;
}
form#user-login-form {
	text-align: left;
}
form#user-login-form div#edit-name-wrapper,
form#user-login-form div#edit-pass-wrapper {
	margin-bottom: 5px;
}
form#user-login-form div#edit-name-wrapper input.form-text,
form#user-login-form div#edit-pass-wrapper input.form-text {
	width: 150px;
}
form#user-login-form ul {
	margin-top: 5px;
	padding: 0px;
}
form#user-login-form ul li {
	padding-left: 15px;
	background: url(images/menu_leaf.gif) no-repeat 3px 10px;
}
span.form-required {
	color: #ff6600;
}



/* ---------- contaier ---------- */

div#container {
	width: 880px;
	text-align: left;
	margin: auto;
}



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

div#header {
	margin-bottom: 20px;
}
div#header h1 {
	margin: 0px;
}
div#header img#logo {
	margin-top: 20px;
}
div#navi_primary {
	height: 30px;
	margin-top: 10px;
	border: 1px solid #d9d9d9;
	background: #d9d9d9 url(images/background_navi_primary.png) repeat-x 0px 0px;
}
div#navi_primary ul li {
	border-right: 1px solid #d9d9d9;
	margin-left: 5px;
	padding: 0px 13px;
	background: url(images/bullet.gif) no-repeat left center;
}
div#navi_primary ul li.last {
	border-right: none;
	padding-right: 0px;
}
div#navi_primary ul li a {
	font-weight: bold;
	line-height: 30px;
	color: #666666;
}
div#navi_primary ul li a:hover {
	color: #44528e;
}



/* ---------- main ---------- */

div#main {
	float: right;
	width: 660px;
}
div#main div.breadcrumb {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
}
div#main div.field-content {
	margin-bottom: 20px;
}
div#main div.terms {
	display: none;
}
div#main div.content ul,
div#main div.content p {
	margin-bottom: 0px;
}
div#main img.cover {
}
div#main span.submitted {
	color: #999999;
}
div#main div#comments h2 {
	font-size: 16px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
div#main div#comments h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background: none;
}
div#main div#comments div.content p {
	margin: 0px;
	padding: 0px;
}
div#main div#comments ul.links {
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
div#main div#comments ul.links li {
	margin-right: 15px;
}
div#main div.links ul.links {
	display: block;
	margin-bottom: 30px;
}
div#main span.submitted {
	display: none;
}
div#main div.field-field-link div.field-items {
	border-bottom: 1px dashed #d9d9d9;
	margin-top: 30px;
	margin-bottom: 30px;
}
div#main div.field-field-link div.field-item {
	border-top: 1px dashed #d9d9d9;
	padding-left: 15px;
	background: url(images/menu_leaf.gif) no-repeat 3px 10px;
}
div#main div.field-field-link div.field-item:first-child {
	border: none;
}
div#main div.field-field-link {
}
div#main h4.headline {
	font-size: 16px;
	line-height: 25px;
	color: #4281f4;
	border-left: 3px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 0px 0px 0px 5px;
	margin-bottom: 15px;
}
div#main div.other-staff {
	float: left;
	width: 330px;
	margin-bottom: 20px;
}
div#main div.other-staff p {
	margin: 0px;
}
div#main div.other-staff p.name {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}
div#main div.other-staff p.information {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}


/* ---------- sidebar ---------- */

div#left,
div#right {
	width: 200px;
}
div#left {
	float: left;
}
div#right {
	float: right;
}
div#right div.block-menu,
div#right div.block-views,
div#right div.block-user,
div#right div.block-search,
div#left div.block-menu,
div#left div.block-views,
div#left div.block-user,
div#left div.block-search {
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
	padding: 5px;
	background: #f8f8f8;
}

div#left div.block h2,
div#right div.block h2 {
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	color: #ffffff;
	border: 1px solid #999999;
	margin-bottom: 5px;
	padding: 0px 5px;
	background: #999999 url(images/background_navi_side_title.png) repeat-x 0px 0px;
}
div#left div.banner,
div#right div.banner {
	height: 40px;
	margin-bottom: 10px;
}
div#left div.block h3,
div#right div.block h3 {
	font-size: 12px;
	line-height: 20px;
	color: #4281f4;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 0px;
	padding-left: 0px;
	background: none;
}
div#edit-search-block-form-1-wrapper input#edit-search-block-form-1 {
	width: 140px;
}



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

div#footer {
	margin-top: 20px;
}
div#footer div.credit {
	text-align: center;
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
	background: #f8f8f8;
}
div#footer div.credit address {
	font-style: normal;
	color: #bfbfbf;
}



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

ul.primary,
ul.secondary {
	line-height: 20px;
	border: none;
	margin: 0px;
	padding: 0px;
}
ul.secondary {
	border-top: 1px solid #d9d9d9;
}
ul.primary li,
ul.secondary li {
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}
ul.tabs {
	margin: 0px;
	padding: 5px 0px;
}
div#tabs-wrapper {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
h2.with-tabs {
	margin-bottom: 0px;
}
ul.primary li a,
ul.primary li.active a,
ul.primary li a:hover,
ul.primary li a:visited,
ul.secondary li a,
ul.secondary li.active a,
ul.secondary li a:hover,
ul.secondary li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	border: 0px;
	margin: 0px;
	padding: 3px 6px;
	background: transparent;
}
ul.primary li.active a,
ul.primary li.active a:link,
ul.primary li.active a:visited,
ul.primary li a:hover,
ul.secondary li.active a,
ul.secondary li.active a:link,
ul.secondary li.active a:visited,
ul.secondary li a:hover {
	color: #ffffff;
	background: #c0c0c0;
}
ul.menu,
ul.links,
ul.menu li ul {
	padding: 0px;
}
ul li,
ul.menu li,
ul.links li,
div.item-list ul li,
li.leaf {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px; 
}
ul.menu li.collapsed {
	padding-left: 15px;
	background: url(images/menu_collapsed.gif) no-repeat 3px 10px;
}
ul.menu li.expanded {
	padding-left: 15px;
	background: url(images/menu_expanded.gif) no-repeat 3px 10px;
}
ul li,
ul.menu li.leaf,
div.item-list ul li {
	padding-left: 15px;
	background: url(images/menu_leaf.gif) no-repeat 3px 10px;
}
ul.links li {
	background: none;
}
ul.menu li.active-trail a.active {
	color: #666666;
}
ul.pager li,
ul.pager li a {
	font-weight: normal;
	color: #666666;
}
ul.inline li {
	padding-left: 15px;
	background: url(images/menu_leaf.gif) no-repeat 3px 3px;
}



/* ---------- admin ---------- */

div.admin {
	margin: 0px;
}
div.admin div.left,
div.admin div.right {
	width: 320px;
	margin: 0px;
}
div.admin-panel {
	margin: 0px;
	padding: 0px;
}
div.admin-panel div.body {
	padding: 0px;
}
div.admin-panel h3 {
	height: 30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #666666;
	border: 1px solid #d9d9d9;
	margin-top: 40px;
	padding-left: 5px;
	background: #f8f8f8 url(images/background_title.png) repeat-x 0px 0px;
}
div.admin-panel p.description {
	margin-bottom: 10px;
}
div.admin-panel dl {
	margin: 0px;
	padding: 0px;
}
div.admin-panel dd {
	color: #999999;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
}
dl.admin-list dt,
dl.node-type-list dt {
	padding-left: 15px;
	background: url(images/menu_leaf.gif) no-repeat 3px 10px;
}
dl.admin-list dd,
dl.node-type-list dd {
	color: #808080;
	margin-bottom: 20px;
	padding-left: 15px;
}



/* ---------- acount ---------- */

div.profile h3 {
	display: inline;
	height: 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	border: 1px solid #d9d9d9;
	padding: 3px 5px;
	background: #f8f8f8 url(images/background_title.png) repeat-x 0px 0px;
}



/* ---------- block ---------- */

div.block-region {
  text-align: center;
  font-size: 14px;
  color: #808080;
  border: 2px dashed #d9d9d9;
  margin: 20px 0px;
  background: transparent;
}

div.form-item label {
	font-weight: normal;
	color: #666666;
}

/* ---------- filefield ---------- */

div.filefield-element {
	margin: 10px 0px 0px 0px;
}
div.filefield-element div.widget-preview {
	max-width: 100%;
	width: 100%;
	border: none;
}
div.filefield-element div.description {
	display: none;
}
div.filefield-file-info div.filesize,
div.filefield-file-info div.filemime {
	display: none;
	font-size: 0px;
	line-height: 0px;
}
div.content-add-more {
	margin-bottom: 40px;
}
table.content-multiple-table thead.tableHeader-processed th {
	font-size: 12px;
	border-top: none;
	padding-left: 0px;
	background: none;
}
div.form-item {
	margin-bottom: 40px;
}
div.form-item label {
}
div.view-list-archive-files div.item-list li {
}
ul.folder li {
	font-weight: bold;
	border-bottom: 1px dashed #d9d9d9;
	padding:5px 0px 5px 22px;
	background: url(images/icon-folder.png) no-repeat 0px 10px;
}
ul.folder li.first {
	border-top: 1px solid #d9d9d9;
}
ul.folder li.last {
	border-bottom: 1px solid #d9d9d9;
}

/* ---------- archives image ---------- */

div.field-field-archives-image {
	margin-top: 20px;
}
div.field-field-archives-image div.field-item {
	float: left;
}
div.field-field-archives-image img.imagecache {
	margin: 0px 10px 10px 0px;
}



/* ---------------------------------------- pager ---------------------------------------- */

div.item-list ul.pager {
	margin-top: 15px;
}
div.item-list ul.pager li {
	font-size: 12px;
	line-height: 15px;
	margin: 0px 1px;
	padding: 1px 3px;
}
div.item-list ul.pager li a {
}
div.item-list ul.pager li.pager-item {
	border: 1px solid #d9d9d9;
}
div.item-list ul.pager li.pager-current {
	color: #ffffff;
	border: 1px solid #808080;
	background: #808080;
}
div.item-list ul.pager li.pager-ellipsis,
div.item-list ul.pager li.pager-previous,
div.item-list ul.pager li.pager-next,
div.item-list ul.pager li.pager-first,
div.item-list ul.pager li.pager-last {
}



/* ---------------------------------------- ckeditor ---------------------------------------- */

body.cke_editable {
	padding: 10px;
}