body {
	background-color: #433024;
	background-image: url(../images/background_base.jpg);
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#background {
	background-image: url(../images/background_highlight.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#wrapper { /* 中央のメイン枠 */
	background-image: url(../images/shadow_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	width: 764px;
	margin: 0 auto 0 auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	min-height: 100%;
	background-color: #EEEEE8;
}
#contents_bg {
	background-image: url(../images/background_contents.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #EEEEE8;
}
#shadow_right {
	background-image: url(../images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#light_right {
	background-image: url(../images/shadow_right_highright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 7px 0 0;
}
#legal {
	background-image: url(../images/copyright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#shadow_left {
	background-image: url(../images/side_background.jpg);
	background-repeat: repeat-y;
}
#light_left {
	background-image: url(../images/titlelogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 7px;
}
*:first-child+html #light_left {
}
#leftside {
	font-family: "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	color: #FFFFFF;
	float: left;
	width: 174px;
	margin: 0;
	padding: 150px 13px 20px 13px;
}
#leftside a {
	color: #B8D4E5;
}
#rightside {
	float: right;
	width: 550px;
	margin: 0;
	padding: 0 0 37px 0;
}
#rightside h2 {
	font-family: sans-serif;
}
#top_image {
	width: 550px;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#contents_body {
	padding: 10px;
	font-family: "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	text-align: center;
}
#header {
	background-image: url(../images/shadow_contents_top.gif);
	background-repeat: repeat-x;
	width: 550px;
	height: 4px;
	margin: 0;
	padding: 0;
	line-height: 0px;
	font-size: 0px;
}
#title_text {
	line-height: 0px;
	text-indent: -9999px;
	margin: 0;
}

