@charset "UTF-8";

/*==============================================================================
 * デフォルトスタイルシートの上書き
 *----------------------------------------------------------------------------*/
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;
}
body{
	margin: 0px 10px;
}
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 "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
input,
textarea,
select {
	color: #333333;
	font-size: inherit;
	font-family: "ＭＳ Ｐゴシック", "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;
}
/*----------------------------------------------
 * テーブル
 *--------------------------------------------*/
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: #B3A18B;
}
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,
div#LayoutD {
	zoom: 1;
	overflow: hidden;
	overflow: -moz-scrollbars-none;
	float: left;
}
div#LayoutE {
	display:table;
}
#Left,
#Center {
	overflow: hidden;
}

/*----------------------------------------------
 * ベースレイアウト
 *--------------------------------------------*/
#Container {
	position: relative;
	width: 950px;
}
#Header {
	position: relative;
	z-index:30;
}
#topBanner {
	position: absolute;
	top: 5px;
	left: 220px;
	width: 468px;
	height: 60px;
	z-index: 200;
}
#registerLink {
	position: absolute;
	top: 72px;
	left: 728px;
	width: 245px;
	height: 25px;
	z-index: 200;
}
#movieLink {
	padding: 3px 0 3px 0;
}
#movieLink:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}
#loginForm {
	position: absolute;
	top: 5px;
	left: 700px;
	width: 245px;
	height: 70px;
	background: url(./img_skin.php?filename=skin_loginform_back&amp;image_filename=skin_skin_loginform_back_1228385488.gif) 0 0 no-repeat;
	padding: 3px 5px;
	z-index: 200;
}

#loginForm input#username, #loginForm input#password{
    width: 145px;
}

#loginForm input#keyword{
    width: 230px;
}

#loginForm .input_submit#memberButton,
#loginForm .input_submit#communityButton,
#loginForm .input_submit#commonButton {
    margin: 3px 0px;
}

#Top {
	padding-left: 5px;
}
#Top .infoBox,
#Top .descriptionBox {
	margin: 0 20px 10px;
}
#LayoutA {
	width: 720px;
}
#LayoutA #Left {
	float: left;
	width: 250px;
	padding: 0 5px;
}
#LayoutA #Center {
	float: left;
	width: 450px;
}
#LayoutB {
	width: 720px;
}
#LayoutB #Left {
	float: left;
	width: 180px;
}
#LayoutB #Center {
	float: right;
	width: 530px;
}
#LayoutC {
	width: 720px;
}
#LayoutC #Center {
	width: 710px;
	margin: 0 auto;
}
#LayoutD {
	width: 950px;
}
#LayoutD #Left {
	float: left;
	width: 300px;
	padding: 0 5px;
}
#LayoutD #Center {
	float: left;
	width: 640px;
}
#LayoutE {
	width: 840px;
}
#LayoutE table {
	width: 838px;
	margin: 0 10;
}
#LayoutE #CenterE {
	width: 840px;
	margin: 0 auto;
}

#Footer {
	clear: both;    
	width: 950px;
	height: 21px;
	background: url(./img_skin.php?filename=skin_footer&amp;image_filename=skin_skin_footer_1224174229.jpg) 0 0 no-repeat;
}
#Footer p {
	padding-right: 12px;
	line-height: 21px;
	text-align: right;
}
#sideBanner {
	float:left;
	width: 210px;
	margin: 5px;
}

#sideBanner #adsense {
	margin: 5px;
	text-align: center;
}

/*----------------------------------------------
 * 年表枠
 *--------------------------------------------*/
#historyflash {
	z-index: 0;
}
/*----------------------------------------------
 * パーツ枠
 *--------------------------------------------*/
div.dparts,
div.dparts div.parts,
div.ditem,
#LayoutA #Left div.parts {
	border: 1px solid #B3A18B;
}
div.ditem div.item {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #B3A18B;
}
div.dparts {
	margin: 0 auto 10px;
	padding: 0px;
}
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: #DBB964 url(./img_skin.php?filename=content_header_1&amp;image_filename=skin_content_header_1_1220685718.gif) no-repeat 0 0;
	text-align: left;
	font-size: 100%;
}
#LayoutA #Left .partsHeading {
	padding-left: 24px;
	background-image: url(./img_skin.php?filename=icon_title_1&amp;image_filename=skin_icon_title_1_1220685709.gif);
}
#LayoutD #Left .partsHeading {
	padding-left: 24px;
	background-image: url(./img_skin.php?filename=icon_title_1&amp;image_filename=skin_icon_title_1_1220685709.gif);
	border: 1px solid #B3A18B;
}
.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 #B3A18B;
}
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.pagerRelative p.sort {
	display: inline;
	margin-right: 20px;
	text-align: left;
}
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: 950px;
}
#globalNav {
	height: 96px;
	background: url(./img_skin.php?filename=skin_after_header&amp;image_filename=skin_skin_after_header_1270208923.gif) 0 0 no-repeat;
	z-index:40;
	visibility:visible;
}
#globalNavBefore {
	height: 96px;
	background: url(./img_skin.php?filename=skin_before_header&amp;image_filename=skin_skin_before_header_1270208950.gif) 0 0 no-repeat;
	z-index:40;
	visibility:visible;
}
.localNav {
	zoom: 1;
	position: relative;
	width: 950px;
	height: 29px;
	z-index:0;
}

#hLocalNav {
	background: url(./img_skin.php?filename=skin_navi_h&amp;image_filename=skin_skin_navi_h_1226370846.gif) 0 0 no-repeat;
	z-index: 1 ;
	visibility:visible;
}
*:first-child+html #hLocalNav { z-index: -5 ; }
* html #hLocalNav { z-index: -5 ; }

