/* CSS Document */

html {	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

    height: 100%;text-align:center;padding:0px;margin:0px;text-align:center;
}

body{
	text-align:center;
	padding:0px;
	margin:0px;
	height: 100%;


}
a{
	outline:none;
	color: #F61D62;
	text-decoration: underline;
}
a:hover{
	outline:none;
	color: #FF6600;
	text-decoration: none;
}





.imgind		{ padding:0px; font-size:12px; line-height:20px; margin:20px 0px 20px 0px;}
.txind		{font-size:18px; line-height:25px; font-weight:bold; color:#f61d62; border:1px solid #f61d62; padding:5px; margin:0px 0px 5px 0px;}



.tx				{margin:0px; padding:0px 0px 30px 0px!important;}
.tac			{text-align:center!important;}



/* design table */
table.dtable 											{width: 100%;margin: 0; border-collapse: separate; border-spacing: 0px 8px;} 
table.dtable th,
table.dtable td 									{padding: 8px;}
table.dtable th 									{background: #f77ba1; vertical-align: middle;overflow: visible; position: relative;color: #fff;font-weight: normal;}
table.dtable th:after							{left: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(136, 183, 213, 0);border-left-color: #f77ba1;border-width: 10px;margin-top: -10px;}
/* firefox */
@-moz-document url-prefix() 			{table.company th::after {float: right;padding: 0;left: 30px;top: 10px;content: " ";height: 0;width: 0;position: relative;pointer-events: none;border: 10px solid transparent;border-left: #f77ba1 10px solid;margin-top: -10px;}}
table.dtable td 									{background: #f8f8f8;padding-left: 20px;}




/*-------------------------------------------------------
ヘッダー
-------------------------------------------------------*/
h1{	width:900px;height:25px;margin:0px auto;padding:0px;
	text-align:left;text-indent:-999999px;
	font-size:10px;
	line-height: 10px;
	font-weight: normal;
	display:block;}

div#header{
	width:900px;
	height:92px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	display:block;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	background-color: #FFFFFF;
}
div#header h2{
	width:380px;float:left;
	height:67px;
	display:block;
	padding:0px;
	margin:0px;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}
div#header h2 a{
	width:380px;
	text-indent:-999999px;
	display:block;
	padding:0px;
	margin:0px;
	height:67px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-------------------------------------------------------
ヘッダー画像
-------------------------------------------------------*/
div#header-img{
	width:100%;
	display:block;
	padding:25px 0;
	margin:0;
	background-image: url(../images/header-image-bg.gif);
	background-repeat: repeat;
	border-bottom:solid #FFB7D5 5px;
	overflow:hidden;
}

/*-------------------------------------------------------
メニュー
-------------------------------------------------------*/

ul#menu{width:900px;height:50px;display:block;overflow:hidden;margin:0 auto 15px auto;padding:0px;text-align:left;}
ul#menu li{
	width:180px;
	height:50px;
	display:block;float:left;
	margin:0px;
	padding:0px;
	list-style-type: none;
}
ul#menu li a{
	width:180px;
	height:50px;
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-indent:-999999px;
	font-size: 9px;}
ul#menu li a:hover{background-position: right top;}
ul#menu li.menu1 a{
	background-image: url(../images/menu1.gif);
}
ul#menu li.menu2 a{
	background-image: url(../images/menu2.gif);
}
ul#menu li.menu3 a{
	background-image: url(../images/menu3.gif);
}
ul#menu li.menu4 a{
	background-image: url(../images/menu4.gif);
}
ul#menu li.menu5 a{
	background-image: url(../images/menu5.gif);
}

/*-------------------------------------------------------
メイン
-------------------------------------------------------*/
div#main{
	margin:0 auto 15px auto;
	padding:0px;
	display:block;
	text-align:left;
	width:900px;
	overflow:hidden;
	font-size: 14px;
	line-height: 22px;
}

