/******************************************************************************/
/* Reset */
/* LinkColor */
/* Headline */
/* Layout */
/* GlobaMenu */
/* Header */
/* Breadcrumb */
/* Content */
/* Center LR Column */
/* Decoration */
/* Left Right Column */
/* Left Right Column Title */
/* Left Right Column Content */
/* Footer */
/* for accessibility */
/* Classes */
/******************************************************************************/



/* Breadcrumb */
div#breadcrumb, div#theme_breadcrumbs {
    width: 100%;
    margin-bottom: 5px;
}

/* Content */
p {
    margin: 10px 0;
    clear:both;
    margin-bottom: 10px;
    color: #333;
	font-family: "小塚ゴシック Std";
}

dl dt {
	font-weight: bold;
	padding: .4em;
	border-bottom: 1px #222 solid;
	margin-bottom: .4em;	
}
dl dd {
    line-height: 130%;
    padding: .2em .5em;
}

/* Banner */
div#Banner {
	text-align: center;
	margin: 10px auto;
	height: 80px;
}
div#Banner {
    clear: both;
    width: 100%;
    margin: 0 auto;
	padding: 20px 0;
}

/* for accessibility */
.Skip {	
    position: absolute;
    left: -999em;
}

/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/

/* XOOPS Main Menu */
#mainmenu, #usermenu {
    margin:0;
    padding:0;
    text-align:left;
}
#mainmenu li, #usermenu li {
    display: inline;
    margin:0;
}
#mainmenu a {
    display: block;
    border: #f0f0f0 solid 1px;
	margin: 1px 0;
}
#mainmenu a.menuTop {
    padding: 8px 10px;
	background: transparent url(./images/img04.gif) no-repeat 2px center;
}
#mainmenu a.menuMain {
    padding: 8px 10px;
	background: transparent url(./images/img04.gif) no-repeat 2px center;
}
#mainmenu a:hover {
    background-color: #fff;
    border: #555 solid 1px;
}
#mainmenu a.menuSub {
    padding: 5px;
    margin-left: 1em;
}

} /* IE6 */

.outer {
/*	border: 1px #bda solid;*/
}
.head {
    background-color: #ccc;
    padding: 5px;
    font-weight: bold;
}
tr.even td,
.even {
    background-color: #efefef;
    padding: 5px;
}
tr.odd td,
.odd {
    background-color: #fafafa;
    padding: 5px;
}
.foot {
    padding: 5px;
}

/******************************************************************************/

/* XOOPS item */
.item {}
.itemHead {
    padding: 3px;
    background-color: #222;
    color: #FFF;
}
.itemInfo {
    text-align: right;
    padding: 3px;
    background-color: #efefff;
}
.itemTitle a {
    font-weight: bold;
    font-variant: small-caps;
    color: #FFF;
    background-color: transparent;
}
.itemPoster {
    font-size: 90%;
}
.itemPostDate {
    font-size: 90%;
}
.itemStats {
    font-size: 90%;
}
.itemBody {
    padding-left: 0px;
}
.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 100%;
}
.itemText:first-letter {}
.itemFoot {
    text-align: right;
    padding: 3px;
    background-color: #efefff;
}
.itemAdminLink {
    font-size: 90%;
}
.itemPermaLink {
    font-size: 90%;
}

/* XOOPS Error Msg */
div.errorMsg {
    background-color: #FFCCCC;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAff;
    border-bottom: 1px solid #AAAAff;
    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 #AAAAff;
    border-bottom: 1px solid #AAAAff;
    font-weight: bold;
    padding: 10px;
}
div.resultMsg {
    background-color : #CCCCfc;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #822666;
    border-bottom: 1px solid #822666;
    padding: 10px;
}

/* XOOPS Code & Quote */
div.xoopsCode {
    background: #FAFAFF;
    border: 1px inset #000080;
    font-family: "Courier New",Courier,monospace;
    padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
    background-color:#FAFAFF;
    border: #336699 solid 1px;
    padding: 3px;
}

/* XOOPS com */
.comTitle {
    font-weight: bold;
    margin-bottom: 2px;
}
.comText {
    padding: 2px;
}
.comUserStat {
    font-size: 10px;
    color: #2F5376;
    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: #2F5376;
    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;
}

/* Classes */
.fcRed	 	{color: red}
.fcBlue	 	{color: blue}
.fcPink	 	{color: hotpink}
.fcGreen	{color: green}
.fcOrange	{color: orange}


/* オリジナル↓↓↓↓
---------------------------------------------------------------------------------------------------------------------------*/
/* Reset
-----------------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	color:#333333;
	font-size:small;
	font-family: "小塚ゴシック Std";
	line-height:1.0;
}
form {
    margin: 0;
}
h1, h2, h3, h4{
	clear:both;
}
ul, ol, dl, li{
    margin: 0;
    padding: 0;
    line-height: 1em;
	list-style:none;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}
b {
    font-weight: bold;
    color: #333;
}
img {
	margin: 0;
    padding: 0;
	border: none;
}
/* 画像配置
------------------------------------------------------*/
img.right{
	float: right;
	margin: 5px 0 5px 10px;
    padding: 3px;
	border: 1px solid #ccc;
}
img.left{
	float: left;
	margin: 5px 10px 5px 0px;
    padding: 3px;
	border: 1px solid #ccc;
}
img.bottom{
	margin: 5px 0;
    padding: 3px;
	border: 1px solid #ccc;
}

/* LinkColor
-----------------------------------------------------------------------------------------------------*/
a:link		{
	color:#4e2700;
	text-decoration: underline;
	
}
a:visited	{
	color:#4e2700;
}
a:hover		{
    color:#808000;
}
a:active	{
    color:#808000;
}

/* Layout
-----------------------------------------------------------------------------------------------------*/
body {
	width: 100%;
	background-image: url(../../images/bg-base2.jpg);
	background-position: top center;
    margin:0;
    padding:0;
}
div#outline {
	width: 960px;
	background-image: url(../../images/bg-content3.gif);
	background-position: top center;
    margin:15px auto;
    padding:10px 0 10px 0;
}

/* first
-----------------------------------------------------------------------------------------------------*/
div#first{
	width:860px;
	color:#444;
    margin:0 auto;
	padding:0 0 5px 0;
}
div#first table td.message{
	width: 400px;
	font-size: medium;
	font-weight: bold;
	color: #666;
}
div#first table td.menu{
	width: 460px;
	text-align: right;
}	
div#first ul{
	float:right;
	margin: 0px 0 0 0;
}
div#first li{
	float:right;
	padding-left:15px;
}
div#first li a{
	vertical-align: middle;
}
div#first li img{
	padding: 0 3px 0 0;
}
div#first li img.rssicon{
	padding: 0 3px 0 0;
	width: 18px;
	height: 18px;
}

/* Container
-----------------------------------------------------------------------------------------------------*/	
div#Container {
	width:880px;
	background-color:#ffffff;
    margin:0 auto;
    padding:0px;
}
div#Container-Upper, div#Container-Bottom{
	width:880px;
	height: 20px;
    margin:0 auto;
    padding:0px;
}	

