@charset "UTF-8";

/*==============================================================================
 * デフォルトスタイルシートの上書き
 *----------------------------------------------------------------------------*/
html,body {
	color: #575757;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka,"ヒラギノ角ゴ Pro W3", sans-serif;
	scrollbar-base-color: #cccccc;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #cccccc;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #676767;
	scrollbar-shadow-color: #676767;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	}

body, div, p, pre, blockquote, th, td,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
iframe, object, embed {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}
ul, ol {
	list-style-position: outside;
	list-style-type: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	margin: 0;
	font-size: 1em;
}
* {
	word-break: break-all;
}
*:first-child+html table {
	border-collapse: collapse;
}
* html table {
	border-collapse: collapse;
}
th, td {
	vertical-align: middle;
}
address, cite, caption, th, del, ins,
abbr, acronym, dfn, em, strong,
code, kbd, samp, var {
	border: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
img {
	border: none;
	vertical-align: baseline;
}
a img {
	vertical-align: text-bottom;
}
* html a img {
	vertical-align: baseline;
}
br {
	letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: "";
}
form, fieldset, input, textarea {
	margin: 0;
}
form, fieldset {
	padding: 0;
}
fieldset {
	border: none;
}
form p {
	margin: 0;
	padding: 0;
}

/*==============================================================================
 * OpenPNE全共通指定
 *----------------------------------------------------------------------------*/
body {
	font: normal normal normal 10pt/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
input,
textarea,
select {
	color: #333333;
	font-size: inherit;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
a:link {
	color: #026cd1;
}
a:visited {
	color: #004a95;
}
a:hover, a:active {
	color: #76afe6;
}
.input_text,
.input_password,
textarea {
	background-color: #f8f8f8;
}
.input_text,
.input_password,
textarea,
select {
	border: 1px solid #888888;
}
.input_image {
	border: none;
}
p {
	overflow: hidden;
}
strong {
	font-weight: bold;
}

.none {
	position:absolute;
	left:-9999px;
	top:-9999px;
}
	
	
/*----------------------------------------------
 * テーブル
 *--------------------------------------------*/
div.parts table {
	table-layout: fixed;
	width: 100%;
}
div.parts th,
div.parts td {
	overflow: hidden;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #cccccc;
}
div.parts tr th:first-child,
div.parts tr td:first-child,
div.parts tr th.first-child,
div.parts tr td.first-child {
	border-left-width: 0;
}
/*----------------------------------------------
 * マーカー付きリンク、ボタンリンク
 *--------------------------------------------*/
ul.moreInfo li {
	padding: 2px 0 2px 20px;
	background: url(./skin/default/img/icon_arrow_1.gif) no-repeat 0 0.4em;
}
ul.moreInfo.button li {
	padding: 0;
	background: none;
}
ul.moreInfo.button li form {
	display: inline;
}
ul.moreInfo.button li form .input_submit {
	margin: 0 5px;
}
/*----------------------------------------------
 * サブミットボタン
 *--------------------------------------------*/
.input_submit {
	border: 1px solid #888888;
	background: #dadce6 url(./skin/default/img/bg_button.gif) repeat-x scroll 50% 0;
	letter-spacing: 0;
}
.input_file {
	background: none;
}
/*----------------------------------------------
 * ラジオボタン、セレクトボタン
 *--------------------------------------------*/
.input_checkbox,
.input_radio {
	width: 16px;
}
ul.check {
	line-height: 1.4;
}
ul.check .input_radio,
ul.check .input_checkbox {
	margin: 0 4px;
}
/*----------------------------------------------
 * 画像置換指定
 *--------------------------------------------*/
#globalNav a,
#globalNavBefore a,
.localNav a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-indent: -9999px;
	text-decoration: none;
}
#globalNav a:focus,
#globalNavBefore a:focus,
.localNav a:focus {
	overflow: hidden;
}
/*----------------------------------------------
 * clearfix, overflow: hidden
 *--------------------------------------------*/
div#LayoutA,
div#LayoutB,
div#LayoutC {
	zoom: 1;
	overflow: hidden;
	overflow: -moz-scrollbars-none;
}
#Left,
#Center {
	overflow: hidden;
}

/*----------------------------------------------
 * ベースレイアウト
 *--------------------------------------------*/
#Container {
	position: relative;
	width: 720px;
}
#Header {
	position: relative;
}
#topBanner {
	position: absolute;
	top: 5px;
	left: 247px;
	width: 468px;
	height: 60px;
}
#Top {
	padding-left: 5px;
}
#Top .infoBox,
#Top .descriptionBox {
	margin: 0 20px 10px;
}
#LayoutA #Left {
	float: left;
	width: 270px;
	padding: 0 5px;
}
#LayoutA #Center {
	float: right;
	width: 440px;
}
#LayoutB #Left {
	float: left;
	width: 180px;
}
#LayoutB #Center {
	float: right;
	width: 540px;
}
#LayoutC #Center {
	width: 650px;
	margin: 0 auto;
}
#Footer {
	width: 720px;
	height: 21px;
	background: url(./skin/default/img/skin_footer.jpg) 0 0 no-repeat;
}
#Footer p {
	padding-right: 12px;
	line-height: 21px;
	text-align: right;
}
#sideBanner {
	position: absolute;
	top: 0px;
	left: 720px;
	width: 230px;
}

/*----------------------------------------------
 * パーツ枠
 *--------------------------------------------*/
div.dparts,
div.dparts div.parts,
div.ditem,
#LayoutA #Left div.parts {
	border: 1px solid #cccccc;
}
div.ditem div.item {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #cccccc;
}
div.dparts {
	margin: 0 auto 10px;
	padding: 7px;
}
div.dparts div.parts {
	margin: 0;
}
div.parts {
	margin: 0 auto 10px;
}
div.ditem {
	padding: 5px 6px;
}
/*----------------------------------------------
 * パーツ見出し
 *--------------------------------------------*/
.partsHeading {
	overflow: hidden;
	padding: 2px 0 2px 36px;
	background: #E7F7FF url(./skin/default/img/content_header_1.gif) no-repeat 0 0;
	text-align: left;
	font-size: 100%;
}
#LayoutA #Left .partsHeading {
	padding-left: 24px;
	background-image: url(./skin/default/img/icon_title_1.gif);
}
.partsHeading h3 {
	display: inline;
	font-weight: bold;
}
.partsHeading p {
	display: inline;
	margin-left: 0.5em;
}
/*----------------------------------------------
 * パーツ内上下の部分（1件～20件を表示など）
 *--------------------------------------------*/
div.block,
div.partsInfo,
div.pagerAbsolute,
div.pagerRelative,
div.pagerRelativeMulti,
div.operation {
	border-top: 1px solid #cccccc;
}
div.partsInfo {
	padding: 10px 40px;
}
div.pagerAbsolute {
	padding: 4px;
	text-align: center;
}
div.pagerAbsolute p {
	display: inline;
}
div.pagerRelative {
	padding: 4px;
	text-align: right;
}
div.pagerRelativeMulti {
	padding: 4px;
}
div.pagerRelative p,
div.pagerRelativeMulti div.pager p {
	display: inline;
	margin-left: 10px;
}
div.pagerRelativeMulti {
	zoom: 1;
	position: relative;
}
div.pagerRelativeMulti div.pager {
	position: absolute;
	top: 1em;
	right: 4px;
}
div.operation {
	padding: 4px;
}
div.operation ul.moreInfo {
	text-align: center;
}
div.operation ul.moreInfo li {
	display: inline;
	background-position: 0 50%;
}
/*----------------------------------------------
 * カレンダー
 *--------------------------------------------*/
.sideNav .calendar td,
.sideNav .calendar td * {
	word-break: normal;
	letter-spacing: -1px;
}
#Body .calendar .holiday,
.calendar .sun {
	color: #d92c49;
}
.calendar .sat {
	color: #2c65d9;
}

/*==============================================================================
 * h系、f系、c系ナビメニュー（localNav）
 *----------------------------------------------------------------------------*/
#globalNav,
#globalNavBefore {
	zoom: 1;
	position: relative;
	width: 720px;
}
#globalNav {
	height: 96px;
	background: url(./skin/101_onigiri/img/skin_after_header.jpg) 0 0 no-repeat;
}
#globalNavBefore {
	height: 125px;
	margin-bottom: 10px;
	background: url(./skin/101_onigiri/img/skin_before_header.jpg) 0 0 no-repeat;
}
.localNav {
	zoom: 1;
	position: relative;
	width: 720px;
	height: 29px;
}
#hLocalNav {
	background: url(./skin/101_onigiri/img/skin_navi_h.jpg) 0 0 no-repeat;
}
#fLocalNav {
	background: url(./skin/101_onigiri/img/skin_navi_f.jpg) 0 0 no-repeat;
}
#cLocalNav {
	background: url(./skin/101_onigiri/img/skin_navi_c.jpg) 0 0 no-repeat;
}
#globalNav li a:hover, #globalNav li a:active {
	background-image: url(./skin/101_onigiri/img/skin_after_header_2.jpg);
}
#hLocalNav li a:hover, #hLocalNav li a:active {
	background-image: url(./skin/101_onigiri/img/skin_navi_h_2.jpg);
}
#fLocalNav li a:hover, #fLocalNav li a:active {
	background-image: url(./skin/101_onigiri/img/skin_navi_f_2.jpg);
}
#cLocalNav li a:hover, #cLocalNav li a:active {
	background-image: url(./skin/101_onigiri/img/skin_navi_c_2.jpg);
}

#globalNav h1,
#globalNavBefore h1 {
	position: absolute;
	top: 5px;
	left: 0;
	width: 240px;
	height: 60px;
}

#globalNav h2,
#globalNavBefore h2 {
	position: absolute;
	top: 30px;
	left: 506px;
	width: 212px;
	height: 32px;
}

#globalNav li,.localNav li {
	position: absolute;
}

