@import url("reset.css"); 
/* Reset CSS Import */

/* General Tag */
body {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; 
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg_6.jpg);
	color: #333333;
	font-size: 80%;
/*	line-height: 1.4em;*/
}
#all_sections {
	width:960px;
	margin:0 auto;
	padding:8px 0 0 0;
}
a:link {
    color: #2266dd;
    text-decoration: none;
}

a:visited {
    color: #184088;
    text-decoration: none;
}

a:hover,active {
    color: #48aa36;
    text-decoration: underline;
}

h1 {
    font-size: 120%;
	font-weight: bold;
	color: #193F8A;
}
/****************************************************************************/
#module-contents  {
	font-size:100%
}
/****************************************************************************/

#module-contents h1 {
    margin: 0 -8px 8px -8px;
    padding: 4px 6px 4px 28px;
    color: #FFFFFF;
	background: #498DF1;
	background-image: url(images/title_bg.gif);
	background-repeat: no-repeat;
	font-size: 120%;
	font-weight: bold;
}

h2 {
    font-size: 110%;
	font-weight: bold;
	color: #193F8A;
}

#module-contents h2 {
 	margin: 8px 0;
	color: #193f8a;
    font-size: 110%;
	font-weight: bold;
	border-bottom:#193f8a solid 1px;
}

#module-contents h3 {
 	margin: 4px 0;
	color: #193f8a;
    font-weight: bold;
    font-size: 105%;
	text-decoration: underline;
}

h3 {
    font-weight: bold;
    font-size: 105%;
	color: #193F8A;
}


h4, h5 {
    font-size: 100%;
	color: #193F8A;
}


ul, ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

em {
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

table {
    width: 100%;
    padding: 0;
    margin: 0;
/*    border-collapse: collapse;*/
	border-spacing:2px;
}

td {
    vertical-align: top;
	font-size: 100%;
}
th {
    vertical-align: top;
	font-size: 75%;
}

/* Layout */
#pages {
	padding: 12px 0 0 0;
	margin:0 auto;
	background-image: url(images/pages_bg.gif);
	background-repeat: repeat-x; 
	background-color: #FFFFFF;*
	width:960px;
}

.structure {
	width: 944px;/*780px;*/
	margin: 0 auto; /* Box centering */ 
	padding: 8px 8px 0px 8px;
	background-color:#FFFFFF;
}

div.structure#header {
	background-color:#FFFFFF;
	padding: 8px;
}

div#logo {
	float: left;
	width: 200px;
	padding: 0;
}

div#navigation {
	float: left;
	width: 744px;
	padding: 0;
	text-align: right;
	vertical-align: text-top;
}

div#navigation img {
	margin: 0;
}

.header-navi li{
    font-family:"Times New Roman", Times, serif;
	display: inline;
	list-style: none;
	padding-left: 8px;
	font-weight: bold;
}

div#photo-area {
	margin:0;
	padding:0 auto;
	width: 944px;
	float:left;
	height: 342px;
	background: #0000aa;
}

		#BOX_image{
			float:left;
			margin:5px 5px 5px 10px;
			text-align:center;
			width:654px;
			background: #0000aa;
		}
			#BOX_menuList{
				float:left;
				margin:5px 10px 5px 5px;
				width:260px;
			/*	display:inline;*/
				background: #0000aa;
			}
			#BOX_menuList ul{
			margin:0;
			padding:0;
			list-style-type: none;
			/*display: inline;*/
			}
		
			#BOX_menuList ul li{
				padding:0;
				margin: 0;
				list-style: none;
			/*	display: inline;*/
			}

div.structure#container {
	margin-bottom: 0px;
	background-color:#FFFFFF;
	overflow: hidden; /* Easy clearfix */
}

div#footer {
	clear: both;
	padding: 4px 0 4px 0;
	margin:0 auto;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #465EAF;
	text-align: center;
	width:960px;
}

#footer p {
	color:#FFFFFF
}

#footer a {
	color:#FFFFFF
}


div#primary-contents {
	float: left;
	width: 732px;/*748px;556px;*/
	margin: 0;
	background-color:#FFFFFF;
}

div#secondaly-contents {
	float: right;
	width: 200px;
	padding: 5px;
	background: url(images/side_contents_bg.gif);
	background-repeat: no-repeat;
	background-color:#c3e8fe; 
	border-bottom: solid 1px #3578d5;
}

div#secondaly-contents-footer {
	float: right;
	width: 200px;
	padding: 0 0 0 -5px;
	background: url(images/side_footer_bg.gif);
	background-repeat: no-repeat;
    background-color: #FFFFFF;
}