/* 中央+右の2段カラム
----------------------------------------------*/
body.ShowBlockL0R0 #Wrapper {
	width:840px;
    margin:0px auto;
	padding:0px;
	clear:both;
}
body.ShowBlockL0R0 div#Wrapper table td.CenterColumn {
	min-width:840px;
    margin:0px auto;
	padding:20px 0 0 0;
}
div#CenterLColumn {
    float: left;
    width:620px;
}
div#CenterRColumn {
    float: right;
    width:200px;
}

div.CenterCblock{
	min-width:840px;
    clear: both;
	padding: 0 0 20px 0;
    margin:0px;
}
div.CenterLblock {
    clear: both;
	padding: 0 0 20px 0;
    margin:0px;
}
div.CenterRblock {
    clear: both;
	padding: 0 0 20px 0;
    margin:0px;
}
div#CenterColumn  h2.BlockTitle {
    padding: 10px;
    margin: 10px 2px;
	color: #E47F07;
}
div#CenterColumn div.BlockContent {
    padding:0 0 10px 0;
    margin:0;
}
div#ModuleContents {
	width:840px;
    margin:0px auto;
    padding:0 0 0 0;
    clear:both;
}
	
/* ヘッダー
-----------------------------------------------------------------------------------------------------*/
div#header {
    width:840px;
	color:#444;
	margin:0px auto 20px;
	padding: 0;
}
/* ロゴ
-----------------------------------------------*/
div#header td.logo {
	width: 300px;
	margin:0;
	padding:0;
}
div#header td.logo img{
	margin:0;
	padding:0;
}
/* グローバルメニュー
-------------------------------------------------*/
div#header td.globalmenu {
	width: 540px;
	text-align: right;
	margin:0;
	padding:0;
}
div#header td.globalmenu img{
	margin:0;
	padding:0;
}

/* フッター
-----------------------------------------------------------------------------------------------------*/
div#footer {
    clear:both;
    width:860px;
    height:15px;
    margin:0px auto;
    padding:5px 0;
}
div#footer a{
	float: right;
	font-size:small;
	padding:0 7px 0 7px;
	line-height:1.5em;
	border-left: 1px solid #999;
}	
div#footer a.noborder{
	border-left: none;
}		

/*カテゴリトップのトピック一覧
-----------------------------------------------------------------------------------------------------*/
div#bbs-category-top table{
	width:820px;
	padding:0px;
	margin:10px auto 0 auto;
	clear: both;
}
div#bbs-category-top table th{
	padding:0 0 10px 0;
	margin:0;
	text-align:center;
	vertical-align:middle;
	font-size:x-small;
	font-weight: normal;
	color: gray;
}
div#bbs-category-top table th.title, div#bbs-category-top table th.kind{
	text-align:left;
	padding:0 0 8px 5px;
}
div#bbs-category-top table th.time{
	text-align:right;
}	
div#bbs-category-top table td{
	padding:0;
	margin:0;
	text-align:center;
	vertical-align:middle;
	color:#999999;
}		
div#bbs-category-top table td.icon{
	width:30px;
	text-align:left;
	padding:0 10px 0 0;
	margin:0 0 0 0;
}			
div#bbs-category-top table td.title a{
	font-size:medium;
	text-align:left;
	display:block;
	padding:6px 0 5px 0px;
	color:#592d00;
}	
div#bbs-category-top table td.title a:hover{
	display:block;
	background-color:#FFFFCC;
}			
div#bbs-category-top table td.res{
	color: #efaba5;
	font-family: Times;
	font-size:medium;
	font-weight: bold;
}			
div#bbs-category-top table td.views{
	color: #a3c380;
	font-family: Times;
	font-size:medium;
	font-weight: bold;
}			
div#bbs-category-top table td.time{
	letter-spacing: -1px;
	text-align: right;
}

/*list-posts
---------------------------------------------*/
div#bbs-posts{
	width: 560px;
	float: left;
}
div#ModuleContents div#bbs-posts h2{
	margin:0;
	padding:0;
}
div#kokuban{
	width: 261px;
	height: 600px;
	float: right;
	background-image: url(../../images/kokuban.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div#kokuban table{
	width: 200px;
	height: 370px;
	margin: 32px 0 0 35px;
}
div#kokuban table td.pic img{
	width: 50px;
}
div#kokuban table td.title a{
	font-size: medium;
	color: #fff;
}
/*掲示板の投稿ひとつの画面
---------------------------------------------*/
div#bbs-one-post{
	width:100%;
	margin-bottom:20px;
	margin:0;
	padding:0;
}	
div#bbs-one-post table{
	width:100%;
	margin:0;
	padding:0;
}
div#bbs-one-post table td{
	margin:0;
	padding:0;
}
div#bbs-one-post table td.title{
	width:70%;
	padding-top:10px;
}
div#bbs-one-post table td.title h3{
	margin:0;
	padding:0;
	border:none;
}
div#bbs-one-post table td.title h3 a{
	font-size: 130%;
	font-weight: normal;
	line-height: 1.3em;
	color: #2aadd8;
	text-decoration: none;
	margin: 0 0 0 10px;
}
div#bbs-one-post table td.title h3 a:hover{
	color: #FF6600;
	text-decoration: none;
}
div#bbs-one-post table td.text span.d3f_vote{
	font-family: Times;
	font-size:25px;
	font-weight: bold;
	color:#f7b700;
	padding-top: 3px;
}
div#bbs-one-post table td.text img{
	padding: 0 2px 0 5px;
	margin: 0;
}		
div#bbs-one-post table td.date{
	padding-top:10px;
	color: #999;
	font-size: small;
}			
div#bbs-one-post table td.text{
	margin: 0;
	padding:8px 20px 0 0px;
}
div#bbs-one-post table td.text p{
	font-size:110%;
	color: #222;
	font-family: "小塚ゴシック Std";
	line-height:1.8em;
	letter-spacing: 2px;
	text-align: justify;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
/* Windows版 IE6の調整（ホーリー・ハック）\*/
* html div#bbs-one-post p{
	font-size:120%;
}	

