<!--
/*-----------------------------------------
Site URL:    http://dojo.dougiya.com
File name:  http://dojo.dougiya.com/柔術ライフのcss
Created:     2008/02/09
Last Update: 2008/02/09
-------------------------------------------


/* -------------------------
       ▼全体
 ------------------------- */
body {
  color: black;
  background: white;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  margin: 5;
  padding: 5;
  font-size: small;
  border-collapse: collapse;
}

table td {
  padding: 0;
  border-width: 0;
  vertical-align: top;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
}
a:hover {color: #ff6600;}


h1 {}
h2 {}
h3 {}
h4 {}
h5 {}


ul {
  margin: 2px;
  padding: 2px;
  list-style-type: none;
  text-align: left;
}

li {
  margin-left: 2px;
  color: #3333ff;	//濃い青
}

.clear {
  clear: both;
}

#all_wrap {
  width: 950px;
  margin: 0 auto;
  background-color: #ffffff;
}

input.formButton {}




/* -------------------------
    ▼みんなのコラム（ニュース）
 ------------------------- */
.item {
  border: 1px solid #cccccc;
}
.itemHead {
  padding: 3px;
  background-color: #cffff7;	//濃い青
  color: #FFFFFF;
}
.itemInfo {
  text-align: right;
  padding: 3px;
  background-color: #efefef;
}
.itemTitle a {
  font-size: 130%;
  font-weight: bold;
  font-variant: small-caps;
  color: #ffffff;
  background-color: transparent;
}
.itemPoster {		//投稿者の文字
  font-size: 90%;
  font-style:italic;
}
.itemPostDate {		//投稿日の文字
  font-size: 90%;
  font-style:italic;
}
.itemStats {
  font-size: 90%;
  font-style:italic;
}
.itemBody {		//コラム本文枠
  padding-left: 5px;
}
.itemText {		//コラム本文
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5em;
}
.itemText:first-letter {
  font-size: 133%;
  font-weight: bold;
}
.itemFoot {
  text-align: right;
  padding: 3px;
  background-color: #efefef;
}
.itemAdminLink {
  font-size: 90%;
}
.itemPermaLink {
  font-size: 90%;
}

th {
  padding : 2px;
  vertical-align : middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}




/* -------------------------
       ▼ヘッダー
 ------------------------- */
td.sloganl {
  padding-top: 3px;
  background-color: #f9f9f9;	//薄いグレー
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #9a9a9a;
}
td.sloganr {
  padding-top: 3px;
  background-color: #f9f9f9;	//薄いグレー
  vertical-align: middle;
  text-align: right;
  border-bottom: 1px solid #9a9a9a;
}
td.sloganr img {
  vertical-align: middle;
}
tr#header {
  height: 115px;
  background-image: url(images/topbg.gif);
}
td#headerlogo {
  width: 350px;			//タイトルロゴの幅
}
td#headerbanner {
  width: 600px;
  vertical-align: middle;
  text-align: center;
}
td#headerbar {
  border-bottom: 1px solid #dddddd;
  background-image: url(images/hbar.gif);
}



/* -------------------------
       ▼上メニュー
 ------------------------- */
#top_menu {
  width: 950px;
  height: 50px;
  padding-left: 1px;
}
#top_menu .top_menu {
  float: left;
  padding: 0px 1px;
}



/* -------------------------
       ▼左メニュー
 ------------------------- */
td#leftcolumn {
  width: 0px;			//左の幅指定
  font-size:12px;
}
td#leftcolumn th {
  background-color: #3333ff;	//濃い青
  color: #666666;
  vertical-align: middle;
}
td#leftcolumn div.blockTitle {
  padding: 3px;
  background-image: url(images/leftmenu_bg.gif);
  color: #000099;
  font-weight: bold;
  font-size: 1.2em;
}
td#leftcolumn div.blockContent {
  padding: 3px;
  line-height: 140%;
}




/* -------------------------
       ▼中央メニュー
 ------------------------- */
td#centercolumn {
  font-size: 1.2em;
}

td#centercolumn th {
  background-color: #ceeff7;	//水色
  color: #FFFFFF;
  vertical-align: middle;
}
td#centerCcolumn {
  padding: 0px 0px 0px 0px;
}

td#centerCcolumn div.center_wrap {
  padding-right: 8px;
}
td#centerCcolumn div.blockTitle {
  height: 45px;
  background-image: url(images/centermenu_bg.gif);
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-left: 20px;
  color: #000000;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
