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

/* Reset */
* {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}

/*リンクテキスト（a）
-----------------------------------------------------------------------------------------------------*/
a:link {
	color:#0000FF;
	text-decoration:underline;
}
a:visited {
	color:#800080;
	text-decoration:underline;
}
a:hover {
	color:#ff0000;
	text-decoration:underline;
}

/* Headline
-----------------------------------------------------------------------------------------------------*/
h2, h3 {
    font-size:large;
}
h4, h5 {
    font-size:medium;
}
p{
	font-size:small;
	line-height:1.3em;
}	

/* Layout
-----------------------------------------------------------------------------------------------------*/
body {
	width:960px;
    font-size:small;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    color:#333;
    margin:0 auto;
}
body.ShowBlockL0R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL1R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL0R1 #Wrapper {
    width: 100%;
    float: left;
	margin-right: -250px;
}
body.ShowBlockL1R1 #Wrapper {
    width: 100%;
    float: left;
	margin-right: -250px;
}

body.ShowBlockL0R0 #CenterColumn {
    float: left;
    width: 100%;
}
body.ShowBlockL1R0 #CenterColumn {
    float: right;
    width: 100%;
				margin-left: -250px;
}
body.ShowBlockL0R1 #CenterColumn {
				margin-right: 250px;
}
body.ShowBlockL1R1 #CenterColumn {
    width:100%;
    float:right;
    margin-left: -250px;
}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 250px;
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 250px;
    margin-left: 250px;
}
div#Container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
	background-color:#FFF;
}

div#CenterWrapper {
	padding:10px 20px 10px 0;
}

/*最初の一行
-----------------------------------------------------------------------------------------------------*/
div#first{
 width:960px;
 margin:0 auto;
} 
div#first .text{
 width:70%;
 float:left;
	margin:10px 0 5px 0;
} 
div#first .menu{
 width:30%;
 float:right;
 text-align:right;
	margin:10px 0 5px 0;
} 
div#first .text h1{
	font-size:small;
	font-weight:normal;
}

/*ヘッダー（div#header）
-----------------------------------------------------------------------------------------------------*/
div#header {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
div#header-logo{
	width:660px;
	float:left;
	padding:15px 0 15px 0px;
}
div#header-search{
	width:300px;
	text-align:right;
	margin:45px 0 0px 0;
	float:right;
}
div#header-search input{
	font-size:medium;
}

/*ベルトメニュー（div#belt-main）
-----------------------------------------------------------------------------------------------------*/
div#belt-menu {
	clear:both;
	width:958px;
	height:39px;
	background-color:#98CD1B;
	margin:0px auto 0 auto;
	border:1px solid #CCCCCC;
}
div#belt-menu ul{
	list-style:none;
	background-color:#98CD1B;
	margin:0;
	padding:0;
}
div#belt-menu li{
	float:left;
	display:block;
	text-align:center;
	border-right:1px solid #ffffff;
	font-size:medium;
	background-color:#98CD1B;
}
div#belt-menu li a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:10px 20px 10px 50px;
	background-color:#98CD1B;
}
div#belt-menu li.home a{
	background-image:url(../../images/menu-home.gif);
	background-repeat:no-repeat;
	background-position:10px 0;
}
div#belt-menu li.bbs a{
	background-image:url(../../images/menu-bbs.gif);
	background-repeat:no-repeat;
	background-position:10px 0;
}
div#belt-menu li.mail a{
	background-image:url(../../images/menu-mail.gif);
	background-repeat:no-repeat;
	background-position:10px 0;
}
div#belt-menu li.special a{
	background-image:url(../../images/menu-special.gif);
	background-repeat:no-repeat;
	background-position:10px 0;
}
div#belt-menu li.pen a{
	background-image:url(../../images/menu-pen.gif);
	background-repeat:no-repeat;
	background-position:10px 0;
}
div#belt-menu li.movie a{
	background-image:url(../../images/menu-movie.gif);
	background-repeat:no-repeat;
	background-position:10px 0;
}
div#belt-menu li.book a{
	background-image:url(../../images/menu-book.gif);
	background-repeat:no-repeat;
	background-position:10px 0;
}
/* Windows版 IE6の調整（ホーリー・ハック）\*/
* html div#belt-menu li a{
	padding:10px 20px 10px 50px;
}
div#belt-menu li a:hover{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 20px 10px 50px;
	background-color:#BAFA50;
}

/*ベルトアドセンス（div#belt）
-----------------------------------------------------------------------------------------------------*/
div#belt {
	clear:both;
	width:958px;
	height:27px;
	background-color:#4C4C4C;
	margin:0px auto 7px auto;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}	
div#belt_adsense{
	width:728px;
	height:15px;
	margin:6px 0 0 12px;
	float:left;
}	
/* Windows版 IE6の調整（ホーリー・ハック）\*/
* html div#belt_adsense{
	margin:8px 0 0 7px;
}

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

/* Content
----------------------------------------------------------------------------------------------------*/
#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 1.6;
    padding: 0;
    clear:both;
}
div#ModuleContents {
	background: #fff url(./images/a3.gif) repeat-x 0 0;
}

div#CenterColumn  h2.BlockTitle {
    margin:50px 0 0 0;
	padding:10px 10px;
	color: #555;
	background:#fff;
	border-top:3px solid #98CD1B;
	border-bottom:3px dotted #CCCCCC;
}
div#CenterColumn div.BlockContent {
    padding:0;
    margin:0 0 0 0;
}
p {
    margin: 10px 0;
    margin-bottom: 10px;
}

/* Center LR Column
----------------------------------------------------------------------------------------------------*/
#CenterLColumn {
    float: left;
    width: 49%;
}
div#CenterRColumn {
    float: right;
    width: 49%;
}

div.CenterCblock {
    clear: both;
	margin-bottom:20px;
}
div.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}

