@charset "utf-8";
/* ------------------------------------------------------------------
 body背景
------------------------------------------------------------------ */
body {
	background-image: url('../img/wall2.gif');
}


/* ------------------------------------------------------------------
 メインラッパー
------------------------------------------------------------------ */
#wrapper {
	width: 980px;
	margin: auto;
	overflow: hidden;
	background-color: #transparent;
	/*
	border: solid 1px #cfcfcf;
	border-width: 0 1px;
	*/
	padding: 20px 20px 0;
}



/* ------------------------------------------------------------------
 header
------------------------------------------------------------------ */
div.teamtitle {
	float: left;
	width: 300px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 20px;
}

div.mainimage {
	text-align: center;
}

div.sitedescription {
	margin: 20px 0;
}
div.sitemapbox {
	width: 120px;
	text-align: right;
	float: right;
}
a.sitemap {
	background-image: url('../img/sitemap.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
}

a.sitemap:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------
 メニューリスト
------------------------------------------------------------------ */
#navi {
	position: relative;
	overflow: hidden;
	margin: 30px 0;
	padding: 0;
}
ul.navibutton {
	position: relative;
	left: 50%;
	float: left;
}
ul.navibutton li {
	position: relative;
	left: -50%;
	float: left;
	list-style-type: none;
	background: transparent url('../img/menu_back.png') no-repeat;
	width: 160px;
	height: 46px;
	color: white;
	font-family: 'Verdana';
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	/*
	background: none repeat scroll 0 0 #CDAF95;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4), 0 0.9em 0.5em -0.2em rgba(255, 255, 255, 0.2) inset;
	color: white;
	font-family: 'Verdana';
	font-weight: bold;
	height: 32px;
	padding: 0 3px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	width: 150px;
	margin: 3px;
	*/
}

ul.navibutton li a {
	color: #fff;
	display: block;
	/* letter-spacing: 10px; */
	font-size: 16px;
	line-height: 46px;
	text-align: center;
}

ul.navibutton li a:link {
	color: #fff;
}

ul.navibutton li a:visited {
	color: #fff;
}

ul.navibutton li a:hover {
	color: #8B4513; /* #8B7765; #9400D3; */
}

ul.navibutton li a:active {
}

/* ------------------------------------------------------------------
 コンテンツ部分
------------------------------------------------------------------ */
#contents {
	font-size: 90%;
	overflow: hidden;
}

#contentsleft {
	width: 300px;
	height: 100%;
	overflow: hidden;
	float: left;
	/*
	margin: 0 20px 0 0;
	*/
	padding: 10px 20px 0 0;
}

#contentsright {
	width: 639px;
	height: 100%;
	overflow: hidden;
	border-left: dotted 1px #CDAF95;
	padding: 10px 0 0 20px;
}

/*
.contentsbox {
	background-color: #FDF5E6;
	padding: 10px;
	border-radius: 5px;
	border: solid 1px #CDAF95;
}
*/

div.module {
	padding-bottom: 40px;
	border-bottom: dotted 1px #CDAF95;
	margin: 0 0 20px 0;
	overflow: hidden;
}
/*
div.moduletitle {
	padding: 2px;
}
*/
.modulebody {
	margin: 20px 0 0 10px;
}

img.ground {
	margin-bottom: 10px;
}

.text {
	width: 60%;
	/* width: 350px; */
	float: left;
}

.image {
	text-align: right;
	width: 40%;
	/* width: 240px; */
	float: right;
}


/* ------------------------------------------------------------------
 更新履歴
------------------------------------------------------------------ */
dl.updateinfo {
	line-height : 20px;
	margin-left: 0;
}

dl.updateinfo dt {
	width : 100px;
}

dl.updateinfo dd {
	margin-left : 100px; /* 10em; */
	margin-top : -20px; /* 1.6em; */
}

div.history {
	height: 160px;
	overflow: auto;
}


/* ------------------------------------------------------------------
 footer
------------------------------------------------------------------ */
#footer {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

ul.footerlist {
	position: relative;
	left: 50%;
	float: left;
	list-style-type: none;
}
ul.footerlist li {
	position: relative;
	left: -50%;
	float: left;
	margin: 10px;
	line-height: 32px;
}

/* ------------------------------------------------------------------
 element selector
------------------------------------------------------------------ */
h1 {
	font-weight: bold;
}

h3 {
	background: #CDAF95 url(../img/rainbow.png) no-repeat 6px 4px;
	/* background-repeat: no-repeat; */
	background-color: #CDAF95;
	border-radius: 3px;
	color: #fff; /* ffa500; */
	text-indent: 26px;
	margin: 0;
	padding: 0;
	/* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); */
	/* box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.4), 0 0.9em 0.5em -0.2em rgba(255, 255, 255, 0.2) inset; */
}

hr {
	border: inset 1px #efefef;
	margin: 40px 0;
}

a.goblog {
	/* display: block; */
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
}

a.goblog:hover {
	text-decoration: underline;
}