li#globalNav_1,
li#globalNav_2,
li#globalNav_3 {
	top: 67px;
	height: 26px;
}
li#globalNav_4,
li#globalNav_5,
li#globalNav_6,
li#globalNav_7,
li#globalNav_8,
li#globalNav_9 {
	top: 67px;
	height: 26px;
}
li#globalNav_1 { left:   2px; width: 88px; }
li#globalNav_2 { left:  90px; width: 90px; }
li#globalNav_3 { left: 180px; width: 88px; }
li#globalNav_4 { left: 290px; width: 70px; }
li#globalNav_5 { left: 360px; width: 72px; }
li#globalNav_6 { left: 432px; width: 72px; }
li#globalNav_7 { left: 504px; width: 72px; }
li#globalNav_8 { left: 576px; width: 72px; }
li#globalNav_9 { left: 648px; width: 70px; }
li#globalNav_1 a:hover, li#globalNav_1 a:active { background-position:   -2px -67px; }
li#globalNav_2 a:hover, li#globalNav_2 a:active { background-position:  -90px -67px; }
li#globalNav_3 a:hover, li#globalNav_3 a:active { background-position: -180px -67px; }
li#globalNav_4 a:hover, li#globalNav_4 a:active { background-position: -290px -67px; }
li#globalNav_5 a:hover, li#globalNav_5 a:active { background-position: -360px -67px; }
li#globalNav_6 a:hover, li#globalNav_6 a:active { background-position: -432px -67px; }
li#globalNav_7 a:hover, li#globalNav_7 a:active { background-position: -504px -67px; }
li#globalNav_8 a:hover, li#globalNav_8 a:active { background-position: -576px -67px; }
li#globalNav_9 a:hover, li#globalNav_9 a:active { background-position: -648px -67px; }

#hLocalNav li {
	top: 0;
	width: 80px;
	height: 29px;
}
li#hLocalNav_1 { left:   0px; }
li#hLocalNav_2 { left:  80px; }
li#hLocalNav_3 { left: 160px; }
li#hLocalNav_4 { left: 240px; }
li#hLocalNav_5 { left: 320px; }
li#hLocalNav_6 { left: 400px; }
li#hLocalNav_7 { left: 480px; }
li#hLocalNav_8 { left: 560px; }
li#hLocalNav_9 { left: 640px; }
li#hLocalNav_1 a:hover, li#hLocalNav_1 a:active { background-position:   -0px -29px; }
li#hLocalNav_2 a:hover, li#hLocalNav_2 a:active { background-position:  -80px -29px; }
li#hLocalNav_3 a:hover, li#hLocalNav_3 a:active { background-position: -160px -29px; }
li#hLocalNav_4 a:hover, li#hLocalNav_4 a:active { background-position: -240px -29px; }
li#hLocalNav_5 a:hover, li#hLocalNav_5 a:active { background-position: -320px -29px; }
li#hLocalNav_6 a:hover, li#hLocalNav_6 a:active { background-position: -400px -29px; }
li#hLocalNav_7 a:hover, li#hLocalNav_7 a:active { background-position: -480px -29px; }
li#hLocalNav_8 a:hover, li#hLocalNav_8 a:active { background-position: -560px -29px; }
li#hLocalNav_9 a:hover, li#hLocalNav_9 a:active { background-position: -640px -29px; }

#fLocalNav li {
	top: 0;
	width: 80px;
	height: 29px;
}
li#fLocalNav_1 { left:   0px; }
li#fLocalNav_2 { left:  80px; }
li#fLocalNav_3 { left: 160px; }
li#fLocalNav_4 { left: 240px; }
li#fLocalNav_5 { left: 320px; }
li#fLocalNav_6 { left: 400px; }
li#fLocalNav_7 { left: 480px; }
li#fLocalNav_8 { left: 560px; }
li#fLocalNav_9 { left: 640px; }
li#fLocalNav_1 a:hover, li#fLocalNav_1 a:active { background-position:   -0px -29px; }
li#fLocalNav_2 a:hover, li#fLocalNav_2 a:active { background-position:  -80px -29px; }
li#fLocalNav_3 a:hover, li#fLocalNav_3 a:active { background-position: -160px -29px; }
li#fLocalNav_4 a:hover, li#fLocalNav_4 a:active { background-position: -240px -29px; }
li#fLocalNav_5 a:hover, li#fLocalNav_5 a:active { background-position: -320px -29px; }
li#fLocalNav_6 a:hover, li#fLocalNav_6 a:active { background-position: -400px -29px; }
li#fLocalNav_7 a:hover, li#fLocalNav_7 a:active { background-position: -480px -29px; }
li#fLocalNav_8 a:hover, li#fLocalNav_8 a:active { background-position: -560px -29px; }
li#fLocalNav_9 a:hover, li#fLocalNav_9 a:active { background-position: -640px -29px; }

#cLocalNav li {
	top: 0;
	width: 120px;
	height: 29px;
}
li#cLocalNav_1 { left:   0px; }
li#cLocalNav_2 { left: 120px; }
li#cLocalNav_3 { left: 240px; }
li#cLocalNav_4 { left: 360px; }
li#cLocalNav_5 { left: 480px; }
li#cLocalNav_6 { left: 600px; }
li#cLocalNav_1 a:hover, li#cLocalNav_1 a:active { background-position:   -0px -29px; }
li#cLocalNav_2 a:hover, li#cLocalNav_2 a:active { background-position: -120px -29px; }
li#cLocalNav_3 a:hover, li#cLocalNav_3 a:active { background-position: -240px -29px; }
li#cLocalNav_4 a:hover, li#cLocalNav_4 a:active { background-position: -360px -29px; }
li#cLocalNav_5 a:hover, li#cLocalNav_5 a:active { background-position: -480px -29px; }
li#cLocalNav_6 a:hover, li#cLocalNav_6 a:active { background-position: -600px -29px; }

.ap_userflag_img{
	margin-right:3px;
	vertical-align:middle;
}

.ap_myfriend_img{
	margin-left:3px;
	vertical-align:middle;
}

/*==============================================================================
 * 1. simpleBox（シンプルボックス）
 *----------------------------------------------------------------------------*/
.simpleBox .block {
	padding: 10px 0;
}
.simpleBox .block p {
	text-align: center;
}

/*==============================================================================
 * 2. descriptionBox（説明ボックス）
 *----------------------------------------------------------------------------*/
.descriptionBox p {
	margin: 12px;
}

/*==============================================================================
 * 3. alertBox（アラートボックス）
 *----------------------------------------------------------------------------*/
.alertBox {
	width: 564px;
}
#Body .alertBox th {
	width: 148px;
	padding: 8px 0;
	border: none;
	text-align: center;
}
#Body .alertBox td {
	padding: 6px;
	border-width: 0 0 0 1px;
	color: #ff0000;
}

/*==============================================================================
 * 4. infoBox（案内ボックス）
 *----------------------------------------------------------------------------*/
.infoBox .parts {
	zoom: 1;
	overflow: hidden;
	position: relative;
}
.infoBox p {
	overflow: hidden;
	margin-right: 16em;
	padding: 5px;
	border-right: 1px solid #cccccc;
	background: #F5FDFF;
}
.infoBox ul.moreInfo {
	position: absolute;
	bottom: 3px;
	right: 0;
	width: 15.5em;
}

/*==============================================================================
 * 5. infoButtonBox（ボタン付き案内ボックス）
 *----------------------------------------------------------------------------*/
.infoButtonBox .block {
	padding: 30px 10px;
}
.infoButtonBox p,
.infoButtonBox ul {
	margin-top: 6px;
	text-align: center;
}
.infoButtonBox ul.check li {
	text-align: center;
}
.infoButtonBox ul.check li .input_submit {
	margin-top: 6px;
}
.infoButtonBox ul.moreInfo {
	margin-left: 230px;
}
.infoButtonBox ul.moreInfo.button {
	margin-left: 0;
}
.infoButtonBox ul.moreInfo.button li {
	text-align: center;
}

/*==============================================================================
 * 6. yesNoButtonBox（はい、いいえボタン付きボックス）
 *----------------------------------------------------------------------------*/
.yesNoButtonBox .block {
	padding: 10px 0;
}
.yesNoButtonBox .block p,
.yesNoButtonBox ul.moreInfo.button {
	text-align: center;
}
.yesNoButtonBox ul.moreInfo.button {
	margin-top: 4px;
}
.yesNoButtonBox ul.moreInfo.button li {
	display: inline;
}

/*==============================================================================
 * 7. searchFormBox（検索フォームボックス）
 *----------------------------------------------------------------------------*/
.searchFormBox .partsHeading {
	border-bottom: 1px solid #cccccc;
}
.searchFormBox .parts {
	zoom: 1;
}
.searchFormBox .item {
	overflow: hidden;
	margin: 10px 40px;
	padding-top: 8px;
	border: 1px solid #cccccc;
}
.searchFormBox label,
.searchFormBox span.label {
	margin: 0 4px 0 8px;
	padding: 1px 16px 0 0;
	background: url(./skin/default/img/icon_arrow_2.gif) no-repeat 100% 0;
}
.searchFormBox .input_submit {
	margin-right: 8px;
}
.searchFormBox p.desc {
	margin: 0 4px 16px 8px;
}
.searchFormBox p.form {
	margin: 0 4px 8px 0;
}
.searchFormBox p.note {
	margin: -4px 4px 8px 8px;
}
.searchFormBox ul.moreInfo {
	margin: 0 4px 8px 150px;
}
.searchFormBox div.block {
	padding: 8px 0;
}
.searchFormBox dl.category {
	zoom: 1;
}
.searchFormBox dl.category dt {
	float: left;
	width: 6em;
}
.searchFormBox dl.category dd {
	zoom: 1;
	margin-left: 6em;
}
.searchFormBox dl.category dd p {
	margin: 0 16px;
}
.searchFormBox dl.categories dt {
	margin-bottom: 4px;
}
.searchFormBox table.category th {
	width: 74px;
	padding: 3px 7px 3px 5px;
	border: none;
	background: url(./skin/default/img/colon.gif) no-repeat 100% 4px;
	font-weight: bold;
	vertical-align: top;
}
.searchFormBox table.category td {
	padding: 3px 8px;
	border: none;
	vertical-align: top;
}