/*最新ポストの表示ブロック
-----------------------------------------------------------------------------------*/
/*トップページ最新
---------------------------------------------*/
div.CenterCblock div#bbs-recent-posts{
}
div.CenterCblock div#bbs-recent-posts table{
	width:580px;
	padding:0px;
	margin:10px 0 5px 0px;
	border-collapse: collapse;
	clear: both;
}
div.CenterCblock div#bbs-recent-posts table td{
	padding:0px;
	margin:0px;
	line-height:1em;
}
div.CenterCblock div#bbs-recent-posts table td.new{
	width:40px;
	padding:4px 0;
}
div.CenterCblock div#bbs-recent-posts table td.new img{
	width:25px;
	padding-top: 2px;
}
div.CenterCblock div#bbs-recent-posts table td.star{
	width:35px;
	font-family: Times;
	font-size: large;
	font-weight: bold;
	color:#f7b700;
	padding:4px 0;
}
div.CenterCblock div#bbs-recent-posts table td.star img{
	width:15px;
	padding-right: 3px;
}
div.CenterCblock div#bbs-recent-posts table td.title{
	padding-right: 10px;
}
div.CenterCblock div#bbs-recent-posts table td.title a{
	font-size:small;
	line-height: 1.3em;	
	padding:4px 0;
	display:block;
	color:#592d00;
}
div.CenterCblock div#bbs-recent-posts table td.title a:hover{
	display:block;
	background-color:#FFFFCC;
}
div.CenterCblock div#bbs-recent-posts table td.time{
	width:100px;
	text-align: right;
	color:gray;
	font-size: small;
	letter-spacing: -1px;
	padding:6px 0 0 0;
}
div.CenterCblock div#bbs-recent-posts table td.top-title{
	font-size: x-small;
	padding-bottom:10px;
	color: gray;
}
div.CenterCblock div#bbs-recent-posts table td.top-time{
	font-size: x-small;
	text-align: center;
	padding-bottom:10px;
	color: gray;
}

/*最近のトピック表示用ブロック
-----------------------------------------------------------------------------------------------------*/
div#bbs-all-topics table{
	width:580px;
	padding:0px;
	margin:10px 0 5px 0px;
}
div#bbs-all-topics table th{
	padding:0 0 10px 0;
	margin:0;
	text-align:center;
	vertical-align:middle;
	font-size:x-small;
	font-weight: normal;
	color: gray;
}
div#bbs-all-topics table th.kind{
	text-align:left;
	padding:0 0 8px 5px;
}
div#bbs-all-topics table th.title{
	text-align:left;
	padding:0 0 8px 5px;
}
div#bbs-category-topics table th.time{
	text-align:right;
}	
div#bbs-all-topics table td{
	padding:0;
	margin:0;
	text-align:center;
	vertical-align:middle;
	color:#999999;
}			
div#bbs-all-topics table td.title a{
	font-size:small;
	text-align:left;
	display:block;
	padding:3px 2px 3px 5px;
	line-height: 1.2em;
	color:#592d00;
}	
div#bbs-all-topics table td.title a:hover{
	display:block;
	background-color:#FFFFCC;
}
div#bbs-all-topics table td.res{
	width: 30px;
	font-family: Times;
	font-size:medium;
	font-weight: bold;
	color:#efaba5;
}
div#bbs-all-topics table td.views{
	font-family: Times;
	font-size:medium;
	font-weight: bold;
	color:#a3c380;
}
div#bbs-all-topics table td.time{
	width: 100px;
	text-align: right;
	letter-spacing: -1px;
}
div#bbs-all-topics table td#category{
	width:53px;
	padding-left:25px;
	padding-top:8px;
	text-align:left;
	vertical-align: top;
}	
div#bbs-all-topics table td#category.forum34,div#bbs-all-topics table td#category.forum37{
	padding-top:4px;
}	
div#bbs-all-topics table td#category a{
	font-size:x-small;
	text-decoration:none;
}	
div#bbs-all-topics table td.forum32{
	background-image:url(../../images/icon-list-talk.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}		
div#bbs-all-topics table td.forum33{
	background-image:url(../../images/icon-list-cure.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}	
div#bbs-all-topics table td.forum34{
	background-image:url(../../images/icon-list-woman.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}	
div#bbs-all-topics table td.forum35{
	background-image:url(../../images/icon-list-hospital.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}	
div#bbs-all-topics table td.forum36{
	background-image:url(../../images/icon-list-home.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}	
div#bbs-all-topics table td.forum37{
	background-image:url(../../images/icon-list-medic.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}	
	
/*モジュール下部の最新５件
---------------------------------------------*/
div#centerc1{
	margin:0px 0 0 0;
}
div#centerc1 h3{
	font-size: medium;
}
div#centerc1 div#bbs-recent-posts{
}
div#centerc1 div#bbs-recent-posts li a{
	font-size:110%;
	font-weight:bold;
}
div#centerc1 div#bbs-recent-posts img{
	height:15px;
}	

/* ぱん屑リスト
-----------------------------------------------------------------------------------------------------*/
div.d3f_breadcrumbs{
	clear:both;
	padding:5px;
	margin:0 0 10px 0;
	font-size:100%;
	color:#999999;
	line-height:1.3em;
	background-color: #ffffcc;
}
div.d3f_breadcrumbs-end{
	clear:both;
	padding:10px 0 10px 0px;
	margin:25px auto 30px auto;
	font-size:100%;
	color:#999999;
	line-height:1.3em;
	border-top:2px dotted #ccc;
}
div.d3f_breadcrumbs a,div.d3f_breadcrumbs-end a{
	font-size:100%;
	color: #999;
}
div.d3f_breadcrumbs a:hover,div.d3f_breadcrumbs-end a:hover{
	color: #666;
}
div.d3f_breadcrumbs img,div.d3f_breadcrumbs-end img{
	padding:0 5px 0 5px;
}

/* 運営者情報
-----------------------------------------------------------------------------------------------------*/
div#officeinfo table{
	width:90%;
	margin:15px auto;
	border-collapse:collapse;
}	
div#officeinfo table td{
	font-size:100%;
	padding:5px;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
div#officeinfo table td.title{
	font-weight:bold;
	background-color:#ccc;
}

/* ユーザーログインページ
-----------------------------------------------------------------------------------------------------*/
#userlogin strong{
	font-size:medium;
}	
#userlogin p{
	font-size:100%;
}
div#ModuleContents #userlogin h3{
	background-image:none;
	margin:10px 0 0 10px;
	padding:0 0 0 0px;
}
#userlogin span a{
	width:14em;
	text-align:center;
	display:block;
	font-size:large;
	border:3px double #ccc;
	background-color:#FF9900;
	color:#FFFFFF;
	padding:5px 10px;
	text-decoration:none;
	font-weight:bold;
	margin:0 auto;
}
#userlogin span a:hover{
	width:14em;
	display:block;
	background-color:#FF6600;
}

/* サブページの一番下にある線を削除
-----------------------------------------------------------------------------------------------------*/
hr.notification{
	border:none;
	margin:0;
	padding:0;
}

/* バナーのソースコード表示
-----------------------------------------------------------------------------------------------------*/	
span.banacode{
	background-color:#FFFFCC;
	color:#000;
	font-size:small;
	font-style:italic;
	padding:0 2px;
	line-height: 1.3em;
}

/* 選択可能なイベント（サブ下）
-----------------------------------------------------------------------------------------------------*/	
table.outer{
	width:90%;
	margin:20px auto;
	border-collapse:collapse;
}
table.outer td{
	border:1px solid #CCCCCC;
}	

/* 現在のオンライン
-----------------------------------------------------------------------------------------------------*/	
#block-online{
	width: 200px;
	height:101px;
	margin: 0;
	padding: 0;
	background-image: url(../../images/side-online.gif);
	background-repeat: no-repeat;
}
#block-online p{
	font-size: small;
	line-height:1.5em;
	padding:35px 0px 0px 35px;
	margin: 0;
	letter-spacing: -1px;
}
#block-online b{
	font-size:x-large;
	font-weight:normal;
	color:#efaba5;
	padding: 0 3px;
}
#block-online img{
	margin: 0;
	padding: 0;
}

