body
	{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #444444;
	margin: 5px 0px;
	padding: 0px;
	background-color: #003333;
	}

a:link
	{
	color: #003366;
	text-decoration: none;
	} 

a:visited
	{
	color: #003366;
	text-decoration: none;
	} 

a:hover
	{
	color: #ff0000;
	text-decoration: underline;
	} 

a:active
	{
	color: red;
	}
	
img
	{
	border: 0px;
	}


/* 大枠
-------------------------------------------------- */
#outline
	{
	text-align: left;
	margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width: 780px;
	background-color: #FFFFFF;
	}

	/* ヘッダー */
	.header
		{
		margin: 0px;
		padding: 0px;
		}
		
		.header h1
			{
			font-size: 10px;
			color: #ffffff;
			font-weight: normal;
			line-height: 10px;
			text-align: right;
			margin: 0px;
			padding: 2px 5px 2px 2px;
			border-bottom: 1px solid #961207;
			background-color: #961207;
			}
			
		.header img
			{

			}
		
	
	/* ヘッドメニュー */	
	.head-menu
		{
		font-size: 12px;
		line-height: 20px;
		text-align: right;
		margin-top: 0px;
		height: 20px;
		background-color: #ffffff;
		}

		.head-menu a,
		.head-menu a:link,
		.head-menu a:visited,
		.head-menu a:active
			{
			width:150px;
			height:20px;
			color: #000000;
			text-align:center;
			border-left: #cccccc 1px solid;
			display:block;
			float:right;
			}
		
		.head-menu a:hover
			{
			color: #FF0000;
			font-weight: normal;
			text-align: center;
			float: right;
			height: 20px;
			width: 150px;
			display: block;
			}


	/* メインコンテンツ枠 */			
	.outline-margin 
		{
		margin:0;
		}
		
		
		/* メイン */
		.main
			{
			width:570px;
			margin: 5px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			float:right;
			}
				

		/* サイドメニュー */
		.side
			{
			font-size: 14px;
			line-height: 18px;
			text-align: left;
			margin: 0px;
			padding: 0px;
			float: left;
			width: 200px;
			}
			
			/*.side（サイドのカスタム）*/
				.side p
					{
					font-size: 12px;
					text-align: left;
					margin: 10px 0px;
					padding: 0px;
					}
								
				.side img.banner
					{
					width: 200px;
					margin: 5px 0px 0px 0px;
					padding: 0px 0px 0px 0px;
					vertical-align: bottom;
					}
					
					
				/*サイドメニュー用*/
				div.contents-t h1
						{
						font-size: 12px;
						color: #000000;
						font-weight: normal;
						line-height: 16px;
						text-align: center;
						margin: 0px;
						padding: 3px 0px;
						width: 200px;
						background-color: #A6D9A1;
						}
						
					div.contents-t a,
					div.contents-t a:link,
					div.contents-t a:visited,
					div.contents-t a:active
						{
						color: #000000;
						}
						
					div.contents-t a:hover
						{
						color: #FF0000;
						}
				
				div.contents
					{
					margin: 0;
					padding: 4px 0 0;
					border-right: 1px solid #CCCCCC;
					border-left: 1px solid #CCCCCC;
					}
					
					div.contents a,
					div.contents a:link,
					div.contents a:visited,
					div.contents a:active
						{
						font-size: 12px;
						color: #000000;
						font-weight: normal;
						line-height: 12px;
						text-align: left;
						margin: 0px 0px 0px 6px;
						padding: 0px 0px 0px 13px;
						border-bottom-color: #FFFFFF;
						border-bottom-style: solid;
						background-image: url('img/menu/list01.gif');
						background-repeat: no-repeat;
						background-position: left 0px;
						display: block;
						}
					
					div.contents a:hover
						{
						font-size: 12px;
						color: #FF0000;
						font-weight: normal;
						line-height: 12px;
						text-align: left;
						margin: 0px 0px 0px 6px;
						padding: 0px 0px 0px 13px;
						border-bottom-color: #FFFFFF;
						border-bottom-style: solid;
						background-image: url('img/menu/list01.gif');
						background-repeat: no-repeat;
						background-position: left 0px;
						display: block;
						}

					div.contents p
						{
						font-size: 12px;
						color: #006633;
						line-height: 14px;
						vertical-align: top;
						margin: 0px 0px 0px 6px;
						padding: 0px 0px 10px;
						}
						
				div.contents2
					{
					margin: 0;
					padding: 0;
					border-right: 1px solid #CCCCCC;
					border-left: 1px solid #CCCCCC;
					}

					div.contents2 a,
					div.contents2 a:link,
					div.contents2 a:visited,
					div.contents2 a:active
						{
						font-size: 12px;
						color: #006633;
						font-weight: normal;
						line-height: 12px;
						text-align: left;
						margin: 0px 0px 0px 6px;
						padding: 0px 0px 0px 0px;
						border-bottom-color: #FFFFFF;
						border-bottom-style: solid;
						display: block;
						}
					
					div.contents2 a:hover
						{
						font-size: 12px;
						color: #FF0000;
						font-weight: normal;
						line-height: 12px;
						text-align: left;
						margin: 0px 0px 0px 6px;
						padding: 0px 0px 0px 0px;
						border-bottom-color: #FFFFFF;
						border-bottom-style: solid;
						display: block;
						}
						
				div.info
					{
					font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
					font-size: 12px;
					color: #000000;
					font-weight: normal;
					line-height: 16px;
					text-align: left;
					vertical-align: middle;
					margin: 0px;
					padding: 5px;
					border-top: 0px solid #CCCCCC;
					border-right: 1px solid #CCCCCC;
					border-bottom: 1px solid #CCCCCC;
					border-left: 1px solid #CCCCCC;
					background-color: #FFFFFF;
					}
	
	/* フッター */	
	.footer
		{
		background-color: #005447;
		height: 20px;
		line-height: 20px;
		text-align: center;
		color: #ffffff;
		}
		
		.footer p
			{
			color: #000000;
			text-align: right;
			margin: 0px;
			padding: 0px 10px 0px 0px;
			background-color: #FFFFFF;
			}
		
.c-both { clear:both; }