/* CSS Document */

/* div基本 */

body  {	width:1024px;
		height:auto;
		margin:0 auto 15px;
		border:#000000 solid 2px;}

#title{ width:1024px;
		height:auto;
		margin:0 auto -20px;}

#menu {	width:1024px;
		height:auto;
		text-align:right;
		margin:0 auto 10px;}

#main { width:780px;
		height:auto;
		margin:0 auto;
		padding:0 15px;
		float:right;
		border:#999999 solid 2px;}

#contents{	width:200px;
			height:auto;
			float:left;
			margin:0 auto;}

#bottom{width:1024px;
		height:50px;
		margin:0 auto;
		background:#999999;
		text-align:right;
		clear:both;}

.btn {	width:150px;					/* 基本は200px */
		height:auto;	
		background:#FF99CC;
		display:block;
		text-align:center;
		margin:10px auto 5px;}

.clr {	clear:both;}

/* テキスト */

h1{	font-size:24px;
	line-height:24pt;
	border-bottom:#FF99CC solid 2px;
	border-left:#FF99CC solid 15px;
	margin:0 30px 15px 0;
	padding:0 20px;}

h2{	font-size:18px;
	line-height:18pt;
	border-bottom:#FF99CC double 5px;
	margin:0 25px 10px 0;
	padding:0 10px;}

h3{	font-size:16px;
	line-height:16pt;
	border-left:#FF99CC solid 10px;
	margin:0 10px;
	padding:0 5px;}

.font1{	font-size:24px;
		line-height:24pt;
		border-bottom:#FF0000 solid 2px;
		border-left:#FF0000 solid 15px;
		margin:15px 30px 15px 0;
		padding:0 20px;}

.font2{	font-weight:bold;
		color:#FF0000;}

.font3{	font-weight:bold;}

.font4{	font-size:18px;
		font-weight:bold;
		background:url(../img/t_menu.gif);}

p { font-size:12px;
	line-height:14pt;}

li{ font-size:14px;
	line-height:14pt;}

/* リンク */

		
#bottom a {	color:#FFFFFF;
			text-decoration:underline;}
			
#bottom a:hover{color:#FF0000;
				text-decoration:underline;}

#contents a{font-size:14px;
			line-height:14pt;
			font-weight:bold;
			color:#FFFFFF;
			text-decoration:none;}
				
#contents a:hover {	text-decoration:underline;}

#menu a{color:#0000FF;
		text-decoration:none;}
		
#menu a:hover {	color:#FF0000;
				text-decoration:underline;}

/* イメージ */

/* テーブルボーダー */

#main table{border:none;}

#main td {	border:#666666 solid 1px;}

.none{
	display: none;
}
