﻿@charset "utf-8";
/* 基本設定ここから */
html{
	overflow-y:scroll;
	}

body {
	color: #CCC;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000;
}

a:link {
	color: #FFF;
	text-decoration: none;
	outline:none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}


a:active {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #666;
}

img {
	border: none;
	border-style: none;
}

h1 {

}

h2 {
	
}


/* 基本設定ここまで */

/* レイアウト設定ここから */
#pageBody {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#pageTop {
	width: 920px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#logo {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#title {
	color: #FFF;
	font-size: 20px;
	padding-bottom: 10px;
}

#title a:hover {
	color: #FFF;
	text-decoration: none;
}

#line {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom: dotted 1px #FFF;
}

.text01 {
	line-height:1.5em;
	letter-spacing: 0.1em;
	font-size: 0.8em;
}

.text02 {
	font-size: 1em;
	font-weight: bold;
}

.text03 {
	line-height: 2em;
}
	
/* レイアウト設定ここまで */

/* グローバルナビここから */

#globalNavi {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#globalNavi li {
	height: 30px;
	padding-right: 10px;
	float: left;
}
	
/* グローバルナビここまで */

/* フッターここから */

#footer {
	height: 71px;
	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-x;
}

address {
	text-align:center;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* フッターここまで */

/* about ここから */
#aboutContents {
	border: 1px #fff solid;
	width: 919px;
	height:466px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(img/contents_bg.png);
	background-repeat: repeat; 
}

#aboutContentsIn {
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
/* about ここまで */


/* design ここから */

#designContents {
	border: 1px #fff solid;
	width: 919px;
	height:466px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(img/contents_bg.png);
	background-repeat: repeat; 
}

#mycustomscroll {
	width: 919px;
	height: 466px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	position: relative;
}

#mycustomscroll img {
	border: 1px #fff solid;
	
}

/* 本体？ */ 
.scrollgeneric {  
     line-height:0px;  
     font-size:1px;  
     position:absolute;  
     top:0;  
     left:0;  
}    

/* 縦スクロール範囲 */ 

.vscrollerbase {  
     width:13px;
}  

/* 縦スクロールバー */ 

.vscrollerbar {
     width:8px;  
     background-color: #fff;  
}  

/* 横スクロール範囲 */ 

.hscrollerbase {  
     height:15px;
     background-color: #000;
}  

/* 横スクロールバー */ 

.hscrollerbar {
     height:8px;  
     background-color: #FFF;  
}  

/* 縦横スクロールバー */ 

.scrollerjogbox {  
     width:10px;  
     height:10px;  
     top:auto;  
     left:auto;  
     bottom:0;  
     right:0; 
	 background-color:#eee;  
}  

/* デザインのスクロールここだよ */ 
#pageSakuhin {
	width: 900px;
	height: 3345px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right: 1px solid #FFF;
}

#sakuku {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 29px;
	clear: both;
}

#sakuhin {
	width: 201px;
	height: 140px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

/* design　ここまで */

/* contact　ここから */
#contactContents {
	border: 1px  #fff solid;
	width: 919px;
	height:466px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(img/contents_bg.png);
	background-repeat: repeat; 
}

/* contact　ここまで */



/* illust ここから */

#illustContents {
	border: 1px #fff solid;
	width: 919px;
	height:675px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(img/contents_bg.png);
	background-repeat: repeat; 
}

#mycustomscroll2 {
	width: 919px;
	height: 675px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	position: relative;
}

#mycustomscroll2 img {
	border: 1px #fff solid;
	
}

/* 本体？ */ 
.scrollgeneric {  
     line-height:0px;  
     font-size:1px;  
     position:absolute;  
     top:0;  
     left:0;  
}    

/* 縦スクロール範囲 */ 

.vscrollerbase {  
     width:13px;
}  

/* 縦スクロールバー */ 

.vscrollerbar {
     width:8px;  
     background-color: #fff;  
}  

/* 横スクロール範囲 */ 

.hscrollerbase {  
     height:15px;
     background-color: #000;
}  

/* 横スクロールバー */ 

.hscrollerbar {
     height:8px;  
     background-color: #FFF;  
}  

/* 縦横スクロールバー */ 

.scrollerjogbox {  
     width:10px;  
     height:10px;  
     top:auto;  
     left:auto;  
     bottom:0;  
     right:0; 
	 background-color:#eee;  
}  

/* イラストのスクロールここだよ */ 
#pageSakuhin2 {
	width: 900px;
	height: 2630px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right: 1px solid #FFF;
}

#sakuku2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	clear: both;
}

#sakuhin2 {
	width: 201px;
	height: 201px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

/* illust　ここまで */

#nigaoe {
	text-align: center;
	width: 900px;
	background-color:#FFF;
	margin: 10px 0 45px 0 ;
	padding: 20px 0 0 0 ;
}

#nigaoe img {
	width: 555px;
	text-align: center;
	margin: 0 auto;
	height: auto;
}