#fLocalNav {
	background: url(./img_skin.php?filename=skin_navi_f&amp;image_filename=skin_skin_navi_f_1221809668.gif) 0 0 no-repeat;
}
#cLocalNav {
	background: url(./img_skin.php?filename=skin_navi_c&amp;image_filename=skin_skin_navi_c_1221812154.gif) 0 0 no-repeat;
}
#coLocalNav {
	background: url(./img_skin.php?filename=skin_navi_common&amp;image_filename=skin_skin_navi_common_1226978343.gif) 0 0 no-repeat;
}
#sLocalNav {
	background: url(./img_skin.php?filename=skin_navi_share&amp;image_filename=skin_skin_navi_share_1253040853.jpg) 0 0 no-repeat;
}
/*
#globalNav li a:hover, #globalNav li a:active {
	background-image: url(./img_skin.php?filename=skin_after_header_2&amp;image_filename=skin_skin_after_header_2_1270208937.gif);
}
*/
#hLocalNav li a:hover, #hLocalNav li a:active {
	background-image: url(./img_skin.php?filename=skin_navi_h_2&amp;image_filename=skin_skin_navi_h_2_1226370831.gif);
}
#fLocalNav li a:hover, #fLocalNav li a:active {
	background-image: url(./img_skin.php?filename=skin_navi_f_2&amp;image_filename=skin_skin_navi_f_2_1221809657.gif);
}
#cLocalNav li a:hover, #cLocalNav li a:active {
	background-image: url(./img_skin.php?filename=skin_navi_c_2&amp;image_filename=skin_skin_navi_c_2_1221812168.gif);
}
#coLocalNav li a:hover, #coLocalNav li a:active {
	background-image: url(./img_skin.php?filename=skin_navi_common_2&amp;image_filename=skin_skin_navi_common_2_1226978351.gif);
}
#sLocalNav li a:hover, #sLocalNav li a:active {
	background-image: url(./img_skin.php?filename=skin_navi_share_2&amp;image_filename=skin_skin_navi_share_2_1253040862.jpg);
}

#globalNav h1,
#globalNavBefore h1 {
	position: absolute;
	top: 0px;
	left: 0;
	width: 220px;
	height: 60px;
}
.localNav li {
	position: absolute;
	z-index: 60;
	visibility:visible;
}
#globalNavBefore li#globalNavBefore_1,
#globalNavBefore li#globalNavBefore_2,
#globalNavBefore li#globalNavBefore_3,
#globalNavBefore li#globalNavBefore_4,
#globalNavBefore li#globalNavBefore_5,
#globalNavBefore li#globalNavBefore_6,
#globalNavBefore li#globalNavBefore_7,
#globalNavBefore li#globalNavBefore_8,
#globalNavBefore li#globalNavBefore_9,
#globalNavBefore li#globalNavBefore_10 {
	position: absolute;
}

#globalNav li#globalNav_1,
#globalNav li#globalNav_2,
#globalNav li#globalNav_3,
#globalNav li#globalNav_4,
#globalNav li#globalNav_5,
#globalNav li#globalNav_6,
#globalNav li#globalNav_7,
#globalNav li#globalNav_8,
#globalNav li#globalNav_9,
#globalNav li#globalNav_10 {
	position: absolute;
}
li#globalNav_1,
li#globalNav_2,
li#globalNav_3,
li#globalNav_4,
li#globalNav_5,
li#globalNav_6,
li#globalNav_7,
li#globalNav_8,
li#globalNav_9,
li#globalNav_10 {
	top: 72px;
	height: 24px;
}
li#globalNav_1 { left:   0px; width: 100px; }
li#globalNav_2 { left: 101px; width:  67px; }
li#globalNav_3 { left: 168px; width:  56px; }
li#globalNav_4 { left: 224px; width: 109px; }
li#globalNav_5 { left: 333px; width:  93px; }
li#globalNav_6 { left: 426px; width: 100px; }
li#globalNav_7 { left: 526px; width:  88px; }
/* li#globalNav_8 { left: 560px; width: 100px; }
li#globalNav_9 { left: 660px; width: 88px; } */

li#globalNav_1 a,
li#globalNav_2 a,
li#globalNav_3 a,
li#globalNav_4 a,
li#globalNav_5 a,
li#globalNav_6 a,
li#globalNav_7 a{
	height: 24px;
}
li#globalNav_1 a{  width: 100px; }
li#globalNav_2 a{  width:  67px; }
li#globalNav_3 a{  width:  56px; }
li#globalNav_4 a{  width: 109px; }
li#globalNav_5 a{  width:  93px; }
li#globalNav_6 a{  width: 100px; }
li#globalNav_7 a{  width:  88px; }

/* 
li#globalNav_1 a:hover, li#globalNav_1 a:active { background-position:  0px   -73px; }
li#globalNav_2 a:hover, li#globalNav_2 a:active { background-position: -101px -73px; }
li#globalNav_3 a:hover, li#globalNav_3 a:active { background-position: -168px -73px; }
li#globalNav_4 a:hover, li#globalNav_4 a:active { background-position: -224px -73px; }
li#globalNav_5 a:hover, li#globalNav_5 a:active { background-position: -333px -73px; }
li#globalNav_6 a:hover, li#globalNav_6 a:active { background-position: -426px -73px; }
li#globalNav_7 a:hover, li#globalNav_7 a:active { background-position: -526px -73px; }
li#globalNav_8 a:hover, li#globalNav_8 a:active { background-position: -560px -77px; }
li#globalNav_9 a:hover, li#globalNav_9 a:active { background-position: -660px -77px; }
*/

#globalNav ul li#globalNav_3 {
	position:relative;
}
#globalNav ul li#globalNav_3 table {
	border-collapse;
	border:none;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
#globalNav ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 90px;
	height: 0;
	z-index: 100;
}
#globalNav ul li ul li {
	margin-bottom: 0;
	width: 90px;
	height: 25px;
}
#globalNav ul li ul li a{
	display: block;
	height: 25px;
	line-height: 25px;
	width: 90px;
	z-index:100;
}
#globalNav ul li#globalNav_3 a:hover {
	position: relative;
	z-index: 100;
}
#globalNav ul li#globalNav_3:hover ul ,
#globalNav ul li#globalNav_3 a:hover ul {
	visibility: visible;
	overflow: visible;
	height: 0;
	width: 90px;
	z-index: 70;
}

#globalNav ul li ul li#globalNav_3_1 a{
	background:url(./img_skin.php?filename=skin_header_history_nav&amp;image_filename=skin_skin_header_history_nav_1253040823.gif) no-repeat 0 0 ;
}
#globalNav ul li ul li#globalNav_3_2 a{
	background:url(./img_skin.php?filename=skin_header_history_nav&amp;image_filename=skin_skin_header_history_nav_1253040823.gif) no-repeat 0 -25px ;
}
#globalNav ul li ul li#globalNav_3_3 a{
	background:url(./img_skin.php?filename=skin_header_history_nav&amp;image_filename=skin_skin_header_history_nav_1253040823.gif) no-repeat 0 -50px ;
}
#globalNav ul li ul li#globalNav_3_4 a{
	background:url(./img_skin.php?filename=skin_header_history_nav&amp;image_filename=skin_skin_header_history_nav_1253040823.gif) no-repeat 0 -75px ;
}