.contents_title_01a {
	background-color: #686865;
	height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 3px 10px 3px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.contents_title_01b {
	background-color: #848481;
	width: 100%;
	height: 15px;
	margin: 7px 0 0 0;
	padding: 0;
	line-height: 0px;
	font-size: 0px;
}

.contents_title_02a {
	background-color: #762F24;
	height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 3px 10px 3px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.contents_title_02b {
	background-color: #924B40;
	width: 100%;
	height: 15px;
	margin: 7px 0 0 0;
	padding: 0;
	line-height: 0px;
	font-size: 0px;
}

.article {
	width: 500px;
	background-image: url(../images/article_left.gif);
	text-align: left;
	background-repeat: repeat-y;
	background-color: #FCFBFA;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
}
.article_right {
	width: 100%;
	background-image: url(../images/article_right.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.article_top {
	width: 100%;
	background-image: url(../images/article_top.gif);
	background-repeat: repeat-x;
}
.article_topleft {
	width: 100%;
	background-image: url(../images/article_topleft.gif);
	background-repeat: no-repeat;
}
.article_topright {
	width: 100%;
	background-image: url(../images/article_topright.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.article_body {
	padding: 10px 20px 10px 20px;
	margin: 0;
	word-break: break-all;
}
.article_title {
	font-family: "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 16px;
	font-weight: bold;
	color: #755643;
	margin: 12px 3px 10px 3px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #E6E6E5;
	overflow: hidden;
}
*:first-child+html .article_title {
	padding-top: 12px;
}
.faceimage {
	margin: 0 10px 5px 5px;
	float: left;
	border: 1px solid #F6F6F5;
}
.faceimage_shadow {
	background-color: #FCFBFA;
	border: 1px solid #EBEAE9;
}
.article_author {
	font-family: Tahoma, sans-serif;
	margin: 0;
	padding: 2px 5px 0 5px;
	font-size: 12px;
	color: #455AA8;
	overflow: hidden;
}
.member_author a {
	color: #009966;
	text-decoration: none;
}
.member_author a:hover {
	border-bottom: 1px solid #23C09A;
}
.article_bodytext {
	line-height: 170%;
	font-size: 12px;
	margin: 3px 0 0 0;
	padding: 0 10px 0px 10px;
	overflow: hidden;
}
.article_datetime {
	padding: 0 5px 0 5px;
	color: #B3ADAA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
.article_clear {
	clear: both;
	border-bottom: 1px solid #E6E6E5;
	margin: 10px 5px 10px 5px;
	padding: 0;
}
.article_bottom {
	width: 100%;
	background-image: url(../images/article_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.article_bottomleft {
	width: 100%;
	background-image: url(../images/article_bottomleft.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.article_bottomright {
	width: 100%;
	background-image: url(../images/article_bottomright.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.menubar {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0 20px 5px 20px;
	height: 33px;
	line-height: 33px;
}
.menubar img{
	float: right;
}
.addcomment {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
}
.addcomment img {
}
.attached_image {
	margin: 3px;
	clear: left;
}
.attached_image a {/*
	border: 1px solid #6699FF;*/
}
.attached_image img {
	border: 2px solid #FAFAFA;
}
.attached_image a img {
	border: 2px solid #E8F7FF;
}
.attached_image a:hover img {
	border: 2px solid #99CCFF;
}
#bbs_postform {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 10px 0 10px;
}
#bbs_postform p {
	margin: 3px 0 0 0;
}
#bbs_postform input {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-family: "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	width: 410px;
}
#bbs_postform input#captcha_keystring {
	width: auto;
}
#bbs_postform input.submitButton {
	width: 100px;
}
#bbs_postform textarea {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-family: "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	width: 410px;
}
#bbs_postform fieldset {
	margin: 5px 0 10px 0;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#bbs_postform fieldset ul {
	margin: 5px 0 0 0;
	border-top: 1px solid #CCCCCC;
	padding: 5px 0 0 0;
}
#bbs_postform legend {
	color: #666666;
}
.js_uploadform {
	padding: 5px 0;
}
.js_uploadform a {
	color: blue;
}
.js_uploadform img {
	vertical-align: middle;
	margin: 0 3px 1px 0;
}
#bbs_postform .radiobutton {
	border: 0px none #FFFFFF;
}

div.js_bbsform {
	background-color: #eeece8;
	padding: 10px;
	margin-bottom: 10px;
	display: none;
}
div.js_bbsform form {
	margin: 0;
}

#submit_button {
	background-color: #CCCC99;
	font-weight: bold;
	color: #555555;
	letter-spacing: 2px;
	width: 80px;
}
.page_scroller {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}
.page_scroller a {
	color: #0033CC;
	
}
#profile {
	padding-top: 20px;
}
#profile h3 {
	font-size: 18px;
	line-height: 100%;
	margin-top: 10px;
}
#profile h4 {
	clear: both;
	font-size: 14px;
	margin: 15px 0 0 0;
	color: #999966;
}
#profile p {
	clear: both;
	font-size: 12px;
	margin: 5px 0 5px 0;
}
#profile ul {
	margin: 5px 0 5px 0;
	padding: 0 0 0 20px;
}
#profile li {
	font-size: 12px;
}
#profile .profile_datetime {
	margin: 15px 0 5px 0;
	text-align: right;
	color: #B3ADAA;
	font-weight: normal;
	font-size: 10px;
}
#profile .faceimage {
	float: left;
	margin: 0 8px 5px 0;
	border: 1px solid #F6F6F5;
}
#profile .faceimage_shadow {
	background-color: #FCFBFA;
	border: 1px solid #EBEAE9;
}
#profile_preference {
	color: #666666;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}