/* アクセスカウンター
-----------------------------------------------------------------------------------------------------*/
div#counter{
	width: 170px;
	height: 115px;
	padding:35px 0 0px 30px;
	margin:0;
	background-image: url(../../images/side-counter.gif);
	background-repeat: no-repeat;
}
div#counter table{
	padding:0;
	margin:0 0px 0px 5px;
}
div#counter table td{
	padding:5px 0 0 0;
	margin:0;
	font-size:100%;
	letter-spacing: -1px;
}
div#counter table td img{
	margin-left:5px;
}
div#counter table td.sum img{
	height: 20px;
}
div#counter p{
	font-size:100%;
	line-height:1.4em;
	padding: 0 5px;
}	

/*サイトマップ
-----------------------------------------------------------------------------------------------------*/
div#sitemap {
	margin:30px 0 0 0px;
}
div#sitemap span{
	color:#98CD1B;
}
div#sitemap ul {
	list-style-position:outside;
}
div#sitemap li {
	list-style-type:none;
	line-height:1.2em;
	font-size:110%;
}
div#sitemap li a{
	font-size:small;
}
div#sitemap li.down{
	list-style-type:none;
	line-height:1.5em;
	font-size:x-small;
	padding-left:1px;
}

/*トップページの文字装飾
-----------------------------------------------------------------------------------------------------*/
h3.BlockTitle{
	margin:0;
	padding:0;
	font-size:110%;
	color: #000;
}	

/*トップページの掲示板最新3件ずつ表示
-----------------------------------------------------------------------------------------------------*/	
div#bbs-whatsnews{
	text-align:right;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:0 5px 10px 10px;
}
div#bbs-whatsnews ul{
	text-align:left;
	margin:0 0 0 10px;
	padding:0;
}
div#bbs-whatsnews li{
	list-style:disc;
	margin:0;
	padding:0 0 5px 0;
	line-height:1.3em;
	color:#FF9900;
}
div#bbs-whatsnews span{
}

/* モジュールの文字装飾
-----------------------------------------------------------------------------------------------------*/	
div#ModuleContents h2{
	font-size:xx-large;
	font-family: "小塚ゴシック Std";
	font-weight: bold;
	line-height:1.2em;
	margin:30px 0 50px 0;
	color: #000;
	text-align: center;
}
div#ModuleContents h2 a{
	font-family:"小塚ゴシック Pro L";
}
div#ModuleContents h3{
	font-size:130%;
	font-family: "小塚ゴシック Std";
	line-height:1.3em;
	color:#333;
	margin:50px 0 20px 0;
	border-bottom:1px solid #CCCCCC;
	border-left:5px solid #d6a398;
	padding:7px 0 7px 10px;
}	
div#ModuleContents h3 a{
	font-family: "小塚ゴシック Std";
	line-height:1em;
	color:#d6a398;
	text-decoration:none;
}		
div#ModuleContents h3 a:hover{
	color:#bd9085;
}
div#ModuleContents h4{
	font-size:120%;
	font-weight:bold;
	margin:50px 0 20px 0px;
	padding-left:15px;
	color:#555;
	background-image: url(../../images/sankaku-green.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}
div#ModuleContents p{
	font-size:110%;
	line-height:1.6em;
	letter-spacing: 1px;
	color: #555;
	margin:0;
	padding:0 20px 10px 0px;
}
div#ModuleContents a{
	font-size:100%;
}
div#ModuleContents b{
	font-size:100%;
	line-height:1.5em;
}
div#ModuleContents strong{
	font-size:100%;
	line-height:1.5em;
	color:#FF0000;
}
div#ModuleContents ul{
	list-style-type:square;
	margin:20px 0 20px 17px;
}	
div#ModuleContents li{
	list-style-type:square;
	font-size:100%;
	padding:0 0 10px 0;
	letter-spacing: 1px;
	line-height:1.3em;
	color: #555;
}

/* モジュール内の配置
-----------------------------------------------------------------------------------------------------*/	
div.d3f_info_ctrl{
	float:right;
	padding-bottom:15px;
}	

/* BacktoTop
-----------------------------------------------------------------------------------------------------*/
div#BacktoTop {
    text-align:right;
    margin:30px 0px 0px 0px;
    clear: both;
}

/* トピック並び替えとトピック投稿ボタンの２段編成
-----------------------------------------------------------------------------------------------------*/
div#topic-change{
	float: left;
	width: 300px;
	padding-top: 18px;
}
div#topicpost-button{
	float: right;
	width:228px;
	height:40px;
	margin:0px 0 0px 0px;
	text-indent:-9999px;
}	
div#topicpost-button a{
	width:228px;
	height:40px;
	display:block;
	background-image:url(../../images/post-topic2.gif);
	background-repeat:no-repeat;
	/* ¥*/ overflow: hidden; /* */
}
div#topicpost-button a:hover{
	display:block;
	background-image:url(../../images/post-topic2-bg.gif);
	background-repeat:no-repeat;
}
div#topicpost-button-three a{
	float: right;
	width:174px;
	height:68px;
	display:block;
	background-image:url(../../images/post-topic3.gif);
	background-repeat:no-repeat;
	/* ¥*/ overflow: hidden; /* */
}
div#topicpost-button-three a:hover{
	float: right;
	width:174px;
	height:68px;
	display:block;
	background-image:url(../../images/post-topic3-bg.gif);
	background-repeat:no-repeat;
}

/* トピックを投稿するフォーム
-----------------------------------------------------------------------------------------------------*/
div#bbs_postform div.title{
	width:100%;
	padding:0px;
}
div#bbs_postform table{
	width: 520px;
	margin:10px 0 0 0px;
}
div#bbs_postform table td{
	border:2px solid #FFFFFF;
}
div#bbs_postform table td.head{
	width:100px;
	font-size:small;
	font-weight:normal;
	color: #6F3C1B;
	background-color:#FEF0E6;
	padding:5px 10px;
}
div#bbs_postform table td.even{
	font-size:110%;
	font-weight:normal;
	background-color:#FFFFFF;
	padding:3px 10px;
}
div#bbs_postform table td.even input{
	font-size:100%;
	padding:0 2px;
}
div#bbs_postform table td.even textarea{
	font-size:medium;
	padding:2px;
}	
div#bbs_postform table td.button{
	margin:0;
	padding:0 0 10px 0;
}	
div#bbs_postform table td.button input{
	font-size:large;
	font-family:"HGS創英角ｺﾞｼｯｸUB";
	letter-spacing:2px;
	background-color:#f5f5f5;
	color:#333;
	padding:3px 20px;
}	