td#centerCcolumn div.blockContent {
  padding: 3px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 15px;
  line-height: 120%;
  font-size: 1.2em;
}

td#centerLcolumn {
  width: 50%;
  padding-left: 10px;
}
td#centerLcolumn legend.blockTitle {
  padding: 3px;
  color: #0099ff;	//薄い青
  font-weight: bold;
  margin-top: 0px;
}
td#centerLcolumn div.blockContent {
  width: 300px;
  line-height: 120%;
}

td#centerRcolumn {
  width: 50%;
  padding-left: 5px;
}
td#centerRcolumn legend.blockTitle {
  padding: 3px;
  color: #0099ff;
  font-weight: bold;
  margin-top: 0px;
}
td#centerRcolumn div.blockContent {
  width: 300px;
  line-height: 120%;
}

div#content {
  text-align: left;
  padding: 8px;
}



/* -------newbb_block_new.html------ */
td.forum_topic {
  width: 12%;
  border-bottom: 1px solid silver;
  text-align: center;
  vertical-align: middle;
  padding: 8px 5px;
}
td.new_topic {
  width: 57%;
  font-size: 1.1em;
  border-bottom: 1px solid silver;
  border-left: 1px dotted silver;
  text-align: left;
  vertical-align: middle;
  padding: 8px 5px;
}
div.go_to_forum {
  text-align: right;
  padding-top: 5px;
}




/* -------------------------
       ▼右メニュー
 ------------------------- */
td#rightcolumn {
  width: 310px;			//右の幅指定
  border-left: 1px solid #cccccc;
  font-size: 1em;
}
td#rightcolumn th {}

td#rightcolumn div.blockTitle {
  padding: 8px;
  padding-left: 32px;
  background-image: url(images/leftmenu_bg.gif);
  background-repeat: no-repeat;
  background-color: #474848;
  color: #ffffff;
  font-weight: bold;
}
td#rightcolumn div.blockContent {
  padding: 3px;
  line-height: 120%;
  background-color: #eaf4ff;
  margin-bottom: 10px;
  font-size: 1.1em;
}
td#rightcolumn div.blockContent table {
  width: 90%;
  font-size: 1em;
  margin: 5px auto;
}

td#rightcolumn div.tonarino img {
  margin-top: 5px;
}
tr#footerbar {
  text-align: center;
  background-image: url(images/hbar.gif);
}
div.right_movie {
  text-align: center;
  background-color: #6bcef6;
  margin-bottom: 10px;
}
div.right_movie div {
  padding: 5px;
}
div#right_title {
  background-color: #ffffff;
  width: 292px;
}
div#right_title div {
  width: 288px;
  border-right: 2px solid #36a7ee;
  border-left: 2px solid #36a7ee;
  border-bottom: 2px solid #36a7ee;
}
div#right_title div p {
  margin: 0px;
  margin-left: 15px;
  padding: 8px;
  padding-left: 15px;
  line-height: 100%;
  background: url(images/right_menu_p.gif) no-repeat left center;
}

/* -------xoopspoll_block_poll.html（みんなにアンケートのトップページ）------ */
table.poll_block {
  background-color: #ffffff;
}
th.poll_block_title {
  text-align: center;
  padding: 7px 0px;
  background-color: #d1d1ff;	//水色
  vertical-align: middle;
}
td.poll_block_input {
  text-align: center;
  border-bottom: 1px dotted #d1d1ff;
}
td.poll_block_select {
  text-align: left;
  border-bottom: 1px dotted #d1d1ff;
}
td.poll_block_bottom {
  text-align: center;
  padding: 12px 0px;
  background-color: #ffffff;
}


/* -------system_block_login.html------ */
div#toppage_login form {
  margin: 0px;
}
div#toppage_login table th {
  width: 35%;
  font-weight: normal;
  text-align: right;
}
div#toppage_login td.login {
  text-align: center;
}
div#toppage_login td.login input {
  margin: 5px;
  padding: 2px 5px;
}
div#toppage_login div {
  padding: 5px;
}


/* -------今日以降pical_coming_schedule.html------ */
div#pical_top {
  padding: 5px;
}
div#pical_top li {
  font-size: 0.9em;
}
div#pical_top span {
  font-weight: bold;
}
div#pical_top hr {
  border-style: dotted;
}
div#pical_top span.pical_new_event {
  font-size: 1.3em;
  padding-left: 10px;
}	//pical_new_event.html