li#globalNavBefore_1,
li#globalNavBefore_2,
li#globalNavBefore_3,
li#globalNavBefore_4,
li#globalNavBefore_5,
li#globalNavBefore_6,
li#globalNavBefore_7,
li#globalNavBefore_8 {
	top: 72px;
	height: 24px;
}
li#globalNavBefore_1 { left:   0px; width:   0px; }
li#globalNavBefore_2 { left:   0px; width:  67px; }
li#globalNavBefore_3 { left:  68px; width:  56px; }
li#globalNavBefore_4 { left: 125px; width: 109px; }
li#globalNavBefore_5 { left:   0px; width:   0px; }
li#globalNavBefore_6 { left:   0px; width:   0px; }
li#globalNavBefore_7 { left:   0px; width:   0px; }
li#globalNavBefore_8 { left:   0px; width:   0px; }

li#globalNavBefore_1 a,
li#globalNavBefore_2 a,
li#globalNavBefore_3 a,
li#globalNavBefore_4 a,
li#globalNavBefore_5 a,
li#globalNavBefore_6 a,
li#globalNavBefore_7 a,
li#globalNavBefore_8 a {
	height: 24px;
}
li#globalNavBefore_1 a{ width:   0px; }
li#globalNavBefore_2 a{ width:  67px; }
li#globalNavBefore_3 a{ width:  56px; }
li#globalNavBefore_4 a{ width: 109px; }
li#globalNavBefore_5 a{ width:   0px; }
li#globalNavBefore_6 a{ width:   0px; }
li#globalNavBefore_7 a{ width:   0px; }
li#globalNavBefore_8 a{ width:   0px; }

/*
li#globalNavBefore_1 a:hover, li#globalNavBefore_1 a:active { background-position: -0px   -77px; }
li#globalNavBefore_2 a:hover, li#globalNavBefore_2 a:active { background-position: -0px   -77px; }
li#globalNavBefore_3 a:hover, li#globalNavBefore_3 a:active { background-position: -70px  -77px; }
li#globalNavBefore_4 a:hover, li#globalNavBefore_4 a:active { background-position: -143px -77px; }
li#globalNavBefore_5 a:hover, li#globalNavBefore_5 a:active { background-position: -225px -77px; }
li#globalNavBefore_6 a:hover, li#globalNavBefore_6 a:active { background-position: -295px -77px; }
li#globalNavBefore_7 a:hover, li#globalNavBefore_7 a:active { background-position: -0px   -77px; }
li#globalNavBefore_8 a:hover, li#globalNavBefore_8 a:active { background-position: -0px   -77px; }
*/

#globalNavBefore ul li#globalNavBefore_3 {
	position:relative;
}
#globalNavBefore ul li#globalNavBefore_3 table {
	border-collapse;
	border:none;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
#globalNavBefore ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 90px;
	height: 0;
	z-index: 100;
}
#globalNavBefore ul li ul li {
	margin-bottom: 0;
	width: 90px;
	height: 25px;
}
#globalNavBefore ul li ul li a{
	display: block;
	height: 25px;
	line-height: 25px;
	width: 90px;
}
#globalNavBefore ul li#globalNavBefore_3 a:hover {
	position: relative;
	z-index: 100;
}
#globalNavBefore ul li#globalNavBefore_3:hover ul ,
#globalNavBefore ul li#globalNavBefore_3 a:hover ul {
	visibility: visible;
	overflow: visible;
	height: 0;
	width: 90px;
	z-index: 70;
}

#globalNavBefore ul li ul li#globalNavBefore_3_1 a{
	background:url(./img_skin.php?filename=skin_header_history_nav&amp;image_filename=skin_skin_header_history_nav_1253040823.gif) no-repeat 0 0 ;
}
#globalNavBefore ul li ul li#globalNavBefore_3_2 a{
	background:url(./img_skin.php?filename=skin_header_history_nav&amp;image_filename=skin_skin_header_history_nav_1253040823.gif) no-repeat 0 -25px ;
}
#globalNavBefore ul li ul li#globalNavBefore_3_3 a{
	background:url(./img_skin.php?filename=skin_header_history_nav&amp;image_filename=skin_skin_header_history_nav_1253040823.gif) no-repeat 0 -50px ;
}
#globalNavBefore ul li ul li#globalNavBefore_3_4 a{
	background:url(./img_skin.php?filename=skin_header_history_nav&amp;image_filename=skin_skin_header_history_nav_1253040823.gif) no-repeat 0 -75px ;
}

#hLocalNav li {
	top: 0;
	width: 135px;
	height: 29px;
	z-index: 0 ;
	visibility: visible;
}
*:first-child+html #hLocalNav li { z-index: -10 ; }
* html #hLocalNav li { z-index: -10 ; }
	
#hLocalNav li#hLocalNav_7 {
	width: 141px;
}
li#hLocalNav_1 { left:   0px; }
li#hLocalNav_2 { left: 135px; }
li#hLocalNav_3 { left: 270px; }
li#hLocalNav_4 { left: 405px; }
li#hLocalNav_5 { left: 540px; }
li#hLocalNav_6 { left: 675px; }
li#hLocalNav_7 { left: 810px; }
li#hLocalNav_1 a:hover, li#hLocalNav_1 a:active { background-position:   -0px -30px; }
li#hLocalNav_2 a:hover, li#hLocalNav_2 a:active { background-position: -135px -30px; }
li#hLocalNav_3 a:hover, li#hLocalNav_3 a:active { background-position: -270px -30px; }
li#hLocalNav_4 a:hover, li#hLocalNav_4 a:active { background-position: -405px -30px; }
li#hLocalNav_5 a:hover, li#hLocalNav_5 a:active { background-position: -540px -30px; }
li#hLocalNav_6 a:hover, li#hLocalNav_6 a:active { background-position: -675px -30px; }
li#hLocalNav_7 a:hover, li#hLocalNav_7 a:active { background-position: -810px -30px; }