/* Decoration */
ul, ol {
	margin-left: 2em;
}
li {
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}
dl dt {
	font-weight: bold;
	padding: .4em;
	border-bottom: 1px #f7fae2 solid;
	margin-bottom: .4em;	
}
dl dd {
    line-height: 130%;
    padding: .2em .5em;
}
blockquote {
	padding: 1em;
	margin: 1em;
	background-color: #fafafa;
	border: 1px #f3f3f3 solid;
}
/*メニュー特集
-----------------------------------------------------------------------------------------------------*/
div#menu-special{
	width:250px;
	height:127px;
	background-image:url(../../images/side-special.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0 0 10px 0;
}
div#menu-special a{
	width:250px;
	height:120px;
	display:block;
	background-image:url(../../images/side-special.gif);
	background-repeat:no-repeat;
	/* \*/overflow:hidden;/* */
}
div#menu-special a:hover{
	width:250px;
	height:120px;
	display:block;
	background-image:url(../../images/side-special-bg.gif);
	background-repeat:no-repeat;
	/* \*/overflow:hidden;/* */
}

/* Left Right Column
-----------------------------------------------------------------------------------------------------*/
div#LeftColumn {
    float: left;
    width: 250px;
    margin:0px 0 0 0;
}
div#RightColumn {
    float: right;
    width: 250px;
    margin:10px 0 0 0;
}

div.LeftBlock, div.RightBlock {
	padding:0px 0;
	margin:0 0 15px 0;
}

/* Left Right Column Title
-----------------------------------------------------------------------------------------------------*/
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
	letter-spacing:2px;
	font-size:medium;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	background-color:#F5F5F5;
	padding:7px 0 7px 10px;
	color:#66CC00;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

/* Left Right Column Content
-----------------------------------------------------------------------------------------------------*/
div#LeftColumn .BlockContent,
div#RightColumn .BlockContent {
    text-align:left;
	margin:0 0 0 0;
	padding:10px;
	border:1px solid #CCCCCC;
}
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
    text-align:left;
}

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

/* Footer
----------------------------------------------------------------------------------------------------*/
#BacktoTop {
    text-align: right;
    margin: 10px 0px 5px;
    clear: both;
    font-size:80%;
}
div#footer {
	clear:both;
    width:100%;
    height:38px;
    margin: 0 auto;
    padding-top: 3px;
	background: #daeeac url(./images/a2.gif) repeat-x;
}
div#copyright{
    width:48%;
	float:left;
	font-size:small;
	color:#333;
	padding:10px 0 0 10px;
}	
div#footer-menu{
    width:48%;
	float:right;
	padding:10px 10px 0 0;
}
div#footer-menu ul{
	list-style:none;
}
div#footer-menu li{
	float:right;
	text-align:center;
	font-size:small;
}
div#footer-menu li a{
	padding:0 7px;
	text-decoration:none;
}
div#footer-menu li a:hover{
	text-decoration:underline;
}

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

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

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

/* 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;
}
#mainmenu a {
    display: block;
    border-bottom: #f0f0f0 solid 1px;
	margin:0 1px;
}
#mainmenu a.menuTop {
    padding: 11px 0 10px 10px;
	background: transparent url(./images/x1.gif) no-repeat 188px center;
    border-top: #f0f0f0 solid 1px;
}
#mainmenu a.menuMain {
    padding: 11px 0 10px 10px;
	background: transparent url(./images/x1.gif) no-repeat 188px center;
}
#mainmenu a.menuSub {
    padding: 5px 5px 5px 15px;
}
#mainmenu a:hover {
	background: transparent url(./images/x2.gif) no-repeat 188px center;
	color: #769d0d;
}

#usermenu a {
    display: block;
    border-bottom: #f0f0f0 solid 1px;
				margin:0 1px;
    padding: 5px 10px;
}
#usermenu a:hover {
    background-color: #faf0f0
}
#usermenu a.menuTop {}
#usermenu a.highlight {
    background-color: #FCC;
}

/* XOOPS table */
table {
    width: 100%;
    margin: 0;
    padding: 0;
}
td {
    padding: 5px;
    vertical-align: top;
}
* html td {
    font-size: 0.8em;
} /* IE6 */

.outer {}
.head {
	background: #daeeac url(./images/bbg2.gif) repeat-x;
    padding: 5px;
    font-weight: bold;
}
.even {
    background-color: #eef4cc;
    padding: 5px;
}
.odd {
    background-color: #f7fae2;
    padding: 5px;
}
.foot {
    padding: 5px;
}

tr.even td {
    background-color: #eef4cc;
    padding: 5px;
}
tr.odd td {
    background-color: #f7fae2;
    padding: 5px;
}

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

/* XOOPS item */
.item {}
.itemHead {
    padding: 3px;
    background-color: #822;
    color: #FFF;
}
.itemInfo {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.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: #EFEFEF;
}
.itemAdminLink {
    font-size: 90%;
}
.itemPermaLink {
    font-size: 90%;
}

/* XOOPS Error Msg
-----------------------------------------------------------------------------------------------------*/.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 : #f9f3ea;
    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
-----------------------------------------------------------------------------------------------------*/
.xoopsCode {
    background: #FAFAFA;
    border: 1px inset #000080;
    font-family: "Courier New",Courier,monospace;
    padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
    background-color:#FAFAFA;
    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;
}

/* Class */
li.XTNTitle {
	color: #fff;
	background-color: #754b39;
	border-left: 20px #633f30 solid;
	padding: 3px 8px;
	margin-top: 1.3em;
	font-size: 1.1em;
	font-weight: bold;
}

/* Modules */

/* Mylinks width Captcha */
dl#LangCat dt {
	float: left;
	padding: 0 0 9px 3px;
	border: none;
	margin-right: 1em;
	font-weight: normal;
}
dl#LangCat dd {
	padding: 6px 0 4px 3px;
	border: none;
	font-weight: bold;
	border: none;
}
dl.MylinksInfo dt {
	float: left;
	padding: .2em;
	border: none;
}
dl.MylinksInfo dd {
	padding: .3em;
	border: none;
	font-size: 110%;
}



/*特集
-----------------------------------------------------------------------------------------------------*/