/* picoの装飾
-----------------------------------------------------------------------------------------------------*/
div#page_container{
	padding:0px;
}
div#page_container p{
	clear: none;
}
div#pico_list_contents ul{
	padding:0;
	margin:15px 0 15px 17px;
}
div#pico_list_contents li{
	list-style-type:square;
	font-size:large;
	padding:0 0 13px 0;
	color:#d6a398;
}
div#pico_list_contents li a{
	font-size:large;
	font-family: "小塚ゴシック Std";
}
div.bottom_of_content_body{
	clear: both;
}

/* ユーザーメニューブロック
-----------------------------------------------------------------------------------------------------*/
#usermenu a {
    display: block;
    border-top: #aaa solid 1px;
	margin:0 1px;
    padding: 5px 10px;
	text-decoration:none;
	font-size:small;
}
#usermenu a:hover {
    background-color: #fff;
}
#usermenu a.menuTop {
    border-top:none;
}
#usermenu a.highlight {
    background-color: #aaa;
}

/* あたらしくトピックをつくる掲示板を選ぶ
-----------------------------------------------------------------------------------------------------*/
div#category{
	padding:0px;
	margin:0px;
	clear:both;
}
div#category h3{
	padding:0px;
	margin:0px;
	clear:both;
	border: none;
}
div#category h3 a{
	font-size:100%;
	font-weight: normal;
	line-height:1.5em;
	color: #d6a398;
	text-decoration: underline;
	margin: 0 0 3px 0;
}
div#category h3 a:hover{
	color: #bd9085;
	text-decoration: underline;
}
div#category table{
	margin:0 0 10px 0;
}
div#category td{
	border-collapse:collapse;
	text-align:left;
	padding:0px;
	margin:0px;
}
div#category td.pic{
	width:50px;
	padding-bottom:15px;
}
div#category td.text{
	width: 25%;
	padding:0 5px 25px 5px;
	line-height:1.5em;
	text-align: justify;
}
div#category td.texttop{
	padding:0 0 0 5px;
}
	
/* トップページの文字装飾
-----------------------------------------------------------------------------------------------------*/
div.CenterCblock h3 ,div.CenterRblock h3 ,div.CenterLblock h3{
	font-size:x-large;
	color:gray;
	padding:5px 0 5px 0px;
}

/* ログインするページ
-----------------------------------------------------------------------------------------------------*/
div#logintitle h2{
	margin:0 0 10px 0;
	padding:0;
}	
div#login{
	width:55%;
	float:left;
	padding-bottom:50px;
}	
div#register{
	width:40%;
	float:right;
}
div#register-button{
	width:200px;
	margin:50px auto;
	padding:10px 20px;
	border:1px solid #CCCCCC;
	background-color:#FF9900;
	color:#FFFFFF;
}
div#register-button a{
	font-size:medium;
	font-family: "小塚ゴシック Std";
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}	
div#register-button a:hover{
	color:#FFCCFF;
}

/* 新規登録するページ
-----------------------------------------------------------------------------------------------------*/
div#user-register input, div#user-register textarea{
	margin:0 0 0 20px;
	line-height:1.3em;
	padding:2px;
	font-size:110%;
}div#user-register label{
	text-align:center;
	font-size:110%;
	font-weight:bold;
}
div#submit{
	width:300px;
	margin:20px auto;
	text-align:center;
}	
div#submit input{
	font-size:large;
	padding:5px 10px;
}

/* 新規登録までのステップ
-----------------------------------------------------------------------------------------------------*/
div#step{
	width:580px;
	height:55px;
	margin:0 0 50px 20px;
}

/*確認用ページ
---------------------------------------------*/
div#confirm{
	width:90%;
	margin:0 auto;
}
div#confirm	table{
	border-collapse:collapse;
	margin:20px 0 10px 0;
}
div#confirm	table td{
	font-size:110%;
	padding:15px 10px;
	border-top:1px solid #FFCC99;
	border-bottom:1px solid #FFCC99;
}
div#confirm	table td.head{
	width:40%;
	background-color:#FFFFCC;
	color:#FF9900;
}
div#confirm	table td.even{
	width:60%;
	background-color:#FFFFFF;
	letter-spacing:2px;
}
div#confirm	input{
	font-size:large;
	padding:5px 20px;
}
div#confirm	div.back input{
	float:right;
	font-size:small;
	padding:2px;
	color:#666666;
}	
div#confirm	div.center{
	width:200px;
	margin:20px auto 50px;
	font-weight:bold;
}
div#confirm	div.center input{
	font-weight:bold;
}				
	
/* 新規登録までのステップ
-----------------------------------------------------------------------------------------------------*/
div#top-topic{
	width:165px;
	height:70px;
	margin:0px;
	text-indent:-9999px;
}	
div#top-topic a{
	width:165px;
	height:70px;
	display:block;
	background-image:url(../../images/post-topic.gif);
	background-repeat:no-repeat;
}
div#top-topic a:hover{
	display:block;
	background-image:url(../../images/post-topic-bg.gif);
	background-repeat:no-repeat;
}

/* 投稿ツリー
-----------------------------------------------------------------------------------------------------*/
div#post-tree{
	clear:both;
	width:558px;
	margin:0 0 80px 0;
	background-color:#fafafa;
	border: 1px solid #d0ddaa;
	padding:10px 10px 15px 10px;
}
div#post-tree span.title{
	font-size:medium;
	font-weight:bold;
	color:#a3c380;
	line-height:1.5em;
}
div#post-tree ul{
	margin:0 0 10px 10px;
	padding:0;
}	
div#post-tree li{
	margin:0;
	padding:0 0 0 0;
	line-height:1.2em;
	font-size:small;
	list-style:none;
}	
div#post-tree li img{
	height:15px;
	padding:0 3px 0 0;
}	
div#post-tree span.all{
	float: right;
	margin-bottom: 10px;
}

/*サイドメニュ　RSSフィード、外部リンク
-----------------------------------------------------------------------------------------------------*/
div#rss a{
	text-decoration: none;
	font-size: 110%;
	line-height: 1.3em;
}
div#outerlink ul{
	margin: 15px 0 0 15px;
}
div#outerlink li{
	list-style: circle;
}

/*掲示板の下部
-----------------------------------------------------------------------------------------------------*/
div#vote{
	clear: both;
	margin: 20px 0 50px 0;
}
div#vote span{
	font-family: Times;
	font-size: 180%;
	color: #ffbf00;
	padding-top: 5px;
}
div#vote span img{
	padding-right: 2px;
}
div#socialbutton{
	clear: both;
	margin: 20px 0;
}
div#topback{
	clear: both;
	margin: 20px 0 0 0px;
}