/* -------system_block_online.html------ */
div.block_online {
  padding: 5px;
}


/* -------system_block_newusers.html------ */
div#pical_top {
  padding: 5px;
}
div#pical_top li {
  font-size: 0.9em;
}
div#pical_top span {
  font-weight: bold;
}
div#pical_top hr {
  border-style: dotted;
}




/* -------------------------
       ▼メインメニュー
 ------------------------- */
td#mainmenu a {
  display: block;
  margin: 0;
  padding: 4px;
}
td#mainmenu a:hover {
  background-color: #e6e6e6;
}
td#mainmenu a.menuTop {
  padding-left: 3px;
  border-bottom: 1px dotted #aaaaaa;
}
td#mainmenu a.menuMain {
  padding-left: 3px;
  border-bottom: 1px dotted #aaaaaa;
}
td#mainmenu a.menuSub {
  padding-left: 3px;
  border-bottom: 1px dotted #aaaaaa;
}




/* -------------------------
       ▼下メニュー
 ------------------------- */
#bottom_menu {
  width: 950px;
  padding: 5px 0px;
  font-size: 1.2em;
  border-top: 1px solid #aaaaaa;
}
#bottom_menu ul {
  margin-left: 10px;
  text-align: center;
}
#bottom_menu li {
  display: inline;
}
#bottom_menu li a {
  background: url(images/bottom_menu.gif) no-repeat right right;
  padding-right: 15px;
}
#bottom_menu li.bottom_menu_end a {
  background-image: none;
}



/* -------------------------
     ▼ユーザーメニュー
 ------------------------- */
td#usermenu a {
  display: block;
  margin: 0;
  padding: 4px;
  border-bottom: 1px dotted #aaaaaa;
}
td#usermenu a:hover {
  background-color: #e6e6e6;
}
td#usermenu a.menuTop {}
td#usermenu a.highlight {
  background-color: #fcc;
}



table.outer {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;	//グレー
}

.outer {
  border: 1px solid silver;
}

table.head {
  background-color: #ffffff;
}

.head {
  background-color: #ceeff7;
  margin: 5px 10px;
  padding: 5px 10px;
  font-weight: bold;
}
tr.head td {
  padding: 10px 0px;

}



/* -------------------------
    ▼一行ごとに変わる色
 ------------------------- */
.even {
  background-color: #ffffff;
  padding: 10px;
}
.odd {
  background-color: #ffffff;
  padding: 10px;
}
/* -------system_block_newusers.html------ */
.first {
  background-color: #f5f5f5;	//whitesmoke
}
.second {
  background-color: #f8f8ff;	//ghostwhite
}
.first td { padding: 5px; }
.second td { padding: 5px; }



.foot {
  background-color: #ffffff;
  padding: 5px;
  font-weight: bold;
}
tr.even td {
  background-color: #ffffff;
  padding: 5px;
}
tr.odd td {
  background-color: #ffffff;
  padding: 5px;
}

div.errorMsg {
  background-color: #FFCCCC;
  text-align: center;
  border-top: 1px solid #DDDDFF;
  border-left: 1px solid #DDDDFF;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  font-weight: bold;
  padding: 10px;
}
div.confirmMsg {
  background-color: #DDFFDF;
  color: #136C99;
  text-align: center;
  border-top: 1px solid #DDDDFF;
  border-left: 1px solid #DDDDFF;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  font-weight: bold;
  padding: 10px;
}
div.resultMsg {
  background-color: #CCCCCC;
  color: #333333;
  text-align: center;
  border-top: 1px solid silver;
  border-left: 1px solid silver;
  font-weight: bold;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 10px;
}

div.xoopsCode {
  background: #FFFFFF;
  border: 1px inset #000080;
  font-family: "Courier New",Courier,monospace;
  padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
  background: #FFFFFF;
  border: 1px inset #000080;
  font-family: "Courier New",Courier,monospace;
  padding: 0px 6px 6px 6px;
}



