@charset "utf-8";

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
	margin: 0px;
}

h1,h2.h3,h4,p,ul,li,dt,dd {
	margin: 0px;
	padding: 0px;
}
.TxtInd {
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.Clr {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.f_left{
    float: left;
}

#PageBack{
	background-image: url(../img/common/back.jpg);
	background-position: center top;
}

#AllBox {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
}

#HeadBox {
	background-image: url(../img/common/head_bar.gif);
	background-repeat: no-repeat;
	padding-top: 11px;
	height: 68px;
	float: left;
	width: 720px;
	margin-bottom: 10px;
}
#logo a{
	background-image: url(../img/common/logo.jpg);
	height: 79px;
	width: 217px;
	display: block;
	float: left;
}

#HeadBox ul {
	width: 503px;
	float: right;
	background-image: url(../img/common/menu_back.jpg);
}
#btn_top {
	float: right;
	height: 18px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}


#HeadBox li {
	float: left;
	height: 51px;
	display: block;
}
#menu01 a {
	background-image: url(../img/common/menu01.jpg);
	width: 132px;
	display: block;
	height: 51px;
}
#menu02 a {
	background-image: url(../img/common/menu02.jpg);
	width: 96px;
	display: block;
	height: 51px;
}
#menu03 a {
	background-image: url(../img/common/menu03.jpg);
	width: 99px;
	display: block;
	height: 51px;
}
#menu04 a {
	background-image: url(../img/common/menu04.jpg);
	width: 89px;
	display: block;
	height: 51px;
}
#menu05 a {
	background-image: url(../img/common/menu05.jpg);
	width: 80px;
	display: block;
	height: 51px;
}
#main_img {
	background-image: url(../img/top/main_img.jpg) ;
	background-repeat: no-repeat;
	height: 260px;
	width: 700px;
	margin: 8px auto 5px;
}
#TopContentsBox {
	margin-left: 9px;
}
#TopNaviHead {
	background-image: url(../img/top/navi_head.jpg);
	float: left;
	height: 14px;
	width: 705px;
	margin:0px 0px 0px 10px;
}
#TopNaviContents {
	background-image: url(../img/top/navi_back.jpg);
	width: 687px;
	float: left;
	padding-bottom: 5px;
	padding-right: 16px;
	margin:0px 0px 0px 10px;
}
#TopNaviBottom {
	background-image: url(../img/top/navi_bottom.jpg);
	float: left;
	height: 14px;
	width: 705px;
	margin:0px 0px 0px 10px;
}
.TopNaviSet {
	width: 158px;
	float: left;
	margin-left: 8px;
	margin-right: 5px;
	background-image: url(../img/top/navi_box.jpg);
	background-position: 0px 25px;
	height: 125px;
	margin-top: 3px;
}
.TopNaviSet ul {
	line-height: 180%;
	margin-left: 13px;
	margin-top: 7px;
	list-style-type: none;
}
.TopNaviSet a:link {
	float: none;
	background-image: url(../img/common/point01.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	text-decoration: none;
	color: #333333;
}
.TopNaviSet a:visited {
	float: none;
	background-image: url(../img/common/point01.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	text-decoration: none;
	color: #333333;
}
.TopNaviSet a:hover,active {
	float: none;
	background-image: url(../img/common/point01.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	text-decoration: none;
	color: #E6007E;
}
#RightBtnSet {
	width: 158px;
	float: right;
}
#RightBtnSet h2{
	margin: 0px;
	padding: 0px;
}

#catalog {
	width: auto;
	margin: 0px;
	padding: 0px;
}

#catalog span{
	float:right;
	color: #E4007E;
	font-size: 12px;
	font-weight: normal;
}

#catalog dt{
	margin:20px 0 0 0;
	padding:0 0 5px 3px;
	color:#E4007E;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px dashed #FFAAAA;
}

#catalog dd{
	margin:10px 0 0 20px;
	padding:0;
}

#catalog img{
	margin:3px 3px 0 0;
	border: 7px #FFDDDD solid; 
}


#catalog a:hover img {
	margin:3px 3px 0 0;
	border: 7px #FF6699 solid; 
}

/* jQuery lightBox plugin - Gallery style 
#catalog #gallery {
	background-color: #444;
	padding: 10px;
	width: 520px;
}
#catalog #gallery ul { list-style: none; }
#catalog #gallery ul li { display: inline; }
#catalog #gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#catalog #gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#catalog #gallery ul a:hover { color: #fff; }
*/