/*サイド、癌の種類ごとへのタグクラウド
-----------------------------------------------------------------------------------------------------*/
div#tagcloud-kind{
	width: 190px;
	height: 190px;
	padding:10px 5px 0 5px;
	background-image: url(../../images/side-bg-kind.gif);
	background-repeat: no-repeat;
}
div#tagcloud-kind span{
	font-size: 120%;
	color: #555;
}
div#tagcloud-kind ul{
	margin:10px 0 0px 10px;
	padding:0;
}
div#tagcloud-kind li{
	list-style: none;
	float: left;
	padding: 0px 7px 0 0;
	line-height:2em;
	width:65px;
}
div#tagcloud-kind li a{
	font-size: 110%;
}
html div#tagcloud-kind li.big4{
	width:80px;
}
div#tagcloud-kind li.big4 a{
	font-size: 150%;
	color: #636400;
}
html div#tagcloud-kind li.big3{
	width:60px;
}
div#tagcloud-kind li.big3 a{
	font-size: 150%;
	color: #636400;
}
div#tagcloud-kind li.small{
	width:45px;
}
div#tagcloud-kind li.small a{
	font-size: 80%;
	color: #9b9c01;
}
div#tagcloud-kind li.rinpa{
	width:63px;
}
div#tagcloud-kind li.rinpa a{
	font-size: 80%;
	color: #9b9c01;
}
div#tagcloud-kind div#suisen{
	clear: both;
	padding:5px 10px 0 0;
	text-align: right;
}
div#tagcloud-kind li.big a:hover,	div#tagcloud-kind li.small a:hover{
    color:#FF6600;
}

/*サイトマップ
-----------------------------------------------------------------------------------------------------*/
div#sitemap ul{
	margin: 0;
	padding: 0;
}
div#sitemap li{
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}

/*がんさぽ
-----------------------------------------------------------------------------------------------------*/
div#gansapo table{
	width: 480px;
}
div#gansapo table td{
	padding: 20px 20px 0 0;
	margin: 0;
	text-align: center;
}
div#gansapo table td a{
	padding:15px 0px;
	font-size: 120%;
	display: block;
	text-decoration: none;
	color: white;
}
div#gansapo table td.sanka a{
	background-color: #a3c380;
}
div#gansapo table td.sanka a:hover{
	background-color:#779068; 
}
div#gansapo table td.member a{
	background-color: #73b1c8;
}
div#gansapo table td.member a:hover{
	background-color: #467b93
}

div#sirei{
	width: 440px;
	border: 3px solid #a3c380;
	padding: 30px;
	font-size: 140%;
	line-height: 1.2em;
	color: #779068;
	margin: 0 0 30px 0;
}

div#gansapomember table{
	width: 100%;
	margin: 30px 0 0 0;
	border-collapse: collapse;
}
div#gansapomember table th{
	padding:5px;
	border-bottom: 1px solid #73b1c8;
	font-size: 90%;
	font-weight: normal;
	color: #555;
}
div#gansapomember table th.name{
	width:5%;
}
div#gansapomember table th.name{
	width:10%;
}
div#gansapomember table th.profile{
	width:35%;
}
div#gansapomember table th.hitokoto{
	width:50%;
}
div#gansapomember table td{
	padding:5px;
	line-height: 1.2em;
	font-size: 100%;
	border-bottom: 1px dotted #ccc;
}

/*サイドのアイコン
-----------------------------------------------------------------------------------------------------*/
a:hover img.sideicon{
	opacity: 0.70;
	filter: alpha(opacity=70);
}

/*リツイートボタン設置
-----------------------------------------------------------------------------------------------------*/
div.d3f_wrap{
	clear: both;
}
div#retweet-title{
	width: 580px;
	height: 40px;
	margin: 20px 0 40px 0;
}
div#retweet-title h2{
	width: 500px;
	float: right;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 5px 0 0 0;
}

/*運営情報の写真
-----------------------------------------------------------------------------------------------------*/
div#ModuleContents img.profile{
	padding: 2px;
	border: 1px solid #ccc;
}

/*メールフォーム
-----------------------------------------------------------------------------------------------------*/
table#mailform {
	width: 560px;
	border-collapse: collapse;
	margin:30px 0 0 0;
	padding: 0;
}
table#mailform td{
	border:none;
}
table#mailform td.head{
	background-color: #FEF0E6;
	line-height: 1.3em;
	width: 160px;
}

/*ハッシュタグリスト
-----------------------------------------------------------------------------------------------------*/
div#hashtaglist li{
	font-size: small;
	line-height: 1.5em;
}
div#hashtaglist li a{
	font-size: large;
}

/*ツイッターの小さなアイコン表示
-----------------------------------------------------------------------------------------------------*/
img.twimini{
	width: 25px;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	padding: 2px;
	line-height: 1em;
	vertical-align: bottom;
}

/*掲示板の上のボタン
-----------------------------------------------------------------------------------------------------*/
div#bbs-head{
	clear: both;
	text-align: right;
}
div#bbs-head img{
	margin-left: 5px;
}
div#bbs-head a:hover img{
	opacity: 0.70;
	filter: alpha(opacity=70);
}

/*がんを知ろうセミナー
-----------------------------------------------------------------------------------------------------*/
table#videoprofile td{
	font-size: small;
	line-height: 1.3em;
}
table#videoprofile td b{
	font-size:110%;
	line-height: 1.3em;
	color: #ff8000;
}
div#osakashousai{
	float: left;
	width: 200px;
	margin: 0 20px 40px 60px;
	text-align: center;
	display: block;
	color: #ffffff;
	background-color: #ff8000;
	padding: 10px 0;
	border: 2px solid #ccc;
	font-size: large;
}
div#osakashousai a{
	color: #ffffff;
	background-color: #ff8000;
	font-size: large;
}
div#osakamousikomi{
	float: left;
	width: 200px;
	margin: 0 0 40px 0;
	text-align: center;
	display: block;
	color: #ffffff;
	background-color: #ff8000;
	padding: 10px 0;
	border: 2px solid #ccc;
	font-size: large;
}
div#osakamousikomi a{
	color: #ffffff;
	background-color: #ff8000;
	font-size: large;
}


/*トップページTV掲示板ツールの背景枠
-----------------------------------------------------------------------------------------------------*/
/*TV
--------------------------------------------------*/
div#top3border-tv{
	width: 840px;
	height: 300px;
	background-image: url(../../images/top3border-tv.gif);
	padding:0px;
}
div#top3border-tv table{
	width: 820px;
	height: 300px;
	margin: 0px auto;
	padding:0px;
}
div#top3border-tv table td{
	padding:0px;
	margin: 0;
	vertical-align: top;
}
div#top3border-tv table td a{
	font-weight: bold;
}
div#top3border-tv table td.big{
	width: 280px;
	padding: 45px 10px 0 10px;
}
div#top3border-tv table td.big p{
	font-size: small;
	line-height: 1.3em;
	padding: 5px 0 0 0;
	margin: 0;
}
div#top3border-tv table td.big a{
	font-size: medium;
	line-height: 1.3em;
}
div#top3border-tv table td.small{
	width: 140px;
	padding: 45px 10px 0 0;
	text-align: center;
}
div#top3border-tv table td.small img{
	width: 140px;
	height: 90px;
	margin-bottom: 5px;
}
div#top3border-tv table td.smallbottom{
	width: 140px;
	padding: 0 10px 0 0;
	text-align: center;
}
div#top3border-tv table td.smallbottom img{
	width: 140px;
	height: 90px;
	margin-bottom: 5px;
}
div#top3border-tv table td.live{
	width: 210px;
	background-image: url(../../images/liveyokoku.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 60px 0 0 10px;
	text-align: center;
	line-height: 1.8em;
	font-weight: bold;
	color: #4e2700;
}
div#top3border-tv table td.live span{
	font-size: large;
	font-weight: bold;
	line-height: 1.3em;
}