/* 特集トップページ
------------------------------------------------*/
div#special-toppage{
	margin:0px 0 0px 0;
	width:97%;
	padding:10px;
}	
div#special-toppage table{
	border-collapse:collapse;
	vertical-align:top;
	margin-bottom:15px;
}
div#special-toppage table td.pic{
	width:100px;
	text-align:center;
	vertical-align:top;
}
div#special-toppage table td.pic img{
	width:80px;
	border:1px solid #CCCCCC;
	padding:5px;
}
div#special-toppage table td.title{
	padding:0;
	margin:0;
	vertical-align:top;
}	
div#special-toppage table td.kind{
	font-size:small;
	font-weight:bold;
	color:#996600;
}	
div#special-toppage table td.kind span{
	background-color:#FF6600;
	color:#FFFFFF;
	font-size:small;
	font-weight:bold;
	padding:1px 15px;
	margin:0 10px 0 5px;
}
div#special-toppage table td.title a{
	font-size:large;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	text-decoration:none;
	padding:0;
	margin:0;
}
div#special-toppage table td.text{
	font-size:small;
	line-height:1.5em;
	vertical-align:top;
}

/* 特集トップページ（ミニ）作文用
------------------------------------------------*/
div#special-toppage-mini{
	margin:0px auto 0px auto;
	width:90%;
	padding:10px;
}	
div#special-toppage-mini table{
	border-collapse:collapse;
	vertical-align:top;
	margin-bottom:15px;
}
div#special-toppage-mini table td.pic{
	width:50px;
	text-align:left;
	vertical-align:top;
	padding:0px 10px 0 0;
	margin:0px;
}
div#special-toppage-mini table td.kind{
	font-size:small;
	font-weight:bold;
	color:#996600;
}	
div#special-toppage-mini table td.pic img{
	width:50px;
	border:1px solid #CCCCCC;
	padding:2px;
	margin:0;
}
div#special-toppage-mini table td.title{
	padding:0;
	margin:0;
	vertical-align:top;
}	
div#special-toppage-mini table td.title a{
	font-size:medium;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	text-decoration:none;
	padding:0 0 0 5px;
	margin:0;
	line-height:1em;
}
div#special-toppage-mini table td.text{
	font-size:small;
	line-height:1.2em;
	vertical-align:top;
}

/*特集のエントリページ
------------------------------------------------*/
div#main-special{
	margin:0px 0 20px 0px;
	width:670px;
}
div#main-special h2{
	clear:both;
	font-size:xx-large;
	font-family:"小塚ゴシック Pro L";
	font-weight:normal;
	margin:30px 0 20px 10px;
}
div#main-special h3{
	clear:both;
	font-size:120%;
	letter-spacing:0px;
	line-height:1.3em;
	font-family:"小塚ゴシック Pro B";
	font-weight:normal;
	color:#333333;
	background-color:#ffffff;
	border-left:3px solid #98CD1B;
	padding:8px 10px 8px 15px;
	margin:40px 10px 20px 10px;
}
div#main-special h4{
	margin:20px 10px 10px 30px;
}
div#main-special p{
	font-size:110%;
	text-align:justify;
	line-height:1.5em;
	margin:0.5em 30px 0em 30px;
	text-indent:0em;
}
div#main-special p.clear{
	clear:both;
}
div#main-special div#inyo{
	width:500px;
	margin:20px auto 0;
	background-color:#FFFFCC;
	padding:10px 20px;
	margin-bottom:20px;
	font-size:110%;
	line-height:1.5em;
	color:#000000;
	border:3px dotted #CCCCCC;
	clear:both;
}
div#main-special div#inyo p{
	font-size:100%;
	color:#000000;
	font-family:"小塚ゴシック Pro L";
	text-indent:0em;
}
div#main-special div#inyo b{
	font-family:"小塚ゴシック Pro B";
	font-size:large;
}
div#main-special img.left{
	float:left;
	border:1px solid #CCCCCC;
	padding:3px;
	margin:0 10px 0 50px;
}

div#main-special{
	margin:0px 0 20px 0px;
	width:670px;
}
div#main-special h2{
	clear:both;
	font-size:xx-large;
	font-family:"小塚ゴシック Pro L";
	font-weight:normal;
	margin:30px 0 20px 10px;
}
div#main.special h2{
	clear:both;
	font-size:xx-large;
	font-family:"小塚ゴシック Pro L";
	font-weight:normal;
	margin:30px 0 20px 10px;
}
div#main-special h3{
	clear:both;
	font-size:120%;
	letter-spacing:0px;
	line-height:1.3em;
	font-family:"小塚ゴシック Pro B";
	font-weight:normal;
	color:#333333;
	background-color:#ffffff;
	border-left:3px solid #98CD1B;
	padding:8px 10px 8px 15px;
	margin:40px 10px 20px 10px;
}
div#main.special h3{
	clear:both;
	font-size:120%;
	letter-spacing:0px;
	line-height:1.3em;
	font-family:"小塚ゴシック Pro B";
	font-weight:normal;
	color:#333333;
	background-color:#ffffff;
	border-left:3px solid #98CD1B;
	padding:8px 10px 8px 15px;
	margin:40px 10px 20px 10px;
}
div#main.special h4{
	margin:20px 10px 10px 30px;
}
div#main.special p{
	font-size:110%;
	text-align:justify;
	line-height:1.8em;
	margin:0.5em 30px 0em 30px;
	text-indent:0em;
	letter-spacing: 2px;
}
div#main.special p.clear{
	clear:both;
}
div#main.special div#inyo{
	width:500px;
	margin:20px auto 0;
	background-color:#FFFFCC;
	padding:10px 20px;
	margin-bottom:20px;
	font-size:110%;
	line-height:1.5em;
	color:#000000;
	border:3px dotted #CCCCCC;
	clear:both;
}
div#main.special div#inyo p{
	font-size:100%;
	color:#000000;
	font-family:"小塚ゴシック Pro L";
	text-indent:0em;
}
div#main.special div#inyo b{
	font-family:"小塚ゴシック Pro B";
	font-size:large;
}
div#main.special img.left{
	float:left;
	border:1px solid #CCCCCC;
	padding:3px;
	margin:0 10px 0 50px;
}

/*特集最初のイントロ
------------------------------------------------*/
div#specialpage-head{
	margin:0 auto;
	text-align:center;
}	
div#specialpage-head img{
	margin-bottom:30px;
}
div#specialpage-intro{
	width:680px;
	text-align:center;
	margin:0;
}	