/*==============================================================================
 * 8. diaryDetailBox（日記詳細ボックス）
 *----------------------------------------------------------------------------*/
.diaryDetailBox .partsHeading {
	zoom: 1;
	position: relative;
}
.diaryDetailBox .partsHeading p.public {
	position: absolute;
	right: 3px;
}
.diaryDetailBox dl {
	border-top: 1px solid #cccccc;
}
.diaryDetailBox dt {
	float: left;
	width: 70px;
	padding-top: 5px;
	text-align: center;
}
.diaryDetailBox dd {
	zoom: 1;
	min-height: 4.2em;
	margin-left: 70px;
	border-left: 1px solid #cccccc;
}
* html .diaryDetailBox dd {
	height: 4.2em;
}
.diaryDetailBox dd div {
	border-top: 1px solid #cccccc;
}
.diaryDetailBox dd div p {
	padding: 4px 3px;
}
.diaryDetailBox dd div.title {
	border-top: none;
}
.diaryDetailBox dd div.body {
	padding: 4px 3px;
}
.diaryDetailBox dd ul.photo {
	padding: 4px 5px;
}
.diaryDetailBox dd ul.photo li {
	display: inline;
	margin-left: 6px;
}
.diaryDetailBox div.category ul {
	padding: 4px;
	text-align: right;
}
.diaryDetailBox div.category ul li {
	display: inline;
	font-size: 80%;
}

/*==============================================================================
 * 9. topicDetailBox（トピック詳細ボックス）
 *----------------------------------------------------------------------------*/
.topicDetailBox dl {
	border-top: 1px solid #cccccc;
}
.topicDetailBox dt {
	float: left;
	width: 100px;
	padding: 5px;
	text-align: center;
}
.topicDetailBox dd {
	zoom: 1;
	margin-left: 110px;
	border-left: 1px solid #cccccc;
}
.topicDetailBox dd div {
	border-top: 1px solid #cccccc;
}
.topicDetailBox dd div p {
	padding: 5px;
}
.topicDetailBox dd div.title {
	border-top: none;
}
.topicDetailBox dd ul.photo {
	padding: 5px;
}
.topicDetailBox dd ul.photo li {
	display: inline;
	margin-left: 6px;
}
.topicDetailBox dd div.attachFile {
	padding: 16px 5px;
}
.topicDetailBox div.operation {
	padding: 10px 0;
}

/*==============================================================================
 * 10. eventDetailBox（イベント詳細ボックス）
 *----------------------------------------------------------------------------*/
.eventDetailBox dl {
	border-top: 1px solid #cccccc;
}
.eventDetailBox dt {
	float: left;
	width: 100px;
	padding: 5px;
	text-align: center;
}
.eventDetailBox dd {
	zoom: 1;
	margin-left: 110px;
	border-left: 1px solid #cccccc;
}
.eventDetailBox dd ul.photo {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}
.eventDetailBox dd ul.photo li {
	display: inline;
	margin-left: 6px;
}
.eventDetailBox dd table th {
	width: 112px;
	text-align: center;
	border-left: none;
}
.eventDetailBox dd table th,
.eventDetailBox dd table td {
	padding: 5px;
}
.eventDetailBox dd table tr:first-child th,
.eventDetailBox dd table tr:first-child td,
.eventDetailBox dd table tr.first-child th,
.eventDetailBox dd table tr.first-child td {
	border-top: none;
}
.eventDetailBox dd table ul.moreInfo {
	margin-top: -1.2em;
	text-align: right;
}
.eventDetailBox dd table ul.moreInfo li {
	display: inline;
	background-position: 0 50%;
}

/*==============================================================================
 * 11. homePhotoBox（ホーム写真ボックス）
 *----------------------------------------------------------------------------*/
.homePhotoBox * {
	text-align: center;
}
.homePhotoBox p.friendLink {
	margin-bottom: 3px;
}
.homePhotoBox .parts {
	padding: 7px;
}
.homePhotoBox ul.moreInfo {
	margin: 2px 0 -5px;
}
.homePhotoBox ul.moreInfo li {
	padding: 1px 0;
	background: none;
}
.homePhotoBox ul.moreInfo li img {
	vertical-align: bottom;
}
.homePhotoBox p.rank {
	margin-top: 6px;
}
.homePhotoBox p.point {
	margin-top: 2px;
}
.homePhotoBox p.text {
	margin-top: 4px;
}
.homePhotoBox p.loginTime {
	margin-top: 0px;
}

/*==============================================================================
 * 12. homeInfoBox（ホームインフォメーションボックス）
 *----------------------------------------------------------------------------*/
#Body .homeInfoBox {
	padding-left: 102px;
	border: 1px solid #cccccc;
	background: #F5FDFF url(./skin/default/img/icon_information.gif) no-repeat 5px 50%;
}
.homeInfoBox div.body {
	min-height: 1.2em;
	padding: 5px;
	border-left: 1px solid #cccccc;
	background: #FFFFFF;
}
.homeInfoBox .caution {
	color: #ff0000;
}

/*==============================================================================
 * 13. photoUploadFormBox（プロフィール写真アップロードフォームボックス）
 *----------------------------------------------------------------------------*/
.photoUploadFormBox table {
	border-top: 1px solid #cccccc;
}
#Body .photoUploadFormBox td {
	padding: 8px 0;
	border: none;
	text-align: center;
}
.photoUploadFormBox form {
	float: left;
	width: 230px;
}
.photoUploadFormBox form p {
	margin: 8px 0;
	text-align: center;
}
.photoUploadFormBox ul {
	zoom: 1;
	margin: 8px 0 8px 230px;
}
.photoUploadFormBox li {
	padding-left: 12px;
	background: url(./skin/default/img/marker.gif) no-repeat 3px 3px;
}

/*==============================================================================
 * 14. messageDetailBox（メッセージ詳細ボックス）
 *----------------------------------------------------------------------------*/
#Body .messageDetailBox th:first-child,
#Body .messageDetailBox th.first-child {
	border-left-width: 1px;
}
.messageDetailBox th,
.messageDetailBox td {
	padding: 5px;
}
.messageDetailBox td.photo {
	width: 120px;
	text-align: center;
}
.messageDetailBox th {
	width: 54px;
	padding-left: 0;
	padding-right: 16px;
	background: url(./skin/default/img/colon.gif) no-repeat 96% 50%;
	text-align: right;
}
#Body .messageDetailBox td {
	border-left: none;
}
.messageDetailBox ul.photo {
	margin: 10px;
	text-align: center;
}
.messageDetailBox p.text {
	margin: 10px 60px;;
}
.messageDetailBox ul.photo li {
	display: inline;
	margin-left: 6px;
}
.messageDetailBox div.operation {
	zoom: 1;
	overflow: hidden;
	overflow: -moz-scrollbars-none;
}
.messageDetailBox form.delete {
	float: left;
	width: 50%;
	text-align: left;
}
.messageDetailBox form.send {
	float: right;
	width: 50%;
	text-align: right;
}
.messageDetailBox form ul.moreInfo {
	display: inline;
}
.messageDetailBox div.attachFile {
	padding: 16px 5px;
}

/*==============================================================================
 * 15. albumDetailBox（アルバム詳細ボックス）
 *----------------------------------------------------------------------------*/
.albumDetailBox th,
.albumDetailBox td {
	padding: 5px;
}
.albumDetailBox th {
	width: 75px;
}
.albumDetailBox td.photo {
	width: 190px;
	padding: 5px 0;
	text-align: center;
}
#Body .albumDetailBox th:first-child,
#Body .albumDetailBox th.first-child,
#Body .albumDetailBox td.operation {
	border-left-width: 1px;
}
.albumDetailBox td.operation {
	text-align: right;
}

/*==============================================================================
 * 16. albumImageBox（アルバム画像ボックス）
 *----------------------------------------------------------------------------*/
.albumImageBox p.photo {
	padding: 10px;
	border-top: 1px solid #cccccc;
	text-align: center;
}
.albumImageBox th, .albumImageBox td {
	padding: 5px;
}
#Body .albumImageBox th {
	width: 140px;
	border-left: none;
}

/*==============================================================================
 * 17. searchFormLine（検索フォームライン）
 *----------------------------------------------------------------------------*/
.searchFormLine ul {
	text-align: center;
	padding: 1px 0;
}
.searchFormLine ul li {
	display: inline;
}
.searchFormLine ul li * {
	vertical-align: middle;
}
.searchFormLine ul li label {
	margin-right: 2px;
	padding: 1px 13px 0 0;
	background: url(./skin/default/img/icon_arrow_2.gif) no-repeat 100% 0;
}

/*==============================================================================
 * 18. linkLine（リンクライン）
 *----------------------------------------------------------------------------*/
.linkLine ul.moreInfo {
	text-align: center;
}
.linkLine ul.moreInfo li {
	display: inline;
	background-position: 0 50%;
}

/*==============================================================================
 * 19. prevNextLinkLine（前次リンクライン）
 *----------------------------------------------------------------------------*/
.prevNextLinkLine {
	zoom: 1;
	overflow: hidden;
	overflow: -moz-scrollbars-none;
}
.prevNextLinkLine p.prev {
	float: left;
	width: 50%;
	text-align: left;
}
.prevNextLinkLine p.next {
	float: right;
	width: 50%;
	text-align: right;
}
.block.prevNextLinkLine {
	padding: 4px 10px;
}

/*==============================================================================
 * 20. buttonLine（ボタンライン）
 *----------------------------------------------------------------------------*/
.buttonLine form {
	text-align: center;
}

/*==============================================================================
 * 21. alertLine（アラートライン）
 *----------------------------------------------------------------------------*/
