/******************************************************************************/
/* 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 {
    font-size: 0.8em;
    color: #333;
    text-align: center;
				background-color:#b3b3b3;
				background-image: url(images/bg.jpg);
				background-repeat: repeat-x;
	font-family:"メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, "ＭＳ Ｐゴシック", Osaka;
	/*font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */
				
}
body.ShowBlockL0R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL1R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL0R1 #Wrapper {
    /*width: 910px;*/
	 /*width:660px;*/
	 width:100%;
    float: left;
				margin-right: -240px;
}
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: 240px;
}
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 {
    margin: 0 auto;
    padding: 0;
    width: 910px;
    text-align: center;
				background-color:#FFF;
				background-image: url(images/main_bg.gif);
}

div#CenterWrapper {
				padding-top: 10px;
				padding-left:10px;
				padding-right: 10px;
				padding-bottom: 10px;
}

/* Header */
div#Header {
    width: 910px;
    height: 93px;
				background-color:#fff;
				background-image: url(images/header_bg.jpg);
				background-repeat: no-repeat;
				
}
div#Header div#Sitename {
	font-weight: bold;
	padding: 20px 0 10px 10px;
	font-size: 200%;
	line-height: 100%;
}
div#Header div#h_menu {
float: right;
/*width:242px;*/
width:122px;
	padding: 0px;
	font-size: 12px;
	line-height: 100%;
}
div#Header div#h_menu li{
float: left;
}
div#Header div#h_menu a{
display: block;
	background-image: url(images/header_menu_bg.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	width:121px;
}
div#Header div#h_menu a:hover{
text-decoration: underline;
}
div#Header div#Logo {
	float: left;
	padding:11px;
	padding-left: 13px;
}
div#Slogan {
	padding: 0 0 0 10px;
}
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{
	margin-left: 8px;
	text-align: left;
}
div#CenterColumn  h2.BlockTitle {
    border-bottom: #DDD dashed 1px;
}
div#ModuleContents {
    font-size: 100%;
    line-height: 1.6;
    padding: 0;
	 clear:both;
}
/*div#CenterColumn div.BlockContent {
    font-size: 100%;
    line-height: 1.6;
	 background-color: #fafafa;
    padding: 5px;
	 border: 1px solid #cccccc;
    clear:both;
}*/

p {
    margin: 0px;
    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#centerc1 div.BlockContent{
    font-size: 100%;
    line-height: 1.6;
	 background-color: #fafafa;
    padding: 5px;
	 border: 1px solid #cccccc;
	 margin-bottom:20px;
    clear:both;
}
div#centerc3 div.BlockContent,div#centerc5 div.BlockContent{
    font-size: 100%;
    line-height: 1.6;
	 background-color: #fafafa;
    padding: 10px;
	 border: 1px solid #cccccc;
	 margin-bottom:20px;
    clear:both;
}
div#centerc2 div.BlockContent,div#centerc4 div.BlockContent{
margin-bottom:10px;
}


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

/* Decoration */
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
	 font-size: 90%;
}
div#centerc3 div.BlockContent li,div#centerc5 div.BlockContent li{
/*border-bottom: 1px dashed #ff6600;*/
border-bottom: 1px dashed #2e8b57;
padding-bottom: 5px;
padding-top: 5px;
}

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: 230px;
	 margin-top:10px;
				/*background-color:#EEE;*/
}

div.LeftBlock, div.RightBlock {
				padding: 0px;
				width:210px;
				margin-right: 20px;
				margin-bottom: 2px;
}

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

/* 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;
	 margin: 0px;
}

/* Footer */
div#BacktoTop {
    text-align: right;
    margin: 10px 0px 5px;
    clear: both;
    font-size:80%;
}
div#Footer {
    clear: both;
    width: 910px;
    margin: 0 auto;
				/*background-color:#CCC;*/
				background-image: none;
				font-size: 80%;
				color: white;
}
div#Footer p {
    margin: 0 10px;
    padding: 10px 0;
    text-align:left;
}

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 {
    margin:0;
    padding:0;
    text-align:left;
	 background-image: url(images/menu_sub_bg.gif);
	 border: 1px solid #7094c0;
	 	 font-size: 13px;
}
#usermenu {
    margin:0;
    padding:0;
    text-align:left;
	 background-image: url(images/menu_sub_bg.gif);
	 				font-size: 90%;
}
#mainmenu li, #usermenu li {
    display: inline;
}
#mainmenu a,#mainmenu div.main {
    display: block;
    /*border-bottom: #DDD solid 1px;*/
				margin:0px;
				background-image: url(images/menu_main_bg.jpg);
				background-repeat: no-repeat;
				text-indent: 35px;
				padding-top: 12px;
				padding-bottom:12px;
				color:#2f1700;
				text-decoration: none;
			
}
#mainmenu a:hover {
    /*background-color: #EEE*/
	 text-decoration: underline;
	 color: #4169e1;
}
#mainmenu a.menuTop {
    /*padding: 5px 10px;*/
}
#mainmenu a.menuMain {
    /*padding: 5px 10px;*/
}
#mainmenu a.menuSub {
    /*padding: 5px 5px 5px 15px;*/
	 padding-top:5px;
	 padding-bottom: 5px;
	 background-image: none;
	 text-indent: 5px;
	 letter-spacing : -1px;
}
#mainmenu a.menuSub2{
    /*padding: 5px 5px 5px 15px;*/
	 padding-top:5px;
	 padding-bottom: 5px;
	 background-image: none;
	 text-indent: 20px;
	 letter-spacing : -1px;
}
#mainmenu div.sub {
    /*padding: 5px 5px 5px 15px;*/
	 padding-top:5px;
	 padding-bottom: 5px;
	 background-image: none;
	 text-indent: 15px;
	 letter-spacing : -1px;
}