/*特集上部のイントロ紹介
------------------------------------------------*/
div#series{
	width:100%;
	border-collapse:collapse;
	margin:0 auto;
	padding-bottom:30px;
}
div#series table td{
	vertical-align:top;
	padding:0;
	margin:0;
}
div#series table td.title{
	width:60%;
	font-size:26px;
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
	font-weight:bold;
	color:#FF6600;
	line-height:1.2em;
}	
div#series.mincho table td.title{
	width:60%;
	font-size:30px;
	font-family:"小塚明朝 Pro B";
	color:#FF6600;
	line-height:1.2em;
}	
div#series table td.text{
	width:40%;
	font-size:14px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	padding:5px 0 0 0;
}	
div#series.mincho table td.text{
	width:40%;
	font-size:14px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	padding:5px 0 0 0;
}
div#series table td.name{
	width:65%;
	font-size:24px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	padding:0 0 0 20px;
}

div#series-menu{
	width:95%;
	border-collapse:collapse;
	margin:0 auto;
	padding:30px 0;
}
div#series-menu table td{
	width:50%;
	padding:0;
	margin:0;
}
div#series-menu table td.title{
	width:100%;
	font-size:medium;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	padding-bottom:10px;
}
div#series-menu ul{
	padding:0;
	margin:0;
}
div#series-menu ul li{
	font-size:20px;
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
	font-weight:bold;
	line-height:1em;
	padding:0 0 10px 30px;
	margin:0;
	list-style:none;
}
div#series-menu.mincho ul li{
	font-size:20px;
	font-family:"小塚明朝 Pro B";
	font-weight:bold;
	line-height:1em;
	padding:0 0 10px 30px;
	margin:0;
	list-style:none;
}	
div#series-menu ul li span{
	font-size:small;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
}
div#series-menu ul li.one{
	background-image:url(../../images/special/1.png);
	background-repeat:no-repeat;
}
div#series-menu ul li.two{
	background-image:url(../../images/special/2.png);
	background-repeat:no-repeat;
}
div#series-menu ul li.three{
	background-image:url(../../images/special/3.png);
	background-repeat:no-repeat;
}
div#series-menu ul li.four{
	background-image:url(../../images/special/4.png);
	background-repeat:no-repeat;
}
div#series-menu ul li.five{
	background-image:url(../../images/special/5.png);
	background-repeat:no-repeat;
}
div#series-menu ul li.six{
	background-image:url(../../images/special/6.png);
	background-repeat:no-repeat;
}
div#series-menu ul li.seven{
	background-image:url(../../images/special/7.png);
	background-repeat:no-repeat;
}
div#series-menu ul li.eight{
	background-image:url(../../images/special/8.png);
	background-repeat:no-repeat;
}
div#series-menu ul li.nine{
	background-image:url(../../images/special/9.png);
	background-repeat:no-repeat;
}

/*著者のテーブル
------------------------------------------------*/
div#specialpage table{
	border-collapse:collapse;
}
div#specialpage table td{
	vertical-align:top;
}
div#specialpage table td.pic{
	width:100px;
	text-align:center;
	padding:0 0 0 0;
}
div#specialpage table td.pic img{
	width:80px;
	border:1px solid #CCCCCC;
	padding:3px;
}
div#specialpage table td.title{
	padding:0 0 0 10px;
}
	
div#specialpage table td.subtitle{
	line-height:1.1em;
	padding:0 0 7px 10px;
	margin:0 0 0 0;
	font-size:medium;
	font-weight:normal;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	letter-spacing:-0.07em;
	color:#FF6600;
}	
div#specialpage table td.title h2{
	line-height:1.1em;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size:x-large;
	font-weight:normal;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	letter-spacing:-0.07em;
	color:#000033;
}
div#specialpage table td.text{
	vertical-align:top;
	font-size:small;
	font-weight:bold;
	line-height:1.2em;
	text-align:justify;
	padding:20px 0 0 10px;
}
div#specialpage table td.date{
	vertical-align:top;
	font-size:small;
	color:#666666;
	padding:10px 0 30px 10px;
}

/*次のページへ、前のページへ
------------------------------------------------*/
div#nextpage{
	padding:50px 0 20px 50px;
	clear:both;
}
div#nextpage div#goback{
	width:100px;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	margin-right:5px;
	padding:8px 0;
	border:1px solid #98CD1B;
	background-color:#669900;
}
div#nextpage div#goback a{
	width:100px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
div#nextpage div#goback a:hover{
	color:#FFCC00;
}	
div#nextpage div#link{
	width:25px;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	margin-right:5px;
	border:1px solid #98CD1B;
}	
div#nextpage div#link a{
	width:25px;
	padding:8px 0;
	display:block;
	text-decoration:none;
}	
div#nextpage div#link a:hover{
	background-color:#FFCC00;
	color:#0000FF;
}
div#nextpage div#nolink{
	width:25px;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	padding:8px 0;
	margin-right:5px;
	border:1px solid #98CD1B;
	background-color:#98CD1B;
	color:#FFFFFF;
}	
div#nextpage div#gonext{
	width:100px;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	padding:8px 0;
	border:1px solid #98CD1B;
	background-color:#669900;
}
div#nextpage div#gonext a{
	width:100px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
div#nextpage div#gonext a:hover{
	color:#FFCC00;
}

/*特集の写真
------------------------------------------------*/
div#pic-text{
	text-align:center;
	padding:3px;
	border:1px solid #CCCCCC;
	font-size:small;
	line-height:1.2em;
	color:#666666;
}
div#pic-text img{
	margin-bottom:3px;
}
div#pic-text.left{
	float:left;
	margin:0 10px 1px 50px;
}	
div#pic-text.right{
	float:right;
	margin:0 40px 1px 10px;
}	
div#pic-text-left{
	float:left;
	margin:0px 15px 1px 50px;
	text-align:center;
	padding:3px;
	border:1px solid #CCCCCC;
	font-size:small;
	line-height:1.2em;
	color:#666666;
}
/* Windows版 IE6の調整（ホーリー・ハック）\*/
* html div#pic-text-left{
	margin:0px 15px 1px 25px;
}
div#pic-text-right{
	float:right;
	margin:0px 40px 1px 15px;
	text-align:center;
	padding:3px;
	border:1px solid #CCCCCC;
	font-size:small;
	line-height:1.2em;
	color:#666666;
}
/* Windows版 IE6の調整（ホーリー・ハック）\*/
* html div#pic-text-right{
	margin:0px 20px 1px 15px;
}	
div#pic-text img, div#pic-text-right{
	margin-bottom:3px;
}

