@charset "UTF-8";

/*============================================================
//
//  目次---------------------
//  ・初期設定
//  ・共通設定
//
//==========================================================*/


/*============================================================
//  初期設定
//==========================================================*/

* {
	margin: 0;
	padding : 0;
}

img,
a img {
	border : 0;
	text-decoration: none;
}

img{	vertical-align:bottom;}

.test{	border:1px solid #f00;}

ul{list-style:none;}

.clr {
	clear: both;
	/*\*/
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	/**/
}

a{
/*\*/
	overflow: hidden;
/**/
	color:#333;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


/*============================================================
//  共通設定
//==========================================================*/


.left{
	float:left;
}

.right{
	float:right;
}
body {
	font-size:12px;
	line-height:140%;
	color:#666;
	text-align: center;
}

#main{
	width:950px;
	margin:0 auto;
	text-align:left;
}
#contents{
	width:950px;
}

/*============================================================
//  ヘッダー
//==========================================================*/

#header{
	width:950px;
	height:120px;
	background:url(/img/common/header.gif) no-repeat;
}
#header_new{
	width:950px;
	background:url(/img/common/header_new.gif) no-repeat;
}
#header h1{
	float:left;
	padding:15px 0 0 15px;
	width:260px;
	height:50px;
	text-indent:-9999px;
	font-size:12px;
}
#header h1 a{
	display:block;
	width:250px;
	height:50px;
}
#header h2{
	float:left;
	width:390px;
	height:50px;
	font-size:12px;
	text-indent:-9999px;
}
#header #search{
	float:right;
	width:260px;
	padding:22px 10px 0 0;
	font-size:12px;
}
#header .search_box{
	float:left;
	width:210px;
	font-size:10px;
}
#header .search_box .txt{
	text-indent:-9999px;
}
#header .search_box input{
	width:210px;
	line-height:140%;
}
#header .submit_btn{
	float:right;
	margin-top:9px;
}

#header_new h1{
	float:left;
	padding:15px 0 0 15px;
	width:210px;
	height:50px;
	text-indent:-9999px;
	font-size:12px;
}
#header_new h1 a{
	display:block;
	width:200px;
	height:50px;
}
#header_new h2{
	float:left;
	width:330px;
	height:50px;
	font-size:12px;
	text-indent:-9999px;
}
#header_new #search{
	float:right;
	width:370px;
	padding:15px 10px 0 0;
	font-size:12px;
}
#header_new .search_box{
	float:left;
	width:320px;
	font-size:10px;
}
#header_new .search_box .txt{
	text-indent:-9999px;
}
#header_new .search_box input{
	width:310px;
	line-height:140%;
}
#header_new .submit_btn{
	float:right;
	margin-top:16px;
}

/*============================================================
//  メニュー
//==========================================================*/

#menu{
	width:944px;
	height:40px;
	margin:10px 0 0;
	padding:0 0 0 6px;
	background:url(/img/common/menu_on.jpg) no-repeat;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu li{
	width:134px;
	height:40px;
	float:left;
}
#menu li a {
	width:134px;
	height:40px;
	display:block;
	text-indent:-9999px;
}
#menu a.active{
	background:none;
}
#menu li.menu_0 a{background:url(/img/common/menu.jpg) no-repeat -6px   0px;}
#menu li.menu_1 a{background:url(/img/common/menu.jpg) no-repeat -140px 0px;}
#menu li.menu_2 a{background:url(/img/common/menu.jpg) no-repeat -274px 0px;}
#menu li.menu_3 a{background:url(/img/common/menu.jpg) no-repeat -408px 0px;}
#menu li.menu_4 a{background:url(/img/common/menu.jpg) no-repeat -542px 0px;}
#menu li.menu_5 a{background:url(/img/common/menu.jpg) no-repeat -676px 0px;}
#menu li.menu_6 a{background:url(/img/common/menu.jpg) no-repeat -810px 0px;}

#menu li a:hover{background:none;}
#menu li a.active{background:none;}
/*============================================================
//  フッター
//==========================================================*/
#footer{
	width:950px;
	padding:10px 0 20px 0;
	background:url(/img/common/footer2.gif) no-repeat left top;
	font-size:12px;
}
#footer ul{
	float:left;
	padding-left:20px;
	width:550px;
}
#footer ul li{
	display:inline;
}
#footer .copy{
	float:right;
	width:340px;
	padding-right:10px;
	text-align:right;
	
}

/*============================================================
//  フッター
//==========================================================*/

#TB_window {
	font: 12px;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a {color: #666666;}
#TB_window a:hover {color: #000;}


#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/img/common/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background:#684F30;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 102;
	color:#000;
	display:none;
	border: 10px solid #EBE6D8;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