/*
#information {
	background-image: url(../img/top/navi_information.jpg);
	height: 26px;
	width: 158px;
	margin: 0px;
	padding: 0px;
}
#catalog {
	background-image: url(../img/top/navi_catalog.jpg);
	height: 26px;
	width: 158px;
	margin: 0px;
	padding: 0px;
}
#company {
	background-image: url(../img/top/navi_company.jpg);
	height: 26px;
	width: 158px;
	margin: 0px;
	padding: 0px;
}

*/
#btn_sp a{
	background-image: url(../img/top/btn_sp.jpg);
	display: block;
	height: 58px;
	width: 158px;
	margin-top: 2px;
	margin-bottom: 8px;
	float: left;
	padding: 0px;
}

#btn_mail a{
	background-image: url(../img/top/btn_mail.jpg);
	display: block;
	height: 58px;
	width: 158px;
	margin: 0px;
	float: left;
	padding: 0px;
}
#CopyrightBox {
	background-image: url(../img/common/copyright_back.jpg);
	height: 40px;
	padding: 10px 10px 5px;
	color: #FFFFFF;
	line-height: 130%;
	font-size: 10px;
	width: 700px;
}
#AddBox {
	float: right;
	text-align: right;
}

#ContentsBox{
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(../img/left_menu/leftnavi_back.jpg);
	width: 100%;
}

#LeftNaviBox {
	width: 163px;
	float: left;
	text-align: left;
	padding-right: 7px;
	background-image: url(../img/left_menu/leftnavi_back.jpg);
	margin: 0px;
}
#LeftNaviBox dd {
	margin: 0px;
	background-color: #FFFFFF;
}

a.point:link{
	color: #5A5A5A;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	background-image: url(../img/common/point01.gif);
	background-repeat: no-repeat;
	width: 133px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 30px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-position: 10px 8px;
}
a.point:visited{
	color: #5A5A5A;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	background-image: url(../img/common/point01.gif);
	background-repeat: no-repeat;
	width: 133px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 30px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-position: 10px 8px;
}
a.point:hover,active{
	color: #5A5A5A;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #FFF4FA;
	background-image: url(../img/common/point01.gif);
	background-repeat: no-repeat;
	width: 133px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 30px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-position: 10px 8px;
}

#tit_info {
	background-image: url(../img/left_menu/tit_info.jpg);
	display: block;
	height: 57px;
	width: 163px;
}
#tit_catalog {
	background-image: url(../img/left_menu/tit_catalog.jpg);
	display: block;
	height: 57px;
	width: 163px;
}
#tit_company {
	background-image: url(../img/left_menu/tit_company.jpg);
	display: block;
	height: 57px;
	width: 163px;
}
#tit_group {
	background-image: url(../img/left_menu/tit_group.jpg);
	display: block;
	height: 57px;
	width: 163px;
}

#RightContentsBox {
	float: right;
	width: 530px;
	margin-right: 5px;
/*	margin-bottom: 10px;
*/}
#RightContentsBox h2 {
	background: url(../img/common/sub_tit.jpg) no-repeat;
	width: 530px;
	height:31px;
	color: #E1017D;
	font-size: 16px;
	line-height:1.8;
	text-indent:20px;
/*	padding-top: 9px;
	padding-left: 10px;
	padding-bottom: 5px;
*/
	letter-spacing: 2px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F5B9D5;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #333333;
	padding-top: 2px;
	margin-bottom: 15px;
}

#RightContentsBox p{
	margin-top: 8px;
	line-height: 130%;
}

#RightContentsBox h4 {
	line-height: 130%;
	color: #E4007E;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
}

#RightContentsBox hr{
	margin-top: 15px;
	margin-bottom: 10px;
	height: 1px;
	border: 1px dotted #666666;
}
.pad01 {
	margin-right: 16px;
	margin-left: 10px;
}
.mg_t15 {
	margin-top: 15px;
}
.mg_r15 {
	margin-right: 20px;
	margin-bottom: 10px;
}
.mg_tb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*▼ＭＴのcssから移動*/
.pad02 {
	margin-left: 13px;
}
.mg_t10 {
	margin-top: 10px;
}
.fc_pink {
	color: #E3007D;
}
.pad01 a:link {
	color: #0099CC;
}
.pad01 a:visited {
	color: #0099CC;
}
.pad01 a:hover,active {
	color: #666666;
}
/*▲ＭＴのcssから移動*/

.td_border01 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F5B9D5;
}