/*特集の著者プロフィール紹介
------------------------------------------------*/
div#tokushu-profile{
	width:580px;
	border:1px dashed #FF9900;
	margin:0 auto;
	padding:10px;
}	
div#tokushu-profile span{
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	font-size:medium;
	color:#333;
	padding-bottom:5px;
}
div#tokushu-profile img{
	float:right;
	margin:0 0 0 10px;
}
div#tokushu-profile table td{
	vertical-align:top;
	line-height:1.3em;
	font-size:100%;
}	
/*特集下部の書籍・イベント紹介
------------------------------------------------*/
div#book-event{
	clear:both;
	width:620px;
	padding:20px 0 0 0;
	margin:80px 0 20px 20px;
	border-top:2px dotted #CCCCCC;
}
div#book-event table{
	margin:20px 0 10px 10px;
}
div#book-event table td.left{
	margin:0px;
	padding:0;
}
div#book-event table td.left{
	width:170px;
	font-size:85%;
	color:#666666;
	letter-spacing:0.1em;
	line-height:1.2em;
	vertical-align:top;
	text-align:right;
	padding-right:20px;
	margin:0px;
}
div#book-event table td.left img{
	padding:0 0 5px 0;
	margin:0;
}
div#book-event table td.right{
	width:300px;
	padding-top:10px;
	vertical-align:top;
	line-height:1.3em;
	font-size:100%;
}
/* Windows版 IE6の調整（ホーリー・ハック）\*/
* html div#book-event table td.right{
	width:380px;
}
div#book-event table td.right b{
	font-size:large;
	font-weight:normal;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	line-height: 1.3em;
}
div#book-event table td.right span{
	font-size:medium;
}			
div#book-event-link{
	width:114px;
	height:23px;
	margin:20px 0 10px 0;
	text-indent:-9999px;
}
div#book-event-link a{
	width:114px;
	height:23px;
	display:block;
	background-image:url(../../images/special/sp-amazon.gif);
	background-repeat:no-repeat;
	/* \*/ overflow: hidden; /* */
}
div#book-event-link a:hover{
	width:114px;
	height:23px;
	display:block;
	background-image:url(../../images/special/sp-amazon-hover.gif);
	background-repeat:no-repeat;
}
div#book-event-link.blog a{
	width:122px;
	height:23px;
	display:block;
	background-image:url(../../images/special/sp-blog.gif);
	background-repeat:no-repeat;
	/* \*/ overflow: hidden; /* */
}
div#book-event-link.blog a:hover{
	width:122px;
	height:23px;
	display:block;
	background-image:url(../../images/special/sp-blog-hover.gif);
	background-repeat:no-repeat;
}

/*特集下部の書籍・イベント紹介（小さい版）
------------------------------------------------*/
div#book-event.sub{
	margin:20px 0 40px 0px;
	padding-top:30px;
}
/* Windows版 IE6の調整（ホーリー・ハック）\*/
* html div#book-event.sub{
	margin:20px 0 40px 20px;
}
div#book-event.sub p{
	text-indent:0em;
	margin-left:40px;
}
div#book-event.sub table{
	padding-top:0px;
	padding-left:20px;
}
div#book-event.sub table td.left{
	font-size:75%;
	padding-right:30px;
}
/* Windows版 IE6の調整（ホーリー・ハック）\*/
* html div#book-event.sub table td.left{
	padding-right:20px;
}
div#book-event.sub table td.left img{
	padding-bottom:3px;
}
div#book-event.sub table td.right{
	padding-top:0px;
	padding-right:0px;
}
div#book-event.sub table td.right b{
	font-size:medium;
	line-height:1.1em;
}
div#book-event-link.sub a{
	width:100px;
	height:20px;
	background-image:url(../../images/special/sp-amazon-mini.gif);
}
div#book-event-link.sub a:hover{
	width:100px;
	height:20px;
	display:block;
	background-image:url(../../images/special/sp-amazon-hover-mini.gif);
}
div#book-event-link.subblog a{
	width:106px;
	height:20px;
	background-image:url(../../images/special/sp-blog-mini.gif);
}
div#book-event-link.subblog a:hover{
	width:106px;
	height:20px;
	display:block;
	background-image:url(../../images/special/sp-blog-hover-mini.gif);
}
	
/*特集下部のアドセンス
------------------------------------------------*/
div#special-ad{
	clear:both;
	width:580px;
	height:250px;
	padding:5px 0 0 30px;
	margin:40px 0 20px 20px;
	border-top:2px dotted #CCCCCC;
}
div#special-ad.border{
}

/* 運営者情報
-----------------------------------------------------------------------------------------------------*/
div#officeinfo table{
	width:600px;
	margin:0 auto;
	border-collapse:collapse;
	border:1px solid #ccc;
}	
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:#E7E7E7;
	width:20%;
}

/* 掲示板
-----------------------------------------------------------------------------------------------------*/
/* トップページ
------------------------------------*/
div#bbs-toppage{
	width:100%;
	margin:0;
	padding:10px 0 0 0;
}
div#bbs-toppage p{
	margin:0px 10px 10px 15px;
}
div#bbs-toppage table{
	width:100%;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
div#bbs-toppage table td{
	width:50%;
	margin:0;
	padding:10px 5px 5px 5px;
}	
div#bbs-toppage table td img{
	float:left;
	margin-right:10px;
	padding-bottom:20px;
}
div#bbs-toppage table td h4 {
	font-size:large;
	font-weight:bold;
}
	
/* 新しいトピックをたてるリンクをでかく
------------------------------------*/
ul.d3f_ctrl li.newtopic{
	font-size:large;
	font-weight:bold;
}	

/* フォーラム名をでかく
------------------------------------*/
table.d3f_table tr h3{
	font-size:large;
	background-image:none;
	padding:0;
	margin:0;
}
table.d3f_table tr h3 a{
	color:#FF6600;
}	

