@charset "UTF-8";
/*==================================================
 LAYOUT LIB CSS
==================================================*/

* {
	font-family: 'Noto Sans JP', sans-serif;
}

body {
/*	min-width: 1000px;*/
	text-align: center;
}

p {
	font-size: 11px;
	color: #C3DFF5;
}

/*input, select {
	font-size: 12px;
	color: #C3DFF5;
}*/
a {}

#container {
	margin: 0px 0px 0px 0px;
	background-image: url(../img/upload/containerBgRepeat.png) ;
	background-repeat: repeat-x;
}
	#containerWrap {
		margin: 0 auto;
		padding: 0px 0px 0px 0px;
	}
	
#header {
	width: 825px;
	background-image: url(../img/upload/headerBgRepeat.png) ;
	background-repeat: repeat-x;
	height: 75px;
	margin: 0px auto;
}
	#headerWrap {
		width: 821px;
		margin: 0px auto;
		position: relative;
		background-image: url(../img/upload/header.png) ;
		background-repeat: no-repeat;
	}
	
	#logo {
		position: absolute;
		top: 23px;
	}
	
	#gNavi {
		padding-top: 47px;
	}
		#gNavi ul {
		}
			#gNavi ul li {
				float: left;
				display: inline;
				width: 100px;
				margin: 0px 3px 0px 0px;
			}
			
			#gNavi ul li.gNavi08 {
				margin: 0px 0px 0px 0px;
			}
			
				#gNavi ul li a {
					display: block;
					background-repeat: no-repeat;
				}
					#gNavi ul li a span {
						display: block;
						height: 28px;
					}
				
		#lang {
			position: absolute;
			right: 2px;
			bottom: 32px;
			font-size: 10px;
			color: #989898;
		}
					


#side {
	display: block;
	float: right;
	width: 206px;
	padding: 10px 0px 0px 0px;
}

	#sideWrap {
		text-align: center;
	}
	
    #side video {
        margin-bottom: 5px;
        width: 196px;
        height: auto;
    }
	#side a {
		display: block;
		margin-bottom: 5px;
		width: 196px;
	}

#contents {
	background-image: url(../img/contentsBgRepeat_821.png) ;
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	zoom: 1;
}
#contentsWrap {
	width: 828px;
	margin: 0px auto;
}
#contentsInner {
	padding: 0px 0px 0px 0px;
}

	#page {
		padding: 10px 0px 0px 14px;
	}
	#pageWrap {
		width: 600px;
	}

#footer {
	text-align: center
}
	#footerWrap {
		text-align: center;
	}
	
	#footerMenu {
		border-top: 1px solid #C9CACA;
		text-align: center;
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 40px;
		font-size: 12px;
	}
	
#dummyImageLoader {
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
}

#dummyImageLoader img {
	display: block; 
}

#adminHeader {
	background-color: #ff9999;
	text-align: center;
	line-height: 50px;
}