/* CSS Document */

/* 基本構造 */

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

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

.none {
	display: none;
}
		
#main { width:800px;
		height:auto;
		margin:0 auto;
		padding:0 2px 0 28px;
		float:left;
		border:#999999 solid 2px;}
		
#menu {	width:200px;
		height:auto;
		float:left;
		margin:0 -20px 0 2px;}
		
#bottom{width:1024px;
		height:75px;
		margin:0 auto 15px;
		background:#999999;
		clear:both;}

/* テキスト */

h1{	font-size:24px;
	line-height:25pt;
	border-bottom:#6699CC double 8px;
	border-top:#6699CC solid 5px;
	padding:0 25px;}

h2{	font-size:18px;
	line-height:20pt;
	border-bottom:#6699CC solid 2px;
	padding:0 20px;}

h3{ font-size:14px;
	line-height:16pt;
	border-left:#6699CC solid 10px;
	padding:0 15px;}

.font1{	font-weight:bold;
		color:#3366CC;}

.font2{ color:#FF0000;}

.font3{	font-size:24px;
		line-height:25pt;
		color:#FF0000;
		border-bottom:#FF0000 double 8px;
		border-top:#FF0000 solid 5px;}

.font4{ font-size:14px;
		line-height:14pt;
		font-weight:bold;}

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

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

p {	font-size:14px;
	line-height:14pt;
	border-bottom:#999999 dashed 1px;}

/* リンク */

#bottom a {	font-size:16px;
			line-height:16pt;
			font-weight:bold;
			color:#0000FF;
			text-decoration:underline;}
			
#bottom a:hover{color:#FF0000;
				text-decoration:none;}
			
a:link,a:hover,a:visited,a:active{
color:#000000; text-decoration:none;}

#menu a{font-size:14px;
		font-weight:bold;
		color:#999999;
		text-decoration:underline;}
		
#menu a:hover {	color:#FF0000;
				text-decoration:underline;}

/* イメージ */

#main img {	margin:0 15px;}

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

#main tr {	border:none;}

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

#menu td {	background-image:url(../img/a_menu.jpg);	
			background-repeat:no-repeat;}


#linker{
	margin-top:12px;
	margin-bottom:12px;
	color:#3366FF;
	text-align:left;
	font-size:13px;
	margin-left:10px;
	}

#linker p{
	font-size:13px;
	color:#3366FF;
	}

	
#linker a{
	font-size:13px;
	color:#3366FF;
	
	}