#profile_preference legend {
	color: #666666;
	font-size: 12px;
}
#profile_preference ul {
	line-height: 18px;
	font-size: 12px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: square;
}
#menuYourAccount h3 {
	text-indent: -1000px;
	line-height: 15px;
	background-image: url(../images/side_youraccount.gif);
	width: 171px;
	height: 15px;
	margin: 10px 0 5px 0;
}
#menuYourAccount h4 {
	margin: 0 5px 0 5px;
	line-height: 150%;
	font-size: 14px;
	font-weight: bold;
	color: #C9FB90;
}
#menuYourAccount p {
	margin: 0 5px 0 5px;
	line-height: 150%;
	font-size: 12px;
}
#faceimg_side {
	border: 1px solid #44465B;
}
#faceimg_side_div {
	margin: 3px 5px 3px 5px;
	padding: 0;
	line-height: 0;
	float: left;
	display: inline;
	border: 1px solid #22232E;
}
#menuContents h3 {
	text-indent: -1000px;
	line-height: 15px;
	background-image: url(../images/side_contents.gif);
	width: 171px;
	height: 15px;
	margin: 15px 0 5px 0;
}
.menuContents ul {
	font-size: 12px;
	margin: 0;
	padding: 0 5px 0 5px;
	list-style-type: none;
	line-height: 150%;
}
.menuContents li strong {
	color: #FFFFFF;
}
.menuContents li a {
	padding-left: 17px;
	text-decoration: none;
	background-position: left center;
	background-repeat: no-repeat;
}
.menuContents li a:hover {
	color: #FFFFFF;
}
.menuContents .guestsOk a {
	background-image: url(../images/list_image_01.gif);
}
.menuContents .guestsOk a:hover {
	background-image: url(../images/list_image_02.gif);
	color: #FFFFFF;
}
.menuContents .membersOnly a {
	background-image: url(../images/list_image_03.gif);
}
.menuContents .membersOnly a:hover {
	background-image: url(../images/list_image_04.gif);
	color: #FFFFFF;
}
#menuContents ul {
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0 5px 0 5px;
	list-style-type: none;
	line-height: 150%;
}
#menuContents li strong {
	color: #FFFFFF;
}
#menuContents li a {
	padding-left: 17px;
	text-decoration: none;
	background-position: left center;
	background-repeat: no-repeat;
}
#menuContents li a:hover {
	color: #FFFFFF;
}
#menuContents .guestsOk a {
	background-image: url(../images/list_image_01.gif);
}
#menuContents .guestsOk a:hover {
	background-image: url(../images/list_image_02.gif);
	color: #FFFFFF;
}
#menuContents .membersOnly a {
	background-image: url(../images/list_image_03.gif);
}
#menuContents .membersOnly a:hover {
	background-image: url(../images/list_image_04.gif);
	color: #FFFFFF;
}
#memberSearchResult {
	font-size: 12px;
	width: 100%;
}
#memberSearchResult th {
	background-color: #EEEEEE;
	padding: 2px 5px 2px 5px;
}
#memberSearchResult td {
	padding: 3px 5px 3px 5px;
}


div#menubar h3#menu_title_wiki {
	text-indent: -1000px;
	line-height: 15px;
	background-image: url(/images/side_wiki.gif);
	width: 171px;
	height: 15px;
	margin: 0px 0 5px 0;
}


div#menubar ul {
	font-size: 12px;
	margin: 0;
	padding: 0 5px 0 5px;
	list-style-type: none;
	line-height: 170%;
}

div#menubar h5#pkwkplugin_recent {
	font-size: 100%;
	margin: 10px 0 0 0;
}

div#menubar li {
	padding-left: 17px;
	background-position: left 4px;
	background-repeat: no-repeat;
	background-image: url(/images/list_image_01.gif);
}
div#menubar a {
	text-decoration: none;
}
div#menubar a:hover {
	color: #FFFFFF;
}

.delete_button {
	padding: 0 5px 0 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
.delete_button a {
	color: #2e5dca;
	text-decoration: none;
}
.delete_button img {
	padding-right: 2px;
	border: none;
}
.clearbr {
	clear: both;
}

.agreementNotice {
	text-align: center;
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid #E6E6E5;
	background-color: #FBF9E6;
}
.js_bbsform .agreementNotice {
	padding: 4px 10px;
}
.agreementNotice img {
	vertical-align: middle;
	margin: 0 3px 2px 0;
}
