/*基本*/
body {
	background-color:#ffffff;　/*背景色*/
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	color: #000000;			/*文字色*/
	
	/*スクロールバー*/

		/*
		scrollbar-3dlight-color:#000000;
		scrollbar-arrow-color:#000000;
		scrollbar-darkshadow-color:#000000;
		scrollbar-face-color:#ffffff;
		scrollbar-highlight-color:#000000;
		scrollbar-shadow-color:#000000;
		scrollbar-track-color:#ffffff;
		*/
	}
	
Div{
    font-size:0.9em;			/*文字サイズ*/
	}

/*リンク全般*/

a:link {color: #000000; text-decoration: nome;}			/*行った事の無いリンク色*/
a:visited {color: #666666; text-decoration: none;}		/*行った事のあるリンク色*/
a:active {color: #666666; text-decoration: none;}		/*選択されてる時のリンク色*/
img.link{border:none;}
a img {border-style:none;}

	/*補足*/
	text-decoration: none;					/*何もしない*/
	text-decoration: underline;				/*下線*/
	text-decoration: overline;				/*上線*/
	text-decoration: line-through;			/*打ち消し線*/

/* タイトル部 */
.head {
	position:absolute;
	top:40px;
	left:20px;
	text-align:left;
	font-weight:bold;
	color:#000000;
	}
	
/* メニューバー */
.menu {
	position:absolute;
	top:20px;
	left:15%;
	text-align:lift;
	height: 192px;
	}

#menu1 {
	position:absolute;
	left:0px;
	top:200px;
	width : 100px;
	}

#menu2 {
	position:absolute;
	left:0px;
	top:280px;
	width : 100px;
	}

#menu3 {
	position: absolute;
	left:0px;
	top:400px;
	width : 100px;
	}

#menu4 {
	position: absolute;
	left:0px;
	top:480px;
	width : 100px;
	}

#menu5 {
	position: absolute;
	left:0px;
	top:540px;
	width : 100px;
	}



/* メインコンテンツ */
.contents {
	left:140px;
	width : 690px;
	height : 450px;
	text-align:left;
	position: absolute;
	margin-top : 0px;
	padding : 0px;
	top: 200px;
	}
	

	
/*CPROについて*/
.contents {
	left:140px;
	width : 650px;
	height : 450px;
	text-align:left;
	position: absolute;
	margin-top : 0px;
	padding : 0px;
	top: 200px;
	}

/*	スケジュール類		*/
.sche table{
	border:none;
	border-top: solid 1px #000000;
	border-left:solid 1px #000000;
	font-size:0.8em;
	margin-bottom:0.3em;
}

.sche th{
	border:none;
	border-bottom: solid 1px #000000;
	border-right:  solid 1px #000000;
	text-align:center;
}

.sche td{
	border:none;
	border-bottom: solid 1px #000000;
	border-right:  solid 1px #000000;
	text-align:center;
}

.jigen{
	height:2em;
	width:40px;
	text-align:center;
}

.day{
	width:40px;
}

.naiyo{
	width:150px;
}
/*----------------------------------*/

/* 連絡先 */
address {

	border-top:dashed 1px #000000;
	font-size:0.625em;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	text-align:right;
	padding-left:10px;
	}

address a {
	color:#5e8eab;
	text-decoration:none;
	border-bottom:dotted 2px orange
	}

address a:hover {
	color:#ff8800
	}



/*----------------------------------*/

/* 作品 */


#main{
	margin:0 0 0 20px;
	padding:0 0 50px 0;
	}
	
.prodcontents {
	left:140px;
	width : 690px;
	height : 450px;
	text-align:left;
	position: absolute;
	margin-top : 0px;
	padding : 0px;
	top: 200px;
	}

.itemBox{
	width:130px;
	margin:0px 10px 10px 0px;
	padding:0px;
	float:left;
 	}

.itemPhoto{
	border:1px dotted #000000;
	margin:0;
	padding:5px;
	text-align:center;
	}

.item Text{
	border:0px dotted #000000;
	border-top:0px;
	margin:0;
	padding:5px;
	height:30px;
	}

.item Text p{
	margin:0;
	padding:0;
	font-size:10px;
	}
