/******************************************************************************/
/* 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; */
    color: #003366;
}
a:visited	{
/*    color: #6699cc; */
    color: #336699;
}
a:hover		{
    color: #cc6666;
}
a:active	{
    color: #cc6666;
}

/* Headline */
h1 {
    font-size: 140%;
/*				margin:0 0 10px; */
}
h2 {
    font-size: 120%;
}
h3 {
    font-size: 110%;
}
h4, h5 {
    font-size: 100%;
}

/* Layout */
body {
background-color:#A8A8A8;
color:#000000;
font-family: Meiryo, Helvetica, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
/*font-family:arial,sans-serif;*/
font-size:83%;
/*font-size:small;*/
/*line-height: 150%;*/
margin:0;
padding:0;
text-align:left;
}
/*
body {
    font-size: 0.8em;
    color: #333;
    text-align: center;
				background-color:#FAFAFA;
}
*/
div#CenterColumn {
	padding: 10px;
}

div#Container {
    margin: 0 auto;
/*    padding-left: 10px; */
/*    padding-right: 10px; */
    width: 900px;
    text-align: left;
	background-color:#FFF;
}

div#CenterWrapper {
				padding: 10px;
}

/* Header */
div#Header {
    width: 100%;
    height: 60px;
	color: #000000;
	background-color:#FFFFFF;
	background-image:url(images/headerline.png);
	background-position:bottom;
	background-repeat:no-repeat;	
/*	border-bottom: 2px solid #294385; */
}
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-top: 10px;
	padding-left: 10px;
}
div#Slogan {
	padding: 0 0 0 10px;
}
div#item1 {
	padding: 10px;
}
div#item1 h3 {
	padding-left: 10px;
	background-color: #0d156f;
	color: #fff
}
div#item1 ul {
	margin-left: 1.0em;
}
div#item1 li {
	padding-left: 1.0em;
	text-indent: -1.0em;
}

#tab {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
	border-bottom: 2px solid #333;
	height: 1.5em;
	overflow: hidden;
}
#tab li {
	float: left;
	width: 128px;
	height: 1.5em;
}
#tab li a {
	display: block;
	width: 124px;
	height: 1.5em;
	border: 1px solid #ccc;
	border-bottom: 0;
	
	color: #777;
	text-align: center;
}
#tab li a:hover,
#tab li.present a {
	border-color: #333;
	color: #000;
}


#page1, #page2, #page3, #page4, #page5 {
	margin-bottom: 12em;
	padding-top: 1em;
	padding: 20px;
}


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; */
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 30px;
	background-color:#EEE;
	background-image:url(images/xbowbanner2.png);
    color: #FFF;
	height: 30px;
}
div#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 1.2;
    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;
}
li.FaqList {
	border-bottom:1px solid #E8E8E8;
}
li {
    list-style: none;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}

/* Left Right Column */
div#LeftColumn {
    float: left;
    width: 220px;
	background-color:#EEE;
}
div#RightColumn {
    float: right;
    width: 220px;
	background-color:#EEE;
}

div.LeftBlock, div.RightBlock {
	padding: 10px 10px;
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
/*    margin: 0 0 5px 0; */
/*	padding: 5px 10px; */
	padding-left:10px;
	height: 30px;
	color: #FFF;
	line-height: 30px;
	background-image:url(images/xbowbanner1.gif);
	background-repeat:no-repeat;	
/*	background-color:#334DB9; */
}

/* Left Right Column Content */
div#LeftColumn .BlockContent {
	border: solid 1px #294385;
	background-color: #FFFFFF;
/*    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: 5px 0px 5px;
    clear: both;
    font-size:80%;
}
div#Footer {
    text-align: center;
    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 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;
}



