@charset "utf-8";





*{

	margin:0px;

	padding:0px;

}



body{

	color:#333;

	background:#FFF;

	/*text-align:center;*/

	font-family: ヒラギノ, "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;

	line-height:1.6;

	font-size:12px;
	

}

p.right{

	text-align:right;

}

.clear{

	clear:both;

	font-size:1px;

	line-height:1;

}





.left{

	margin:5px 15px 5px 5px;

	float:left;

}

.right{

	margin:5px 5px 5px 15px;

	float:right;

}

.small{

	font-size:90%;

}

img{

	border:0px;

	vertical-align:bottom;

}

table, th, tr, td{

	padding:0;

	margin:0;

}

table{

	margin:10px;

}

table, th, td{

	border:1px solid #CCC;

	border-collapse:collapse;

	padding:3px 8px;

	vertical-align:top;

}

table th{

	padding:3px 8px;

	text-align:left;

	background:#EEEEEE;

	vertical-align:middle;

}

table th.title{

	background:#999;

	font-weight:bold;

	padding:3px 10px;

	color:#FFF;

}

table .center{

	text-align:center;

}

li{

	list-style:none;

}

strong{

	font-weight:bold;

	color:#066;

}

/*----リンク設定----*/

a:link{

	color: #003399;

	text-decoration: none;

}



a:visited{

	color: #880088;

	text-decoration: none;

}



a:hover{

	color: #003399;

	text-decoration: underline;

}



a:active {

	color: #003399;

	text-decoration: none;

}

#container{

	width:950px;

	margin-left:auto;

	margin-right:auto;

	padding-bottom:15px;

	background-color:#FFF;

	text-align:left;

}



#conts_in{

	width:950px;

	height:auto;

	margin:1em auto;

}