/* トピック名をでかく
------------------------------------*/
table.d3f_table th.title{
	width:56%;
	padding:3px 0 3px 10px;
}
table.d3f_table th.reply{
	width:8%;
	padding:3px 0 3px 0;
	text-align:center;
}
table.d3f_table th.view{
	width:8%;
	padding:3px 0 3px 0;
	text-align:center;
}
table.d3f_table th.vote{
	width:8%;
	padding:3px 0 3px 0;
	text-align:center;
}
table.d3f_table th.time{
	width:20%;
	padding:3px 0 3px 0;
	text-align:center;
}

table.d3f_table td.d3f_topictitle a{
	font-size:medium;
}

/* 投稿の詳細ページ
------------------------------------*/
div#each-post{
	border:1px solid #CCCCCC;
	margin:10px 0 20px 0;
	padding:10px 20px 10px 20px;
	clear:both;
}	
div#each-post h2{
	font-size:large;
	color:#FF6600;
}
div#each-post div.d3f_head{
	float:left;
}
div#each-post div.d3f_info{
	float:right;
	margin-left:20px;
}	
div#each-post div.d3f_info_sub{
	float:right;
}
div#each-post div.d3f_body{
	clear:both;
	padding:15px 0 0 0;
}
div#each-post div.d3f_info_ctrl{
	padding:15px 0 0 0;
	float:right;
}
div#each-post span.d3f_vote{
	color:#FFFFFF;
	background-color:#FF6600;
	font-weight:bold;
	padding:3px 5px;
}
div#float-clear{
	clear:both;
}
	
/* トップページの掲示板の最近の投稿
------------------------------------*/
div#bbs-new table{
	padding:10px;
	margin:0;
}
div#bbs-new table td{
	font-size:110%;
	padding:0;
	margin:0;
}
div#bbs-new table td.time{
	width:20%;
}
div#bbs-new table td.title{
	width:60%;
}
div#bbs-new table td.name{
	width:20%;
}	
	
/* トップページのWhat's News
-----------------------------------------------------------------------------------------------------*/
ul.whatsnewsBlockLatestEntries{
	list-style:none;
	padding:10px 0 0 10px;
}
ul.whatsnewsBlockLatestEntries li{
	font-size:110%;
}

/* 現在のオンライン
-----------------------------------------------------------------------------------------------------*/	
#block-online{
	line-height:1.3em;
}
#block-online table{
	width:200px;
	margin:10px 0 10px 0px;
	padding:0;
}
#block-online table td{
	margin:0;
	padding:0;
	line-height:1.2em;
	color:#0EABE2;
	font-size:110%;
	font-weight:normal;
	font-family:"HGS創英角ｺﾞｼｯｸUB";
}
#block-online table td.member{
	border-top:1px solid #CCCCCC;
	padding-top:10px;
}
#block-online table td.guest{
	border-bottom:1px solid #CCCCCC;
	padding-bottom:10px;
}	
#block-online img{
	padding-right:5px;
}
#block-online a{
	text-decoration:none;
	font-size:110%;
}


/* ページのテキスト装飾
-----------------------------------------------------------------------------------------------------*/	
div#page_body h2{
	font-size:x-large;
	font-family:"HG創英角ﾎﾟｯﾌﾟ体";
	font-weight:normal;
}
div#page_body h3{
	font-size:large;
	border-bottom:1px solid #ccc;
	border-left:5px solid #66CC00;
	padding:3px 10px;
}
div#page_body h4{
	font-size:medium;
	color:#66CC00;
	line-height:2em;
	margin:30px 0 0 10px;
	padding:0 0 0 20px;
	background-image:url(../../images/maru_green.gif);
	background-repeat:no-repeat;
	background-position:left center;
	clear:both;
}	
div#page_body p{
	font-size:110%;
	padding:0 10px 10px 20px;
}
div#page_body li{
	font-size:110%;
}
div.pico_controllers{
	clear:both;
	padding:20px;
}	

/* 作文部
-----------------------------------------------------------------------------------------------------*/	
div#letter{
	width:95%;
	border:2px dotted #CCCCCC;
	background-color:#FFF8DF;
	margin:0 auto 30px;
	padding:20px 0;
}
div#letter h2{
	font-size:24px;
	text-align:center;
	font-family:"小塚明朝 Pro B";
}
div#letter p.writer{
	font-size:medium;
	margin-bottom:50px;
	text-align:right;
}
div#letter p{
	font-size:120%;
	margin:0 30px 10px 30px;
	text-align:justify;
	line-height:1.8em;
	text-indent:1em;
	color:#000000;
	font-family:"小塚明朝 Pro B";
}	

/* TED風トップページ
-----------------------------------------------------------------------------------------------------*/	
div#ted{
	margin:0px;
	padding:0px;
}	
div#ted table{
	border-collapse:collapse;
}	
div#ted table td{
	padding:0 1px 1px 0;
	margin:0;
	text-align:left;
	vertical-align:top;
}
div#ted table td.large{
	width:228px;
	height:160px;
}
div#ted table td.large img{
	width:228px;
	height:160px;
}
div#ted table td.normal{
	width:114px;
	height:80px;
}
div#ted table td.normal img{
	width:114px;
	height:80px;
}
div#ted table td.small{
	width:57px;
	height:40px;
}
div#ted table td.small img{
	width:57px;
	height:40px;
}
	
