@charset "utf-8";
/* CSS Document */

/* =======================================================================

   全体
   
======================================================================= */

body{
	font-family:Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	background:url(../img/bg_body_top.jpg) repeat-x;
}


/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */

#header{
}


/* :::::::::: キービジュアル :::::::::: */

#key_visual{
	width:1000px;
	height:300px;
	margin:20px 0 24px 0;
	clear:both;
	}
	
h2{
	width:1000px;
	height:300px;
}

/* :::::::::: お知らせ欄 :::::::::: */

#infomation{
	margin:0 0 30px 0;
	}
	
#newsarea{
	width:718px;
	height:400px;
	margin:-10px 0 20px 0;
	border:#CCC 1px solid;
	overflow-y:scroll;
	background:#FFF;
	padding:10px 0 0 0;
}

.info_titlebox{
	line-height:20px;
	height:auto;
	text-indent:0px;
	color:#666;
	font-size: 110%;
	width:681px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color:#EDE4DA;
}
.info_titlebox .new{
	display: inline-block;
	background-color: #99786C;
	padding: 0.3em;
	margin-left: 0.5em;
	color: #fff;
	font-size: 0.7em;
	line-height: 1;
	position: relative;
	top: -0.1em;
}

.info_combox{
	line-height:20px;
	padding-top:5px;
	padding-bottom:10px;
	width: 670px;
	font-size: 90%;
	padding-right: 0px;
	padding-left:15px;
/*	margin-left: 15px;*/
	margin-bottom: 15px;
}



/* :::::::::: あいさつ :::::::::: */

p.text_greeting{
	font-size:100%;
	color:#666;
	line-height:1.8;
	margin:10px 0 15px 0;
}


/* :::::::::: バナー :::::::::: */

ul.box_banner{
	height:132px;
	margin:18px 0;
}

ul.box_banner li{
	width:352px;
	float:left;
}

ul.box_banner li.right_bn{
	float:right;
}

ul.box_banner#small{
	height:70px;
}
