.alertLine p {
	text-align: center;
	color: #ff0000;
}

/*==============================================================================
 * 22. commentList（コメントリスト）
 *----------------------------------------------------------------------------*/
.commentList dl {
	border-top: 1px solid #cccccc; overflow:hidden;
}
.commentList dt {
	float: left;
	width: 70px;
	padding-top: 5px;
	text-align: center;
}
.commentList dd {
	zoom: 1;
	min-height: 5.5em;
	margin-left: 70px;
	border-left: 1px solid #cccccc;
}
* html .commentList dd {
	height: 5.5em;
}
#LayoutC .commentList dt {
	width: 110px;
}
#LayoutC .commentList dd {
	margin-left: 110px;
}
.commentList dd div {
	border-top: 1px solid #cccccc;
}
.commentList dd div p {
	padding: 4px 3px;
}
.commentList dd div.title {
	zoom: 1;
	position: relative;
	border-top: none;
}
.commentList dd div.title p.heading {
	margin-right: 10.5em;
}
.commentList dd div.title p.public {
	position: absolute;
	top: 0;
	right: 0;
}
.commentList dd ul.photo {
	padding: 5px 5px 0;
}
.commentList dd ul.photo li {
	display: inline;
	margin-left: 6px;
}
.commentList dd div.footer p {
	text-align: right;
}
.commentList div.operation {
	padding: 8px 0;
}
.commentList dd div.attachFile {
	padding: 16px 5px;
}

/*==============================================================================
 * 23. searchResultList（検索結果リスト）
 *----------------------------------------------------------------------------*/
.searchResultList .partsInfo {
	background: #F5FDFF;
}
.searchResultList .ditem {
	margin: 8px 34px;
}
.searchResultList .item {
	zoom: 1;
	position: relative;
}
.searchResultList td.photo {
	width: 90px;
	padding: 0;
	border-left: none;
	text-align: center;
}
.searchResultList th, .searchResultList td {
	padding: 5px;
}
.searchResultList th {
	width: 75px;
}
#Body .searchResultList th:first-child,
#Body .searchResultList th.first-child {
	border-left-width: 1px;
}
.searchResultList tr.operation th {
	padding-top: 0;
	padding-bottom: 0;
}
.searchResultList tr.operation td {
	padding: 0;
}
.searchResultList tr.operation span.text {
	float: left;
	display: block;
	width: 110px;
	margin-top: 5px;
	padding: 0 5px;
}
.searchResultList tr.operation span.moreInfo{
	zoom: 1;
	display: block;
	margin-left: 120px;
	padding: 4px 0 3px;
	border-left: 1px solid #cccccc;
	text-align: center;
}
.searchResultList div.operation {
	text-align: center;
}
.searchResultList tr.operation span.moreInfo img,
.searchResultList div.operation form,
.searchResultList div.operation fieldset {
	display: inline;
	vertical-align: top;
}

/*==============================================================================
 * 24. reviewList（レビューリスト）
 *----------------------------------------------------------------------------*/
.reviewList dl {
	zoom: 1;
	overflow: hidden;
	overflow: -moz-scrollbars-none;
	border-top: 1px solid #cccccc;
}
.reviewList dl dt {
	float:left;
	width: 170px;
	padding: 5px;
	text-align: center;
}
.reviewList dl dt span {
	display: block;
	margin: 3px 0;
}
.reviewList dl dd {
	zoom: 1;
	margin-left: 180px;
	border-left: 1px solid #cccccc;
}
.reviewList dl dd table {
	height: 216px;
}
.reviewList dl dd th,
.reviewList dl dd td {
	padding: 5px;
}
.reviewList dl tr.title th,
.reviewList dl dd tr.title td {
	border-top: none;
}
.reviewList dl dd th {
	width: 100px;
	border-left: none;
	text-align: center;
}
.reviewList dl dd tr.title td {
	font-weight: bold;
}
.reviewList dl dd td p.operation {
	text-align: right;
}
.reviewList dl dd tr.footer td {
	border-left: none;
	text-align: right;
}
.reviewList div.operation {
	padding: 10px 0;
}

/*==============================================================================
 * 25. recentList（最新書き込みリスト）
 *----------------------------------------------------------------------------*/
.recentList dl {
	border-top: 1px solid #cccccc;
}
.recentList dt {
	clear: both;
	float: left;
	width: 170px;
	padding: 5px;
	text-align: center;
}
.recentList dd {
	zoom: 1;
	margin-left: 180px;
	padding: 5px;
	border-left: 1px solid #cccccc;
}
#LayoutB #Center .recentList dt {
	width: 110px;
}
#LayoutB #Center .recentList dd {
	margin-left: 120px;
}

/*==============================================================================
 * 26. friendIntroList（フレンド紹介文リスト）
 *----------------------------------------------------------------------------*/
.friendIntroList th,
.friendIntroList td {
	padding: 14px;
}
#Body .friendIntroList th {
	width: 120px;
	border-left: none;
	text-align: center;
}
.friendIntroList p.text {
	margin-bottom: 1em;
}
.friendIntroList div.moreInfo ul.moreInfo {
	width: 10em;
	margin-left: auto;
	padding: 6px 2px;
}

/*==============================================================================
 * 27. manageList（管理リスト）
 *----------------------------------------------------------------------------*/
.manageList td {
	padding: 5px;
}
.manageList td.photo {
	width: 140px;
	border-left: none;
	text-align: center;
}
.manageList td.delete {
	width: 120px;
}
.manageList col.date {
	width: 160px;
}
* html .manageList col.date {
	width: 150px;
}
*:first-child+html .manageList col.date {
	width: 150px;
}
.manageList col.name {
	width: auto;
}
.manageList colgroup.operation col {
	width: 86px;
}
* html .manageList colgroup.operation col {
	width: 76px;
}
*:first-child+html .manageList colgroup.operation col {
	width: 76px;
}

/*==============================================================================
 * 28. searchCategoryList（検索項目リスト）
 *----------------------------------------------------------------------------*/
.searchCategoryList .partsInfo {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	background: #F5FDFF;
	text-align: center;
}
.searchCategoryList .item {
	margin: 10px 40px;
	border: 1px solid #cccccc;
	border-top: none;
}
.searchCategoryList span.label {
	margin: 0 4px 0 8px;
	padding: 1px 16px 0 0;
	background: url(./skin/default/img/icon_arrow_2.gif) no-repeat 100% 0;
}
.searchCategoryList dl {
	border-top: 1px solid #cccccc;
}
.searchCategoryList dl dt {
	margin: 8px 0 0;
}
.searchCategoryList dl dd {
	margin: 8px 10px 8px 70px;
}
.searchCategoryList dl dd ul {
	zoom: 1;
	overflow: hidden;
	overflow: -moz-scrollbars-none;
	margin: 4px 0;
}
.searchCategoryList dl dd ul li {
	overflow: hidden;
	float: left;
	width: 19%;
	margin: 0 2px;
}

/*==============================================================================
 * 29. messageList（メッセージリスト）
 *----------------------------------------------------------------------------*/
.messageList .partsHeading p.date {
	font-weight: bold;
}
.messageList .pagerRelativeMulti {
	zoom: 1;
	overflow: hidden;
	overflow: -moz-scrollbars-none;
}
.messageList .pagerRelativeMulti .pager {
	position: static;
	float: right;
	width: 290px;
	margin-top: 1px;
	text-align: right;
}
.messageList .pagerRelativeMulti .pager p {
	margin-left: 0;
}
* html .messageList .pagerRelativeMulti .pager p {
	margin-left: 4px;
}
*:first-child+html .messageList .pagerRelativeMulti .pager p {
	margin-left: 4px;
}
.messageList p.icons {
	float: left;
	width: 220px;
}
.messageList p.icons img {
	padding-right: 16px;
	background: url(./skin/default/img/articleList_marker.gif) no-repeat 96% 6px;
	vertical-align: text-bottom;
}
.messageList tr {
	height: 20px;
}
.messageList tr.unread {
	background: #F5FDFF;
}
#Body .messageList th.delete {
	font-weight: normal;
}
#Body .messageList th {
	padding: 0 2px;
	border-width: 1px 0 0;
	font-weight: bold;
}
#Body .messageList td {
	padding: 0 2px;
	border-width: 1px 0 0;
}
#Body .messageList td .input_checkbox {
	margin-left: 4px;
}
.messageList td.status {
	text-align: center;
}
.messageList col.status {
	width: 35px;
}
.messageList col.delete {
	width: 35px;
}
.messageList col.target {
	width: 130px;
}
.messageList col.title {
	width: auto;
}
.messageList col.date {
	width: 80px;
}
.messageList table span {
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.messageList div.operation p {
	margin-top: 8px;
	margin-bottom: 5px;
}
.messageList div.operation ul.moreInfo {
	text-align: left;
}

/*==============================================================================
 * 30. ashiatoList（あしあとリスト）
 *----------------------------------------------------------------------------*/
.ashiatoList div.partsInfo {
	border-bottom: 1px solid #cccccc;
}
.ashiatoList div.item {
	margin: 8px 40px;
	padding: 8px 0;
	border: 1px solid #cccccc;
}
.ashiatoList div.item p,
.ashiatoList div.item ul.list {
	padding-left: 160px;
}
.ashiatoList div.item p strong {
	margin: 0 2px;
}
.ashiatoList div.item ul.list {
	overflow: hidden;
	margin-top: 16px;
}

/*==============================================================================
 * 31. rankingList（ランキングリスト）
 *----------------------------------------------------------------------------*/
.rankingList .partsHeading p {
	margin: 0;
}
#Body .rankingList th:first-child,
#Body .rankingList th.first-child {
	border-left-width: 1px;
}
.rankingList td.photo {
	width: 120px;
	text-align: center;
}
.rankingList th {
	width: 75px;
	padding: 5px;
}
.rankingList td {
	padding: 5px;
}
.rankingList td.name {
	background: #F5FDFF;
}
.rankingList td.name a {
	font-weight: bold;
}
.rankingList .ditem {
	margin: 8px 15px;
	background: #F5FDFF;
}
.rankingList .item {
	background: #FFFFFF;
}
.rankingList .item td.photo {
	width: 90px;
}