/* Center Column */
#center-column .blocktitle {
    margin: 0;
    padding: 6px 6px 6px 28px;
    color: #FFFFFF;
	background: #498DF1;
	background-image: url(images/title_bg.gif);
	background-repeat: no-repeat;
	font-size: 120%;
	font-weight: bold;
}

#center-column-left .blocktitle,
#center-column-right .blocktitle {
    margin: 0;
	padding: 6px 6px 6px 28px;
    color: #FFFFFF;
	background: #193F8A;
	background-image: url(images/title_bg_small.gif);
	font-size: 120%;
	font-weight: bold;
}

#center-column .blockcontents {
    clear: both;
    margin: 0 4px 4px 4px;
    padding: 6px; 
    font-size: 100%;
    line-height: 1.4;
    background: #ffffff;
}

#module-contents {
    clear: both;
    margin: 0 4px;
    padding: 0 4px;
    line-height: 1.5;
    background: #ffffff;
}

#center-column-left {
    float: left;
    width: 49.5%;
    background: #ffffff;
}

#center-column-right {
    float: right;
    width: 49.5%;
    background: #ffffff;
}

.center-center-block,
.center-left-block,
.center-right-block {
    clear: both;
    margin: 0 0 10px 0;
}

/* Left&Right Column */
#left-column,
#right-column {
    overflow: hidden;
    background: #DAF8FF;
	background-image: url(images/side_bg.gif);
}

.LeftBlock,
.RightBlock {
    padding: 0;
}

#left-column .blocktitle,
#right-column .blocktitle {
    margin: 0;
    padding: 4px;
    color: #193F8A;
    line-height: 1.3em;
	text-align: center;
	font-weight: bolder;
	background: url(images/side_title_bg.gif);
	background-repeat: no-repeat;
    background-color: #c3e8fe;
}

#left-column .blockcontents,
#right-column .blockcontents {
    margin: 0 0 6px 0;
    padding: 4px;
    text-align: left;
}

.hidden {
	visibility:hidden;
} 

/* Main Menu and User Menu */
.mainmenu, #usermenu {
    padding: 0;
    margin: 0;
    text-align: left;
	background-color: transparent;
}

.mainmenu li, #usermenu li {
    display: inline;
}

#mainmenu a {
    display: block;
	padding: 3px;
	background-color: transparent;
    border: solid 1px transparent;
    text-decoration: none;
    color: #184088;
	border-bottom: dashed 1px #84c6ed;
}

#mainmenu a:hover {
	background-image: url(images/main_menu_bg.gif);
    background-color:#acdbf7;
	border: outset 1px #c1e5fa;
}

.mainmenu a.menuTop {
    padding: 5px 10px;
}

.mainmenu a.menuMain {
    padding: 5px 10px;
}

.mainmenu a.menuSub {
    padding: 5px 5px 5px 15px;
}

#usermenu a {
    display: block;
	padding: 3px;
	background-color: transparent;
    border: solid 1px transparent;
    text-decoration: none;
    color: #184088;
	border-bottom: dashed 1px #84c6ed;
}

#usermenu a.menuTop {
}

#usermenu a:hover {
	background-image: url(images/user_menu_bg.gif);
    background-color:#acdbf7;
	border: outset 1px #c1e5fa;
}

/******************************************************************************/

.outer {
    border: solid 1px #d0edfd;
}

.head {
    padding: 5px;
    font-weight: bold;
    background-color: #d0edfd;
}

.even {
    padding: 5px;
    background-color: #d7f6fd;
}

.odd  {
    padding: 5px;
    background-color: #e9fbff;
}

.foot {
    padding: 5px;
}

th {
    padding: 5px;
    color: #193f8a;
    background-color: #c3e8fe;
    font-weight: bold;
}

tr.even td {
    padding: 5px;
    background-color: #d7f6fd;
}

tr.odd td {
    padding: 5px;
    background-color: #e9fbff;
}

.item {}
.itemHead {
    padding: 3px 8px;
    color: #ffffff;
    background: #5a6c8f;
}

.itemInfo {
    padding: 3px;
    text-align: right;
    background: #d0edfd;
}

.itemTitle a {
    font-variant: small-caps;
    font-weight: bold;
    color: #ffffff;
    background: transparent;
}

.itemPoster {
    font-size: 90%;
}

.itemPostDate {
    font-size: 90%;
}

.itemStats {
    font-size: 90%;
}

.itemBody {
    padding: 5px 10px;
}

.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
}

.itemText:first-letter {}
.itemFoot {
    padding: 3px;
    text-align: right;
    background: #d7f6fd;
}

.itemAdminLink {
    font-size: 90%;
}

.itemPermaLink {
    font-size: 90%;
}

