@charset "utf-8";

/*----------------------------------------*/
/*   HOME PAGE (JP)                                       */
/*----------------------------------------*/

#advertise {
	clear: both;
	position: relative;
	width: 730px;
	margin: 0 10px 10px 10px;
	padding: 0;

}
	
	#column23 {
		position: relative;
		float: left;
		background-color:#ffffff; 
		padding: 0 10px;
		/*height: 25em;*/
	}

	#newsarea {
		position: relative;
		float: left;
		width: 540px;
	}
	
		#release {
			position: relative;
			float: left;
			width: 540px;
			margin-bottom: 10px;
		}
		
			#release h2 {
				padding:0.3em;
				font-size: 120%;
				line-height: 100%;
				background-color:#eeeeee; 
				color:#000000;
			}
			
			#release ul {
			/*position: relative;
			float: left;
			width: 350px;*/
			padding-left: 0;
			}
			
			#release li {
				font-size: 100%;
				line-height: 140%;
				border-bottom: 1px dotted #000000;
				padding: 0.8em 0;
				list-style-type: none;
			}
			
			#release li .date {
				color: #000000;
			}
			
			#release li .subtitle {
				color: #666666;
				font-size: 100%;
			}
			
			#release a{text-decoration:none;}

		#announcement {
			position: relative;
			float: left;
			width: 540px;
			margin-bottom: 10px;
		}
		
			#announcement h2 {
				padding:0.3em;
				font-size: 120%;
				line-height: 100%;
				background-color:#eeeeee; 
				color:#000000;
			}

			#announcement ul {
			/*position: relative;
			float: left;
			width: 350px;*/
			padding-left: 0;
			}
		
			#announcement li {
			font-size: 100%;
				line-height: 140%;
				border-bottom: 1px dotted #000000;
				padding: 0.8em 0;
				list-style-type: none;
			}
			
			#announcement li .date {
				color: #000000;
			}
			
			#announcement li .subtitle {
				color: #666666;
				font-size: 100%;
			}

	#specialmenu {
		position: relative;
		float: left;
		width: 179px;
		margin-left: 10px;
		/*background-color: #ccccff;*/
	}
	
		#specialmenu h2 {
			display: none;
		}

		#specialmenu ul {
			position: relative;
			float: left;
			width: 179px;
			padding-left: 0;
		}

		#specialmenu li {
			position: relative;
			float: left;
			width: 180px;
			display: block;
			height: 56px;
			margin-bottom: 5px;
			/*padding: 8px;*/
		}
		
		#specialmenu li a:link{ color: #334;}
		#specialmenu li a:visited{ color: #334;}
		#specialmenu li a:hover{ color: #667;}
		#specialmenu li a:active{ color: #667;}

		p.tolist {
			/*text-align: right;*/
			font-size: 100%;
			margin-top: 0.3em;
			margin-bottom: 1em;
			padding: 0;
		}

		p.tolist a:link{
		text-decoration: none;
		color: #666666;
		}

		p.tolist a:visited{
		text-decoration: none;
		color: #666666;
		}

		p.tolist a:hover{
		text-decoration: none;
		color: #000000;
		}

		p.tolist a:active{
		text-decoration: none;
		color: #000000;
		}