/*==============================================================================
 * 32. bizSideTodoList（BIZ用Todoリスト）
 *----------------------------------------------------------------------------*/
#Body .bizSideTodoList {
	width: 220px;
	margin: 10px 5px;
	border: 1px solid #cccccc;
}
#Body .bizSideTodoList td {
	border-width: 1px 0 0;
}
.bizSideTodoList .block {
	padding: 5px;
}
.bizSideTodoList textarea {
	width: 98%;
}
.bizSideTodoList tr.someone {
	background: #F5FDFF;
}
.bizSideTodoList tr.checked {
	color: #999999;
}
.bizSideTodoList td.state {
	width: 35px;
}
.bizSideTodoList td.operation {
	width: 16px;
}

/*==============================================================================
 * 33. bizSideScheduleList（BIZ用スケジュールリスト） 
 *----------------------------------------------------------------------------*/
#Body .bizSideScheduleList {
	width: 220px;
	margin: 10px 5px;
	border: 1px solid #cccccc;
}
.bizSideScheduleList dl {
	overflow: hidden;
	border-top: 1px solid #cccccc;
}
.bizSideScheduleList dt {
	float: left;
	width: 60px;
	padding: 5px;
	text-align: center;
}
.bizSideScheduleList dd {
	zoom: 1;
	margin-left: 70px;
	padding: 5px;
	border-left: 1px solid #cccccc;
}

/*==============================================================================
 * 34. albumList（アルバムリスト）
 *----------------------------------------------------------------------------*/
.albumList th,
.albumList td {
	padding: 5px;
}
.albumList th {
	width: 75px;
}
.albumList td.photo {
	width: 190px;
	padding: 5px 0;
	text-align: center;
}
.albumList td.photo p {
	text-align: center;
	padding: 5px;
}
#Body .albumList th:first-child,
#Body .albumList th.first-child {
	border-left-width: 1px;
}
.albumList td.operation {
	text-align: center;
}

/*==============================================================================
 * 35. albumImageList（アルバム画像リスト）
 *----------------------------------------------------------------------------*/
.albumImageList td {
	padding: 5px;
	text-align: center;
}
.albumImageList td p {
	text-align: center;
}

/*==============================================================================
 * 36. homeNineTable（ホーム9面テーブル）
 *----------------------------------------------------------------------------*/
.homeNineTable tr.photo td {
	height: 80px;
	padding: 2px 0;
	text-align: center;
}
.homeNineTable tr.photo td p.crown {
	text-align: center;
}
.homeNineTable tr.text td {
	padding: 2px;
	text-align: center;
}
.homeNineTable div.moreInfo ul.moreInfo {
	width: 11em;
	margin-left: auto;
	padding: 6px 0;
}

/*==============================================================================
 * 37. photoTable（写真テーブル）
 *----------------------------------------------------------------------------*/
.photoTable {
	width: 561px;
}
.photoTable tr.photo td {
	height: 90px;
	padding: 8px 0;
	text-align: center;
}
.photoTable tr.photo td p.crown {
	text-align: center;
}
.photoTable tr.text td {
	padding: 5px 2px;
	text-align: center;
}

/*==============================================================================
 * 38. homeMainTable（ホームメインテーブル）
 *----------------------------------------------------------------------------*/
.homeMainTable .partsHeading {
	zoom: 1;
	position: relative;
}
.homeMainTable .partsHeading p.link {
	position: absolute;
	top: 2px;
	right: 8px;
}
.homeMainTable th {
	width: 83px;
	background-color: #F5FDFF;
}
.homeMainTable th, .homeMainTable td {
	padding: 5px;
}
.homeMainTable ul.articleList {
	line-height: 1.3;
}
.homeMainTable ul.articleList li {
	padding-left: 85px;
	background: url(./skin/default/img/icon_1.gif) 3px 0.4em no-repeat scroll;
	text-indent: -72px;
}
.homeMainTable ul.articleList li span.date {
	padding-right: 18px;
	background: url(./skin/default/img/articleList_marker.gif) 92% 0.3em no-repeat scroll;
}
.homeMainTable div.moreInfo ul.moreInfo {
	width: 10em;
	margin: 0 2px 0 auto;
}
.homeMainTable td.halfway ul.moreInfo {
	width: 12em;
	margin: 0 0 20px auto;
}

/*==============================================================================
 * 39. formTable（入力フォームテーブル）
 *----------------------------------------------------------------------------*/
.formTable .partsHeading {
	zoom: 1;
	position: relative;
}
.formTable strong {
	font-weight: normal;
	color: #ff0000;
}
.formTable p.caution {
	color: #ff0000;
}
.formTable .partsHeading p.link {
	position: absolute;
	top: 2px;
	right: 8px;
}
.formTable div.partsInfo {
	background-color: #F5FDFF;
}
.formTable th, .formTable td {
	padding: 5px;
}
#Body .formTable th {
	width: 140px;
	border-left: none;
}
#LayoutB #Center .formTable th {
	width: 80px;
}
.formTable table table td {
	padding: 0;
	border: none;
}
.formTable textarea {
	width: 98%;
}
.formTable input.input_text_long {
	width: 98%;
}
.formTable table table td.publicSelector {
	width: 150px;
	text-align: right;
}
.formTable div.checkList ul {
	zoom: 1;
	overflow: hidden;
	overflow: -moz-scrollbars-none;
}
.formTable div.checkList li {
	overflow: hidden;
	overflow: -moz-scrollbars-none;
	float: left;
	width: 27%;
	padding-left: 18px;
	text-indent: -18px;
	line-height: 1.6;
}
.formTable div.operation {
	padding: 10px 0;
}

/*==============================================================================
 * 40. weeklyCalendarTable（週間カレンダーテーブル）
 *----------------------------------------------------------------------------*/
#Body .weeklyCalendarTable .parts {
	border-top: none;
}
.weeklyCalendarTable div.block {
	padding: 5px;
}
.weeklyCalendarTable .input_submit {
	margin-right: 8px;
}
.weeklyCalendarTable .calendar td {
	padding: 5px;
	vertical-align: top;
}
.weeklyCalendarTable .calendar .today {
	background: #F5FDFF;
}
.weeklyCalendarTable .calendar .today p.day {
	font-weight: bold;
}
.weeklyCalendarTable ul.moreInfo {
	margin: 0 2px 0 auto;
	width: 9em;
}

/*==============================================================================
 * 41. monthlyCalendarTable（月間カレンダーテーブル）
 *----------------------------------------------------------------------------*/
.monthlyCalendarTable div.block {
	zoom: 1;
	overflow: hidden;
	overflow: -moz-scrollbars-none;
	padding: 2px 5px;
}
.monthlyCalendarTable div.block p.moreInfo {
	float: left;
	width: 70%;
	text-align: left;
}
.monthlyCalendarTable div.block p.moreInfo a {
	margin-right: 4px;
}
.monthlyCalendarTable div.block p.pager {
	float: right;
	width: 30%;
	margin-top: 2px;
	text-align: right;
}
.monthlyCalendarTable .calendar th {
	padding: 2px;
}
.monthlyCalendarTable .calendar td {
	height: 65px;
	padding: 2px;
	vertical-align: top;
}
.monthlyCalendarTable .calendar td.today {
	background: #F5FDFF;
	font-weight: bold;
}
.monthlyCalendarTable .calendar td p {
	font-weight: normal;
}
.monthlyCalendarTable .partsInfo {
	padding: 5px;
	background: #F5FDFF;
}
.monthlyCalendarTable .partsInfo img {
	margin: 0 1px;
}

/*==============================================================================
 * 42. bizWeeklyCalendarTable（BIZ用週間カレンダーテーブル）
 *----------------------------------------------------------------------------*/
#Body .bizWeeklyCalendarTable .parts {
	border-top: none;
}
.bizWeeklyCalendarTable div.block {
	padding: 5px;
}
.bizWeeklyCalendarTable .calendar td {
	padding: 5px 0;
	vertical-align: top;
}
.bizWeeklyCalendarTable .calendar td p {
	padding: 0 5px;
}
.bizWeeklyCalendarTable .calendar td .time {
	padding: 0;
}
.bizWeeklyCalendarTable .calendar .today {
	background: #F5FDFF;
}
.bizWeeklyCalendarTable .calendar .today p.day {
	font-weight: bold;
}
.bizWeeklyCalendarTable .calendar th {
	width: 130px;
	padding: 5px 0;
	text-align: center;
}
.bizWeeklyCalendarTable .calendar th * {
	text-align: center;
}
.bizWeeklyCalendarTable .calendar th .input_text {
	width: 118px;
}
.bizWeeklyCalendarTable .calendar th .input_submit {
	width: 120px;
}
.bizWeeklyCalendarTable .calendar th .nickname {
	margin: 5px 0;
}
.bizWeeklyCalendarTable .calendar td.sub {
	border-width: 0 0 0 1px;
}
.bizWeeklyCalendarTable div.moreInfo {
	padding-left: 135px;
}
.bizWeeklyCalendarTable div.moreInfo .input_submit {
	margin-right: 8px;
}

/*==============================================================================
 * 43. sideNav（サイドナビ）
 *----------------------------------------------------------------------------*/