#fLocalNav li {
	top: 0;
	width: 105px;
	height: 29px;
}
li#fLocalNav_1 { left:   0px; }
li#fLocalNav_2 { left: 106px; }
li#fLocalNav_3 { left: 212px; }
li#fLocalNav_4 { left: 318px; }
li#fLocalNav_5 { left: 423px; }
li#fLocalNav_6 { left: 528px; }
li#fLocalNav_7 { left: 634px; }
li#fLocalNav_8 { left: 739px; }
li#fLocalNav_9 { left: 845px; }
li#fLocalNav_1 a:hover, li#fLocalNav_1 a:active { background-position:   -0px -30px; }
li#fLocalNav_2 a:hover, li#fLocalNav_2 a:active { background-position: -106px -30px; }
li#fLocalNav_3 a:hover, li#fLocalNav_3 a:active { background-position: -212px -30px; }
li#fLocalNav_4 a:hover, li#fLocalNav_4 a:active { background-position: -318px -30px; }
li#fLocalNav_5 a:hover, li#fLocalNav_5 a:active { background-position: -423px -30px; }
li#fLocalNav_6 a:hover, li#fLocalNav_6 a:active { background-position: -528px -30px; }
li#fLocalNav_7 a:hover, li#fLocalNav_7 a:active { background-position: -634px -30px; }
li#fLocalNav_8 a:hover, li#fLocalNav_8 a:active { background-position: -739px -30px; }
li#fLocalNav_9 a:hover, li#fLocalNav_9 a:active { background-position: -845px -30px; }

#cLocalNav li {
	top: 0;
	width: 119px;
	height: 29px;
}
li#cLocalNav_1 { left:   0px; }
li#cLocalNav_2 { left: 119px; }
li#cLocalNav_3 { left: 238px; }
li#cLocalNav_4 { left: 357px; }
li#cLocalNav_5 { left: 475px; }
li#cLocalNav_6 { left: 594px; }
li#cLocalNav_7 { left: 713px; }
li#cLocalNav_8 { left: 832px; }
li#cLocalNav_1 a:hover, li#cLocalNav_1 a:active { background-position:   -0px -30px; }
li#cLocalNav_2 a:hover, li#cLocalNav_2 a:active { background-position: -119px -30px; }
li#cLocalNav_3 a:hover, li#cLocalNav_3 a:active { background-position: -238px -30px; }
li#cLocalNav_4 a:hover, li#cLocalNav_4 a:active { background-position: -357px -30px; }
li#cLocalNav_5 a:hover, li#cLocalNav_5 a:active { background-position: -475px -30px; }
li#cLocalNav_6 a:hover, li#cLocalNav_6 a:active { background-position: -594px -30px; }
li#cLocalNav_7 a:hover, li#cLocalNav_7 a:active { background-position: -713px -30px; }
li#cLocalNav_8 a:hover, li#cLocalNav_8 a:active { background-position: -832px -30px; }

#coLocalNav li {
	top: 0;
	width: 237px;
	height: 29px;
}
li#coLocalNav_1 { left:   0px; }
li#coLocalNav_2 { left: 237px; }
li#coLocalNav_3 { left: 475px; }
li#coLocalNav_4 { left: 712px; }
li#coLocalNav_1 a:hover, li#coLocalNav_1 a:active { background-position:   -0px -30px; }
li#coLocalNav_2 a:hover, li#coLocalNav_2 a:active { background-position: -237px -30px; }
li#coLocalNav_3 a:hover, li#coLocalNav_3 a:active { background-position: -475px -30px; }
li#coLocalNav_4 a:hover, li#coLocalNav_4 a:active { background-position: -712px -30px; }

#sLocalNav li {
	top: 0;
	width: 237px;
	height: 29px;
}
li#sLocalNav_1 { left:   0px; }
li#sLocalNav_2 { left: 237px; }
li#sLocalNav_3 { left: 475px; }
li#sLocalNav_4 { left: 712px; }
li#sLocalNav_1 a:hover, li#sLocalNav_1 a:active { background-position:   -0px -30px; }
li#sLocalNav_2 a:hover, li#sLocalNav_2 a:active { background-position: -237px -30px; }
li#sLocalNav_3 a:hover, li#sLocalNav_3 a:active { background-position: -475px -30px; }
li#sLocalNav_4 a:hover, li#sLocalNav_4 a:active { background-position: -712px -30px; }

/*==============================================================================
 * 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 #B3A18B;
	background: #FFF8D8;
}
.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 #B3A18B;
}
.searchFormBox .parts {
	zoom: 1;
}
.searchFormBox .item {
	overflow: hidden;
	margin: 10px 40px;
	padding-top: 8px;
	border: 1px solid #B3A18B;
}
.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 #B3A18B;
}
.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 #B3A18B;
}
* html .diaryDetailBox dd {
	height: 4.2em;
}
.diaryDetailBox dd div {
	border-top: 1px solid #B3A18B;
}
.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 #B3A18B;
}
.topicDetailBox dt {
	float: left;
	width: 100px;
	padding:9px 5px 3px;
	margin:0;
	text-align: center;
}
.topicDetailBox dd {
	/* margin-left: 110px; */
	padding:5px 0;
	margin:0;
	display:block;
	overflow: hidden;
	border-left: 1px solid #B3A18B;
}
.topicDetailBox dd div {
	padding: 5px;
	margin: 0;
	/* border-top: 1px solid #B3A18B; */
}
.topicDetailBox dd div p {
	padding:0;
}
.topicDetailBox dd div.title {
	border-bottom: 1px solid #B3A18B;
}
.topicDetailBox dd div.body p.text {
	
}
.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 #B3A18B;
}
.eventDetailBox dt {
	float: left;
	width: 100px;
	padding: 5px;
	text-align: center;
}
.eventDetailBox dd {
	zoom: 1;
	margin-left: 110px;
	border-left: 1px solid #B3A18B;
}
.eventDetailBox dd ul.photo {
	padding: 5px;
	border-bottom: 1px solid #B3A18B;
}
.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（ホームインフォメーションボックス）
 *----------------------------------------------------------------------------*/
.homeInfoBox .caution {
	color: #ff0000;
}

.homeInfoBox .partsHeading {
	zoom: 1;
	position: relative;
}
.homeInfoBox .partsHeading p.link {
	position: absolute;
	top: 2px;
	right: 8px;
}
.homeInfoBox th#left {
	width: 105px;
	background-color: #FFF8D8;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}
.homeInfoBox td#right {
	padding: 5px;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #B3A18B;
}


/*==============================================================================
 * 13. photoUploadFormBox（プロフィール写真アップロードフォームボックス）
 *----------------------------------------------------------------------------*/