/*掲示板
--------------------------------------------------*/
div#top3border-board{
	width: 800px;
	height: 260px;
	background-image: url(../../images/top3border-board.gif);
	background-repeat: no-repeat;
	padding: 20px;
	margin: 0;
}
div#top3border-board table#recentlytopic{
	width: 500px;
	float: left;
	margin: 30px 0 0 0;
}
div#top3border-board table#recentlytopic th{
	font-weight: normal;
	color: #7f7f7f;
}
div#top3border-board table#recentlytopic td{
	vertical-align: top;
	padding: 3px 0 0 0;
}
div#top3border-board table#recentlytopic td a{
	line-height: 1.3em;
}
div#top3border-board table#recentlytopic th.title{
	width: 300px;
	text-align: left;
}
div#top3border-board table#recentlytopic th.res{
	width: 40px;
	text-align: center;
}
div#top3border-board table#recentlytopic th.views{
	width: 60px;
	text-align: center;
}
div#top3border-board table#recentlytopic th.time{
	width: 100px;
	text-align: right;
}
div#top3border-board table#recentlytopic th.time{
	text-align: right;
}
div#top3border-board table#recentlytopic td.title{
	text-align: left;
}
div#top3border-board table#recentlytopic td.res{
	text-align: center;
}
div#top3border-board table#recentlytopic td.views{
	text-align: center;
}
div#top3border-board table#recentlytopic td.time{
	text-align: right;
}
div#top3border-board table#newevent{
	width: 260px;
	float: right;
	margin: 40px 0 0 0;
}
div#top3border-board table#newevent th{
	font-size: medium;
	text-align: left;
	padding: 7px 0 0 0;
}
div#top3border-board table#newevent th a{
	font-size: medium;
}
div#top3border-board table#newevent td{
	font-size: small;
	line-height: 1.3em;
	padding: 5px 0 10px 0;
}
div#top3border-board table#newevent td.underline{
	border-bottom: 2px dotted #666;
}

/*ツール
--------------------------------------------------*/
div#top3border-tool{
	width:620px;
	height:400px;
	background-image: url(../../images/top3border-tool.gif);
}
div#top3border-tool table{
	border-collapse: collapse;
	width: 280px;
	float: left;
	margin: 50px 0 0 20px;
	padding: 0px;
	background-color: #ffffff;
}
div#top3border-tool table td{
	background-color: #ffffff;
	padding:0 10px;
	margin: 0;
}
div#top3border-tool table td.main{
	padding:10px 10px 0 10px;
}
div#top3border-tool table td.title{
	padding:5px 10px 5px 10px;
}
div#top3border-tool table td.title a{
	font-size: large;
	font-weight: bold;
	font-family: "小塚ゴシック Std";
	text-decoration: none;
}

div#top3border-tool table td.text{
	padding:0px 10px 5px 10px;
	line-height: 1.3em;
}

/*トップページTV掲示板ツールの背景枠
-----------------------------------------------------------------------------------------------------*/
div.CenterLblock div#bbs-recent-posts{
	padding: 0;
	margin: 0;
	background-color: #f0efe0;
	padding: 10px;
}
div.CenterLblock div#bbs-recent-posts table{
	width:580px;
	padding:0px;
	margin:10px 0 5px 0px;
	border-collapse: collapse;
	clear: both;
}
div.CenterLblock div#bbs-recent-posts table td{
	padding:0px;
	margin:0px;
	line-height:1em;
}
div.CenterLblock div#bbs-recent-posts table td.time{
	width:100px;
	color:gray;
	font-size: small;
}
div.CenterLblock div#bbs-recent-posts table td.title{
	padding-left: 10px;
}
div.CenterLblock div#bbs-recent-posts table td.title a{
	font-size:small;
	line-height: 1.3em;	
	padding:0px;
	margin:0px;
	display:block;
	color:#592d00;
}
div.CenterLblock div#bbs-recent-posts table td.title a:hover{
	display:block;
	background-color:#FFFFCC;
}

/* 掲示板のトップ
-----------------------------------------------------------------------------------------------------*/
div#ModuleContents h2.board{
}
div#category-list{
	width:840px;
	margin: 0 auto 30px;
	padding: 0;
}
div#category-list ul{
	margin: 0;
	padding: 0;
}
div#category-list li{
	width:280px;
	height: 210px;
	padding:0;
	float: left;
	list-style: none;
	display: block;
}
div#category-list li.even{
	background-color:#e9e9e9;
}
div#category-list li a{
	width:280px;
	height: 210px;
	display: block;
	text-decoration: none;
}
div#category-list li:hover{
	background-color: #d6eaff;
}
div#category-list h3{
	border: none;
	font-size: x-large;
	width: 80px;
	height: 90px;
	line-height: 1.5em;
	padding:15px 15px 0 160px;
	margin: 0;
	font-family: "小塚ゴシック Std";
}
div#category-list li:hover h3{
	color: #0080ff;
}
div#category-list p{
	font-size: 100%;
	padding:5px 5px 0 15px;
	margin: 0;
	line-height: 1.5em;
	font-family: "小塚ゴシック Std";
}
div#category-list span{
	color: #666;
	padding: 0 0 0 175px;
	margin: 0;
}
div#category-list li#forum35{
	background-image: url(../../images/bbs-category1.png);
	background-repeat: no-repeat;
	background-position:15px 15px;
}
div#category-list li#forum34{
	background-image: url(../../images/bbs-category2.png);
	background-repeat: no-repeat;
	background-position:15px 15px;
}
div#category-list li#forum37{
	background-image: url(../../images/bbs-category3.png);
	background-repeat: no-repeat;
	background-position:15px 15px;
}
div#category-list li#forum40{
	background-image: url(../../images/bbs-category4.png);
	background-repeat: no-repeat;
	background-position:15px 15px;
}
div#category-list li#forum41{
	background-image: url(../../images/bbs-category5.png);
	background-repeat: no-repeat;
	background-position:15px 15px;
}
div#category-list li#forum42{
	background-image: url(../../images/bbs-category6.png);
	background-repeat: no-repeat;
	background-position:15px 15px;
}
div#category-list li#forum36{
	background-image: url(../../images/bbs-category7.png);
	background-repeat: no-repeat;
	background-position:15px 15px;
}
div#category-list li#forum43{
	background-image: url(../../images/bbs-category8.png);
	background-repeat: no-repeat;
	background-position:15px 15px;
}
div#category-list li#forum33{
	background-image: url(../../images/bbs-category9.png);
	background-repeat: no-repeat;
	background-position:15px 15px;
}
div#kakolog{
	width: 820px;
	clear: both;
	text-align: right;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size:medium;
	font-weight: bold;
	line-height: 2em;
}