/* -------newbb_thread.html------ */
.comTitle {
  margin: 2px;
  font-size: 1.2em;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  background-color: #778899;
}
.comPost {
  font-size: 1em;
  padding: 5px 3px;
  border-bottom: 1px solid #aaaaaa;
  text-align: right;
}
.comText {
  font-size: 1em;
  padding: 15px 10px;
  border-bottom: 1px dotted #e7e7e7;
}
.comImg {
  padding: 5px 0px;
  border-bottom: 1px solid #e7e7e7;
  text-align: right;
  background-color: #eeeeee;
}
.comImg img {
  padding-left: 5px;
}
.comYohaku {	//返信するボタンの下の余白セル
  padding: 5px;
}





.comUserStat {
  font-size: 10px;
  color: #3333ff;
  font-weight: bold;
  border: 1px solid silver;
  background-color: #ffffff;
  margin: 2px;
  padding: 2px;
}
.comUserStatCaption {
  font-weight: normal;
}
.comUserStatus {
  margin-left: 2px;
  margin-top: 10px;
  color: #3333ff;	//濃い青
  font-weight:bold;
  font-size: 10px;
}
.comUserRank {
  margin: 2px;
}
.comUserRankText {
  font-size: 10px;
  font-weight: bold;
}
.comUserRankImg {
  border: 0;
}
.comUserName {}
.comUserImg {
  margin: 2px;
}
.comDate {
  font-weight: normal;
  font-style: italic;
  font-size: smaller;
}
.comDateCaption {
  font-weight: bold;
  font-style: normal;
}





/* -------------------------
    ▼フォーラム　newbb
 ------------------------- */

/* -------newbb_viewtopic_flat.html------ */
span.newbb_flat {
  font-size: 20em;
}



/* -------newbb_index.html------ */
h4.newbb_title {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0px;
  font-size: 1.6em;
}
ul.newbb_menu {
  margin-left: 20px;
}
ul.newbb_menu li {
  float: left;
  padding-left: 10px;
}
span.newbb_forumname {
  font-weight: bold;
  font-size: 1.6em;
  color: #3333ff;	//濃い青
}



/* -------newbb_viewforum.html------(アンケートでも一部使用) */
tr.topic {
  background-color: #ffffff;
}
td.topic a {
  color: #0000ff;
}
td.topic {
  width: 69%;
  font-size: 1.3em;
  border-bottom: 1px solid silver;
  text-align: left;
  vertical-align: middle;
  padding: 8px 5px;
}
td.reply {
  width: 8%;
  border-bottom: 1px solid silver;
  border-left: 1px dotted silver;
  text-align: center;
  vertical-align: middle;
}
td.views {
  width: 8%;
  border-bottom: 1px solid silver;
  border-left: 1px dotted silver;
  text-align: center;
  vertical-align: middle;
}
td.date {
  width: 15%;
  border-bottom: 1px solid silver;
  border-left: 1px dotted silver;
  text-align: right;
  vertical-align: middle;
  padding: 8px 5px;
}
table.forum_name {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
}
table.forum_name td {
  vertical-align: middle;
}
table.forum_name td.forum_name {
  font-size: 1.3em;
  color: #41b8d4;
  padding-left: 5px;
  text-align: left;
}

/* -------forumform.inc.html------- */
div.forum_name {
  font-size: 1.5em;
  color: #41b8d4;
  padding: 5px;
  font-weight: bold;
}


/* -------------------------
    ▼アンケート　xoopspoll
 ------------------------- */

/* -------xoopspoll_index.html------ */
h4.poll_index_title {
  font-size: 1.6em;
  margin: 0px;
  margin-bottom: 10px;
}
table.poll_index {
  border-bottom: 1px solid #666666;
}
table.poll_index td {
  border-bottom: 1px solid silver;
}
tr.poll_index {
  text-align: center;
}
td.poll_topic a {
  color: #0000ff;
  text-decoration: underline;
}
td.poll_number {
  width: 4%;
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px;
}
td.poll_topic {
  width: 55%;
  font-size: 1.4em;
  border-left: 1px dotted silver;
  text-align: left;
  vertical-align: middle;
  padding: 10px 5px;
}
td.poll_date {
  width: 15%;
  border-right: 1px dotted silver;
  border-left: 1px dotted silver;
  text-align: center;
  vertical-align: middle;
}


/* -------xoopspoll_results.html------ */

table.poll_results {
  font-size: 1em;
  border-bottom: 1px solid #666666;
  margin: 0px 5px;
}
th.poll_results_title {
  font-size: 1.2em;
  padding: 8px;
}
td.poll_results_end {
  font-size: 0.8em;
  padding: 5px 10px;
  background-color: #c2cdd6;
}