.td_border02 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.pad_splogo {
	margin-right: 16px;
	margin-left: 10px;
	background-image: url(../img/group/sp_logo.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
}

.sp_mainback {
	margin-right: 16px;
	margin-left: 10px;
	background-image: url(../img/group/main_back.jpg);
	background-repeat: no-repeat;
	padding-top: 90px;
	height: 470px;
	margin-top: 10px;
}

.company_back {
	margin-right: 16px;
	margin-left: 10px;
	background-image: url(../img/company/main_back.jpg);
	background-repeat: no-repeat;
	height: 550px/*460px*/;
	background-position: right 50px;
	margin-top: 10px;
}
#business {
	background-image: url(../img/company/business.gif);
	height: 33px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}

#principles {
	background-image: url(../img/company/principles.gif);
	height: 33px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}
#p01 {
	background-image: url(../img/company/p01.gif);
	float: left;
	height: 60px;
	width: 61px;
	margin-right: 15px;
}
#p02 {
	background-image: url(../img/company/p02.gif);
	float: left;
	height: 60px;
	width: 61px;
	margin-right: 15px;
}
#p03 {
	background-image: url(../img/company/p03.gif);
	float: left;
	height: 60px;
	width: 61px;
	margin-right: 15px;
}
#p_contents dd {
	height: 60px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 150%;
}

/*トップナビゲーション(下部)*/
.NaviLeft{
	float:left;
	background-image:url(../img/top/navi_boxl.jpg);
	background-position:0px 25px;
	width:505px;
	height:125px;
	margin:0px 0px 0px 7px;
	padding:0px;
	}

#Topics{
	background-image:url(../img/top/navi_topics.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:505px;
	height:26px;
	margin:0px;
	padding:0px;
	}

.NaviLeft ul {
	line-height: 180%;
	margin-left: 13px;
	margin-top: 12px;
	list-style-type: none;
}

.NaviLeft li{
	float:left;
	width:150px;
	}

