/* CSS Document */

html		{ height:	100%;}

body		{ font-size:	14px;
			  color:		#ffffff;
			  margin:		0 auto;
			  padding:		0;
			  height:		100%;
			  background	:#000044 url(img/back.jpg) bottom repeat-x;}
			  
a:link		{ color:		#99FFCC;}
a:visited	{ color:		#CCFFCC;}
a:hover		{ color:		#ffffff;
			  text-decoration:	none;}
a:active	{ color:		#ffffff;}

#all		{ height:		100%;
			  width:		770px;
			  background-color:#000000;
			  margin:		0 10px;
			  min-height: 100%;}
			  
body > #all	{ height: 		auto;}



/*+++++++++++左側ナビゲーションバー+++++++++++--*/

#left_navi	{ 
			  width:			180px;}
			  
.kensaku	{ border:	#ff3366 1px solid;
			  background:#f0f8ff;
			  padding:	5px;
			  margin:	0;}
.ken_title	{ background-color:	#ff3366;
			  color:			#FFFFFF;
			  margin:			0;
			  font-weight:		bold;
			  padding:			3px;}
			  
.menu		{ margin-left:	0;
			  padding-left:	0;
			  list-style-type:none;
			  border-top:	1px solid #cccccc;
			  width:		180px;
			  margin-top:	0;}	  
			  
.menu a		{ display:		block;
			  padding:		6px 6px 6px 35px;
			  background	:#f0f8ff;
			  color:		#ff3366;
			  text-decoration:	none;}
.menu a:visited{ color:			#ff3366;}

.menu a:hover{ background-color:#b0c4de;
			   color:			#ffffff;}
.menu li	{ border-right:	1px solid #cccccc;
			  border-bottom:1px solid #cccccc;
			  border-left:	1px solid #cccccc;}
			  
.dammy		{ height:		100%;
			  visibility:	hidden;}
			  
/*++++++++++++++++真ん中のトピックス+++++++++++++++++*/			  
#contents	{ float:	right;
			  margin-left:	auto;
			  margin-right:	15px;}
#contents h2{  margin-top:		5px;
			  padding-left:		5px;
			  margin-bottom:	5px;}

#contents ul{ list-style-type:	none;
			  margin:			5px auto 5px;}
#contents ul a{ line-height:		18px;
				padding-left:	30px;}

			  
.topix		{ font-size:	13px;
			  color:		#ffffff;
			  width:		550px;}
.top_title	{ font-size:	14px;
			  background:	#FF3366;
			  color:		#FFFFFF;
			  font-weight:	bold;
			  letter-spacing:	1px;
			  padding:		5px;}
.top_title a{ color:		#FFFFFF;}
.top_title a:hover	{ text-decoration:	none;
					  color:			#FFCC99;}	  
		
			  
.top_1td	{ background-color:#003366;
			  color:			#FFFFFF;
			  padding:			5px;}
			  
.top_2td	{ border-top:		#ff3366 1px solid;
			  border-right:		#ff3366 1px solid;
			  border-left:		#FF3366 1px solid;}
.top_3td	{ border-bottom:	#FF3366 1px solid;
			  border-right:		#FF3366 1px solid;
			  border-left:		#FF3366 1px solid;}
			  
.top_p		{ border:		#003366 1px solid;
			  padding:		5px;
			  margin:		5px;
			  line-height:	16px;}

/*+++++++++++++++++ページリンク+++++++++++++++++++++++++*/

#pagelink	{ font-size: 	12px;
			  text-align: 	center;
			  clear:		both;
			  text-align:	center;}
			  
			  
/*+++++++++++++フッター++++++++++++++++++++++++++++*/

#footer		{ clear:	both;
			  text-align:	center;
			  margin-bottom:	0;
			  padding-bottom:	1px;
			  background-color:#000044;}
			  
.ft_link	{ text-align:	right;
			  padding:		5px;
			  margin:		5px 0;}


