/******************************************************************************/
/* 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;
}
div {
	height: auto;
}
/* LinkColor */
a:link		{
    color: #336699;
}
a:visited	{
    color: #6699cc;
}
a:hover		{
    color: #cc6666;
}
a:active	{
    color: #cc6666;
}

/* Headline */
h1 {
    margin: 0 0 5px 0;
	padding: 20px 0 17px 70px;
	background: transparent url(./images/img09.gif) no-repeat 0 center;
    font-size: 140%;
}
h2, h3 {
    font-size: 120%;
}
h4, h5 {
    font-size: 100%;
}
h3 {
	border-left: 5px #933 solid;
	margin: 1.5em 0 .8em 0;
	padding: 7px 5px 7px 15px;
	background-color: #f6ffff;
}

textarea {
	width: 90%;
	height: 100px;
	padding: 3px;
	font-size: 110%;
}

/* Layout */
body {
    font-size: 0.9em;
    color: #13353e;
    text-align: center;
	background-color: #fff;
}
body.ShowBlockL0R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL1R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL0R1 #Wrapper {
    width: 100%;
    float: left;
	margin-right: -280px;
}
body.ShowBlockL1R1 #Wrapper {
    width: 100%;
    float: left;
	margin-right: -280px;
}

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

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 230px;
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 270px;
    margin-left: 230px;
    padding: 0 20px;
}

div#Container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
	background-color: transparent;
}

div#CenterWrapper {
	padding: 30px 10px 10px 10px;
	background: #fff url(./images/img03.png) repeat-x 0 0;
}

/* GlobaMenu */
div#GlobalMenu {
    width: 100%;
    height: 55px;
	background: #007f6b url(./images/img01.png) repeat-x 0 0;
	color: #fff;
	border-bottom: 5px #dffbff solid;
}
div#GlobalMenu p {
	float: left;
	font: bold small-caps 26px/110% sans-serif;
	padding: 0;
	margin: 0;
	position: relative;
	left: 10px; top: 4px;
}
div#GlobalMenu ul {
	float: left;
}
div#GlobalMenu ul li {
	float: left;
	display: block;
	border-left: 1px #32b192 solid;
	border-right: 1px #32b192 solid;
}
div#GlobalMenu ul li.Home {
	border-left: 0 ;
	background: transparent;
}
div#GlobalMenu ul li#AdminMenu {
	border-right: 0 ;
}
div#GlobalMenu ul li.active,
div#GlobalMenu ul li#activehome,
div#GlobalMenu ul li a {
	font: bold small-caps 14px/110% sans-serif;
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 20px 10px 19px 10px;
}
div#GlobalMenu ul li.active {
	background: #dffbff url(./images/img02.gif) repeat-x 0 0;
	color: #007d6a;
}
div#GlobalMenu ul li#activehome {
	border-left: 0 ;
	background: #dffbff url(./images/img05.gif) repeat-x 0 0;
	color: #007d6a;
}
div#GlobalMenu ul li a:hover {
	background: #933 url(./images/img08.gif) repeat-x 0 0;
	color: #fff;
}

/* Header */
div#Header {
    width: 100%;
    height: 350px;
	color: #300;
	background: #dffbff url(./images/img02.png) no-repeat 0 0;
}
div#Header div#Logo {
	float: left;
	padding: 4px;
	width: 300px;
	height: 105px
	text-align: center;
	position: relative;
	top: 10px;
	left: 25px;
}
div#Header div#Recommend {
	padding: 4px;
	text-align: center;
	font-size: 30px;
}
div#Header div#Recommend a {
	margin: 0 2%;
}
div#Header div#Recommend h2 {
	font-size: 20px;
}
div#Header div#Recommend h2 a {
	margin: 7px 5px;
	color: #a00;
}

div#Header a:link,
div#Header a:visited {	
    color: #FFF;
	text-decoration: none;
}

div#Buyline {
	height: 20px;
	padding: 5px 0 15px 5px;
	font: bold 13px/100% sans-serif;
	background: #dffdff url(./images/img01.png) repeat-x left bottom;
	color: #fff;
}

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