.NaviLeft a:link {
	float: none;
	background-image: url(../img/common/point01.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	text-decoration: none;
	color: #333333;
}
.NaviLeft a:visited {
	float: none;
	background-image: url(../img/common/point01.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	text-decoration: none;
	color: #333333;
}
.NaviLeft a:hover,active {
	float: none;
	background-image: url(../img/common/point01.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	text-decoration: none;
	color: #E6007E;
}

/*トップナビ変更用*/
/* CSS Document */

/****全体位置の決定****/
DIV#menu{
    position:absolute;/*△*/
    width:100%;/*○*/
    z-index:100;/*△*/
    font-size:14px;/*△*/
}
/****メインメニュー用スタイル****/
ul.main{
    margin:0px;/*△*/
    padding:0px;/*△*/
    width:100%;/*○*/
    position:relative;/*×*/
    list-style:none;/*△*/
    text-align:center;/*○*/
}
/*通常時*/
.main li.off{
    position:relative;/*×*/
    float:left;/*×*/
    height:1em;/*○*/
    width:100px;/*○*/
    overflow:hidden;/*×*/
    border:1px solid #993300;/*○*/
    background-color:#FFFFFF;/*○*/
}

.main li.off01{
	position:relative;/*×*/
	float:left;/*×*/
	height:51px;/*○*/
	width:132px;/*○*/
	overflow:hidden;/*×*/
	background-image:url(../img/common/menu01.jpg);
}
.main li.off02{
	position:relative;/*×*/
	float:left;/*×*/
	height:51px;/*○*/
	width:96px;/*○*/
	overflow:hidden;/*×*/
	background-image:url(../img/common/menu02.jpg);
	}
	
.main li.off03{
	position:relative;/*×*/
	float:left;/*×*/
	height:51px;/*○*/
	width:99px;/*○*/
	overflow:hidden;/*×*/
	background-image:url(../img/common/menu03.jpg);
}
.main li.off04{
	position:relative;/*×*/
	float:left;/*×*/
	height:51px;/*○*/
	width:89px;/*○*/
	}

.main li.off05{
	position:relative;/*×*/
	float:left;/*×*/
	height:51px;/*○*/
	width:80px;/*○*/
	}

/*展開時*/
.main li.on{
    float:left;/*×*/
    overflow:hidden;/*×*/
    width:100px;/*○*/
    background-color:#FFFFD5;/*○*/
    border:1px solid #993300;/*○*/
}

.main li.on01{
    float:left;/*×*/
    overflow:hidden;/*×*/
    width:132px;/*○*/
	background-image: url(../img/common/menu01.jpg);
	background-repeat:no-repeat;
}

.main li.on02{
    float:left;/*×*/
    overflow:hidden;/*×*/
    width:96px;/*○*/
	background-image: url(../img/common/menu02.jpg);
	background-repeat:no-repeat;
}

.main li.on03{
    float:left;/*×*/
    overflow:hidden;/*×*/
    width:99px;/*○*/
	background-image: url(../img/common/menu03.jpg);
	background-repeat:no-repeat;
}


.main>li.on{
overflow:visible;/*×*/
}

.main>li.on01{
overflow:visible;/*×*/
}

.main>li.on02{
overflow:visible;/*×*/
}

.main>li.on03{
overflow:visible;/*×*/
}

/*リンクスタイル*/
.main a{
    display:block;/*△*/
    text-decoration:none;/*○*/
}
/*
.main a:hover{
	text-indent: -9999px;
}
*/
/****サブメニュー用スタイル****/
ol.sub{
    margin:0px;/*△*/
    padding:0px;/*△*/
    position:relative;/*×*/
    left:0.5em;/*○*/
    top:24px;/*○*/
    width:120px;/*○*/
    border:1px solid #993300;/*○*/
    border-bottom:0px solid #993300;/*○*/
    background-color:#FFCCCC;/*○*/
    list-style:none;/*△*/
    text-align:left;/*○*/
}


ol.sub01{
    margin:0px;/*△*/
    padding:0px;/*△*/
    position:relative;/*×*/
    left:0.5em;/*○*/
    top:12px;/*○*/
    width:120px;/*○*/
    list-style:none;/*△*/
    text-align:left;/*○*/
}

ol.sub02{
    margin:0px;/*△*/
    padding:0px;/*△*/
    position:relative;/*×*/
    left:0.5em;/*○*/
    top:5px;/*○*/
    width:120px;/*○*/
    list-style:none;/*△*/
    text-align:left;/*○*/
}

ol.sub03{
    margin:0px;/*△*/
    padding:0px;/*△*/
    position:relative;/*×*/
    left:0.5em;/*○*/
    top:5px;/*○*/
    width:120px;/*○*/
    list-style:none;/*△*/
    text-align:left;/*○*/
}

.sub li{
/*必要に応じて追加*/
}
.sub a{
    padding:2px 0px 2px 5px;/*○*/
    display:block;/*△*/
    width:115px;/*○*/
    border-bottom:1px solid #993300;/*○*/
}
.sub a:hover{
    background-color:#FFFFEC;/*○*/
}

.sub01 li{
	height:20px;
	margin:0px;
}

.sub01 a{
	font-size:12px;
	color:#660099;
	padding:5px;/*○*/
	display:block;/*△*/
	width:115px;/*○*/
	margin-top:5px;/*ボタンの下の画像にかぶらないよう*/
	background-color:#FFFFFF;
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	opacity:0.75;

}
.sub01 a:hover{
	color:#6633FF;
}

.sub02 li{
/*必要に応じて追加*/
}
.sub02 a{
    padding:2px 0px 2px 5px;/*○*/
    display:block;/*△*/
    width:115px;/*○*/
    border-bottom:1px solid #993300;/*○*/
}
.sub02 a:hover{
    background-color:#FFFFEC;/*○*/
}


.sub03 li{
/*必要に応じて追加*/
}
.sub03 a{
    padding:2px 0px 2px 5px;/*○*/
    display:block;/*△*/
    width:115px;/*○*/
    border-bottom:1px solid #993300;/*○*/
}
.sub03 a:hover{
    background-color:#FFFFEC;/*○*/
}

#InfoNavi{
	width:500px;
	height:80px;
	overflow: auto;
	margin:5px 0px;
	padding:0px;
	scrollbar-base-color:#DDDDDD;
    scrollbar-track-color:#999999;
    scrollbar-face-color:#DDDDDD;
    scrollbar-shadow-color:#999999;
    scrollbar-darkshadow-color: #999999;
    scrollbar-arrow-color:#999999;
	scrollbar-highlight-color:#999999;
	}

#InfoNavi dl{
	width:450px;
	margin:10px 0px 0px 10px;
	padding:0px;
	}

#InfoNavi dd{
	border-bottom:1px dashed #999999;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	}

#InfoNavi h3{
	border:none;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	}

#InfoNavi a{
	color:#CC33CC;
	margin:0px;
	}

#InfoNavi p{
	line-height:130%;
	margin:0px 0px 0px 20px;
	padding:0px;
	}
.style3 {color: #CC0000}    