/* 特集の個別ページ
-----------------------------------------------------------------------------------------------------*/	
/*ロックンロールライダー口石和人
------------------------------------------------*/
div#tokushu-profile-kuchiishi{
	width:680px;
	margin:20px auto 10px;
}
div#tokushu-profile-kuchiishi table{
	margin:0 0 0 0;
	padding:10px 20px;
	line-height:1.4px;
	border-left:1px solid #FFCC00;
	border-right:1px solid #FFCC00;
	border-bottom:1px solid #FFCC00;
}
div#tokushu-profile-kuchiishi table p{
	font-size:small;
	padding:0;
	margin:0 0 10px 0;
}
div#uta01-menu{
	width:640px;
	height:123px;
	background-image:url(../../images/special/uta01-menu.gif);
	background-repeat:no-repeat;
	margin:30px auto 60px;
	padding:45px 0 0 40px;
}
div#uta01-menu td.date{
	font-size:medium;
	color:#666666;
	padding-left:20px;
	vertical-align:middle;
}
div#uta01-menu td a{
	text-decoration:none;
	font-family:"HG創英角ﾎﾟｯﾌﾟ体";
}
div#uta01-menu td.one{
	font-size:x-large;
	font-family:"HG創英角ﾎﾟｯﾌﾟ体";
	padding:5px 0 5px 45px;
	vertical-align:middle;
	background-image:url(../../images/special/uta01-menu-one.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
}
div#uta01-menu td.two{
	font-size:x-large;
	font-family:"HG創英角ﾎﾟｯﾌﾟ体";
	padding:5px 0 5px 45px;
	vertical-align:middle;
	background-image:url(../../images/special/uta01-menu-two.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
}				
div#main.kuchiishi{
	margin:0px 0 20px 0px;
	width:670px;
}
div#main.kuchiishi h2{
	clear:both;
	font-size:xx-large;
	font-family:"小塚ゴシック Pro L";
	font-weight:normal;
	margin:100px 0 60px 10px;
}
div#main.kuchiishi h3{
	clear:both;
	font-size:120%;
	letter-spacing:0px;
	line-height:1.3em;
	font-family:"小塚ゴシック Pro B";
	font-weight:normal;
	color:#333333;
	background-color:#ffffff;
	border-left:5px solid #009900;
	border-bottom:3px double #FFCC00;
	padding:8px 10px 8px 15px;
	margin:60px 10px 20px 10px;
}
div#main.kuchiishi p{
	font-size:110%;
	text-align:justify;
	line-height:1.5em;
	margin:0.5em 30px 0em 30px;
	text-indent:0em;
}
div#main.kuchiishi p.clear{
	clear:both;
}
div#main.kuchiishi div#inyo{
	width:500px;
	margin:20px auto 0;
	background-color:#FFFFCC;
	padding:10px 20px;
	margin-bottom:20px;
	font-size:110%;
	line-height:1.5em;
	color:#000000;
	border:3px dotted #CCCCCC;
	clear:both;
}
div#main.kuchiishi div#inyo p{
	font-size:100%;
	color:#000000;
	font-family:"小塚ゴシック Pro L";
	text-indent:0em;
}
div#main.kuchiishi div#inyo b{
	font-family:"小塚ゴシック Pro B";
	font-size:large;
}
div#main.kuchiishi img.left{
	float:left;
	border:1px solid #CCCCCC;
	padding:3px;
	margin:0 10px 0 50px;
}
div#kuchiishi-next{
	text-align:right;
	margin-right:40px;
	margin-top:50px;
	vertical-align:middle;
}
div#kuchiishi-next a{
	text-decoration:none;
	font-size:x-large;
	font-weight:bold;
}	
div#kuchiishi-back{
	text-align:left;
	margin-left:50px;
	margin-top:50px;
	vertical-align:middle;
}
div#kuchiishi-back a{
	text-decoration:none;
	font-size:x-large;
	font-weight:bold;
}	
div#youtube-center{
	width:560px;
	height:340px;
	margin:10px auto 40px;
}	

/*堀川ひとみさん 
------------------------------------------------*/
div#tokushu-profile-horikawa{
	width:680px;
	height:306px;
	margin:0px auto 0px;
	background-image:url(../../images/special/uta02-profile.jpg);
	background-repeat:no-repeat;
}
div#tokushu-profile-horikawa table{
	margin:0 0 0 0;
	padding:65px 30px 0 30px;
}
div#tokushu-profile-horikawa table p{
	font-size:small;
	padding:0;
	margin:0 0 10px 0;
}
div#uta02-menu ul{
	margin:20px 0 40px 20px;
}
div#uta02-menu li{
	list-style:none;
	padding-bottom:5px;
}				
div#main.horikawa{
	margin:0px 0 20px 0px;
	width:670px;
}
div#main.horikawa h2{
	clear:both;
	font-size:xx-large;
	font-family:"小塚明朝 Pro M";
	font-weight:normal;
	margin:60px 0 60px 10px;
}
div#main.horikawa h3{
	clear:both;
	font-size:120%;
	letter-spacing:0px;
	line-height:1.3em;
	font-family:"小塚ゴシック Pro B";
	font-weight:normal;
	color:#333333;
	background-color:#ffffff;
	border-left:3px solid #CC00CC;
	border-bottom:2px dotted #ccc;
	padding:8px 10px 8px 15px;
	margin:60px 10px 20px 10px;
}	
div#main.horikawa p{
	font-size:110%;
	text-align:justify;
	line-height:1.5em;
	margin:0.5em 30px 0em 30px;
	text-indent:0em;
}	
div#main.horikawa b{
	color:#CC3399;
}	
div#youtube-mini{
	width:425px;
	height:344px;
	margin:10px 0 40px 50px;
}
div#main.horikawa div#nextpage{
	padding:50px 0 20px 50px;
	clear:both;
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
}
div#main.horikawa div#nextpage div#goback{
	width:110px;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	margin-right:5px;
	padding:5px 0;
	border:1px solid #CC00CC;
	background-color:#CC3399;
}
div#main.horikawa div#nextpage div#goback a{
	width:110px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
div#main.horikawa div#nextpage div#goback a:hover{
	color:#FFCC00;
}	
div#main.horikawa div#nextpage div#link{
	width:25px;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	margin-right:5px;
	border:1px solid #CC00CC;
}	
div#main.horikawa div#nextpage div#link a{
	width:25px;
	padding:5px 0;
	display:block;
	text-decoration:none;
}	
div#main.horikawa div#nextpage div#link a:hover{
	background-color:#FFCCFF;
	color:#0000FF;
}
div#main.horikawa div#nextpage div#nolink{
	width:25px;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	padding:5px 0;
	margin-right:5px;
	border:1px solid #CC00CC;
	background-color:#CC66FF;
	color:#FFFFFF;
}	
div#main.horikawa div#nextpage div#gonext{
	width:110px;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	padding:5px 0;
	border:1px solid #CC00CC;
	background-color:#CC3399;
}
div#main.horikawa div#nextpage div#gonext a{
	width:110px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
