﻿@charset "utf-8";
/* CSS Document */

	*{
		margin:0px;
		padding:0px;
	}
	
	/*全体*/
	body{
		font-size:80%;
		color:#666;
		background-image:url(../img/w_s13.gif);
	}
	
	#wrap{
		width:900px;
		margin:auto;
		padding:0px 50px;

	}
	
	#menu{
		width:900px;
		display:block;
		float:right;	
		margin-top:20px;
		margin-bottom: 0px;
	}
	
	#main{
		width:900px;
		clear:right;
		background-image: url(../img/top5.jpg);
		background-repeat:no-repeat;
		background-color:#fff;
		margin-top:0px;

/* border-radius */
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;

/* box-shadow */
		box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
		-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
		-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;

	}
	
	#contents{
		width:790px;
		clear:right;
		line-height:1.3em;
		background-color:#FFF;
		padding:25px 55px;

/* border-radius */
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;

/* box-shadow */
		box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
		-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
		-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
	
	}
	
	#footer{
		width:900px;
		padding:0px 0px 15px 0px;
		background-color:#FFF;
		margin-top:15px;

	}

	#footer-c{
		width:790px;
		background-color:#FFF;
		margin-top:15px;

	}
	

	
	/*テーブル*/
	.new{
		margin:10px;
		
	}
	

	
	th{
		font-size:150%;
		text-align:left;
	}
	
	td{
		text-align:;

	}
	
	.cell{
		border-bottom:dotted 1px #666;	
		padding:10px;
	}
	.cell2{
		padding:10px;
	}	
	
	/*テキストエリア*/


	textarea{
		border:solid 1px #666;
		color:#666;
		line-height:1,5em;
    resize: none; 
}

	#update{
		margin:430px 10px 10px 10px;
}

	/*画像*/
	.icon{
		margin-bottom:15px;	
	}
	
	.up{
	margin-left:730px;

	}
		
	.line{
		padding:20px;
	}

.st{
		margin:15px 5px 8px 5px;
}

	.prof{
		border:solid 1px #666;	
		margin:0px 10px 10px 5px;
	}
	
	.banner{
		margin:0px 242px 2px 0px;
}
	/*テキスト*/
	p{
		padding:5px;	
	}
	.border{
		border-bottom:dotted 1px #666;	
	}
	
	.center{
		text-align:center;	
	}
	
	.last{
		font-size:125%;
		color:#666;
		text-align:left;
		padding:0px 30px 10px 0px;
}

	.caution{
		color:#dc143c;
		text-decoration: underline;

	}

	/*リンク*/
	a:link{
		color:#66C;
		text-decoration: none;
		
	}
	a:hover{
		color:#6CF;
		text-decoration:underline;
	}
	a:visted{
		color:#66C;
	}
	
	a:active{
		color:#6CF;
	}

	a img{
		border:0px;
	}

	a img.pic{
			border:1px solid;
	}

	
	