/* Content */
div#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 2em;
    padding: 0;
    clear:both;
}
#ModuleContents ul li {
	line-height: 1.6em;
	margin-bottom: 1em;
}

div#CenterColumn  h2.BlockTitle {
    border-bottom: #00816e dotted 1px;
    padding: 17px 5px 14px 35px;
    margin: 10px 2px;
	background: #fff url(./images/img06.gif) no-repeat left center;
}
div#CenterColumn div.BlockContent {
    height: 100%;
    border-bottom: #20a18e solid 2px;
    padding: 5px 0 10px 5px;
    margin: 0 2px;
	/*background: #fff url(./images/img03.png) repeat-x 0 0;*/
}

div#CenterColumn div.BlockContent h2.BlockTitle {
    margin-left: -5px;
}

div#CenterColumn div.BlockContent ol li{
	margin-left: 2em;
}
p {
    margin: 10px 0;
    clear:both;
    margin-bottom: 10px;
}
div#CenterColumn  #WelcomeMenu ul{
	height: 100px;
	clear: both;
}

/* 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 */
div#CenterColumn li{
	list-style-image: url(./images/img16.gif);
}
div#RightColumn li{
	list-style-image: url(./images/img12.gif);
}
ul, ol {
	margin-left: 2em;
}
li {
	vertical-align: middle;
	line-height: 1.4em;
	margin-bottom: 0.7em;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}
dl dt {
	font-weight: bold;
	padding: .4em;
	border-bottom: 1px #caa solid;
	margin-bottom: .2em;	
}
dl dd {
    padding: .1em 1.2em;
}
blockquote {
	padding: 1em;
	margin: 1em;
	background-color: #fafafa;
	border: 1px #f3f3f3 solid;
}
dl dl {
	margin-left: 1em;
}
dl dl dd {
	margin-left: 1em;
}

/* Left Right Column */
div#LeftColumn {
	background: #fff url(./images/img03.png) repeat-x 0 0;
    width: 200px;
    float: left;
    padding-left: 30px;
}
div#RightColumn {
	background: #fff url(./images/img03.png) repeat-x 0 0;
    width: 250px;
    float: right;
    padding-right: 20px;
}

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: 10px 10px 5px 35px;
	background: transparent url(./images/img07.gif) no-repeat 0 center;
	clear: both;
}

/* 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;
}

/* Banner */
div#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 */
div#BacktoTop {
    text-align: right;
    margin: 10px 0px 5px;
    clear: both;
    font-size:80%;
}
div#Footer {
    clear: both;
    width: 100%;
    height: 80px;
    margin: 0 auto -20px auto;
	background: transparent url(./images/img04.png) repeat-x left bottom;
    padding-top: 3px;
}
	/*background: transparent url(./images/img05.png) no-repeat left bottom;*/

div#Footer ul li,
div#Footer ul li a{
	text-decoration: none;
	margin-right: 10px;
    /*color: #daf8ff;*/
}

div#Footer ul li {
	float: left;
	list-style: none;
}

div#Footer ul {
	clear: both;
}

div#Footer ul#FooterMenu {
	position: relative;
	top: 0;
	font-size: 110%;
}

div#Footer ul#FooterMenu li {
	border-right: 1px #808080 solid;
}

div#Footer ul#FooterMenu li a {
	text-decoration: underline;
	padding: 8px;
}

div#Footer ul#DefineG {
	font-size: 90%;
	position: relative;
	top: 15px;
	left: 10px;
}

div#Footer ul#DefineG li,
div#Footer ul#DefineG li a {
    color: #aad6fc;
	font-size: 90%;
	margin-right: 5px;
}