.sideNav .item {
	overflow: hidden;
	width: 150px;
	margin: 0 auto 10px;
	border: 8px solid #E3FFFF;
}
.sideNav .partsHeading {
	border-bottom: 1px solid #cccccc;
}
.sideNav .pageNav ul {
	margin: 1px;
}
.sideNav .pageNav li {
	padding: 4px 0 4px 18px;
	background: url(./skin/default/img/icon_1.gif) 8px 50% no-repeat scroll;
}
.sideNav .pageNav li.looking {
	background-color: #F5FDFF;
}
.sideNav .calendar .partsHeading {
	padding: 4px 0;
	border: none;
	background: none;
	text-align: center;
}
.sideNav .calendar th {
	background-color: #F5FDFF;
	text-align: center;
}
.sideNav .calendar td {
	padding: 1px 2px;
	text-align: right;
}
.sideNav .list {
	padding: 4px 0;
}
.sideNav .list li {
	padding-left: 16px;
	background: no-repeat 6px 4px;
}
.sideNav .monthlyMessage li  { background-image: url(./skin/default/img/icon_1.gif); }
.sideNav .recentlyDiary li   { background-image: url(./skin/default/img/icon_3.gif); }
.sideNav .recentlyComment li { background-image: url(./skin/default/img/icon_1.gif); }
.sideNav .monthlyDiary li    { background-image: url(./skin/default/img/icon_2.gif); }
.sideNav .listCategory li    { background-image: url(./skin/default/img/icon_2.gif); }

/*==============================================================================
 * 44. rankingSideNav（ランキングサイドナビ）
 *----------------------------------------------------------------------------*/
.rankingSideNav {
	width: 150px;
	margin: 0 auto;
	border: 8px solid #E3FFFF;
}
.rankingSideNav .partsHeading {
	padding: 2px 4px;
	border-bottom: 1px solid #cccccc;
	background-image: none;
	text-align: center;
}
.rankingSideNav p {
	margin: 3px;
}
.rankingSideNav p.link {
	padding: 3px;
	border: 1px solid #cccccc;
	text-align: right;
}

/**=============================================================================
 * 配色設定
 *----------------------------------------------------------------------------*/
#Body {
	background: #FFFFFF;
}
#Container {
	background: #FFFFFF;
}
div.dparts {
	background-color: #E1FAFF;
}
div.parts {
	background-color: #FFFFFF;
}
.sideNav .item {
	background-color: #FFFFFF;
}
#Body .sideNav {
	background-color: transparent;
}
#Body .linkLine,
#Body .searchFormLine,
#Body .buttonLine,
#Body .prevNextLinkLine {
	background-color: transparent;
}

/*==============================================================================
 * 文字装飾
 *----------------------------------------------------------------------------*/
span.op_b {
	text-decoration: inherit;
	font-style: inherit;
	font-weight: bold;
	color: inherit;
	font-size: inherit;
}

span.op_u {
	text-decoration: underline;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
}

span.op_s {
	text-decoration: line-through;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
}

span.op_i {
	text-decoration: inherit;
	font-style: italic;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
}

span.op_large {
	text-decoration: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: 20px;
}

span.op_small {
	text-decoration: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: 8px;
}

span.op_color {
	text-decoration: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
}

/*==============================================================================
 * カスタムCSS
 *----------------------------------------------------------------------------*/
/* =========================================================
font
========================================================= */
html, body { font-family:"Century Gothic", Verdana, "Trebuchet MS", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", Osaka,"ヒラギノ角ゴ Pro W3", sans-serif;}
html.mac body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Century Gothic", Verdana, "Trebuchet MS", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", Osaka,"ヒラギノ角ゴ Pro W3", sans-serif;}

/* =========================================================
a
========================================================= */
a:link    { color: #026CD1; }
a:visited { color: #004A95; }
a:hover   { color: #76AFE6; }
a:active  { color: #76AFE6; }

/* =========================================================
文字色
========================================================= */
/*コンテンツ見出しlv1*/
td.bg_06 span.b_b,
.c_00 { color: #222222; }

/*コンテンツ見出しlv2*/
.c_01 { color: #444444; }

/*強調文字暖色*/
.c_02 { color: #D92C49; }

/*強調文字寒色*/
.c_03 { color: #2C65D9; }

/*その他文字色*/
body { color: #000000; }

/* =========================================================
global layout
========================================================= */
body {
  background: url("/commu/skin/101_onigiri/img/bg.jpg") repeat scroll 50% 0 #fff;
}
#Body { background: none;}
#Container {
  background: #FCFFFC;
  margin: 0 auto 40px;
  padding: 0 20px 12px;
  width: 980px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#Container:before {
  background: none;
  bottom: 20px;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.2);
  box-shadow: 0 15px 10px rgba(0,0,0,0.2);
  content: "";
  left: 20px;
  position: absolute;
  top: 95%;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  width: 95%;
  z-index: -1;
}
#Container:after {
  background: none;
  bottom: 20px;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.2);
  box-shadow: 0 15px 10px rgba(0,0,0,0.2);
  content: "";
  left: 20px;
  position: absolute;
  top: 95%;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  width: 95%;
  z-index: -1;
}
#Footer {
  background: none;
  height: auto;
  width: auto;
}
#Footer p {
  line-height: normal;
  padding: 0;
}


/* globalNav */
#globalNav,
#globalNavBefore {
  width: 100%;
  height: 190px;
  box-shadow: 0 0 1px #000000, 0px 0px 10px rgba(0,0,0,.2) inset;
}
#globalNav a, #globalNavBefore a, .localNav a {
  text-indent: 0;
}
#globalNav h1, #globalNavBefore h1 {
  height: 153px;
  left: 0;
  position: absolute;
  width: 165px;
}
#globalNav ul {
  background: rgba(0,0,0,0.55);
  height: 35px;
  width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,.5);
}
li#globalNav_1,
li#globalNav_2,
li#globalNav_3,
li#globalNav_4,
li#globalNav_5,
li#globalNav_9,
li#globalNav_10 { height: 35px; width: 155px; top: 0; box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset, -1px 0 0 rgba(0,0,0,0.2) inset;}

li#globalNav_1 { left: 165px;}
li#globalNav_2 { left: 320px;}
li#globalNav_3 { left: 475px;}
li#globalNav_4 { left: 630px;}
li#globalNav_5 { left: 785px;}
li#globalNav_9,
li#globalNav_10 { left: 800px;}

li#globalNav_1 a,
li#globalNav_2 a,
li#globalNav_3 a,
li#globalNav_4 a,
li#globalNav_5 a,
li#globalNav_9 a,
li#globalNav_10 a { color: #fff; line-height: 35px; text-align: center; text-shadow: 1px 1px 0 #000;}

li#globalNav_1 a:hover, li#globalNav_1 a:active,
li#globalNav_2 a:hover, li#globalNav_2 a:active,
li#globalNav_3 a:hover, li#globalNav_3 a:active,
li#globalNav_4 a:hover, li#globalNav_4 a:active,
li#globalNav_5 a:hover, li#globalNav_5 a:active,
li#globalNav_9 a:hover, li#globalNav_9 a:active,
li#globalNav_10 a:hover, li#globalNav_10 a:active,
li#globalNav_home a:hover, li#globalNav_home a:active { background-image: none; background-color: #000;}

li#globalNav_home {
    height: 35px;
    left: 940px;
    width: 40px;
}
li#globalNav_home { box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset, -1px 0 0 rgba(0,0,0,0.2) inset;}
li#globalNav_home img { margin: 10px 0 0 12px;}
li#globalNav_home ul {
  position: absolute;
  top: 35px;
  right: 0;
  width: 195px;
  height: 105px;
  display: none;
}
li#globalNav_home:hover ul { display: block;}
li#globalNav_home ul li {
  position: relative;
  height: 35px;
  box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset, -1px 0 0 rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.2) inset;
}
li#globalNav_home ul li a {
  color: #FFFFFF;
  height: 100%;
  line-height: 35px;
  text-indent: 1em;
  width: 100%;
  display: block;
}

.localNav { height: 35px;}
/* hLocalNav */
#hLocalNav {
  background-color: rgba(0, 0, 0, 0.55);
  background-image: none;
  margin-top: -34px;
  width: 100%;
}
#hLocalNav li { width: 196px; height: 34px; box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset, -1px 0 0 rgba(0,0,0,0.2) inset;}
li#hLocalNav_1 { left: 0;}
li#hLocalNav_2 { left: 196px;}
li#hLocalNav_3 { left: 392px;}
li#hLocalNav_4 { left: 588px;}
li#hLocalNav_5 { left: 784px;}

li#hLocalNav_1 a,
li#hLocalNav_2 a,
li#hLocalNav_3 a,
li#hLocalNav_4 a,
li#hLocalNav_5 a,
li#hLocalNav_6 a { color: #fff; line-height: 34px; text-align: center; text-shadow: 1px 1px 0 #000;}

li#hLocalNav_1 a:hover, li#hLocalNav_1 a:active,
li#hLocalNav_2 a:hover, li#hLocalNav_2 a:active,
li#hLocalNav_3 a:hover, li#hLocalNav_3 a:active,
li#hLocalNav_4 a:hover, li#hLocalNav_4 a:active,
li#hLocalNav_5 a:hover, li#hLocalNav_5 a:active,
li#hLocalNav_6 a:hover, li#hLocalNav_6 a:active { background-position: none; background-image: none; background-color: #000;}

/* fLocalNav */
#fLocalNav {
  background-color: rgba(0, 0, 0, 0.55);
  background-image: none;
  margin-top: -34px;
  width: 100%;
}
#fLocalNav li { width: 196px; height: 34px; box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset, -1px 0 0 rgba(0,0,0,0.2) inset;}
li#fLocalNav_1 { left: 0;}
li#fLocalNav_2 { left: 196px;}
li#fLocalNav_3 { left: 392px;}
li#fLocalNav_4 { left: 588px;}
li#fLocalNav_5 { left: 784px;}
li#fLocalNav_6 { left: 750px;}

li#fLocalNav_1 a,
li#fLocalNav_2 a,
li#fLocalNav_3 a,
li#fLocalNav_4 a,
li#fLocalNav_5 a,
li#fLocalNav_6 a { color: #fff; line-height: 34px; text-align: center; text-shadow: 1px 1px 0 #000;}