#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;
}
.bottom_of_content_body{
	margin-top:50px;
	font-size:90%;
}
/* module */
/*div#info_body h1 ,div#results_body h1,div#gakunai_body h1,div#gakugai_body h1,div#kaken_body h1,div#guideline_body h1,div#liaise h1{*/
div.pico_body,div#liaise{
	font-size: 90%;
}

div.pico_body h1,div#liaise h1,h1.m_title{
margin-top: 10px;
background-image: url(images/h1_bg.jpg);
background-repeat: no-repeat;
padding-left: 30px;
padding-top: 5px;
padding-bottom:5px;
font-size: 130%;
}
div.pico_body h2{
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: center;
	
}
div.pico_body .goto_list{
	text-align: right;
}
div.pico_body table.dl{
	margin-top:20px;
}
div.pico_body table.dl th{
vertical-align: middle;
text-align: left;
padding:5px;
padding-left:10px;
border-bottom: 1px dashed silver;
}
div.pico_body table.dl td{
vertical-align: middle;
padding:5px;
width: 120px;
border-bottom: 1px dashed silver;
}
div#guideline_body p{
margin-bottom: 20px;
margin-left: 10px;
margin-right: 10px;
font-size: 90%;
line-height: 120%;
}
div#kaken_body .link{
border-bottom: 1px dashed silver;
margin: 10px;
margin-top: 20px;
margin-bottom: 20px;
}
div#kaken_body a{
margin-left: 10px;
}
/* sensyo */
.pico_body table.sensho{
border:1px solid silver;
border-collapse: collapse;
}
.pico_body table.sensho th{
font-size: 90%;
border:1px solid silver;
text-align: center;
background-color: #dcdcdc;
}
.pico_body table.sensho td{
font-size: 70%;
border:1px solid silver;
}
/* teiki_list */
.pico_body table.teiki_list{
border:1px solid silver;
border-collapse: collapse;
}
.pico_body table.teiki_list th{
font-size: 90%;
border:1px solid silver;
text-align: center;
background-color: #dcdcdc;
}
.pico_body table.teiki_list td{
font-size: 90%;
border:1px solid silver;
text-align: center;
}
/* teiki_detail */
.pico_body table.teiki_detail{
border:1px solid silver;
border-collapse: collapse;
}
.pico_body table.teiki_detail tr th {
font-size: 90%;
border:1px solid silver;
text-align: center;
background-color: #dcdcdc;
}
.pico_body table.teiki_detail td {
		padding-left: 10px;
}
.pico_body table.teiki_detail td.line {
		background: url(images/border.gif) repeat-x left center;
		padding-left: 0px;
}
.pico_body table.teiki_detail tr td.right {
		background: url(images/border.gif) repeat-x left center;
		text-align: right;
		padding-right: 0px;
}
.pico_body table.teiki_detail td.main_img{
	vertical-align:top; 
	width:124px; 
	text-align:center;
	border-right: 1px solid silver;
	padding:5px;
}
.pico_body table.teiki_detail td.main_img img{
border: 1px solid black;
}
.pico_body table.teiki_detail tr td span {
		background: #fff;
		padding-left: 10px;
		padding-right: 10px;
}
/* kaken */
.pico_body .kakenhi_list{

}
.pico_body .kakenhi_list .kakeihi_log{
	text-align: right;
}
.pico_body .kakenhi_list table{
font-size: 75%;
}
.pico_body .kakenhi_list table th{
text-align: center;
background-color: silver;
padding: 5px;
}
.pico_body .kakenhi_list table td{
border-bottom: 1px solid silver;
}