@charset "utf-8";
/* Reset */
* {
	margin: 0;
	padding: 0;
}
/* LinkColor */
a:link		{
	color: #601F00;
	text-decoration: none;
}
a:visited	{
	color: #601F00;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}


/* Headline */
h1, h3, h4, strong {
	color: #F90;
}
h1 {
	font-size: 160%;
}
h2 {
	display: inline;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
h2 img {
	width: 235px;
	height: 40px;
	behavior: expression(IEPNGFIX.fix(this));
}
h3 {
	font-size: 130%;
	margin-bottom: 5px;
}
h4 {
	font-size: 120%;
	text-indent: 10px;
}
h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited {
	color: #FFF;
}


/* Decoration */
ul, ol {
}
li {
    list-style: none;
}
p {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
}
strong {
	font-size: 160%;
	line-height: 160%;
}
img {
	border: none;
}
input {
	padding: 3px;
}

/* Layout */
html {
	height: 100%;
} 
body {
	position: relative;
	height: 100%;
	min-height: 650px;
	min-width: 920px;
	color: #666;
	font-size: 90%;
	line-height: 130%;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-color: #2F1300;
}
.container {
	width: 920px;
	height: 650px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -325px;
	margin-left: -460px;
	background-image: url(images/frame.png);
	background-repeat: no-repeat;
}
* html .container {
	background-image: url(images/frame.gif);
}
.bgImage {
	position: absolute;
	width:900px; /*画像の横幅*/
	height:550px; /*画像の横幅*/
	top: 10px;
	left: 10px;
	overflow: hidden;
}
.bgImage img {
	position: absolute;
}
.box {
	position: absolute;
}
.main, .topMain {
	width: 880px;
	height: 530px;
	margin-top: 20px;
	margin-left: 20px;
}
.main {
	background-image: url(images/bgBox.png);
	background-repeat: no-repeat;
	behavior: expression(IEPNGFIX.fix(this));
}
.contentScroll, .contentNoScroll {
	height: 520px;
	width: 860px;
	position: relative;
	left: 10px;
	top: 5px;
}
.contentScroll {
	overflow: scroll;
}
.contentNoScroll {
	overflow: hidden;
}
.menu {
	height: 50px;
}
.footer {
	text-align: center;
	margin-bottom: 20px;
	position: absolute;
	top: 610px;
	width: 100%;
	color: #603700;
}
.footer a:link, .footer a:visited {
	color: #603700;
}
.footer .highLight a:link, .footer .highLight a:visited {
	background-color: #311000;
	color: #FFF;
}

/* topPage */
.topTitle {
	position: absolute;
	left: 420px;
	top: 320px;
	display: inline;
}
.topTitle img {
	behavior: expression(IEPNGFIX.fix(this));
	height: 200px;
	width: 450px;
}


/* Menu */
.menuLogo {
	float: left;
	margin-left: 15px;
	margin-right: 30px;
}

.menuEach {
	float: left;
	margin-left: 12px;
	margin-top: 15px;
}





/* コンテンツ共通 */
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
.edit {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}



.border, .outer{
	width: 800px;
	background-color: #DDD;
}
.border td, .outer td{
	padding: 5px;
	background-color: #FFF;
}
.border td.head, .outer td.head  {
	font-size: 110%;
	width: 150px;
	color: #F90;
	padding-top: 9px;
	background-color: #FFF7D9;
}
.border th, .outer th {
	font-size: 110%;
	background-color: #FFF7D9;
	color: #F90;
}
.hidden {
	display: none;
}
.fontSmall {
	font-size: 80%;
}
.fontSSmall {
	font-size: 60%;
}
.fontBig {
	font-size: 120%;
}
.wrap {
	padding: 10px;
	clear: both;
	float: none;
}
.wrapLR {
	clear: both;
	float: none;
	padding-right: 10px;
	padding-left: 10px;
}
.more {
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
}
.list {
}
.each {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
}
.each .imgThumb {
	height: 140px;
	width: 140px;
}
.each .imgThumb img {
}
.pageNavi {
	text-align: right;
	margin-right: 30px;
	clear: both;
	float: none;
	font-weight: bold;
}
.profileBack {
	background-image: url(images/bgProfile.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* Report */
#report .each {
	clear: both;
	float: none;
	width: auto;
	display: block;
}
#report .list .wrap {
	padding-left: 20px;
	padding-top: 30px;
}
#report .list .column {
	float: left;
	width: 410px;
}
#report .item {
	position: relative;
	margin-top: 10px;
}
#report #article1, #report #article2, #report #article3, #report #articleText {
	position: absolute;
	display: none;
	width: 100%;
}
#report #article1 {
	display: block;
}
#report .text{
	height: 490px;
	overflow: scroll;
	padding-right: 20px;
	padding-left: 40px;
	margin-top: 10px;
}
#report .article {
	float: right;
}
#report .article img {
	behavior: expression(IEPNGFIX.fix(this));
	height: 510px;
	width: 785px;
}
#report .item .leftNavi {
	display: inline;
	float: left;
	height: 510px;
	position: relative;
}
#report .item .up img {
	behavior: expression(IEPNGFIX.fix(this));
	height: 77px;
	width: 45px;
}
#report .item .back {
	position: absolute;
	bottom: 100px;
	behavior: expression(IEPNGFIX.fix(this));
	height: 59px;
	width: 37px;
}
#report .item .next {
	position: absolute;
	bottom: 10px;
}
#report .item .back img, #report .item .next img {
	behavior: expression(IEPNGFIX.fix(this));
	height: 59px;
	width: 37px;
}
#report .item .switch {
	position: absolute;
	top: 150px;
}

#report .item .article {
	float: right;
}


/* Gallery */
#gallery .each .edit {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}
#gallery .list .wrap {
	padding-left: 50px;
	padding-top: 0px;
}


/* Gallery */
#slideshow .each {
}
#slideshow .each .imgThumb {
	height: 153px;
	width: 250px;
	visibility: visible;
}
#slideshow .each .imgThumb img {
	visibility: visible;
}
#slideshow .each .edit {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}
#slideshow .list .wrap {
	padding-left: 30px;
	padding-top: 30px;
}


/* Link */
#link .each {
	width: 390px;
	margin-bottom: 5px;
}
#link .each .imgThumb {
	float: left;
	height: 130px;
	width: 130px;
	margin-right: 5px;
}
#link .each .imgThumb img {
	visibility: visible;
}

#link .list .wrap {
	padding-left: 20px;
}




/* ユーザー情報 */
#user .itemList {
	float: left;
	width: 330px;
	height: 200px;
}
#user .itemList .listTitle {
}
#user .userInfo .odd, #user .userInfo .even {
	width: 420px;
}
#user .userAvatar {
	text-align: left;
	width: auto;
}
#user .userName {
	text-align: right;
	width: auto;
	font-size: 150%;
	font-weight: bold;
	color: #666;
	vertical-align: bottom;
}
#user .addButton {
	text-align: center;
	margin: 0px;
	padding: 0px;
}



/* XOOPS Main Menu */
.userMenu {
	text-align:left;
	margin-left: 10px;
}
.userMenu li {
	margin-top: 5px;
}

/* XOOPS table */
table {
}
td {
	vertical-align: top;
}
* html table {
    font-size: 95%;
} /* IE6 */

.head {
	font-weight: bold;
	text-align: right;
}
.even {
}
.odd {
}
.foot {
}

tr.even td {
}
tr.odd td {
}

/******************************************************************************/


/* 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;
}



/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	zoom:1;
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/
