/******************************************************************************/
/* 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;
}

/* LinkColor */
a:link		{
    color: #336699;
}
a:visited	{
    color: #6699cc;
}
a:hover		{
    color: #cc6666;
}
a:active	{
    color: #cc6666;
}

/* Headline */
h1 {
    font-size: 140%;
				margin:0 0 10px;
}
h2, h3 {
    font-size: 120%;
}
h4, h5 {
    font-size: 100%;
}

/* Layout */
body {
    width: 100%;
    font-size: 0.8em;
    color: #333;
    text-align: center;
    background-color:#FAFAFA;
    font-family: Meiryo, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", 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%;
}
body.ShowBlockL1R0 #CenterColumn {
    float: right;
    width: 100%;
				margin-left: -200px;
}
body.ShowBlockL0R1 #CenterColumn {
				margin-right: 200px;
}
body.ShowBlockL1R1 #CenterColumn {
    width:100%;
    float:right;
    margin-left: -200px;
}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 200px;
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 200px;
    margin-left: 200px;
}

div#Container {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background-color:#FFF;
    border: #ddd solid 2px;
}

div#CenterWrapper {
    padding: 10px;

	width: 590px; /* for IE6 */
}

/* Header */
div#Header {
    width: 800px;
    height: 90px;
    color: #000;
    background-color:#fff;
}
div#Header div#Sitename {
	font-weight: bold;
	padding: 20px 0 10px 10px;
	font-size: 200%;
	line-height: 100%;
}
div#Header div#Logo {
	float: left;
	padding: 4px;
}
div#Slogan {
	padding: 0 0 0 10px;
	clear: both;
}
div#Header a:link,
div#Header a:visited {	
    color: #FFF;
				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 h2.BlockTitle {
	color: #666;
	font-size: 120%;
	margin: 5px 0;
	padding: 4px 25px;
	height: 35px;
	width: 530px;
        background: #fff  url("images/title-bg.gif") no-repeat 0 0em; 
}



div#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 1.6;
    padding: 0;
    clear:both;

	width: 550px; /* for IE6 not 555px */
/*    margin: 5px; */

}
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;
   
/*    width: 90%; */
}
div.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}

/* Decoration */

ul, ol {
    margin: 0;
    padding: 0;
}

li {
/*    list-style: none;*/
	margin-left: 20px;
}

em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}

/* Left Right Column */
div#LeftColumn {
    float: left;
    width: 200px;
    background-color:#EEE;

}
div#RightColumn {
    float: right;
    width: 200px;
	background-color:#EEE;
}

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;
				line-height: 1.5;
				background-color:#666;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent {
    text-align:left;
}
div#RightColumn .BlockContent {
    text-align:left;
}
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;
    background-color:#CCC;
}
div#Footer p {
    margin: 0 10px;
    padding: 10px 0;
    text-align: center;
}

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;
    border-bottom: #DDD solid 1px;
    margin:0 1px;
}
.mainmenu a:hover {
    background-color: #EEE
}
.mainmenu a.menuTop {
    padding: 5px 10px;
}
.mainmenu a.menuMain {
    padding: 5px 10px;
}
.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 {
    background-color: #CCC;
    padding: 5px;
    font-weight: bold;
}
.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;
    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 */
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;
}


/* owarai-seminar.com */

div#topImage {
	margin: 0;
	height: 150px;
	background: url(images/seminar-top.jpg) no-repeat;
}


div#seminarTop {
	background: url(images/white-board-top.jpg) no-repeat;
	height: 100px;
	margin:0;
	/* padding:30px 0 0 30px; */
    border-top: #666 solid 3px;
    border-bottom: #666 solid 3px;
}

div#seminarTop p{
	color: #fff;
	text-indent: -300px;
}





/* from eguide/style.css */

