@charset "Shift_JIS";
/*
SYK Default style
Author : Junya Sano (Hidejima)
UpDate : 2008.11.28
*/

* {
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	list-style-type:none;
}
body {
	background: #A8D3E9 url(refer/bg.gif) repeat-x;
	font-size:100%;
	line-height:1.4;
	color:#333;
}

a:link,
a:visited {
	color:#09C;
}
a:hover {
	color:#F90;
}
.Label {
	display:none;
}

/*Wrapper
-------------------------------------------------------------------*/
#Wrapper {
	background:#FFF;
	width:770px;
	margin:0 auto;
}




/*Header
-------------------------------------------------------------------*/
#Header {
	background:url(refer/bg_header.jpg) no-repeat 0 0;
	width:770px;
	height:115px;
	position:relative;
	zoom:100%;
}
#PageID {
	width:292px;
	height:53px;
	overflow:hidden;
	position:absolute;
	top:10px;
	left:24px;
}
/*HeadNavi1*/
.HeadNavi1 li{
	text-indent:-5000px;
	height:11px;
	line-height:11px;
}
.HeadNavi1 li a:hover{
	background-position:0 -100px;
}
.HeadNavi1 .LinkHome{
	background:url(refer/header_navi_home.gif) no-repeat 0 0;
	position:absolute;
	left:512px;
	top:23px;
	width:46px;
	height:11px;
}
.HeadNavi1 .LinkSiteMap{
	background:url(refer/header_navi_sitemap.gif) no-repeat 0 0;
	position:absolute;
	left:576px;
	top:23px;
	width:78px;
	height:11px;
}
.HeadNavi1 .LinkInquiry {
	background:url(refer/header_navi_inquiry.gif) no-repeat 0 0;
	position:absolute;
	left:677px;
	top:23px;
	width:73px;
	height:11px;
}
.HeadNavi1 .LinkHome a{
	background:url(refer/header_navi_home.gif) no-repeat 0 0;
	display:block;
	width:46px;
	height:11px;
}
.HeadNavi1 .LinkSiteMap a{
	background:url(refer/header_navi_sitemap.gif) no-repeat 0 0;
	display:block;
	width:78px;
	height:11px;
}
.HeadNavi1 .LinkInquiry a{
	background:url(refer/header_navi_inquiry.gif) no-repeat 0 0;
	display:block;
	width:73px;
	height:11px;
}
/*HeadNavi2*/
.HeadNavi2 li{
	text-indent:-5000px;
	height:20px;
	line-height:20px;
}
.HeadNavi2 li a:hover{
	background-position:0 -100px;
}
.HeadNavi2 .LinkCorp{
	background:url(refer/header_navi_corp.gif) no-repeat 0 0;
	position:absolute;
	top:86px;
	left:453px;
	width:80px;
	height:20px;
}
.HeadNavi2 .LinkProduct {
	background:url(refer/header_navi_pro.gif) no-repeat 0 0;
	position:absolute;
	top:86px;
	left:533px;
	width:80px;
	height:20px;
}
.HeadNavi2 .LinkIR {
	background:url(refer/header_navi_ir.gif) no-repeat 0 0;
	height:20px;
	width:80px;
	position:absolute;
	top:86px;
	left:613px;
}
.HeadNavi2 .LinkRecruit {
	background:url(refer/header_navi_recruit.gif) no-repeat 0 0;
	width:75px;
	height:20px;
	position:absolute;
	top:86px;
	left:693px;
}
.HeadNavi2 .LinkCorp a{
	background:url(refer/header_navi_corp.gif) no-repeat 0 0;
	display:block;
	width:80px;
	height:20px;
}
.HeadNavi2 .LinkProduct a{
	background:url(refer/header_navi_pro.gif) no-repeat 0 0;
	display:block;
	width:80px;
	height:20px;
}
.HeadNavi2 .LinkIR a{
	background:url(refer/header_navi_ir.gif) no-repeat 0 0;
	display:block;
	height:20px;
	width:80px;
}
.HeadNavi2 .LinkRecruit a{
	background:url(refer/header_navi_recruit.gif) no-repeat 0 0;
	display:block;
	width:75px;
	height:20px;
}


/*Footer
-------------------------------------------------------------------*/
#Footer {
	background:url(refer/ic_footer_logo.gif) no-repeat 0 2px;
	width:740px;
	height:40px;
	margin:0 auto;
	border-top:2px solid #F90;
	padding:10px 0;
	clear:both;
}
.FooterLink {
	margin:0 0 20px 0;
	display:none;
}
.FooterLink li {
	background: url(refer/ic_link_mini.gif) no-repeat 0 0.4em;
	font-size:75%;
	padding-left:6px;
	margin-left:15px;
	float:right;
}
.FooterLink a:link,
.FooterLink a:visited {
	color:#333;
}
.FooterLink a:hover {
	color:#F90;
}
.Copy {
	clear:both;
	font-size:75%;
	text-align:right;
	color:#F60;
}


