@charset "UTF-8";

/*baseCSS*/

body {
	text-align: center;
	background: #F1EFEA;
	margin: 0px auto;
	padding: 0px;
	font: 13px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #444444;
}

h1 {
margin: 0px;
padding: 0px;
}

img {
	border-style: none;
}

a {
	color: #FF6600;
	text-decoration: none;
	border-width: 0px;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:active {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #444444;
	text-decoration: underline;
}

.clear {
clear: both;
font: 0px/0px sans-serif ;
}


/*base layout*/

#layout {
	margin: 0 auto;
	background: url(../com_img/bg/container_bg.gif) repeat-y;
	width: 780px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

/*header layout*/
#header {
	width: 780px;
	height: 40px;
}

#logo {
	width:250px;
	height:34px;
	padding:0;
	float:left;
	text-align:left;
	display: inline;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#subnavi {
	width:400px;
	margin:25px 20px 5px;
	padding:0;
	float:right;
	text-align:right;
	font-size: 11px;
}
#subnavi  a {
	color: #333333;
}
#subnavi  a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#header_bar {
	height: 1px;
	margin-right: 20px;
	margin-left: 20px;
	background: #999999;
	width: 740px;
	clear: both;
}

/*menu navi*/
#menu {
	height:37px;
	margin:10px auto 15px;
	padding:0;
	width: 740px;
}
#menu ul {
	list-style:none;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
#menu li {
	display:block;
	float:left;
	height:37px;
	padding:0;
	margin:0;
}
#menu a:hover {
	background-position:0 -37px;
}
#menu a.active {
	background-position:0 -74px;
}
.next  a {
	display:block;
	width:100px;
	height:37px;
	background:url(../com_img/navigation/top.gif) no-repeat;
}
.info  a {
	display:block;
	width:93px;
	height:37px;
	background:url(../com_img/navigation/info.gif) no-repeat;
	border-left: 2px solid #FFFFFF;
}
.company  a {
	display:block;
	width:150px;
	height:37px;
	background:url(../com_img/navigation/company.gif) no-repeat;
	border-left: 2px solid #FFFFFF;
}
.blog  a {
	display:block;
	width:101px;
	height:37px;
	background:url(../com_img/navigation/blog.gif) no-repeat;
	border-left: 2px solid #FFFFFF;
}
.shop  a {
	display:block;
	width:101px;
	height:37px;
	background:url(../com_img/navigation/shop.gif) no-repeat;
	border-left: 2px solid #FFFFFF;
}
.link  a {
	display:block;
	width:88px;
	height:37px;
	background:url(../com_img/navigation/link.gif) no-repeat;
	border-left: 2px solid #FFFFFF;
}
.mm  a {
	display:block;
	width:93px;
	height:37px;
	background:url(../com_img/navigation/mm.gif) no-repeat;
	border-left: 2px solid #FFFFFF;
}

/*main img*/
#header_img  {
	margin-right: 20px;
	margin-left: 20px;
}

/*pankuzu*/
#pan
  {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 95%;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}
#pan a {
	color: #666600;
}
#pan a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/*contents layout*/
#contents #center {
	float: left;
	width: 520px;
	margin-left: 20px;
	_margin-left:10px;
}

#contents #center .pad {
	padding : 0 0px;
	margin: 15px 0px 10px 0px;
}

#contents #right {
	float: right;
	margin-right: 20px;
	_margin-right:10px;
	width: 200px;
}
#contents #right .pad {
	padding : 0 0px;
	margin: 15px 0px 10px 0px;
}

/*contents link*/

#contents  a {
	color: #FF3300;
	text-decoration: none;
}
#contents  a:hover {
	color: #333333;
	text-decoration: underline;
}
#contents  a:visited {
	text-decoration: none;
}

/* contents left corner */
.round-top {
	background: #f8faee url(../com_img/corner/round_tl.gif) no-repeat left top;
}
.round-top span {
	background: url(../com_img/corner/round_tr.gif) no-repeat right top;
	height: 5px;
	display: block;
}
.round-bottom {
	background: #f8faee url(../com_img/corner/round_bl.gif) no-repeat left bottom;
	clear: both;
}
.round-bottom span {
	background: url(../com_img/corner/round_br.gif) no-repeat right bottom;
	height: 5px;
	display: block;
}
.round-title {
	background: #f8faee;
	padding: 0 10px 5px;
	font-size: 80%;
	line-height: 150%;
}
.round-body {
	background: #f8faee;
	padding: 0 10px;
	font-size: 95%;
	line-height: 150%;
	overflow: auto;
}
.round-body h1 {
	font-size: 130%;
	color: #666600;
	margin: 0px 20px 10px 0px;
	padding: 10px 20px 0px 5px;
}
.round-body h2 {
	font-size: 110%;
	color: #444444;
	line-height: 1.5em;
	padding: 0px 0px 0px 5px;
}
.round-body p {
	font-size: 100%;
	line-height: 1.5em;
	padding-left: 5px;
	color: #444444;
}
.round-body img
 {
	background: #f0ebde url(../com_img/corner/round_tl.gif) no-repeat left top;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}

/* contents right corner */

.round-top2
 {
	background: #f0ebde url(../com_img/corner/round_tl.gif) no-repeat left top;
}
.round-top2  span {
	background: url(../com_img/corner/round_tr.gif) no-repeat right top;
	height: 5px;
	display: block;
}
.round-bottom2 {
	background: #f0ebde url(../com_img/corner/round_bl.gif) no-repeat left bottom;
}
.round-bottom2  span {
	background: url(../com_img/corner/round_br.gif) no-repeat right bottom;
	height: 5px;
	display: block;
}
.round2-title {
	background: #f0ebde;
	padding: 0 10px 5px 10px;
	font-size: 80%;
	line-height: 150%;
}
.round2-title img {
	margin-top: 7px;
}
.round-body2 {
	background: #f0ebde;
	padding: 5px 10px;
	font-size: 95%;
	line-height: 150%;
}
#right   .pad  .round-body2  a {
	color: #4e3300;
	padding-top: 3px;
	padding-bottom: 3px;
	float: none;
	padding-left: 0px;
}
.round-body2  p {
	margin: 0px;
	color: #4e3300;
}

/* contents right corner2 */

.round-body3 {
	background: #f0ebde;
	padding: 0 10px 10px;
	font-size: 95%;
	overflow: auto;
}
.round-body3   p {
	margin: 0px;
	color: #444444;
	font-size: 100%;
}


/*footer layout*/

#footer {
margin-right: 10px;
margin-left: 10px;
clear: both;
}

.linktext {
	font-size: 11px;
	color: #999999;
	line-height: 170%;
	margin: 5px 0px 0px;
}
.footlink {
	font-size: 11px;
	color: #333333;
	line-height: 1.2em;
	border-top: 1px solid #CCCCCC;
	margin: 30px auto 0px;
	padding-top: 10px;
}

.copyright {
	font-size: 10px;
	color: #333333;
	line-height: 170%;
	margin: 5px 0px 0px;
	padding-top: 10px;
}
#contents #right ul {
	list-style: none;
}
#contents #right  li a {
	background: url(../com_img/yajirushi01.gif) no-repeat left;
	text-decoration: none;
	padding-left: 12px;
	margin-left: 5px;
	text-align: right;
	float: right;
	margin-right: 5px;
}
#contents #right li a:hover {
	background: url(../com_img/yajirushi02.gif) no-repeat left;
	color: #333333;
	text-decoration: underline;
}