.photoUploadFormBox table {
	border-top: 1px solid #B3A18B;
}
#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 #B3A18B;
	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 #B3A18B; 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 #B3A18B;
}
* html .commentList dd {
	height: 5.5em;
}
#LayoutC .commentList dt {
	width: 110px;
}
#LayoutC .commentList dd {
	margin-left: 110px;
}
.commentList dd div {
	border-top: 1px solid #B3A18B;
}
.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: #FFF8D8;
}
.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: 80px;
}
#Body .searchResultList th:first-child,
#Body .searchResultList th.first-child {
	border-left-width: 1px;
}
#Body .searchResultList th:first-child#leftnone,
#Body .searchResultList th.first-child#leftnone {
	border-left-width: 0px;
}
.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 #B3A18B;
	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 #B3A18B;
}
.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 #B3A18B;
}
.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 #B3A18B;
}
.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 #B3A18B;
}
#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 td.group {
	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 #B3A18B;
	background: #FFF8D8;
	text-align: center;
}
.searchCategoryList .item {
	margin: 10px 40px;
	border: 1px solid #B3A18B;
	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 #B3A18B;
}
.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: 10px;
}
* 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: #FFF8D8;
}
#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 #B3A18B;
}
.ashiatoList div.item {
	margin: 8px 40px;
	padding: 8px 0;
	border: 1px solid #B3A18B;
}
.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: #FFF8D8;
}
.rankingList td.name a {
	font-weight: bold;
}
.rankingList .ditem {
	margin: 8px 15px;
	background: #FFF8D8;
}
.rankingList .item {
	background: #FFFFFF;
}
.rankingList .item td.photo {
	width: 90px;
}

/*==============================================================================
 * 32. bizSideTodoList（BIZ用Todoリスト）
 *----------------------------------------------------------------------------*/
#Body .bizSideTodoList {
	width: 220px;
	margin: 10px 5px;
	border: 1px solid #B3A18B;
}
#Body .bizSideTodoList td {
	border-width: 1px 0 0;
}
.bizSideTodoList .block {
	padding: 5px;
}
.bizSideTodoList textarea {
	width: 98%;
}
.bizSideTodoList tr.someone {
	background: #FFF8D8;
}
.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 #B3A18B;
}
.bizSideScheduleList dl {
	overflow: hidden;
	border-top: 1px solid #B3A18B;
}
.bizSideScheduleList dt {
	float: left;
	width: 60px;
	padding: 5px;
	text-align: center;
}
.bizSideScheduleList dd {
	zoom: 1;
	margin-left: 70px;
	padding: 5px;
	border-left: 1px solid #B3A18B;
}

/*==============================================================================
 * 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: #FFF8D8;
}
.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: #FFF8D8;
}
.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: #FFF8D8;
}
.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: #FFF8D8;
	font-weight: bold;
}
.monthlyCalendarTable .calendar td p {
	font-weight: normal;
}
.monthlyCalendarTable .partsInfo {
	padding: 5px;
	background: #FFF8D8;
}
.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: #FFF8D8;
}
.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 #F4E6B9;
}
.sideNav .partsHeading {
	border-bottom: 1px solid #B3A18B;
}
.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: #FFF8D8;
}
.sideNav .calendar .partsHeading {
	padding: 4px 0;
	border: none;
	background: none;
	text-align: center;
}
.sideNav .calendar th {
	background-color: #FFF8D8;
	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 #F4E6B9;
}
.rankingSideNav .partsHeading {
	padding: 2px 4px;
	border-bottom: 1px solid #B3A18B;
	background-image: none;
	text-align: center;
}
.rankingSideNav p {
	margin: 3px;
}
.rankingSideNav p.link {
	padding: 3px;
	border: 1px solid #B3A18B;
	text-align: right;
}

/*==============================================================================
 * 45. 年表一覧
 *----------------------------------------------------------------------------*/
.historyList td {
	padding: 5px;
}

/*==============================================================================
 * 45. エントリー一覧
 *----------------------------------------------------------------------------*/
.entryList td {
	padding: 5px;
}

.entryList td.date {
	width: 120px;
}

.entryList td.priority {
	width: 80px;
	text-align: center;
}


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

/*==============================================================================
 * 47. homeMainTable（ポータルページ）
 *----------------------------------------------------------------------------*/
.lastestMainTable .partsHeading {
	zoom: 1;
	position: relative;
}
.lastestMainTable .partsHeading p.link {
	position: absolute;
	top: 2px;
	right: 8px;
}
.lastestMainTable th {
	width: 83px;
	background-color: #FFF8D8;
}
.lastestMainTable th, .lastestMainTable td {
	padding: 5px;
}
.lastestMainTable ul.articleList {
	line-height: 1.3;
}
.lastestMainTable ul.articleList li {
	padding-left: 85px;
	background: url(./skin/default/img/icon_1.gif) 3px 0.4em no-repeat scroll;
	text-indent: -72px;
}
.lastestMainTable ul.articleList li span.date {
	padding-right: 18px;
}
.lastestMainTable div.moreInfo ul.moreInfo {
	width: 10em;
	margin: 0 2px 0 auto;
}
.lastestMainTable td.halfway ul.moreInfo {
	width: 12em;
	margin: 0 0 20px auto;
}

div#topFlash
{
    height: 300px;
    border: 1px solid;
    margin: 3px 0px ;
}

div#comicFlash
{
	width:480px;
	height: 320px;
	border: 1px solid #aaa;
}

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

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

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

/*==============================================================================
 * 51. 年表一覧
 *----------------------------------------------------------------------------*/
.wizardCaptionList th {
	width: 250px;
	padding: 5px;
	font-weight: bold;
}

.wizardCaptionList td {
	padding: 5px;
}

.wizardCaptionList td.date {
	width: 150px;
}
.wizardCaptionList td.title {
	width: 200px;
}

/*==============================================================================
 * 52. blogpartsBox（シンプルボックス）
 *----------------------------------------------------------------------------*/
.blogpartsBox .block {
	padding: 10px 30px;
	text-align: left;
}

/**=============================================================================
 * 配色設定
 *----------------------------------------------------------------------------*/
#Body {
	background: #FFFFFF;
}
#Container {
	background: #FFFFFF;
}
div.dparts {
	background-color: #F4E6B9;
}
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;
}

/**=============================================================================
 * ログインページ
 *----------------------------------------------------------------------------*/
div#container_login {
	position: relative;
	display: block;
	margin: 0px auto 0px 0px;
	width: 720px;
	height: 563px;
	padding: 0px;
}

div#container_login img.bg {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 720px;
	height: 563px;
	z-index: 0;
}

div#container_login a img {
	width: 100%;
	height: 100%;
}

