@charset "utf-8";
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	background-color: #FFFFFF;
	padding: 10px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #FFFFFF;
	width: 780px;
	margin-bottom: 10px;
}
#header h1 {
}

#header ul {
	padding-right: 0px;
	list-style-type: none;
}
#header li {
	float: left;
	padding-right: 0px;
}
#sidebar {
	float: left;
	padding-left: 0px;
	width: 160px;
	padding-right: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main {
	float: right;
	width: 590px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer {
	background-color: #FFFFFF;
	background-image: url(img/footer-back.jpg);
	background-repeat: repeat-x;
	height: 100px;
	width: 780px;
	padding-top: 10px;
	padding-left: 0px;
	clear: both;
}
#footer #firstColumn {
	float: left;
	width: 375px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#footer #secondColumn {
	float: right;
	width: 375px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p {
	line-height: 1.2;
	color: #000000;
	font-size: 11px;
}



.clearBoth {
	clear: both;
}

.cds-navi {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 6px;
}

.cds-navi li { display: inline; }

.cds-navi li a {
	margin-bottom: 1px;
	display: block;
	width: 150px;
	text-decoration: none;
	border-left: 5px solid #000000;
	background-color: #eeeeee;
	color: #000000;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
}
.cds-navi li a:hover {
	background-color: #F2F2F2;
	color: #4D2004;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F1630E;
}
#categoly {
	color: #FFFFFF;
	background-color: #330000;
	padding: 5px;
	border: 1px solid #333333;
	margin-bottom: 1px;
	font-weight: bold;
	width: 160px;
	height: 10px;
	margin-top: 1px;
}
#header h1 {
	font-size: 10px;
	color: #666666;
	font-weight: lighter;
}

#categoly-or {
	color: #FFFFFF;
	background-color: #FF6600;
	padding: 5px;
	border: 1px solid #333333;
	margin-bottom: 1px;
	font-weight: bold;
	width: 160px;
	height: 10px;
	margin-top: 1px;
}
#categoly-yelo {
	color: #330000;
	background-color: #F9D957;
	padding: 5px;
	border: 1px solid #333333;
	margin-bottom: 1px;
	font-weight: bold;
	width: 160px;
	height: 10px;
	margin-top: 1px;
}
 #categoly-grey {
	color: #330000;
	background-color: #d7dcf4;
	padding: 5px;
	border: 1px solid #333333;
	margin-bottom: 1px;
	font-weight: bold;
	width: 160px;
	height: 10px;
	margin-top: 1px;
}

p{
margin:0px;
padding:0px;}

/* マージン・パディング */
.ma-b5{margin-bottom:5px;}
.ma-b7{margin-bottom:7px;}
.ma-b10{margin-bottom:10px;}
.pa-10{padding:10px;}
.pa-r5b5{padding:0px 5px 5px 0px;}
.pa-b5{padding:0px 0px 5px 0px;}
.pa-r5{padding:0px 5px 0px 0px;}
.pa-r3b5{padding:0px 3px 5px 0px;}

/* 共通バナー */
#head-bn{
margin:0px;
padding:0px;
width:600px;}
	.bn-center
	{
	float:right;
	width:197px;
	height: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	.bn-left
	{
	float:left;
	width:197px;
	height: 50px;
	margin:0px 5px 5px 0px;
	}
	.bn-right
	{
	float:left;
	width:196px;
	height: 50px;
	padding: 0px;
	margin-top: 0px 5px 5px 0px;
	}
	.bn-left-02
	{
	float:left;
	width:295px;
	height: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	.bn-right-02
	{
	float:right;
	width:297px;
	height: 70px;
	padding: 0px;
	margin: 0px;
	}
	.bn-left-ht100
	{
	float:left;
	width:295px;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	.bn-right-ht100
	{
	float:right;
	width:297px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	}
.clears{
  clear:both;
}
 /* テキスト */
.text-red{color:#FF0000;
line-height: 1.5;}
.text-b-red{
	color:#FF0000;
	font-weight: bold;
line-height: 1.5;
}
.text-big-red{
	color:#FF0000;
	font-weight: bold;
	line-height: 1.5;
	font-size: 14px;
}
.text-big-gr{
	color:#009900;
	font-weight: bold;
	line-height: 1.5;
	font-size: 16px;
}
.text-gr{
color:#009900;
line-height: 1.5;
	}
.text-10px{
font-size:10px;}

/* 告知用 */
.box-01{
	width: 590px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FF0000;
}

/* 年末年始の休み */
.nenmatu{
	width:582px;
	border: 2px solid #FF0000;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.red-bar{
	background-color: #FF0000;
	text-align: center;
	width: 576px;
	display: block;
	height: 20px;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 20px;
}
.big-txt{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
}
.big-txt-or{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
	color: #FF6600;
	line-height: 120%;
}

/* miyazaki */
.miyazaki{
	width:550px;
	border: 2px solid #FF0000;
	margin-bottom: 7px;
	font-size: 12px;
	padding: 10px;
}

/* company */

.company-navi {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 6px;
}

.company-navi li { display: inline; }

.company-navi li a {
	margin-bottom: 10px;
	display: block;
	width: 450px;
	text-decoration: none;
	background-color: #FFFF99;
	color: #000000;
	padding-top: 5px;
	padding-right: 10;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #FF6600;
	line-height: 120%;
}
.company-navi li a:hover {
	background-color: #F2F2F2;
	color: #4D2004;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F1630E;
}



#company {
	color: #FFFFFF;
	background-color: #330000;
	padding: 5px;
	border: 1px solid #333333;
	margin-bottom: 1px;
	font-weight: bold;
	width: 160px;
	height: 10px;
	margin-top: 1px;
}
.com-link{
	line-height: 150%;
	text-indent: 1em;
}

/* kamon */
.obi-red{
size:14px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#990000;
	text-align: center;
	height: 20px;
	width: 580px;
	margin-bottom: 10px;
	line-height: 20px;
}