/* 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;
    list-style: none;
}
#mainmenu a {
    display: block;
    border-bottom: #b5c8ac dotted 1px;
	margin:0 1px;
}
#mainmenu a.menuTop,
#mainmenu a.menuMain {
    padding: 15px 0 15px 20px;
	background: #fff url(./images/img03.gif) no-repeat 0 center;
}
#mainmenu a.menuSub {
    padding: 5px 5px 5px 30px;
}
#mainmenu a:hover {
    color: #993333;
	background: #fff url(./images/img17.gif) no-repeat 0 center;
    border-bottom: #844 solid 1px;
}

#UMZone ul#usermenu {
	margin: 10px 0 0 40px;
}

#UMZone #usermenu li {
	float: left;
}

#UMZone #usermenu a {
    	display: block;
	margin:0 6px;
   	padding: 8px 10px;
	color: #990000;
}
#usermenu a:hover {
}
#usermenu a.menuTop {}
#usermenu a.highlight {
}

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

.outer {}
.head {
    background-color: #e0f8f0;
    padding: 5px;
    font-weight: bold;
}
tr.evms td.head {
	width: 25%;
}
.even {
    background-color: #f0fcf8;
    padding: 5px;
}
.odd {
    background-color: #f6fefa;
    padding: 5px;
}
.foot {
    padding: 5px;
}

tr.even td {
    background-color: #f0fcf8;
    padding: 5px;
}
tr.odd td {
    background-color: #f6fefa;
    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 */
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 : #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 */
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#Contact {
	position: absolute;
	top: 0;
	right: 0;
}

/* Pico */
dl.pico_subcategory dt {
	font: bold 120%/120% sans-serif;
}
dl.pico_subcategory dd {
	font: normal 100%/140% sans-serif;
	margin-bottom: 1em;
}

/* 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;
}
p#WelcomeMSG {
	position: absolute;
	top: 315px;
	left: 30px;
	z-index: 100;
	font-size: 1.1em;
}
div#UMZone {
	position: absolute;
	top: 306px;
	left: 0;
	background: #dffbff url(./images/img07.png) no-repeat 0 0;
	width: 595px;
	height: 85px;
	text-align: left;
	font-size: 1.1em;
}

div#UMZone ul#UserMenu {
	height: 100%;
	margin-top: 45px;
	margin-left: 20px;
}
div#UMZone ul#UserMenu li {
	border: #acb 1px solid;
	margin: 1px;
	float: left;
}
div#UMZone ul#UserMenu li a{
	margin: 5px;
	padding-left: .9em;
	display: block;
	background: transparent url(./images/img14.gif) no-repeat left center;
}
ul#Contacts li {
	line-height: 100%;
	margin: 2px 0;
}
ul#Contacts li a {
	padding: 10px 5px;
	display: block;
}
#CenterColumn .BlockContent li {
	line-height: 110%;
	margin-bottom: .5em;
}

#GakuinTitle,
#GakuinSubTitle {
	text-indent: -9999px;
}

#GakuinTitle {
	background: transparent url(./images/img07-3.png) no-repeat left center;
	display: block;
	width: 400px;
	height: 91px;
}
#GakuinTitle a span {
	text-indent: -9999px;
	display: block;
	width: 400px;
	height: 91px;
}
/* Partners */
#Partners li {margin: 0 0 7px -20px;}
#Partner,
#Partner2 {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 8px;
	width: 49%;
	height: 100%;
}
#Partner  {float:left}
#Partner2 {float:right}

#Partner li,
#Partner2 li {
	list-style: none none;
	margin: 7px 0;
	padding: 0;
	line-height: 110%;
}

#Call {
	position: absolute;
	top: 80px;
	right: 30px;
	width: 219px;
	height: 75px;
	background: transparent url(./images/img08_futi.png) no-repeat top right;
	z-index: 10;
}
#Call p a {
	display: block;
	width: 219px;
	height: 75px;
	text-indent: -9999px
}

#BookMarks ul,
#Call ul {
	list-style: none;
	margin-left: 35px;
}
#BookMarks ul li,
#Call ul li {
	background: none;
	list-style-image: none;
}

#lawTable td {
	border-bottom: 2px #c0e0d0 solid;
}

#footer-xcl {
	font-size: 70%;
	border-width: 0 !important;
	position: relative;
	top: 8px;
	margin-left: 10px;
}

/* Class */
.headding {width: 170px;}
.floatLeft {float: left;}
.floatRight {float: right;}

.wide49 {width: 49%;}

.marginR10 {margin-right: 10px;}

.block {display: block;}