

/******************************************************************************/
a {color: #CC0000; text-decoration: none;}
a:hover {color: #FF3300;}
h2.pico_title { font-size: 1.3em; }
h1 { font-size: 1.4em;margin:10px 0 20px 0 ; }
h2 { font-weight:bold; text-align:center;font-size: 110%;margin:10px 0 20px 0 ;}

h3 { font-weight:bold; font-size: 100%; color:#000066;}
h4 { font-size:100%;}
h5 { font-size:100%; }
ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { margin-left: 2px; list-style: square inside; color: #000000;}



.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:#CC0000;
}
a:hover		{
    color:#FF3300;
}
a:active	{
    color:#CC0000;
}

/* Layout */
body {
font-size: 0.9em;
    color: #333;
background-color: #ffcc99;
font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,Helvetica, sans-serif;
 line-height: 1.7;
}
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%;

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

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:#FFF;
					border-left: solid 5px #CC0000;
	border-right: solid 5px #CC0000;
}

div#CenterWrapper {
				padding: 10px;
}

/* 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 {
font-size:95%;
padding:0 0 3px;
}

/* Content */
div#CenterColumn  h2.BlockTitle {
    border-bottom: #DDD dashed 1px;
}
div#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    padding: 0;
    clear:both;
}
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;
				margin-bottom:20px;
}
div.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}

/* Decoration */
ul, ol {
    margin: 0;
    padding: 0;
}

em {
    font-weight: normal;
	font-style:italic;

}

/* Left Right Column */
div#LeftColumn {
    float: left;


}
div#RightColumn {
    float: right;
    width: 200px;

}

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

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
    margin: 0 0 5px 0;
				padding: 0 10px;
				color: #FFF;
				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;
	font-style: normal;
	font-size:1.0em;
}

#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 {
    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: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.menuMain {
	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.menuMain: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.menuMain: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.menuMain:visited, #mainmenu a.menuTop: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;
	padding:6px 0 0px 10px;
	width: 150px;
	height:27px;
	display:block;
}
#mainmenu a.menuMain:hover, #mainmenu a.menuTop: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;
	padding:6px 0 0px 10px;
	width: 150px;
	height:27px;
	display:block;
}
/* IE6 */
* html #mainmenu a.menuMain:hover, * html #mainmenu a.menuTop: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;
	padding:6px 0 0px 10px;
	width: 150px;
	height:27px;
	display:block;
}


/* 該当ページの場合 */
#mainmenu a.menuMainOn {
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;
	font-weight:bold;
}
#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;
	color:#000000;
	padding:6px 0 0px 10px;
	width: 150px;
	height:27px;
	display:block;
	font-weight:bold;
}


#mainmenu a.menuSub, #mainmenu a:visited.menuSub {
	background-image:url(img/contents-menusub.png);
	background-repeat:no-repeat;
	margin:0px 5px 2px 0px;
	padding:3px 5px 0px 15px;
	width: 150px;
	color: #CC0000;
	font-weight:normal;
	font-size:0.85em;
}
/* IE6 */
* html #mainmenu a.menuSub, * html #mainmenu a:visited.menuSub {
	background-image:url(img/contents-menusub.png);
	background-repeat:no-repeat;
	border-left: dotted 1px #b0b0b0;
	margin:1px 5px 1px 0px;
	padding:6px 5px 6px 15px;
	width: 150px;
	color: #CC0000;
	font-weight:normal;
	font-size:0.85em;
}

#mainmenu a:hover.menuSub {
	color:#FF3300;
}
/* IE6 */
* html #mainmenu a:hover.menuSub {
	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;
}




.pico_breadcrumbs{ font-size:0.85em; padding:0 0 0 3px; }
.pico_body { width:100%; min-height: 350px; }
.pico_body h1 { margin:0px 0 5px 0; }
.pico_body h3{ background-image:url(img/contents-menusub.png); background-repeat:no-repeat; margin:0 20px 0px 20px; padding:0px 0px 0px 15px; font-size:125%; }
.pico_body h4 { margin: 0px 20px 15px 20px; padding:3px 3px 0px 15px; font-weight:bold; font-size: 125%; color:#000000; /*background-color:#eeeeee;*/ border-bottom:solid 1px #999999;} 
.pico_body h5 { margin:10px 20px 5px 20px; padding:0px 0px 0px 0px; border-bottom:solid 1px #999; }
.pico_body table { margin: 0 20px 50px 20px;  }
.pico_body td { line-height:1.3; }
.pico_body p { margin-left: 20px; margin-right:20px; margin-bottom:20px; font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,Helvetica, sans-serif; }
.pico_body h4 p { margin: 0 30px; }
.pico_body ul, .pico_body ol { margin: 0 20px 10px 20px; padding: 0 0 0 20px; }
.pico_body ul li, .pico_body ol li { list-style:none; }
.pico_body ul li a, .pico_body ol li a { color:#CC0000; list-style:none; background-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/contents/img/icon3_link_on.gif); background-repeat:no-repeat; padding:0px 0px 0px 10px; }
.pico_body ul li a:hover, .pico_body ol li a:hover { color:#FF3300; list-style:none; background-image:url(http://192.168.100.59/user/morita/apheresis-jp.org/web/themes/contents/img/icon3_link_on.gif); background-repeat:no-repeat; }
.informations { display:block; text-align:right; font-size: 0.8em; line-height: 1.7; padding:100px 20px 0 0; }

.sipc{margin-left:20px;}
.jtitle{
font-size:120%;
font-weight:bold;
text-align:center;}


div.itemBody div.itemText {
    margin: 5px 30px 5px 30px;
/*    margin-bottom: 5px;*/
font-size:1.0em;
    line-height: 150%;
	width:500px;

}

div.itemBody div.itemText p {
	margin:0 0 0 5px;
	width:500px;

}

.searchform{
width:110px;}