div.errorMsg {
    padding: 10px;
    border-top: 1px solid #ddffff;
    border-right: 1px solid #9bb6e6;
    border-bottom: 1px solid #9bb6e6;
    border-left: 1px solid #ddffff;
    font-weight: bold;
    text-align: center;
    background: #ffcccc;
}

div.confirmMsg {
    padding: 10px;
    border-top: 1px solid #ddffff;
    border-right: 1px solid #9bb6e6;
    border-bottom: 1px solid #9bb6e6;
    border-left: 1px solid #ddffff;
    font-weight: bold;
    color: #136C99;
    text-align: center;
    background: #ddffdf;
}

div.resultMsg {
    padding: 10px;
    border-top: 1px solid silver;
    border-right: 1px solid #5a6c8f;
    border-bottom: 1px solid #5a6c8f;
    border-left: 1px solid silver;
    font-weight: bold;
    color: #333333;
    text-align: center;
    background: #d0edfd;
}

div.xoopsCode {
    padding: 0 6px 6px 6px;
    border: 1px inset #000080;
    font-family: "Courier New",Courier,monospace;
    background: #e9fbff;
}

div.xoopsQuote {
    padding: 3px;
    border: 1px solid #336699;
    background: #e9fbff;
}

.comTitle {
    margin-bottom: 2px;
    font-weight: bold;
}

.comText {
    padding: 2px;
}

.comUserStat {
    padding: 2px;
    margin: 2px;
    border: 1px solid silver;
    font-size: 10px;
    font-weight: bold;
    color: #2F5376;
    background-color: #ffffff;
}

.comUserStatCaption {
    font-weight: normal;
}

.comUserStatus {
    margin-top: 10px;
    margin-left: 2px;
    font-size: 10px;
    font-weight: bold;
    color: #2F5376;
}

.comUserRank {
    margin: 2px;
}

.comUserRankText {
    font-size: 10px;
    font-weight: bold;
}

.comUserRankImg {
    border: 0;
}

.comUserName {}
.comUserImg {
    margin: 2px;
}

.comDate {
    font-size: smaller;
    font-style: italic;
    font-weight: normal;
}

.comDateCaption {
    font-style: normal;
    font-weight: bold;
}

/************************************************************/

#BLK_menu{
	padding:0 auto;
	margin: 50px 0px 0px 0px;

}
.headerbar {
	background: url(images/nav.gif) repeat-x;
	width:960px;
	font-size: 10pt;
	text-align: right;
	padding:2px 0px 2px 0px;
	border-bottom: solid 1px #dddddd;
	height:24px;
}

.headerbar li {
	float:left;
/*	background:#00bb99 url(images/hbar.gif) ;*/
	width:80px;
/*	border-left:1px solid #000099;*/
	border-right:1px solid #000099;

}

.headerbar a,.headerbar a:link,.headerbar a:visited {
	text-decoration:none;
	color:#000099;
/*	background-color:transparent;*/
	border-bottom:none;/*3px solid #FFCC00;*/
	text-align:center;
	padding:2px 0px 2px 0px;
	display:block;
	width:100%;
} 

.headerbar a:hover{
	color:#00bb99;
	background-color:#FFFFFF;
	border-bottom:3px solid #00bb99;
	padding:2px 0px 2px 0px;
}


.headerbar ul{
	list-style-type:none;
}

/*************/
/*font-ReSize*/
/*************/
#fontsize
{
	width:850px
	z-index:100;
	float:right;
	top:0;
	right:0;
}
#fontsize h3,#fontsize p
{
	border:0;
	display:inline;
	font-size:1em;
}

#fontsize p
{
	margin:0 0 0 5px;
}

#fontsize p a
{
	font-weight:bold;
	margin:0 5px;
	display:inline;
	padding:2px 0 2px 24px;
}

#fontsize p a.larger {
background:url(../images/lupe_larger.gif) no-repeat;
}

#fontsize p a.smaller {
background:url(../images/lupe_smaller.gif) no-repeat;
}

#fontsize p a.reset {
background:url(../images/lupe_reset.gif) no-repeat;
}

#fontsize p a.larger:hover,#fontsize p a.larger:active,#fontsize p a.larger:focus {
background:#000 url(../images/lupe_larger_black.gif) no-repeat;
}

#fontsize p a.smaller:hover,#fontsize p a.smaller:active,#fontsize p a.smaller:focus {
background:#000 url(../images/lupe_smaller_black.gif) no-repeat;
}

#fontsize p a.reset:hover,#fontsize p a.reset:active,#fontsize p a.reset:focus {
background:#000 url(../images/lupe_reset_black.gif) no-repeat;
}