/*-------------------------------------------------------
ページトップ
-------------------------------------------------------*/
p.page_top{
	width:900px;
	height:32px;
	line-height:32px;
	margin:0 auto;
	padding:0px;
	font-size: 14px;
	overflow:hidden;
}
p.page_top a{
	background-image: url(../images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
	width:124px;height:32px;float:right;
}
/*-------------------------------------------------------
フッター
-------------------------------------------------------*/
div#footer{
	width:100%;
	margin:0 auto;
	padding:0px;
	display:block;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFE5F6;
	text-align:left;
}
div.fparts{
	height:137px;
	width:900px;
	display:block;
	margin:13px auto 0 auto;
	padding:0px;
	background-color: #FFE5F6;
	background-image: url(../images/fparts.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#footer ul{margin:0;padding:0;width:540px;text-align:left;}
div#footer ul li{
	display:inline;
	padding:0 0px 0 15px;
	margin:0 0 0 15px;
	font-size: 12px;
	line-height: 22px;
	border-left:1px solid #5C4A34;
}
div#footer ul li.ffirst{margin:0px !important;border:none;padding:0px;}
div#footer ul li a{color:#280F05;}
div#footer ul li a:hover{
	color: #FF0066;
}
/*-------------------------------------------------------
共通
-------------------------------------------------------*/
div.text{
	overflow:hidden;
	margin:0 0 30px 0;
	padding:0px;
	font-size: 14px;
	line-height: 24px;text-align:left;
}


span.text {font-size: 18px; }


p.top3{
	width:238px;margin:0px;padding:0px;
	height:214px;
	background-image: url(../images/soudan.gif);
	background-repeat: no-repeat;
	text-indent: -999999px;
	display: block;
}

div.main-left{width:647px;float:left;margin:0px;padding:0px;display:block;}
div.main-right{width:238px;float:right;margin:0px;padding:0px;display:block;}
div.main-right ul{
	margin:15px 0;
	padding:15px;
	background-color: #FCEBEF;
	border: 1px solid #EE8EA4;
}
div.main-right ul li{
	margin:0px;
	padding:0 0 5px 0;
	font-size: 14px;
	line-height: 24px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EE8EA4;
}
div.main-right ul li.names{
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color: #FF0066;
}
div.main-right div.news{
	height:380px;
	margin:0;
	padding:50px 0px 0 0;
	display:block;
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom:2px solid #EE8EA4;
}

.sidebana		{padding:10px 0px 10px 0px;}
.sidebana2		{padding:0px 0px 10px 0px;}

div.main-right div.news div{
height:320px;padding:0px;margin:0 15px;
overflow-y:auto;

scrollbar-face-color:#FF7BAA; /*本体の色*/
scrollbar-highlight-color: #FF7BAA; /*バー左上*/
scrollbar-shadow-color: #FF7BAA; /*バー右上*/
scrollbar-3dlight-color: #fff; /*バー左下*/
scrollbar-arrow-color: #fff; /*矢印の色*/
scrollbar-track-color: #FFF2F7; /*バー背面の色*/
scrollbar-darkshadow-color: #fff;/*バー右下*/

}
div.main-right div.news div dl{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	font-size:12px;
	line-height:16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCCCC;
}
div.main-right div.news div dl dt{
	color: #FF3399;
}
div.main-right div.news div dl dd{margin:0;padding:0;}
div.main-right div.news div dl dd a{color: #FF6600;}
div.main-right div.news div dl dd a:hover{color: #F61D62;}

/*-------------*/

.new_top_banabox				{background-color:#ffd1e4; padding:12px;}
.new_top_banabox p			{margin:0px; padding:0px 0px 10px 0px;}
.new_top_banabox img		{border:1px solid #f365a7;}

.new_top_news_title			{margin:0px; padding:0px; font-size:12px;}
.new_top_news_box				{border-left:2px solid #ff7baa; border-right:2px solid #ff7baa; border-bottom:2px solid #ff7baa; padding:10px; background-color:#ffffff;}
.new_top_news_list			{height:395px; overflow:scroll;
scrollbar-face-color:#FF7BAA; /*本体の色*/
scrollbar-highlight-color: #FF7BAA; /*バー左上*/
scrollbar-shadow-color: #FF7BAA; /*バー右上*/
scrollbar-3dlight-color: #fff; /*バー左下*/
scrollbar-arrow-color: #fff; /*矢印の色*/
scrollbar-track-color: #FFF2F7; /*バー背面の色*/
scrollbar-darkshadow-color: #fff;/*バー右下*/
overflow-x:auto;
}
.new_top_news_list_top			{

}

.new_top_news_list dl{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	font-size:12px;
	line-height:16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCCCC;
}
.new_top_news_list dt{
	color: #FF3399;
}
.new_top_news_list dd{margin:0;padding:0;}
.new_top_news_list dd a{color: #FF6600;}
.new_top_news_list dd a:hover{color: #F61D62;}






