@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #dcdcdc;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper-bg{
	width:100%;
	background-image: url(../images/common/boder.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	line-height:200%;
	margin: 0;
	font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;
	color: #686868;
}

#wrapper {
	width:980px;
	padding-bottom:20px;
	
	margin:0 auto;
}

/*-------------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------------*/
#header {
	width: 960px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	height: 55px;
	padding-bottom: 4px;
}
#header .boxright {
	text-align: right;
	line-height: 12px;
}
#header .boxright p {
	line-height: normal;
}


/*#header .boxright img {
	position:relative;
	top:-2px;
}*/

/*-------------------------------------------------------------------------------------------------------------

   Next Page Layout

---------------------------------------------------------------------------------------------------------------*/

#container {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-left: 4px;
}

/*-------------------------------------------------------------------------------
   Navi
---------------------------------------------------------------------------------*/
#navi {
	height: 59px;
	margin-bottom: 10px;
}
#navi li {
	float: left;
	margin-right: 4px;
}

#navi a:hover img{
opacity:none;
filter:none;
-ms-filter:none;
background:none!important;
}



/*-------------------------------------------------------------------------------
   Bread Navi パンくずリスト
---------------------------------------------------------------------------------*/
#breadNavi {
	width: 970px;
	margin-bottom: 10px;
	padding-left: 4px;
}

/*-------------------------------------------------------------------------------
   Menu （Next用左メニュー）
---------------------------------------------------------------------------------*/

#menu {
	float: left;
	width: 272px;
}

/*角丸シャドウ　下部*/
#menu .textBg {
	background-image: url(../images/common/menu-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 272px;
	padding-bottom: 20px;
}

/*メニューエリア*/
#menu .textBox {
	background-image: url(../images/common/menu-bg-middle.png);
	background-repeat: repeat-y;
	width: 220px;
	min-height: 445px;  /*高さの最低値*/
	padding-top: 15px;
	padding-right: 26px;
	padding-left: 26px;
	line-height: 200%;
	padding-bottom: 10px;
}

#menu .textBox li {
	margin-bottom: 8px;
}


/*-------------------------------------------------------------------------------
   Contents
---------------------------------------------------------------------------------*/
#contents {
	width: 692px;
	margin-right: 4px;
	float: right;
}

/*角丸シャドウ　下部*/
#contents .textBg {
	background-image: url(../images/common/contents-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 692px;
	padding-bottom: 20px;
	margin-bottom: 14px;
}

/*コンテンツエリア*/
#contents .textBox {
	background-image: url(../images/common/contents-bg-middle.png);
	background-repeat: repeat-y;
	width: 680px;
	/*min-height: 275px;  高さの最低値*/
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 25px;
	padding-bottom: 20px;
}
#contents .textBox .title {
	background-image: url(../images/common/contents-h3-line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#contents .textBox .box {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}



/*-------------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------------*/

#footer {
	padding-top:20px;
	width:100%;
	background:#f3f3f3;
	margin:0 auto;
}

/*バナー配置用------------------------*/
#footer #foot-bn {
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
/*住所・Footnavi------------------------*/
#footer #foot-navi {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}


/*Copyright------------------------*/
#footer #foot-txt{
	width:100%;
	background:#323233;

	margin:0 auto;
}
#footer #foot-txt #copy{
	width:980px;
	margin:0 auto;
	text-align:right;
	padding:20px 0 10px;
	color: #FFFFFF;
}