/*TopWrapper ,  BodyWrapper
-------------------------------------------------------------------*/
#TopWrapper{
	padding:0 15px;
	margin:0 auto 20px;
}
#BodyWrapper {
	padding:0 15px;
	margin:0px auto 20px;
}

/*ClearFix*/
#TopWrapper:after,
#BodyWrapper:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}


/*Visual*/
#Visual {
	border-bottom:5px solid #FB6;
	margin: 0 auto 20px;
	overflow:hidden;
}



/*TopMain
-------------------------------------------------------------------*/

#TopMain {
	width:490px;
	float:left;
}
#TopMain .Left {
	width:240px;
	float:left;
	margin-bottom:20px;
}

#TopMain .Right {
	width:240px;
	float:right;
	margin-bottom:20px;
}
#TopMain h3 {
	width:240px;
	height:31px;
	text-indent:-5000px;
	margin:0 0 10px;
}
#TopMain h3.Corp {
	background:url(refer/md_top_corp.jpg) no-repeat 0 0;
}
#TopMain h3.Prd {
	background:url(refer/md_top_pro.jpg) no-repeat 0 0;
}
#TopMain h3.Ir {
	background:url(refer/md_top_ir.jpg) no-repeat 0 0;
}
#TopMain h3.Recruit {
	background:url(refer/md_top_recruit.jpg) no-repeat 0 0;
}
#TopMain .LinkList {
	margin-bottom:20px;
}
#TopMain .LinkList li{
	font-size:88%;
	background:url(refer/ic_link.gif) no-repeat 0 0.4em;
	padding:0 0 0px 10px;
	margin:0 5px 6px;
}
#TopMain .LinkList li.Banner{
	margin:0 5px 15px;
	padding-bottom:15px;
	border-bottom:1px dotted #CCC;
}
#TopMain .LinkList li a{
	font-weight:bold;
}
#TopMain .LinkList li span{
	font-size:75%;
	line-height:1.2;
}


/*Plugin*/
.Plugin {
	clear:both;
	margin:0px 0px 0px;
}
.Plugin h4{
	clear:both;
	font-weight:normal;
	font-size:63%;
	margin-bottom:5px;
}
.Plugin ul.PluginList {
}
.Plugin ul.PluginList li{
	font-size:63%;
	line-height:31px;
	display:inline;
	padding-right:10px;
}
.Plugin ul.PluginList li img{
	vertical-align:top;
	margin-right:3px;
}
.Plugin a:link,
.Plugin a:visited {
	color:#333;
}
.Plugin a:hover {
	color:#F90;
}

/*ClearFix*/
.Plugin:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}



/*TopSide
-------------------------------------------------------------------*/

#TopSide {
	width:230px;
	float:right;
}
#TopSide .Banner{
	margin-bottom:10px;
}
/*News*/
.News {
	width:220px;
	background:#E8E8E8;
	padding:8px 5px;
	margin:0 0 10px 0;
}
.News h3 {
	font-size:75%;
	background:url(refer/ic_md_news.gif) no-repeat left center;
	padding:0 0 0 10px;
	margin:0 0 8px 0px;
}
.News ul.NewsList {
	background:#FFF;
	padding:8px 5px 5px;
	border-bottom:1px solid #CCC;
}
.News ul.NewsList li {
	background:url(refer/ic_link_mini.gif) no-repeat 0 0.4em;
	font-size:75%;
	padding:0 0 5px 8px;
	margin: 0 0 5px 0;
	border-bottom:1px dotted #CCC;
}
.News ul.NewsList li .Date {
	font-family:Arial, Helvetica, sans-serif;
	color:#099;
}
ul.NewsList li a:link,
ul.NewsList li a:visited {
	color:#333;
}
ul.NewsList li a:hover {
	color:#F90;
}


/*Side
-------------------------------------------------------------------*/

#Side {
	width:190px;
	float:right;
	padding-top:80px;
}

#Side .LinkList {
	padding:0 0 20px 0;
}
#Side .LinkList li {
	font-size:88%;
	padding:0 0 5px 10px;
	margin-bottom:5px;
	background:url(refer/ic_link_mini.gif) no-repeat 0 0.4em;
	border-bottom:1px dotted #CCC;
}
#Side .LinkList li.Banner {
	width:190px;
	background:none;
	padding:0 0 15px 0;
	margin-bottom:15px;
}
#Side .LinkList li span {
	font-size:86%;
}




