@charset "utf-8";

/* ------------------------------------------- CSS Information  
 File Name:      print.css  
 Style Info:     印刷プリント指定  
----------------------------------------------------------- */  

/* ----------------------- clearfix style */  

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

/* ----------------------- link style */  

a	{ text-decoration: none; color: #FF6072; }
a:hover	{ color: #FF6072; border-bottom: 1px solid #FF6072; }

/* ----------------------- Contents style */  

ul,li {
	list-style:none;
}	

body {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "hiragino kaku Gothic Pro", "メイリオ", Meiryo, arial, "MS Pゴシック";
	line-height: 1.5em;
	color: #444;
}	

#wrapper {
	background: url(../images/top_bg.jpg) repeat-x top;
	width: 100%;
}

#wra_w {
	width: 820px;
	margin: 0 auto;
	padding: 0:
}	

/* ----------------------- globalnavi style */ 

#globalnavi {
	display:none;
}	

/* ----------------------- maincontents style */ 

#maincontents {
	background: url(../images/image_bg.jpg) no-repeat top right;
}

#mainleft {
	float:left;
	width:595px;
}

#mainright {
	float:right;
	width:225px;
}

#top {
	width: 590px;
	margin: 10px 0 25px 5px;
}

/* ----------------------- banner style */ 

#bn01_area {
	width: 590px;
	display: block;
	margin-bottom: 25px;
}

#bn01_area li {
	float: left;
}

.bn_center {
	margin: 0 10px;
}

.bn_bottom {
	margin-bottom: 15px;
}	

/* ----------------------- newsbox style */ 

#newsbox {
	margin: 50px 0;
}	

#newsbox p {
	float: left;
	margin-right: 20px;
}

#newsbox ul {
	float: left;
	width: 477px;
}

#newsbox li {
	width: 477px;
	color: #00C;
	background: url(../images/news_line.gif) no-repeat bottom;
	padding: 5px 0;
}

.newsdate {
	float: left;
	height: auto;
	width: 100px;
}

.newstitle {
	float: left;
	height: inherit;
	width: 360px;
}

/* ----------------------- footer style */ 

#footer {
	background: url(../images/fot_bg.jpg) repeat-x;
	height: 90px;
}

#footernavi {
	width: 680px;
	margin: 0 auto;
	padding: 8px 0 0 0;
}	

#footernavi ul {
	display:none;
}

#footernavi address {
	text-align: left;
	font-style:normal;
}