/* -------xoopspoll_view.html------ */
table.poll_view {
  width: 97%;
  font-size: 1.1em;
  border: 1px solid #cccccc;
  margin: 0px 5px;
}
table.poll_view th {
  font-size: 1.2em;
  padding: 8px;
}
table.poll_view td.poll_view {
  border-bottom: 1px dotted #d1d1ff;
  vertical-align: middle;
  padding: 8px;
}



/* -------------------------
    ▼大会・試合　piCal
 ------------------------- */

/* -------pical_event_list.html------ */
td.pical_list_t {
  text-align: left;
  padding: 8px;
}
span.pical_list_t {
  font-size: 1.5em;
  padding-left: 8px;
}
tr.pical_list td {
  vertical-align: middle;
  border-bottom: 1px dotted #d1d1ff;
}



/* -------------------------
    ▼RSS　xoopsheadline
 ------------------------- */

/* -------headline_block.html------ */
ul.headline_top_t li {
  font-size: 0.8em;
  padding: 5px;
  padding-left: 16px;
}
span.headline_top {
  font-size: 1em;
  padding-left: 8px;
}
span.headline_top a {
  color: #0000ff;
}
div.news_top {
  padding-top: 20px;
  background-color: #efefef;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}




/* -------------------------
    ▼システム管理
 ------------------------- */

/* -------system_userform.html------ */
div.userform_wrap img {
  margin: 0px;
  padding: 0px;
}
div.userform {
  width: 576px;
  border-right: 1px solid #36a7ee;
  border-left: 1px solid #36a7ee;
  border-bottom: 1px solid #36a7ee;
  margin: 0px;
  padding: 20px;
  vertical-align: middle;
}
table#userform th {
  width: 15%;
  text-align: right;
  background-color: #ffffff;
}
div.userform input {
  margin: 5px;
  padding: 2px 5px;
}


/* -------system_userform.html------ */

h4.userinfo {
  margin: 0px;
  padding: 0px;
}
div.userinfo {
  margin-left: 20px;
}




/* -------------------------
    ▼リンク集
 ------------------------- */
/* -------mylinks_index.html------ */
div.link_title {
  margin-top: 10px;
  float: left;
}
div.link_touroku {
  float: right;
}
div.link_index {
  margin-left: 30px;
  margin-bottom: 50px;
}



/* -------mylinks_link.html------ */
div.link_wrap {
  font-size: 0.8em;
  margin: 5px;
  margin-bottom: 20px;
  padding: 2px 5px;
}
div.link_wrap hr {
  border: 1px solid #dddddd;
}
div.link_wrap div.link_img {
  float: left;
  margin: 5px;
  padding: 2px 5px;
}
div.link_wrap div.link_setumei p {
  line-height: 1.2em;
  margin: 0px;
  padding: 0px;
}
div.link_wrap div.link_setumei p.title a {
  font-size: 1.4em;
  color: #3333ff;
}
div.link_wrap div.link_setumei p.setumei {
  margin-top: 10px;
}





/* -------------------------
    ▼ブログ広場
 ------------------------- */
div.d3pipes_clipping dt {
	background-color: #cccccc;
	font-weight: bold;
}

div.d3pipes_clipping dd {
	margin-left: 16px;
}

div.d3pipes_index ul li {
	margin-top: 10px;
}

div.d3pipes_index ul,ol,li,p,div {
	margin: 0;
	padding: 0;
}



/* --------- d3pipes_block_sync.html -------- */

p.block_sync_title a {
	font-size: 0.9em;
	padding-left: 1.5em;
	background: url(images/pipes.gif) no-repeat;
	color: #6600FF;
}

p.block_sync_title a:hover {
	color: red;
	text-decoration: underline;
}

p.block_sync_title a:active {
	color: red;
}

p.block_sync_date {
	margin-top: 2px;
	margin-left: 20px;
	margin-bottom: 12px;
	color: #666666;
	font-size: 0.7em;
}

p.block_sync_date a {
	padding-left: 0;
	background-image: none;
	color: #666666;
}


div.d3pipes_block_sync div.blog_hirobahe {
	text-align: right;
	font-size: 1.2em;
	vertical-align : middle;
}



/* -------------------------
    ▼コメント
 ------------------------- */

div#ourcomments input {
  margin: 5px;
  padding: 2px 5px;
}
div#ourcomments select {
  margin: 5px;
  padding: 2px 5px;
}


-->