div#container_login div.banner,
div#container_login a.banner {
	display: block;
	position: absolute;
	left: 247px;
	top: 5px;
	width: 468px;
	height: 60px;
	z-index: 200;
}

div#container_login div.header a.main_menu {
	display: block;
	display: none;
	position: absolute;
	height: 22px;
	top: 0px;
}

div#container_login input#username {
	display: block;
	position: absolute;
	left: 504px;
	top: 246px;
	width: 185px;
	height: 23px;
	font-size: 10pt;
	z-index: 100;
}

div#container_login input#password {
	display: block;
	position: absolute;
	left: 504px;
	top: 299px;
	width: 185px;
	height: 23px;
	font-size: 10pt;
	z-index: 110;
}

div#container_login input#button_login {
	display: block;
	position: absolute;
	left: 536px;
	top: 384px;
	width: 120px;
	height: 24px;
	border: none 0px;
	background-color: transparent;
	z-index: 120;
}

div#container_login a#button_new_regist {
	display: block;
	position: absolute;
	left: 536px;
	top: 414px;
	width: 120px;
	height: 24px;
	border: none 0px;
	z-index: 130;
}

div#container_login div.msg {
	display: block;
	position: absolute;
	border: none 0px;
	padding: 3px 0px;
	left: 504px;
	top: 327px;
	width: 185px;
	height: 42px;
	font-size: 9pt;
	text-align: center;
	z-index: 140;
}

div#container_login div.msg * {
	font-size: 8pt;
}

div#container_login .footer {
	display: block;
	position: absolute;
	left: 0px;
	top: 542px;
	width: 720px;
	height: 21px;
	z-index: 300;
}
div#container_login .footer p {
	margin-right: 12px;
	text-align: right;
	line-height: 21px;
}
/*==============================================================================
 * histyについて
 *----------------------------------------------------------------------------*/
div.abouthisty {
	margin: 0;
	padding: 0;
}
div.abouthisty div#contentBox {
	width: 672px;
	margin: 0 10px 20px 10px;
	padding: 0;
}
div.abouthisty div#contentBox h3 {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 0 0 0 1em;
	line-height: 1.5;
	font-size: 1.3em;
	font-weight: bold;
	color: #3b1d0d;
	background-color: #f4e6b9;
	border-left:10px solid #e49200;
}
div.abouthisty div#contentBox h4 {
	clear: both;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px 0 10px 2%;
	padding: 0 0 0 .8em;
	border-left: 3px solid #895033;
	border-bottom: 1px solid #895033;
}
div.abouthisty div#contentBox p {
	margin: 0 0 0 4%;
}
div.abouthisty div#contentBox p.indent-content {
	text-indent: 1em;
	clear: both;
}
/*==============================================================================
 * ヘルプ
 *----------------------------------------------------------------------------*/
div.faq {
	margin: 0;
	padding: 0;
}
div.faq div#contentBox {
	width: 672px;
	margin: 0 10px 20px 10px;
	padding: 0;
}
div.faq div#contentBox h3 {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 0 0 0 1em;
	line-height: 1.5;
	font-size: 1.3em;
	font-weight: bold;
	color: #3b1d0d;
	background-color: #f4e6b9;
	border-left:10px solid #e49200;
}
div.faq div#contentBox h4 {
	width: 95%;
	clear: both;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4;
	margin: 10px 0 10px 2%;
	padding: 0 0 0 .8em;
	border-left: 3px solid #895033;
	border-bottom: 1px solid #895033;
}
div.faq div#contentBox ul.category_faq {
	width: 90%;
	margin: 0 0 2em 5%;
}
div.faq div#contentBox ul.category_faq li {
	background: url(modules/pc/faq_icon.gif) no-repeat 0 0;
	padding: 0 0 .5em 25px;
}
div.faq div#contentBox ul.category_faq li a {
	color: #63531f;
}
div.faq div#contentBox ul.category_faq li a:hover ,
div.faq div#contentBox ul.category_faq li a:active {
	color: #c7ac59;
}

div.faq div#contentBox dl {
width: 650px;
height: 100%;
margin: 0 auto 15px;
background: url(modules/pc/faq_bg.jpg) repeat-y 0 0;
}
div.faq div#contentBox dl dt {
height: 48px;
width: 100%;
background: url(modules/pc/faq_q_bg.jpg) no-repeat 0 0;
}
div.faq div#contentBox dl dt span {
display: block;
background: url(modules/pc/faq_q.jpg) no-repeat 15px 15px;
height: 48px;
line-height: 48px;
padding: 3px 10px 0 60px;
font-weight: bold;
font-size: 1.1em;
color: #63531f;
}
div.faq div#contentBox dl dd {
height: 100%;
width: 100%;
padding: 0 0 20px 0;
background: url(modules/pc/faq_a_bg.jpg) no-repeat bottom;
}
div.faq div#contentBox dl dd span {
display: block;
background: url(modules/pc/faq_a.jpg) no-repeat 15px 9px;
height: 100%;
padding: 14px 10px 0 60px;
}
div.faq div#contentBox p {
	margin: 0 0 0 4%;
}
/*==============================================================================
 * 運営会社
 *----------------------------------------------------------------------------*/
div.company {
	margin: 0;
	padding: 0;
}
div.company div#contentBox {
	width: 672px;
	margin: 0 10px 20px 10px;
	padding: 0;
}
div.company div#contentBox h3 {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 0 0 0 1em;
	line-height: 1.5;
	font-size: 1.3em;
	font-weight: bold;
	color: #3b1d0d;
	background-color: #f4e6b9;
	border-left:10px solid #e49200;
}
div.company div#contentBox h4 {
	clear: both;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4;
	margin: 10px 0 10px 2%;
	padding: 0 0 0 .8em;
	border-left: 3px solid #895033;
	border-bottom: 1px solid #895033;
}
div.company div#contentBox p.indent-content {
	text-indent: 1em;
	clear: both;
	margin: 0 0 0 4%;
}
div.company div#contentBox table {
	width: 85%;
	margin: 10px auto;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	border-left: 1px solid #895033;
	border-top: 1px solid #895033;
	color: #333;
}
div.company div#contentBox table th {
	width: 30%;
	margin: 0;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	background-color: #fff8d8;
	border-left: none;
	border-top: none;
	border-right: 1px solid #895033;
	border-bottom: 1px solid #895033;
}
div.company div#contentBox table td {
	width: 70%;
	margin: 0;
	padding: 3px;
	height: 100%;
	border-left: none;
	border-top: none;
	border-right: 1px solid #895033;
	border-bottom: 1px solid #895033;
}
div.company div#contentBox p {
	margin: 0 0 0 4%;
}
div.company div#contentBox p.indent-content {
	text-indent: 1em;
	clear: both;
}
/*==============================================================================
 * ご利用上の注意
 *----------------------------------------------------------------------------*/