/*掲示板カテゴリートップ
---------------------------------------------*/
div#ModuleContents div#board-categorytitle-forum35pic h2,
div#ModuleContents div#board-categorytitle-forum34pic h2,
div#ModuleContents div#board-categorytitle-forum37pic h2,
div#ModuleContents div#board-categorytitle-forum40pic h2,
div#ModuleContents div#board-categorytitle-forum41pic h2,
div#ModuleContents div#board-categorytitle-forum42pic h2,
div#ModuleContents div#board-categorytitle-forum36pic h2,
div#ModuleContents div#board-categorytitle-forum43pic h2,
div#ModuleContents div#board-categorytitle-forum33pic h2{
	padding: 10px 0 10px 0px;
	text-align: left;
	margin: 0;
}
div#ModuleContents div#board-categorytitle-forum35pic p,
div#ModuleContents div#board-categorytitle-forum34pic p,
div#ModuleContents div#board-categorytitle-forum37pic p,
div#ModuleContents div#board-categorytitle-forum40pic p,
div#ModuleContents div#board-categorytitle-forum41pic p,
div#ModuleContents div#board-categorytitle-forum42pic p,
div#ModuleContents div#board-categorytitle-forum36pic p,
div#ModuleContents div#board-categorytitle-forum43pic p,
div#ModuleContents div#board-categorytitle-forum33pic p{
	font-size: medium;
}
div#board-categorytitle-forum35pic{
	width: 560px;
	height: 173px;
	margin:30px auto 0;
	padding: 0 0 0 280px;
	background-image: url(../../images/bbs-category1big.png);
	background-repeat: no-repeat;
}
div#board-categorytitle-forum34pic{
	width: 560px;
	height: 173px;
	margin:30px auto 0;
	padding: 0 0 0 280px;
	background-image: url(../../images/bbs-category2big.png);
	background-repeat: no-repeat;
}
div#board-categorytitle-forum37pic{
	width: 560px;
	height: 173px;
	margin:30px auto 0;
	padding: 0 0 0 280px;
	background-image: url(../../images/bbs-category3big.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#board-categorytitle-forum40pic{
	width: 560px;
	height: 173px;
	margin:30px auto 0;
	padding: 0 0 0 280px;
	background-image: url(../../images/bbs-category4big.png);
	background-repeat: no-repeat;
}
div#board-categorytitle-forum41pic{
	width: 560px;
	height: 173px;
	margin:30px auto 0;
	padding: 0 0 0 280px;
	background-image: url(../../images/bbs-category5big.png);
	background-repeat: no-repeat;
}
div#board-categorytitle-forum42pic{
	width: 560px;
	height: 173px;
	margin:30px auto 0;
	padding: 0 0 0 280px;
	background-image: url(../../images/bbs-category6big.png);
	background-repeat: no-repeat;
}
div#board-categorytitle-forum36pic{
	width: 560px;
	height: 173px;
	margin:30px auto 0;
	padding: 0 0 0 280px;
	background-image: url(../../images/bbs-category7big.png);
	background-repeat: no-repeat;
}
div#board-categorytitle-forum43pic{
	width: 560px;
	height: 173px;
	margin:30px auto 0;
	padding: 0 0 0 280px;
	background-image: url(../../images/bbs-category8big.png);
	background-repeat: no-repeat;
}
div#board-categorytitle-forum33pic{
	width: 560px;
	height: 173px;
	margin:30px auto 0;
	padding: 0 0 0 280px;
	background-image: url(../../images/bbs-category9big.png);
	background-repeat: no-repeat;
}

/* テレビのトップ
-----------------------------------------------------------------------------------------------------*/
div#tv-top{
	width:840px;
	height: 640px;
	margin: 0 auto;
	background-image: url(../../images/bg-tv.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#tv-intro{
	width: 450px;
	height: 170px;
	font-size: 15px;
	line-height: 1.7em;
	margin: 0 0 0 0px;
	padding: 0 0 0 200px;
	float: left;
	text-align: center;
}
div#tv-livekokuti{
	width: 155px;
	height: 121px;
	float: right;
	text-align: center;
	background-image: url(../../images/livekokuti.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color: red;
	font-weight: bold;
	line-height: 1.8em;
	padding: 34px 0 0 0px;
	margin: 0 10px 0 0;
}
div#tv-ustream{
	clear: both;
	width: 680px;
	height: 400px;
	padding: 47px 0 0 55px;
}
table#tv-other{
	clear: both;
	width: 560px;
	margin:30px 0 20px 20px;
	padding: 0;
	border-collapse: collapse;
}
table#tv-other td{
	width: 250px;
	padding-left: 30px;
	text-align: center;
}
table#tv-other td.title{
	text-align: left;
	font-size: large;
	font-weight: bold;
	color: #95bd15;
	padding: 0 0 10px 30px;
}
table#tv-other td a{
	font-size: medium;
	font-weight: bold;
}

/* テレビの番組ページ
--------------------------------------------------*/
div#tv-bangumi{
	width: 510px;
	height: 450px;
	padding: 30px 0 0 30px;
	float: left;
	background-image: url(../../images/bg-tv-mini.gif);
	background-repeat: no-repeat;
}
table#bangumi-text{
	width: 280px;
	margin: 0;
	padding: 0;
	float: right;
	border-collapse: collapse;
}
table#bangumi-text td{
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 15px;
	line-height: 1.5em;
}

/* ツールのトップ
-----------------------------------------------------------------------------------------------------*/
table#tool-top{
	width: 840px;
	margin: 0 auto 20px;
	border-collapse: collapse;
}
table#tool-top tr.pic{
	background-image: url(../../images/bg-tool1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
table#tool-top td{
	width:33%;
	text-align: center;
}
table#tool-top tr.pic td{
	vertical-align: bottom;
	padding: 0 0 7px 0;
}
table#tool-top tr.title td{
	font-size: large;
	padding: 10px 0 0 0;
}

/*カレンダー
--------------------------------------------------*/
div#ModuleContents div#tool_container p{
	padding: 0 0 10px 20px;
	margin: 0;
}
div#calender{
	width: 800px;
	height: 540px;
	margin: 0 auto;
}
div#pageintro{
	text-align: center;
	font-size: medium;
	line-height: 1.5em;
	padding: 0 0 30px 0;
}

/*地図
--------------------------------------------------*/
div#map{
	width: 510px;
	height: 450px;
	padding: 30px 0 0 30px;
	float: left;
	background-image: url(../../images/map.gif);
	background-repeat: no-repeat;
}
div#map ul{
	padding: 10px 0 0 20px;
}
div#map ul li{
	list-style: circle:
	padding:0;
}
div#map ul li a{
	padding: 0 20px 0 0;
	line-height: 1.4em;
	font-size: 140%;
}
table#map-text{
	width: 280px;
	float: right;
	border-collapse: collapse;
}
table#map-text td{
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 1px solid #ccc;
	line-height: 1.5em;
	padding: 15px;
}