div#main.horikawa div#nextpage div#gonext a:hover{
	color:#FFCCFF;
}
div#book-event-link.hikari a{
	width:127px;
	height:24px;
	background-image:url(../../images/special/sp-hikari.gif);
}
div#book-event-link.hikari a:hover{
	width:127px;
	height:24px;
	display:block;
	background-image:url(../../images/special/sp-hikari-hover.gif);
}


/*世界一周 masa
------------------------------------------------*/
div#main.masa h2{
	clear:both;
	font-size:xx-large;
	font-family:"小塚ゴシック Pro B";
	margin:60px 0 60px 10px;
	padding:0px;
	line-height: 1.3em;
}
div#main.masa h3{
	clear:both;
	font-size:120%;
	letter-spacing:0px;
	line-height:1.3em;
	font-family:"小塚ゴシック Pro B";
	font-weight:bold;
	color:#333333;
	background-color:#ffffff;
	border-left:8px solid #ffda00;
	border-bottom:none;
	padding:0px 10px 0px 10px;
	margin:60px 10px 20px 10px;
}
div#main.masa h4{
	color:#ffab00;
	margin: 0 0 0 30px;
	background-image: url(../../images/maru_orange.gif);
}		
div#main.masa p{
	font-size:110%;
	text-align:justify;
	line-height:1.5em;
	margin:0.5em 30px 0em 30px;
	text-indent:0em;
}	
div#series-menu.masa{
	width:95%;
	border-collapse:collapse;
	margin:0 auto;
	padding:30px 0;
}
div#series-menu.masa b{
	font-family:Times;
	font-size: large;
}
div#series-menu.masa ul{
	padding:0;
	margin:0;
}
div#series-menu.masa ul li{
	font-size:20px;
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
	font-weight:normal;
	line-height:1em;
	padding:5px 0 5px 10px;
	margin:0;
	list-style:disc;
	list-style-position: inside;
	background-image: none;
	background-color: black;
	color: #ffda00;
	border-bottom: 1px dotted white;
}	
div#series-menu.masa ul li a{
	color: #fff;
	text-decoration: none;
}	
div#series-menu.masa ul li a:hover{
	color:#fffebf;
	text-decoration: none;
}
div#nextpage.masa div#goback{
	width:100px;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	margin-right:5px;
	padding:8px 0;
	border:1px solid #000;
	background-color:#535353;
}
div#nextpage.masa div#goback a{
	width:100px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
div#nextpage.masa div#goback a:hover{
	color:#FFCC00;
}	
div#nextpage.masa div#link{
	width:25px;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	margin-right:5px;
	border:1px solid #000;
	background-color: black;
}	
div#nextpage.masa div#link a{
	width:25px;
	padding:8px 0;
	display:block;
	text-decoration:none;
	color: white;
}	
div#nextpage.masa div#link a:hover{
	color:#FFCC00;
	background-color: black;
}
div#nextpage.masa div#nolink{
	width:25px;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	padding:8px 0;
	margin-right:5px;
	border:1px solid #ffda00;
	background-color:#FFCC00;
	color:#000;
}	
div#nextpage.masa div#gonext{
	border:1px solid #000;
	background-color:#535353;
}
div#nextpage.masa div#gonext a{
	width:100px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
div#nextpage.masa div#gonext a:hover{
	color:#FFCC00;
}
div#photo{
	padding:80px 0 0 40px;
}
div#photo h4{
	color:#ffab00;
	margin: 0 0 10px 0px;
	background-image: url(../../images/maru_orange.gif);
}
div#photo img{
	width: 180px;
	padding:2px;
	margin-left:5px;
	border: 1px solid orange;
}


/* 特集の囲み
-----------------------------------------------------------------------------------------------------*/	
div#kakomi{
	width:616px;
	margin:0 auto;
}
div#kakomi table{
	width:616px;
	border-collapse:collapse;
}	
div#kakomi td{
	margin:0;
	padding:0;
	font-size:100%;
}	
div#kakomi td.bg-blue{
	padding:10px 20px;
	background-image:url(../../images/special/kakomi-blue-yoko.gif);
	background-repeat:repeat-y;
}	
div#kakomi td.bg-blue img{
	margin-left:170px;
}



/*土田和歌子
------------------------------------------------*/
div#tokushu-profile.tutida{
	width:618px;
	border:1px solid #ccc;
	margin:0 auto;
	padding:20px 30px;
}	
div#tokushu-profile.tutida span{
	font-family:"times";
	font-size:x-large;
	color:#333;
	padding-bottom:5px;
}
div#main-special.tutida h3{
	clear:both;
	font-size:110%;
	letter-spacing:0px;
	line-height:1.3em;
	font-family:"小塚ゴシック Pro B";
	font-weight:normal;
	color:#333333;
	background-color:#ffffff;
	border-left:5px solid #800000;
	padding:8px 10px 8px 15px;
	margin:40px 10px 20px 10px;
}


/*加藤高明
------------------------------------------------*/
div#tokushu-profile.kato{
	width:618px;
	border:1px solid #ccc;
	margin:0 auto;
	padding:20px 30px;
	background-color: #e9e9e9;
}	
div#tokushu-profile.kato span{
	font-family:"小塚ゴシック Pro B";
	font-size:large;
	color:#333;
	padding-bottom:5px;
}
div#main-special.kato{
	width:638px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:20px 20px;
	margin:0 auto;
}
div#main-special.kato h3{
	clear:both;
	font-size:110%;
	letter-spacing:0px;
	line-height:1.3em;
	font-family:"小塚ゴシック Pro B";
	font-weight:normal;
	color:#333333;
	background-color:#ffffff;
	border-left:10px solid #ed0095;
	border-bottom:none;
	padding:8px 10px 8px 15px;
	margin:40px 10px 20px 10px;
}
div#main-special.kato h4{
	color:#ed0095;
	margin: 0 0 0 30px; 
	background-image:url(../../images/maru_pink.gif);
	padding:0 0 0 22px;
}	



div#RightColumn img.rabu{
	margin: 8px 0 0 0;
	border: 1px solid #ccc;
}