.error { color: #ff0000; font-weight: bold; text-align: left; }
.evhead { color: #800000; font-size: 120%; font-weight: bold; text-align: left;}
.evmark { float: right; color: #333; }
.evinfo { font-size: 75%; text-align: right;}
.evprop { font-size: 90%; font-weight: bold; text-align: left; color: #004060; padding-left: 2em; }
.evbody { text-align: left; }
.event p.evbody { margin: 20px 0; padding: 15px;  background: #eee; border: #336699 solid 1px;}
div.evbody {background: #fff; }

.evlink { font-size: 90%; text-align: right;}
.evline { font-size: 90%; text-align: left;}
.evnote { font-size: 110%; text-align: center; font-weight: bold; color: #c00000; }
.evtitle {
   color: #fff; 
   font-size: 140%;
   font-weight: bold; text-align: left;
	background: #0066cc;	
	padding: 5px;
	margin: 5px 0;
}
.evtbl th { text-align: left; vertical-align: top; }
.event, .evform, .evlist, .entform { border-bottom: solid thin #c0c0c0; padding: 1em; }
.evms td { background-color: #ffeeee; padding: 5px; }
.evms th { text-align: left; }
.evop td { background-color: #ffccff; padding: 5px; }
.catbox { float: right; }
.evform th em, .evform em,.entform th em, .entform em
  { font-size: 140%; color: #cc0000; font-weight: bold; }
.entform { background-color: #eeeeff; }
/* h2 { color: #800000; }
h3 { color: #002040; margin-bottom: 0px;}
 */
#itemhelper, #itemhelper input, #itemhelper button,
#itemhelper select { font-size: 90%; }


td.head {
	white-space: nowrap;
}

.evmore {
	text-align: right;
	padding-right: 30px;
}

/* seminar */

div.event {
	padding: 5px;
	margin: 0;
}

.event table {
/*	width: 530px;  */
}

.event h2 {
	color: #666;
	font-size: 120%;
	margin: 5px 0;
	padding: 4px 25px;
	height: 35px;
        background: #fff  url("images/title-bg.gif") no-repeat 0 0em; 
}

.event p {
	margin: 5px;
	padding: 5px;
	
}

.evbody strong {
	font-size: 120%;
	font-weight: bold;
	background: #ffffcc;
}


.event small {
	font-size: 80%;
}

.event ul {
	padding-left: 30px;
}

.event li {
    list-style: circle;
}



table.seminar {
	width: 530px;
	margin: 5px 0;
}


td.tableLeft {
	width: 150px;
	background: #DDD;
}

td.tableRight {
	background: #EEE;
}

table.instructor {
	width: 100%;
	
}
.instructor p {
	margin: 0;
}
p.small {
	font-size: 90%;
}


/* pages menu */

.pages_menu {
	width: 200px;
	border-style: none none dashed none;
	border-color: #608FB5;
	border-width: 1px;
}

h2.pages_menu_home  {
    margin: 0 0 0 0;
    padding: 3px 0 3px 12px;
    color: #336699;
    line-height: 1.5;
    background-color: #CBE0EF;
    border-top: #336699 solid 3px;
}

dt.pages_menu_category  {
        border-top: #336699 solid 3px;
        background: #CBE0EF  url("images/menu-arrow.gif") no-repeat 3px 0.3em; 
	padding: 7px 0 0 25px;
}


.pages_menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;

	border-style: dashed none none none;
	border-color: #608FB5;
	border-width: 1px;

}	

.pages_menu li a:link, .pages_menu li a:visited {
	color: #1D537F;
	display: block;
        background: #CFE0EF  url("images/submenu-arrow.png") no-repeat 15px 0.7em;
	padding: 7px 0 0 35px;
}
	
.pages_menu li a:hover {
	color: #1D537F;
        background: #ffffef  url("images/submenu-arrow.png") no-repeat 20px 0.7em;
	padding: 7px 0 0 35px;
}
	
.pages_menu li a:active {
	color: #1D537F;
        background: #ffffef  url("images/submenu-arrow.png") no-repeat 20px 0.7em;
	padding: 7px 0 0 35px;
}

