/*   基本設定  */
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	font-size: 10pt;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3,ＭＳ Ｐゴシック", "Osaka";
	line-height: 150%;
	color: #000000;
	background: #ffffff;
	overflow:scroll;
	text-align: center;
}

/*   レイアウト設定  */
#wrapper { 
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*   title設定  */
h1{ 
	width:800px;
	height:40px;
	text-indent: -9999px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position:  center center;
	margin-right: auto;
	margin-left: auto;
}

/*   イラストtitle  */
h2{ 
	font-size: 12pt;
	font-weight: bold;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3,ＭＳ Ｐゴシック", "Osaka";
	line-height: 200%;
	color: #000000;
	text-align: center;
}

h3{
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana;
	margin:10px 0px 10px 0px;
	text-align: left;
}

h4{
	color: #808080;
	font-size: 12pt;
	font-family: Georgia, serif;
	margin:5px 0px 5px 0px;
	text-align: left;
}


/*   ナビ設定  */
#g_navi {
		width:800px;
		height:40px;
		background-image: url(images/menu_bg.png) no-repeat;
		margin-right:auto;
		margin-left:auto;
		margin-bottom: 30px;
}

#g_navi ul {
		margin: 0;
		padding: 0;
}

#g_navi li {
	display:inline;
	list-style-type:none;
}

#g_navi li a {
	height:40px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

/*   オフマウス  */
#g_navi li.g_navi01 a {
	background:url(images/menu.png) no-repeat 0px 0px;
	width:160px;
}
#g_navi li.g_navi02 a {
	background:url(images/menu.png) no-repeat -160px 0px;
	width:160px;
}
#g_navi li.g_navi03 a {
	background:url(images/menu.png) no-repeat -320px 0px;
	width:160px;
}
#g_navi li.g_navi04 a {
	background:url(images/menu.png) no-repeat -480px 0px;
	width:160px;
}
#g_navi li.g_navi05 a {
	background:url(images/menu.png) no-repeat -640px 0px;
	width:160px;
}

/*   オンマウス  */
#g_navi li.g_navi01 a:hover {
	background:url(images/menu.png) no-repeat 0px -40px;
}
#g_navi li.g_navi02 a:hover {
	background:url(images/menu.png) no-repeat -160px -40px;
}
#g_navi li.g_navi03 a:hover {
	background:url(images/menu.png) no-repeat -320px -40px;
}
#g_navi li.g_navi04 a:hover {
	background:url(images/menu.png) no-repeat -480px -40px;
}
#g_navi li.g_navi05 a:hover {
	background:url(images/menu.png) no-repeat -640px -40px;
}

/*   選択済み  */
#g_navi li.g_navi01_on a {
	background:url(images/menu.png) no-repeat 0px -80px;
	width:160px;
}
#g_navi li.g_navi02_on a {
	background:url(images/menu.png) no-repeat -160px -80px;
	width:160px;
}
#g_navi li.g_navi03_on a {
	background:url(images/menu.png) no-repeat -320px -80px;
	width:160px;
}
#g_navi li.g_navi04_on a {
	background:url(images/menu.png) no-repeat -480px -80px;
	width:160px;
}
#g_navi li.g_navi05_on a {
	background:url(images/menu.png) no-repeat -640px -80px;
	width:160px;
}

/*   head  */

#head{
	height: 100px;
	text-indent: -9999px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

/*   contents  */

#contents{
	width:800px; 
	height:auto !important; 
	text-align: left;
}



.info {
	width: 800px;
	text-align: left;
}

/*   footer  */
#footer {
	width: 20px;
	height:60px;
	clear: both;
	margin-top: 30px;
	font-weight: bold;
	font-family: Verdana;
	text-align: center;
	color: #000000;
	font-size: 100%;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	width: 100%; /* 中央に表示 */
	line-height:60px
}

/*   gallery  */

#demo{
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

#smimages {
	width: 800px; 
	overflow : hidden;
	line-height:normal;
	margin-right: auto;
	margin-left: auto;
}

#smimages ul {
	width: 800px;
    height: 100%;
	display: inline;
	white-space: nowrap;
	
}

#smimages ul li {
	float: left;
	margin: 0 3px 0 3px;
	margin-bottom: 5px;
	list-style:none;
	font-size:1px;
}

/*   float解除  */
.clear {
    clear : both;
}



/*   float解除・IE  */

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*   画像  */

.img {
	vertical-align: bottom;
	border: 0;
}

/*   画像スペース有り  */

.imgspace {
	vertical-align: bottom;
	border: 0;
	margin: 10px 0px 10px 0px;
}


/*   ギャラリーテンプレート  */

#galleryhead {
	height: 60px;
	text-indent: -9999px;
	background-image: url(images/galleryheader.jpg);
	background-repeat: repeat-x;
}

.galleryimage {
	width: 800px;
	padding: 30px 0px 50px 0px;
	text-align: center;
}

.gallerytext {
	text-align: left;
	margin: 0px 75px 0px 75px;
}

/*  リンクテーブル  */

.linktable {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border: 0;
	border-collapse:collapse;
}
.linktable td {
	width: 260px;
	padding: 5px 10px 5px 0px;
}

/*  フォントカラー  */

a:link { color:#000000; text-decoration:none }
a:visited { color:#000000; text-decoration:none }
a:hover { color:#808080; text-decoration:none }
a:active { color:#000000; text-decoration:none }
