

/******************************************************************************/
a {color: #666666; text-decoration: none; background-color: transparent;}
a:hover {color: #ff6600;}
h2.pico_title { font-size: 1.3em; }
h1 { font-size: 1.4em; background-color:#cccccc; margin-top:10px; }
h2 { font-size: 1.3em; background-color:#cc0000; }

h3 { font-size: 1.2em; background-color:#cccc00; }
h4 { font-size: 1.1em; background-color:#00cccc; }
h5 { font-size: 1.0em; background-color:#0000cc; }
ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { margin-left: 2px; list-style: square inside; color: #2F5376}



.sstext { font-size:0.65em; line-height: 1.4em; }
.stext { font-size:0.75em; line-height: 1.5em; }
.mtext { font-size:0.95em; line-height: 1.5em; } 
.ltext { font-size:1.1em; line-height: 1.5em; }

table {  }
td { border-bottom: solid 1px #cccccc; }


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

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

/* LinkColor */
a:link		{
    color: #CC0000;
}
a:visited	{
    color: #CC0033;
}
a:hover		{
    color: #CC3333;
}
a:active	{
    color: #FF3333;
}

/* Headline */
h1 {
    font-size: 140%;
				margin:0 0 10px;
}
h2, h3 {
    font-size: 120%;
}
h4, h5 {
    font-size: 100%;
}

/* Layout */
body {
font-size: 0.9em;
    color: #333;
/*	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;*/
background-color:#ffcc99;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

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

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

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 170px;
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 170px;
    margin-left: 170px;
}

div#Container {
    margin: 0 auto;
    padding: 0;
    width: 760px;
    text-align: left;
	background-color:#FFFFFF;
	border-left: solid 5px #CC0000;
	border-right: solid 5px #CC0000;
}

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

/* Header */
div#Header {
    width: 760px;
    height: 67px;
	background-image:url(img/header_bg.png);
	background-repeat:repeat-x;
}
div#Header div#Sitename {
	font-weight: bold;
	padding: 0 0 10px 0px;
	font-size: 200%;
	line-height: 100%;
	float:left;
}
div#Header div#Logo {
	padding: 0px;
		float:left;
}
div#Header div#Slogan {
	padding: 27px 0 0 225px;
	float:right;
}
div#Header a:link,
div#Header a:visited {	
				text-decoration: none;
}

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

/* Content */
div#CenterColumn  h2.BlockTitle {
    border-bottom: #DDD dashed 1px;
}
div#CenterColumn div.BlockContent, div#ModuleContents {
	font-size: 0.85em;
	line-height: 1.6;
	padding: 0;
	clear:both;
	margin: 0 15px 0 0;
}
p {
    margin: 10px 0;
    clear:both;
    margin-bottom: 10px;
}

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

div.CenterCblock {
    clear: both;

}
div.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}

/* Decoration */
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
em {
    font-weight: normal;
	font-style:italic;

}

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

}
div#RightColumn div.bl {
	margin:5px 0;

}
.po {
	margin: 10px 0 0 175px;
}
.infob {
	margin: 10px 0 0 175px;
}

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

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
    margin: 0 0 5px 0;
				padding: 0 10px;
				color: #FFF;
				line-height: 1.5;
				background-color:#ccc;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent {
    text-align:center;
}
div#RightColumn .BlockContent {
    text-align:center;
}
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
    text-align:left;
}

/* Footer */
div#BacktoTop {
    text-align: right;
    margin: 10px 0px 5px;
    clear: both;
    font-size:80%;
}
div#Footer {
    clear: both;
    width: 100%;
    margin: 0 auto;
	border-top:solid 7px #cc0000;
	border-bottom:solid 20px #ffcc00;
	text-align:center;
	font-size:0.8em;
}
div#Footer p {

padding:0px;
}

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;
}
#mainmenu a {
    display: block;
	margin:0 1px;
}
#mainmenu a:hover {
}
#mainmenu a.menuTop {
    padding: 5px 10px;
	background-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/top/img/mainmenu_off.png);
	background-repeat:no-repeat;
}
#mainmenu a.menuMain {
    padding: 5px 10px;
	background-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/top/img/mainmenu_off.png);
	background-repeat:no-repeat;
}
#mainmenu a.menuSub {
    padding: 5px 5px 5px 15px;
}

#usermenu a {
    display: block;
    border-bottom: #DDD solid 1px;
				margin:0 1px;
    padding: 5px 10px;
}
#usermenu a:hover {
    background-color: #EEE
}
#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 {
	font-size: 11px;
	width:60px;
    padding: 5px;
    font-weight: normal;
}
.even {
    background-color: #EEE;
    padding: 5px;
}
.odd {
    background-color: #FAFAFA;
    padding: 5px;
}
.foot {
    padding: 5px;
}

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

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

