@charset "UTF-8";

/*
  Summary: for print styles
  Created: 2008-02-26
  Last update: 2008-02-26 by Garyu
  Target Pages
  	/ All pages for print

  Site URL: http://www.town.kasuya.fukuoka.jp/
  File name: print.css (/resource/css/print.css)
  Author: Garyu @ CGFM LLC.
  Copyright: (c) 2008 Town of Kasuya
  
*/

/*
----------------------------------------------------------------------------- 
[1] layout
[2] header
[3] global_menu
[4] right_menu
[5] footer
[6] contents commons
[7] #home
[8] other
----------------------------------------------------------------------------- */

/*
----------------------------------------------------------------------------- 
[1] layout
----------------------------------------------------------------------------- */
* {
	overflow:visible !important;
}

body{  background:none; font-size: 0.8em;}

#container{
	margin:0; padding: 0;
	width: 740px;
}
	#header{
		height:auto;
		position:relative;
		background:none;
	}
	#global_menu{ display:none;}
	#active_path{ display:none;}
	#contents{
		background:none;
		position:static;
		padding:0;
		margin:0;
	}
		#contents #main{
			float:none;
			width:100%;
		}
		#contents #local_menu{display:none;}
		
	#pg_top{ background:none; }
		#pg_top p{ display:none;}
	
	#footer_menu{ display:none; clear: both;}
	
	#footer{
		 clear: both;
		margin-top:10px;
		padding-top:10px;
		position:static;
		height:auto;
		background:none;
		border-top:2px solid #333;
	}
	
/*
----------------------------------------------------------------------------- 
[2] header
----------------------------------------------------------------------------- */
#header ul{ display:none;}
#header form{ display:none;}
/* siteTitle */
#header h1,
#header p#siteTitle{position:static;}

#header #font_size_ch{ display:none;}


/*
----------------------------------------------------------------------------- 
[3] global_menu
----------------------------------------------------------------------------- */


/*
----------------------------------------------------------------------------- 
[4] right_menu
----------------------------------------------------------------------------- */

/*
----------------------------------------------------------------------------- 
[5] footer
----------------------------------------------------------------------------- */
		
#page_top{ display:none;}
#footer ul{ display:none;}
#footer address{	position:static;}
#copyright{	position:static; text-align:center;}

		
/*
----------------------------------------------------------------------------- 
[6] contents commons
----------------------------------------------------------------------------- */

/*
----------------------------------------------------------------------------- 
[7] #home
----------------------------------------------------------------------------- */
	#home .box_left{
		float:left;
		width:160px;
	}
	
	#home #contents_box{
		float:left;
		width:430px;
	}
	
		#home #contents_box h2{
			width: 100%;
			overflow:hidden !important;
		}
		#home #contents_box #life_event  li{
			width:92px;
		}
			#home #contents_box #life_event img{
				margin: 0; padding: 0;
				width: 100%; height: auto;
			}
	
	#home .box_right{
		margin: 0; padding: 0;
		float:left;
		width:140px;
		display:inline;
	}
	#home #banner_box{
		clear: both;
	}
}
/*
----------------------------------------------------------------------------- 
[8] other
----------------------------------------------------------------------------- */
/* notice */
.notice { color:#00f;}

.hid_text{
	text-indent:-10000px;
	overflow:hidden;
}