li#fLocalNav_1 a:hover, li#fLocalNav_1 a:active,
li#fLocalNav_2 a:hover, li#fLocalNav_2 a:active,
li#fLocalNav_3 a:hover, li#fLocalNav_3 a:active,
li#fLocalNav_4 a:hover, li#fLocalNav_4 a:active,
li#fLocalNav_5 a:hover, li#fLocalNav_5 a:active,
li#fLocalNav_6 a:hover, li#fLocalNav_6 a:active { background-position: none; background-image: none; background-color: #000;}

/* cLocalNav */
#cLocalNav {
  background-color: rgba(0, 0, 0, 0.55);
  background-image: none;
  margin-top: -34px;
  width: 100%;
}
#cLocalNav li { width: 196px; height: 34px; box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset, -1px 0 0 rgba(0,0,0,0.2) inset;}
li#cLocalNav_1 { left: 0;}
li#cLocalNav_2 { left: 196px;}
li#cLocalNav_3 { left: 392px;}
li#cLocalNav_4 { left: 588px;}
li#cLocalNav_5 { left: 784px;}

li#cLocalNav_1 a,
li#cLocalNav_2 a,
li#cLocalNav_3 a,
li#cLocalNav_4 a,
li#cLocalNav_5 a { color: #fff; line-height: 34px; text-align: center; text-shadow: 1px 1px 0 #000;}

li#cLocalNav_1 a:hover, li#cLocalNav_1 a:active,
li#cLocalNav_2 a:hover, li#cLocalNav_2 a:active,
li#cLocalNav_3 a:hover, li#cLocalNav_3 a:active,
li#cLocalNav_4 a:hover, li#cLocalNav_4 a:active,
li#cLocalNav_5 a:hover, li#cLocalNav_5 a:active { background-position: none; background-image: none; background-color: #000;}


/* global parts */
#LayoutA #Left { padding: 0 5px 0 0;}
#LayoutA #Center { width: 690px;}
#LayoutB #Center { width: 780px;}
#LayoutC #Center { width: 980px;}

#LayoutA #Left .partsHeading,
.partsHeading {
  padding: 10px 0 10px 30px;
  background-position: 5px 8px;
}

.sideNav .item {
  border: 1px solid #ACDFFF;
}

.homePhotoBox .login_text { text-align: right;}
.homePhotoBox .login_text a { margin-left: 3px;}

.searchResultList th { width: 80px;}
.searchResultList tr.operation span.moreInfo {
  text-align: right;
  margin-right: 5px;
}
.homeMainTable td.halfway ul.moreInfo {
  margin: 0 0 0 auto;
  width: 10em;
}
.weeklyCalendarTable ul.moreInfo { width: 10em;}

.formTable table table td.publicSelector { width: auto;}
.manageList td.delete { width: 240px;}

.input_submit {
  cursor: pointer;
  border-radius: 2px;
}

.icon_countbox {
  font-size: 8px;
  margin: 0 3px;
  color: #999;
}
.icon_countbox img { margin: 0 2px;}

#topBanner {
  position: inherit;
  left: inherit;
  top: inherit;
  width: auto;
  height: auto;
  margin: 0 0 10px 0;
}
#sideBanner {
  position: absolute;
  right: -170px;
  left: inherit;
  top: 0;
  width: auto;
}
#sideBanner a {
  display: block;
  margin: 10px 0 0 0;
}
/* =========================================================
btn
========================================================= */
.btn {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  padding: 5px 20px;
  text-decoration: none;

  color: #050505;
  background: #dcdcdc;
  background: -moz-linear-gradient(
    top,
    #fcfcfc 0%,
    #cbcbcb);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#fcfcfc),
    to(#cbcbcb));
/*  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;*/
  border: 1px solid #999999;
  -moz-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.5);
  -webkit-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.5);
  box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.5);
  text-shadow:
    0px -1px 0px rgba(000,000,000,0.7),
    0px 1px 0px rgba(255,255,255,0.3);
}
.btn_blue {
  color: #ffffff !important;
  background: #225588;
  background: -moz-linear-gradient(
    top,
    #42aaff 0%,
    #003366);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#42aaff),
    to(#003366));
  border: 1px solid #003366;

}
.btn_green {
  color: #ffffff;
  background: #06cc08;
  background: -moz-linear-gradient(
    top,
    #0dff00 0%,
    #01700e);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#0dff00),
    to(#01700e));
  border: 1px solid #096e03;
}
.btn:hover {
  text-decoration: none !important;
  -moz-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,1.0),
    inset 0px 0px 10px rgba(255,255,255,0.2);
  -webkit-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,1.0),
    inset 0px 0px 10px rgba(255,255,255,0.2);
  box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,1.0),
    inset 0px 0px 10px rgba(255,255,255,0.2);
}
.btn:active {
  position: relative;
  top: 1px;
}


/* =========================================================
pc_page_o_login
========================================================= */
#pc_page_o_login {
  background: url("/commu/skin/101_onigiri/img/bg_login.jpg") no-repeat scroll 50% 0 #fff;
  color: #333;
  min-width: 800px;
}
#pc_page_o_login #base {}
#pc_page_o_login #Body { background: none;}
#pc_page_o_login #Container {
  background: none;
  border: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 800px;
  box-shadow: none;
}
#pc_page_o_login #Container:before {
  box-shadow: none;
}
#pc_page_o_login #Container:after {
  box-shadow: none;
}
#pc_page_o_login h1 a {
  display: inline-block;
  margin-left: 40px;
}

#pc_page_o_login #container_login {
  display: block;
  height: 750px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 800px;
}
#pc_page_o_login #container_login .bg {}
#pc_page_o_login #login_form_box {
  margin: 30px 0 0 17px;
  width: 280px;
  height: 265px;
}
#pc_page_o_login #login_form_box h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
#pc_page_o_login #login_form_box #portal_login_form {
  height: 150px;
  position: relative;
  width: 280px;
}
#pc_page_o_login #login_form_box ul {
  margin-left: 10px;
}
#pc_page_o_login #login_form_box ul li {
  background: url("/commu/skin/101_onigiri/img/form_frame.png") no-repeat 0 0;
  height: 38px;
  width: 254px;
  margin: 10px 0;
}
#pc_page_o_login #login_form_box .input_txt {
  height: 36px;
  padding: 0 10px 0 38px;
  color: #444;
  width: 205px;
  border: medium none;
}
#pc_page_o_login #login_form_box .address {
  background: url("/commu/skin/101_onigiri/img/icon_mail.png") no-repeat 11px 11px;
}
#pc_page_o_login #login_form_box .password {
  background: url("/commu/skin/101_onigiri/img/icon_pw.png") no-repeat 15px 9px;
}
#pc_page_o_login #login_form_box .btn { margin: 15px 0 0 90px;}

#pc_page_o_login #login_form_box .genpassword_text {
  text-align: right;
  margin: 10px 10px 0 0;
}
#pc_page_o_login #register_box {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin: 40px auto 0;
  padding: 15px;
  width: 750px;
  overflow: hidden;
}
#pc_page_o_login #register_box h2 {
  background: url("/commu/skin/101_onigiri/img/ttl_bg.png") no-repeat 0 0;
  font-size: 20px;
  font-weight: bold;
  height: 63px;
  padding: 9px 13px 0 25px;
  width: 760px;
}
#pc_page_o_login #register_box .client_box {
  float: left;
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  padding: 15px;
  margin-top: 15px;
  width: 335px;
}
#pc_page_o_login #register_box .client_box h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
#pc_page_o_login #register_box .client_box p {
  text-align: center;
}
#pc_page_o_login #register_box .client_box .btn {
  margin: 20px auto;
  padding: 15px;
  text-align: center;
  width: 200px;
}
#pc_page_o_login #register_box .regist_form_box {
  float: right;
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  padding: 15px;
  margin-top: 15px;
  width: 335px;
}
#pc_page_o_login #register_box .regist_form_box h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
#pc_page_o_login #register_box .regist_form_box p {
  text-align: center;
}
#pc_page_o_login #register_box .regist_form_box .btn {
  margin: 20px auto;
  padding: 15px;
  text-align: center;
  width: 200px;
}
#pc_page_o_login #link_home {
  margin: 30px auto;
  text-align: center;
}
#pc_page_o_login #link_home a { display: inline-block;}
#pc_page_o_login .banner { display: none;}
#pc_page_o_login #sideBanner { display: none;}



/* =========================================================
pc_page_o_sns_kiyaku
pc_page_o_sns_privacy
========================================================= */
#pc_page_o_sns_kiyaku #globalNavBefore { height: 190px;}
#pc_page_o_sns_privacy #globalNavBefore { height: 190px;}
#pc_page_o_sns_kiyaku #topBanner { display: none;}
#pc_page_o_sns_privacy #topBanner { display: none;}
#pc_page_o_sns_kiyaku #sideBanner { display: none;}
#pc_page_o_sns_privacy #sideBanner { display: none;}

/* =========================================================
pc_page_h_regist_intro
========================================================= */
#pc_page_h_regist_intro .simpleBox .block p {
  text-align: left;
  margin: 1em;
}
#pc_page_h_regist_intro #LayoutC #Center .simpleBox:nth-of-type(2) .block {
  height: 180px;
  overflow: auto;
}
#pc_page_h_regist_intro #topBanner { display: none;}
#pc_page_h_regist_intro #sideBanner { display: none;}

/* =========================================================
pc_page_h_regist_prof
========================================================= */
#pc_page_h_regist_prof #topBanner { display: none;}
#pc_page_h_regist_prof #sideBanner { display: none;}

/* =========================================================
pc_page_h_regist_prof_confirm
========================================================= */
#pc_page_h_regist_prof_confirm #topBanner { display: none;}
#pc_page_h_regist_prof_confirm #sideBanner { display: none;}

/* =========================================================
pc_page_h_home
========================================================= */
#pc_page_h_home #Body #Top { padding: 0;}