#Side .BannerList {
}
#Side .BannerList li {
	font-size:75%;
	padding:0 0 10px 0;
	margin:0px auto 10px;
	background:none;
	width:190px;
}
#Side .BannerList li .Label {
	display:none;
}





/*Button
-----------------------------------------------*/
.BtMedInfo {
}
.BtMedInfo a {
	background:url(refer/banner_medinfo.jpg) no-repeat 0 0;
	height:58px;
	display:block;
	margin:0 auto;
}
.BtMedInfo a:hover {
	background-position:0 -100px;
}
.BtPrdInfo {
}
.BtPrdInfo a {
	background:url(refer/banner_prd.jpg) no-repeat 0 0;
	height:58px;
	display:block;
	margin:0 auto;
}
.BtPrdInfo a:hover {
	background-position:0 -100px;
}

.BtTotsuNavi {
}
.BtTotsuNavi a {
	background:url(refer/banner_totsunavi.jpg) no-repeat 0 0;
	height:50px;
	display:block;
	margin:0 auto;
}
.BtTotsuNavi a:hover {
	background-position:0 -100px;
}






/*Main
-------------------------------------------------------------------*/
#Main {
	padding:0 0px 0;
	margin:0 auto 20px;
	width:530px;
	float:left;
}

#Main h2 {
	text-indent:-5000px;
	height:60px;
	width:530px;
	margin-bottom:0px;
}

#Main h2.Corp {
	background:url(refer/md_corp.jpg) no-repeat 0 0;
}
#Main h2.Prd {
	background:url(refer/md_pro.jpg) no-repeat 0 0;
}
#Main h2.Ir {
	background:url(refer/md_ir.jpg) no-repeat 0 0;
}
#Main h2.SiteMap {
	text-indent:0;
	margin-top:20px;
	font-size:113%;
	color:#C60;
}
#Main h3 {
	font-size:100%;
	line-height:31px;
	height:31px;
	width:515px;
	padding-left:15px;
	margin:20px 0 10px;
	background:url(refer/md_bg.gif) no-repeat 0 0;
	border-top:1px solid #DDD;
	border-left:1px solid #EEE;
	border-right:1px solid #DDD;
}

#Main h4 {
	font-size:100%;
	color:#069;
	margin:30px 5px 5px;
	border-bottom:4px solid #CCC;
}

#Main h5 {
	font-size:100%;
	margin:0 5px 5px;
}
#Main p {
	font-size:88%;
	margin:0 5px 15px;
}
#Main p.ImgBox {
	margin:0 auto 15px;
	text-align:center;
}
#Main p.ImgFloat{
	float:left;
	margin:3px 10px 15px 0;
	padding-left:5px;
}
#Main p.TableCap{
	font-size:75%;
}
#Main ul {
	margin:0 5px 10px;
}
#Main li {
	font-size:88%;
}
#Main table{
	width:520px;
	margin:20px auto;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
#Main td,
#Main th {
	padding:5px 5px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	font-size:88%;
}
#Main th {
	background:#EEE;
}
#Main td {
}

p.PageTop {
	font-size:75%;
	margin:20px 20px 10px;
	text-align:right;
	clear:both;
}

.ColumnWrapper {
	width:520px;
	margin:0 auto 20px;
}
.ColumnLeft {
	float:left;
	width:255px;
}
.ColumnRight {
	float:right;
	width:255px;
}
#Main .ColumnWrapper h4{
	font-size:88%;
	border:none;
	background:#069;
	padding:2px 4px;
	color:#FFF;
}
#Main .ColumnWrapper h5{
	font-size:88%;
	color:#069;
	margin-bottom:0px;
}

/*ClearFix*/
.ColumnWrapper:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}


/*Jigyousyo
-------------------------------------------------------------------*/
.JigyousyoBox {
	width:520px;
	margin:0;
	padding:0;
}
/*ClearFix*/
.JigyousyoBox:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.JigyousyoBox li{
	width:240px;
	float:left;
	padding-right:20px;
}
.JigyousyoBox li.Right{
	padding-right:0;
}
.LinkWindow{
	background:url(refer/ic_triangle_orange.gif) no-repeat 1px 3px;
	padding-left:10px;
}
.OrgImg{
	padding-bottom:10px
}
.OutlineList {
	border-top:1px dotted #CCC;
	padding-top:10px;
}
.OutlineList li {
	padding:0 0 10px 7em;
	margin-bottom:10px;
	border-bottom:1px dotted #CCC;
	position:relative;
	zoom:100%;
}
.OutlineList .Head {
	color:#C60;
	position:absolute;
	left:0;
	top:0;
}