div.attention {
	margin: 0;
	padding: 0;
}
div.attention div#contentBox {
	width: 672px;
	margin: 0 10px 20px 10px;
	padding: 0;
}
div.attention div#contentBox h3 {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 0 0 0 1em;
	line-height: 1.5;
	font-size: 1.3em;
	font-weight: bold;
	color: #3b1d0d;
	background-color: #f4e6b9;
	border-left:10px solid #e49200;
}
div.attention div#contentBox p.indent-content {
	text-indent: 1em;
	clear: both;
}
div.attention div#contentBox p {
	margin: 0 0 1.5em 4%;
}
/*==============================================================================
 * 広告掲載
 *----------------------------------------------------------------------------*/
div.advertisement {
	margin: 0;
	padding: 0;
}
div.advertisement div#contentBox {
	width: 672px;
	margin: 0 10px 20px 10px;
	padding: 0;
}
div.advertisement div#contentBox p {
	margin: 0;
	padding: 0;
}
div.advertisement div#contentBox h3 {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 0 0 0 1em;
	line-height: 1.5;
	font-size: 1.3em;
	font-weight: bold;
	color: #3b1d0d;
	background-color: #f4e6b9;
	border-left:10px solid #e49200;
}
div.advertisement div#contentBox h4 {
	clear: both;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4;
	margin: 10px 0 10px 2%;
	padding: 0 0 0 .8em;
	border-left: 3px solid #895033;
	border-bottom: 1px solid #895033;
}
div.advertisement div#contentBox table {
	width: 85%;
	margin: 10px auto;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	border-left: 1px solid #895033;
	border-top: 1px solid #895033;
	color: #333;
}
div.advertisement div#contentBox table th {
	width: 35%;
	margin: 0;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	background-color: #fff8d8;
	border-left: none;
	border-top: none;
	border-right: 1px solid #895033;
	border-bottom: 1px solid #895033;
}
div.advertisement div#contentBox table td {
	width: 65%;
	margin: 0;
	padding: 3px;
	height: 100%;
	border-left: none;
	border-top: none;
	border-right: 1px solid #895033;
	border-bottom: 1px solid #895033;
}
div.advertisement div#contentBox table .text-red{
	color: #c00;
}
div.advertisement div#contentBox table .center-text{
	text-align:center;
}
div.advertisement div#contentBox p {
	margin: 0 0 0 4%;
}
div.advertisement div#contentBox p.indent-content {
	text-indent: 1em;
	clear: both;
}
/*==============================================================================
 * お問い合わせ
 *----------------------------------------------------------------------------*/
div.qaform {
	margin: 0;
	padding: 0;
}
div.qaform div#contentBox {
	width: 672px;
	margin: 0 auto 20px ;
	padding: 0;
}
div#LayoutC div#contentBox div.article p,
div#LayoutC div#contentBox div.leftline p{
	margin:0;
	padding:0;
	text-indent:0;
}
/* BoxSetting */
div.qaform div#contentBox div.article {
	clear:both;
	width: 672px;
	margin: 0 0 20px;
	padding: 0;
	overflow:hidden;
}
div.qaform div#contentBox .boxline{
	border:1px solid #ffc000;
}
/* SideLineBox Setting */
div.qaform div#contentBox div.leftline {
	clear:both;
	border-left:7px solid #ffc000;
	padding:0 0 0 1.5em;
	margin: 0 0 15px;
}
/* H+ Title Setting */
div.qaform div#contentBox h3 {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 0 0 0 1em;
	line-height: 1.5;
	font-size: 1.3em;
	font-weight: bold;
	color: #3b1d0d;
	background-color: #f4e6b9;
	border-left:10px solid #e49200;
}
div.qaform div#contentBox h4.title {
	color:#c00;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
}
div.qaform div#contentBox h5 {
	color:#984806;
	font-size:1.2em;
	font-weight:bold;
	margin:5px;
}
/* LeftBox */
div.qaform div#contentBox .primary{
	float:left;
	width:48%;
}

div.qaform div#contentBox .secondary{
	float:right;
	width:48%;
}
div.qaform div#contentBox .primary h4,
div.qaform div#contentBox .primary dl,
div.qaform div#contentBox .secondary h4,
div.qaform div#contentBox .secondary ul,
{
	padding:5px;
}
/* LeftBox CommonList */
div.qaform div#contentBox .primary dl{
	width:auto;
	margin:0 5px 5px;
}
div.qaform div#contentBox .primary dl dt{
	margin-bottom:.3em;
}
div.qaform div#contentBox .primary dl dd{
	margin:0 0 .5em 1em;
}
/* RightBox CommonList */
div.qaform div#contentBox .secondary ul{
	width:auto;
	margin:0 5px 5px;
}
div.qaform div#contentBox .secondary ul li{
	margin:0 0 5px;
}
/* 法人向けプレミアムの特徴 */
div.qaform div#contentBox div.centerarticle {
	width:80%;
	margin: 0 auto 20px;
	padding:.5em;
	border:1px solid #ffc000;
	overflow:hidden;
}
div.qaform div#contentBox div.centerarticle h5 {
	margin:0 0 10px;
}
dl.featurelistbox {
	width:auto;
}
dl.featurelistbox dt{
	width:100%;
	margin-bottom:.3em;
	font-weight:bold;
}
dl.featurelistbox dd{
	width:100%;
	margin-bottom:.6em;
	text-indent:1em;
}
div.qaform div#contentBox table {
	width: 85%;
	margin: 10px auto;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	border-left: 1px solid #895033;
	border-top: 1px solid #895033;
	color: #333;
}
div.qaform div#contentBox table th {
	width: 35%;
	margin: 0;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	background-color: #fff8d8;
	border-left: none;
	border-top: none;
	border-right: 1px solid #895033;
	border-bottom: 1px solid #895033;
}
div.qaform div#contentBox table th input {
	font-weight: normal;
}
div.qaform div#contentBox table td {
	width: 65%;
	margin: 0;
	padding: 3px;
	height: 100%;
	border-left: none;
	border-top: none;
	border-right: 1px solid #895033;
	border-bottom: 1px solid #895033;
}
div.qaform div#contentBox table .center-text {
	text-align: center;
}
div.qaform div#contentBox p {
	margin: 0 0 0 4%;
}
/*==============================================================================
 * 利用規約
 *----------------------------------------------------------------------------*/