/* XOOPS item */
.item {}
.itemHead {
    padding: 3px;
    background-color: #666;
    color: #FFF;
}
.itemInfo {
    text-align: right;
	margin-top: 20px;
    padding: 3px;
}
.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;
	min-height: 300px;
}
.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 100%;

}
.itemText:first-letter {}
.itemFoot {
    text-align: right;
    padding: 3px;

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

/* XOOPS Code & Quote */
div.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;
}

img { border:0; }



.fl_left { float:left; width: 47%; padding: 5px; text-align:left; }
.fl_right {  float:right; width: 47%; padding: 5px; text-align:left; }
.col3 { width: 99%; margin:0px; padding:5px; }
.col3 h3 { width: 100%; }
.breadcrumbs { border-bottom:solid 1px #999999; margin-bottom:10px; }



/* Menu */

#mainmenu {
	border-top: solid 1px #b0b0b0;
	padding:0px 0 0px 0px;
	width: 160px;
}
#mainmenu a {
	background-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/top/img/mainmenu_off.png);
	background-repeat:no-repeat;
	color:#000000;
	font-weight:bold;
}
#mainmenu a:hover { 	background-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/top/img/mainmenu_on.png);
	background-repeat:no-repeat; }
#mainmenu a:visited { 	background-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/top/img/mainmenu_off.png);
	background-repeat:no-repeat; }
/*#mainmenu a.menuTop {
	padding:5px 0 5px 10px;
	width: 177px;
	}*/
#mainmenu a.menuMain, #mainmenu a.menuTop {
background-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/top/img/mainmenu_off.png);
	background-repeat:no-repeat;
	padding:6px 0 0px 10px;
	width: 150px;
	height:27px;
	display:block;
}
#mainmenu a:visited.menuMain, #mainmenu a:visited.menuTop {
background-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/top/img/mainmenu_off.png);
	background-repeat:no-repeat;
	padding:6px 0 0px 10px;
	width: 150px;
	height:27px;
	display:block;
}
#mainmenu a:hover.menuMain, #mainmenu a:hover.menuTop {
background-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/top/img/mainmenu_on.png);
	background-repeat:no-repeat;
	padding:6px 0 0px 10px;
	width: 150px;
	height:27px;
	display:block;
}
/* IE6 */
* html #mainmenu a:hover.menuMain, * html #mainmenu a:hover.menuTop {
background-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/top/img/mainmenu_on.png);
	background-repeat:no-repeat;
	padding:6px 0 0px 10px;
	width: 150px;
	height:27px;
	display:block;
}


/* 該当ページの場合 */
#mainmenu a.menuMainOn {
/*	border-top: dotted 1px #b0b0b0;
	border-bottom: dotted 1px #b0b0b0;*/
background-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/top/img/mainmenu_on.png);
	background-repeat:no-repeat;
	padding:6px 0 0px 10px;
	width: 150px;
	height:27px;
	display:block;
}
#mainmenu a:visited.menuMainOn {
background-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/top/img/mainmenu_off.png);
	background-repeat:no-repeat;
	padding:6px 0 0px 10px;
	width: 150px;
	height:27px;
	display:block;
}


#mainmenu a.menuSub, #mainmenu a:visited.menuSub {
	background-color:#FAFAFA;
	border-left: dotted 1px #b0b0b0;
	margin:0px 5px 2px 15px;
	padding:6px 5px 5px 10px;
	width: 150px;
	color:#3354A2;
}
/* IE6 */
* html #mainmenu a.menuSub, * html #mainmenu a:visited.menuSub {
	background-color:#FAFAFA;
	border-left: dotted 1px #b0b0b0;
	margin:1px 5px 1px 15px;
	padding:6px 5px 6px 10px;
	width: 150px;
	color:#3354A2;
}

#mainmenu a:hover.menuSub {
	background-color:#ffffff;
	border-left: dotted 1px #FF3300;
	color:#FF3300;
}
/* IE6 */
* html #mainmenu a:hover.menuSub {
	background-color:#ffffff;
	border-left: dotted 1px #FF3300;
	color:#FF3300;
}

.outer { width: 90%; margin:10px; background-color: #F6F6F6; border: solid 1px #999999; }


.thispage {
	background-color:#ffffff;
	padding: 2px 4px 1px 4px;
	color:#333333;
}

.wicon_left {
	width:10px;
	height: 20px;
	display: block;
	margin-top: 5px;
}
.wicon_right {
	width: 180px;
	text-align: left;
	font-size: 85%;
	padding: 0 10px 0 10px;
}
.summary { clear:both; margin: 0 0 0 15px; color: #999; font-size: 0.9em; }

ul.bulletin_block_category_new li{
list-style-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/top/img/icon3_link_info.gif);
list-style-position: outside;}

.searchform{
width:110px;}