/*CorpMap
-------------------------------------------------------------------*/
.CorpMap {
	margin:0 auto;
	background-image:none;
	background-color:#FFF;
	border-top:4px solid #F78205;
}
.CorpMap .MapBox {
	width:600px;
	margin:10px auto;
}
.CorpMap .MapBox h2 {
	font-size:100%;
	color:#069;
	margin:14px 0px 10px;
	border-bottom:4px solid #CCC;
}
.CorpMap .MapBox p {
	font-size:88%;
	margin-bottom:10px;
}
.CorpMap .MapBox p.CloseWin {
	text-align:center;
	margin:20px auto 10px;
	font-size:75%;
}

/*Organize
-------------------------------------------------------------------*/
.Organize {
	margin:0 auto;
	background-image:none;
	background-color:#FFF;
	border-top:4px solid #F78205;
}
.Organize .OrgBox {
	width:700px;
	margin:10px auto;
}
.Organize .OrgBox h2 {
	font-size:100%;
	color:#069;
	margin:14px 0px 10px;
	border-bottom:4px solid #CCC;
}
.Organize .OrgBox p.CloseWin {
	text-align:center;
	margin:20px auto 10px;
	font-size:75%;
}
/*Product
-------------------------------------------------------------------*/
.ProductList {
}
.ProductList li{
	font-size:88%;
}
.ProductList li span{
	font-size:86%;
}

/*Enkaku
-------------------------------------------------------------------*/

/*EnkakuList1*/

.EnkakuList1 {
	margin:0 0 0 0;
}
.Enkakulist1 li {
	padding:8px 0 10px 8.5em;
	margin-bottom:2px;
	border-bottom:1px dotted #CCC;
	border-left:5px solid #C60;
	position:relative;
	zoom:100%;
}
.Enkakulist1 li.Last {
	border-bottom:5px solid #CCC;
}
.Enkakulist1 .Year {
	color:#C60;
	position:absolute;
	left:5px;
	top:8px;
}


/*EnkakuList2*/
.EnkakuList2 {
}
.Enkakulist2 li {
	padding:8px 0 10px 8.5em;
	margin-bottom:2px;
	border-bottom:1px dotted #CCC;
	border-left:5px solid #069;
	position:relative;
	zoom:100%;
}
.Enkakulist2 .Year {
	color:#069;
	position:absolute;
	left:5px;
	top:8px;
}

/*KessanInfo
-------------------------------------------------------------------*/
#Main .KessanTableBox table {
	margin-bottom:4px;
}
#Main .KessanTableBox th {
	height:40px;
	font-size:75%;
}
#Main .KessanTableBox td {
	font-size:75%;
}
#Main .KessanTableBox {
	margin-bottom:80px;
}
#Main .KessanTableBox sup {
	font-size:86%;
}
#Main .KessanTableBox .AboutNote {
	text-align:right;
	font-size:75%;
}


/*SiteMap
-------------------------------------------------------------------*/
#Main ul.SiteMap {
}
#Main ul.SiteMap li.First {
	font-weight:bold;
	font-size:100%;
	margin:0 0 20px 10px;
}
#Main ul.SiteMap li.Second {
	font-weight:bold;
	font-size:88%;
	margin:20px 0 0px 32px;
}
#Main ul.SiteMap li.Third {
	font-weight:normal;
	font-size:88%;
	margin:0px 0 0px 60px;
}
#Main ul.SiteMap li.Fourth {
	font-weight:normal;
	font-size:86%;
	margin:0px 0 0px 88px;
}


.Anataha {
	text-align:center;
}
/*Button
-----------------------------*/

.BtArea {
	text-indent:-5000px;
	width:300px;
	height:31px;
	margin:20px auto;
}

.BtArea .BtYes {
	width:120px;
	height:31px;
	background:url(refer/bt_yes.gif) no-repeat 0 0;
	float:left;
}
.BtArea .BtNo {
	width:120px;
	height:31px;
	background:url(refer/bt_no.gif) no-repeat 0 0;
	float:right;
}
.BtArea .BtClose{
	width:120px;
	margin:0 auto;
	height:31px;
	background:url(refer/bt_close.gif) no-repeat 0 0;
}
.BtArea .BtYes a {
	width:120px;
	height:31px;
	background:url(refer/bt_yes.gif) no-repeat 0 0;
	display:block;
}
.BtArea .BtNo a {
	width:120px;
	height:31px;
	background:url(refer/bt_no.gif) no-repeat 0 0;
	display:block;
}
.BtArea .BtClose a {
	width:120px;
	height:31px;
	background:url(refer/bt_close.gif) no-repeat 0 0;
	display:block;
}
.BtArea .BtClose a:hover,
.BtArea .BtNo a:hover,
.BtArea .BtYes a:hover{
	background-position:0 -50px;
}