/* info list tab */
#pc_page_h_home #Body #Top #tabIndex { margin: 0 10px;}
#pc_page_h_home #Body #Top #tabIndex li {
  float: left;
}
#pc_page_h_home #Body #Top #tabIndex li a {
  font-size: 11px;
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  line-height: 200%;
  padding: 0.3em 1em;
  margin: 0 0 -1px;
  height: 28px;
  outline: none;
 }
#pc_page_h_home #Body #Top #tabIndex li a img {
  vertical-align: middle;
 }
#pc_page_h_home #Body #Top #tabIndex li.close {}
#pc_page_h_home #Body #Top #tabIndex li.close a {
  color: #999;
  background: #ccc;
}
#pc_page_h_home #Body #Top #tabIndex li.close a:hover { background: #ddd;}

/* info list 共通設定 */
#pc_page_h_home #Body #Top #tabBoxIndex {
  overflow: hidden;
  clear: both;
  border: 1px solid #ccc;
  background: #fff;
}
#pc_page_h_home #Body #Top #tabBoxIndex:after {
  clear: both;
  content: "";
  display: block;
}
#pc_page_h_home #Body #Top #tabBoxIndex > div { display: none;}
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox #info_dummy { display: none;}
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox .head { position: relative;}
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox .head:nth-of-type(2n) { background: #f9f9f9;}
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox .head .url {
  display: block;
  height: 30px;
  overflow: hidden;
}
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox .head .url:hover {
  background-color: #eee;
  color: #026CD1;
}
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox .head .url .inner { position: relative;}
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox .head .url .inner li { float: left;}
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox .head .url .inner li.category {
  font-size: 11px;
  width: 80px;
  height: 24px;
  line-height: 24px;
  color: #000;
  box-shadow: inset 0 0 0 1px #fff;
  font-size: 10px;
  margin: 2px 9px;
  text-align: center;
  background-color: #e0e0e0;
  border: solid 1px #ccc;
}
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox .head .url .inner li.date {
  width: 90px;
  line-height: 32px;
  color: #555;
}
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox .head .url .inner li.subject {
  width: 780px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* info list 個別設定 */
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox .head .url .inner li.category.category_news {
  background-color: #cdfffd;
  border: solid 1px #68fff9;
}
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox .head .url .inner li.category.category_event {
  background-color: #cdffcf;
  border: solid 1px #96ff9a;
}
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox .head .url .inner li.category.category_update {
  background-color: #ffe9cd;
  border: solid 1px #fbc27a;
}
#pc_page_h_home #Body #Top #tabBoxIndex .tabBox .head .url .inner li.category.category_maintenance {
  background-color: #ffcdcd;
  border: solid 1px #ffa0a0;
}

/* info free area */
#pc_page_h_home #tab0Box { margin: 5px 10px;}
#pc_page_h_home #tab0Box div.body {}
#pc_page_h_home #tab0Box ul li {
  height: 24px;
  line-height: 24px;
  font-size: 13px;
}
#pc_page_h_home #tab0Box ul li .gray {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  margin: 0;
  border: 1px solid #bbb;
  overflow: visible;
  font-size: 10px;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: linear-gradient(top, rgba(255,255,255,1),
                              rgba(255,255,255,0)),
                              url(data:image/png;base64,iVBORw0KGg[...]QmCC);
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);
  text-indent: 0;
  width: 60px;
  text-align: center;
  margin-right: 5px;
  line-height: 18px;
  position: relative;
  top: -2px;
}
#pc_page_h_home #tab0Box ul li .red {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  margin: 0;
  border: 1px solid #bbb;
  overflow: visible;
  font-size: 10px;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: linear-gradient(top, rgba(255,255,255,1),
                              rgba(255,255,255,0)),
                              url(data:image/png;base64,iVBORw0KGg[...]QmCC);
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);
  text-indent: 0;
  width: 60px;
  text-align: center;
  margin-right: 5px;

  background-color: #c43c35;
  border-color: #c43c35;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0, .9);
  line-height: 18px;
  position: relative;
  top: -2px;
}
#pc_page_h_home #tab0Box ul li .green {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  margin: 0;
  border: 1px solid #bbb;
  overflow: visible;
  font-size: 10px;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: linear-gradient(top, rgba(255,255,255,1),
                              rgba(255,255,255,0)),
                              url(data:image/png;base64,iVBORw0KGg[...]QmCC);
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);
  text-indent: 0;
  width: 60px;
  text-align: center;
  margin-right: 5px;

  background-color: #57a957;
  border-color: #57a957;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0, .9);
  line-height: 18px;
  position: relative;
  top: -2px;
}
#pc_page_h_home #tab0Box ul li .blue {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  margin: 0;
  border: 1px solid #bbb;
  overflow: visible;
  font-size: 10px;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: linear-gradient(top, rgba(255,255,255,1),
                              rgba(255,255,255,0)),
                              url(data:image/png;base64,iVBORw0KGg[...]QmCC);
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);
  text-indent: 0;
  width: 60px;
  text-align: center;
  margin-right: 5px;

  background-color: #269CE9;
  border-color: #269CE9;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0, .9);
  line-height: 18px;
  position: relative;
  top: -2px;
}
#pc_page_h_home #tab0Box ul li a {
  text-decoration: none;
}
#pc_page_h_home #tab0Box ul li a:hover {
  text-decoration: underline;
}
#pc_page_h_home #tab0Box ul li img {
  vertical-align: middle;
}

/* info homeInfoBox */
#pc_page_h_home #Top .homeInfoBox {
  margin: 10px 0;
  background: transparent;
  border: none;
  padding: 0;
}
#pc_page_h_home #Top .homeInfoBox div.body {
  background: transparent;
  border: none;
  padding: 0;
  min-height: inherit;
}
#pc_page_h_home #Top .homeInfoBox div.body ul {
  background: url("./skin/default/img/icon_information.gif") no-repeat scroll 5px 50% #F5FDFF;
  border: 1px solid #CCCCCC;
  padding: 0 0 0 100px;
}
#pc_page_h_home #Top .homeInfoBox div.body ul li {
  background: none repeat scroll 0 0 #FFFFFF;
  border-left: 1px solid #CCCCCC;
  padding: 5px;
}
#pc_page_h_home #Left .point { margin: 0 0 10px;}

/* =========================================================
pc_page_h_ranking
========================================================= */
#pc_page_h_ranking .rankingSideNav {
  border: 1px solid #CCCCCC;
  padding: 6px;
}
#pc_page_h_ranking .rankingSideNav .item {
  border: 1px solid #CCCCCC;
  margin: 0 0 10px;
}
#pc_page_h_ranking .rankingSideNav .item .partsHeading {
  padding: 10px 2px;
}
#pc_page_h_ranking .rankingSideNav .item p {
  margin: 5px;
}


/* =========================================================
pc_page_h_config_image
========================================================= */
#pc_page_h_config_image .photoUploadFormBox form {
  float: none;
  width: auto;
}
#pc_page_h_config_image .photoUploadFormBox ul { margin: 1em;}
#pc_page_h_config_image .photoUploadFormBox ul li {
  background: none;
  list-style: disc;
  padding-left: 0;
  margin-left: 1em;
}

/* =========================================================
pc_page_h_dungeon_point
========================================================= */
#pc_page_h_dungeon_point #Center .parts { overflow: hidden;}
#pc_page_h_dungeon_point #Center .item_box {
  background: url("/commu/skin/101_onigiri/img/bg_dp.jpg") no-repeat 10px 100% #fff;
  min-height: 260px;
  overflow: hidden;
}
#pc_page_h_dungeon_point #Center .item {
  float: left;
  margin: 10px 5px 10px 320px;
  background: #ffd;
  min-height: 180px;
}
#pc_page_h_dungeon_point #Center .item p {
  color: #c00;
  padding: 20px;
  font-size: 16px;
}
#pc_page_h_dungeon_point #Center .item table {
  max-width: 530px;
  min-width: 280px;
  width: auto;
  margin: 0 20px 20px 20px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
#pc_page_h_dungeon_point #Center .item table thead th,
#pc_page_h_dungeon_point #Center .item table thead td {
  background: #df6f00;
  border-top: none;
  border-left: 1px solid #fff;
  font-weight: 700;
  color: #fff;
  line-height: 26px;
  text-shadow: 1px 1px 0 rgba(0,0,0,.3);
  text-align: center;
}
#pc_page_h_dungeon_point #Center .item table th {
  padding: 5px 10px;
}
#pc_page_h_dungeon_point #Center .item table td {
  padding: 5px 10px;
  text-align: right;
}
#pc_page_h_dungeon_point #Center .item_right {
  float: right;
  margin: 10px 35px 0 0;
}
#pc_page_h_dungeon_point #Center .item_right ul {}
#pc_page_h_dungeon_point #Center .item_right ul li {
  margin-bottom: 10px;
}
#pc_page_h_dungeon_point #Center .item_right ul li a {
  background: none repeat scroll 0 0 #1e7db4;
  border: 1px solid #005d94;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  width: 230px;
  line-height: 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
#pc_page_h_dungeon_point #Center .item_right ul li a:hover {
  background: none repeat scroll 0 0 #0a5b89;
}
#pc_page_h_dungeon_point #Center .item_right ul li form { text-align: center;}
#pc_page_h_dungeon_point #Center .item_right ul li form input { margin-top: 20px;}

/* =========================================================
ie
========================================================= */
.ie8 #globalNav ul,
.ie8 #hLocalNav,
.ie8 #fLocalNav,
.ie8 #cLocalNav,
.ie7 #globalNav ul,
.ie7 #hLocalNav,
.ie7 #fLocalNav,
.ie7 #cLocalNav { background: #111;}

.ie8 #Container,
.ie7 #Container { border: 3px solid #ccc;}

/* =========================================================
youkaisyoukan_topick
========================================================= */
#pc_page_c_topic_detail .votespace{
    padding-bottom: 7px;
      width: 957px;
    overflow: hidden;

}
#pc_page_c_topic_detail .votebutton{
    margin: 0px;
    padding: 28px;
    width: 38%;
}