div.agreement {
	margin: 0;
	padding: 0;
}
div.agreement div.parts {
	overflow: hidden;
}
div.agreement div#contentBox {
	width: 672px;
	margin: 0 auto 20px;
	padding: 0;
}
div.agreement div#contentBox div.scrollbox{
	width:652px;
	height:250px;
	overflow:scroll;
	margin:15px auto;

}
div.agreement div#contentBox h3 {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 0 0 0 1em;
	line-height: 1.5;
	font-size: 1.3em;
	font-weight: bold;
	color: #3b1d0d;
	background-color: #f4e6b9;
	border-left:10px solid #e49200;
}
div.agreement div#contentBox div.scrollbox h4 {
	width:94%;
	clear: both;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4;
	margin: 10px 0 10px .2em;
	padding: 0 0 0 .8em;
	border-left: 3px solid #895033;
	border-bottom: 1px solid #895033;
}
div.agreement div#contentBox div.scrollbox dl.agreelist {
	clear:both;
	width: 95%;
	height: auto;
	margin: 5px 0 15px 10px;
	padding: 0;
}
div.agreement div#contentBox div.scrollbox dl.agreelist dt,
div.agreement div#contentBox div.scrollbox dl.agreelist dd {
	display: inline;
	float: left;
}
div.agreement div#contentBox div.scrollbox dl.agreelist dt {
	clear: both;
	width: 5%;
	padding: 0;
	margin: 0;
}
div.agreement div#contentBox div.scrollbox dl.agreelist dd {
	width: 94%;
	padding: 0 0 5px 0;
	margin: 0;
}
div.agreement div#contentBox p {
	margin: 0 0 0 ;
}
div.agreement div#contentBox p.indent-content {
	text-indent: 1em;
	clear: both;
}
/*==============================================================================
 * プライバシーポリシー
 *----------------------------------------------------------------------------*/
div.privacy {
	margin: 0;
	padding: 0;
}
div.privacy div.parts {
	overflow: hidden;
}
div.privacy div#contentBox {
	width: 672px;
	margin: 0 10px 20px 10px;
	padding: 0;
}
div.privacy div#contentBox h3 {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 0 0 0 1em;
	line-height: 1.5;
	font-size: 1.3em;
	font-weight: bold;
	color: #3b1d0d;
	background-color: #f4e6b9;
	border-left:10px solid #e49200;
}
div.privacy div#contentBox h4 {
	clear: both;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4;
	margin: 10px 0 10px 2%;
	padding: 0 0 0 .8em;
	border-left: 3px solid #895033;
	border-bottom: 1px solid #895033;
}
div.privacy div#contentBox div.text-right{
	margin: 1em 0 0 0;
}
div.privacy div#contentBox div.text-right p{
	margin: 0;
	padding: 0;
	text-align: right;
}
div.privacy div#contentBox p {
	margin: 0 0 0 4%;
}
div.privacy div#contentBox p.indent-content {
	text-indent: 1em;
	clear: both;
}

div.privacy div#contentBox dl.agreelist {
	width: 96%;
	height: 100%;
	margin: 5px 0 10px 4%;
	padding: 0;
}
div.privacy div#contentBox dl.agreelist dt,
div.privacy div#contentBox dl.agreelist dd {
	display: inline;
	float: left;
}
div.privacy div#contentBox dl.agreelist dt {
	clear: both;
	width: 5%;
	padding: 0;
	margin: 0;
}
div.privacy div#contentBox dl.agreelist dd {
	width: 94%;
	padding: 0 0 5px 0;
	margin: 0;
}

/*==============================================================================
 * 動画ページ
 *----------------------------------------------------------------------------*/
div.movie {
	margin: 0;
	padding: 0;
}
div.movie div#contentBox {
	width: 672px;
	margin: 0 10px 20px 10px;
	padding: 0;
}
div.movie div#contentBox h3 {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 0 0 0 1em;
	line-height: 1.5;
	font-size: 1.3em;
	font-weight: bold;
	color: #3b1d0d;
	background-color: #f4e6b9;
	border-left:10px solid #e49200;
}
div.movie div#contentBox h4 {
	clear: both;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px 0 10px 2%;
	padding: 0 0 0 .8em;
	border-left: 3px solid #895033;
	border-bottom: 1px solid #895033;
}
div.movie div#contentBox p {
	margin: 4%;
}
div.movie div#contentBox p.indent-content {
	text-indent: 1em;
	clear: both;
}

/*==============================================================================
 * 53. ComicBox（トップイラストボックス）
 *----------------------------------------------------------------------------*/
.ComicBox {
	border: 2px solid #aca298;
	padding: 10px;
}
#Container .ComicBox table{
	border-top:none;
	table-layout:auto
}
.ComicBox table tr td{
	border-top:none;
}
.ComicBox td {
	border:none;
}
.ComicBox h1{
	width:auto;
	background-color:#f4e6b9;
	border-top:none;
	border-left:10px solid #e49200;
	padding:2px 0 2px 5px;
	color:#391c0c;
	line-height:1.5;
	font-size:1.3em;
	font-weight:bold;
}
.ComicBox td#left {
	border:none;
	padding: 10px 10px 10px 0;
	vertical-align:top;
	text-align:left;
	line-height:1.7;
	word-break: break-all;
}
.ComicBox td#left a{
	color:#004a95;
	text-decoration:underline;
	cursor: pointer;
}
.ComicBox td#left a:visited{
	color: #004a95;
}
.ComicBox td#left a:hover , .ComicBox td#left a:active{
	color: #76afe6;
}

.ComicBox td#left p#banner{
	width:80%;
	margin:10px auto 0;
	text-align:center;
	background-color:#ea8415;
}
.ComicBox td#left p#banner a{
	width:100%;
	paddign:5px 60px;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	display:block;
	text-decoration:none;
}
.ComicBox td#right {
	width:482px;
	border:none;
	padding: 10px 0 0;
	vertical-align:top;
	overflow:visible;
}

/*==============================================================================
 * 文字装飾
 *----------------------------------------------------------------------------*/
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
 *----------------------------------------------------------------------------*/
/**フォント色変更**/

/*リンク関連*/
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; }
