@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------
リンク
-------------------------------------------------- */
a:link, a:visited, a:active {
	text-decoration:none;
	color:#06F;
}
a:hover {
	text-decoration:none;
	position : relative;
	top : 1px;
	left : 1px;
	border-bottom : 1px dashed #d60000;
	color:#d60000;
}
/* --------------------------------------------------
ヘッダーメニュー
--------------------------------------------------*/
.linkList01 {
	margin-left:250px;
}
.linkList01 li {
	float:left;
	background:url(../image/bg_menu01.gif) no-repeat left bottom #F7F7F7;
	padding:7px 0 7px 11px;
	margin-left:5px;
}
.linkList01 li span {
	background:url(../image/bg_menu02.gif) no-repeat right bottom;
	padding:7px 16px 8px 0;
}
.linkList01 li span a.home {
	background:url(../image/icon_home.jpg) no-repeat left center #F7F7F7;
	padding-left:15px;
	text-decoration:none;
	color:#000;
	font-size:10px;
}
.linkList01 li span a.sitemap {
	background:url(../image/icon_sitemap.jpg) no-repeat left center #F7F7F7;
	padding-left:15px;
	text-decoration:none;
	color:#000;
	font-size:10px;
}
.linkList01 li span a:hover {
	text-decoration:underline;
	border:none;
	position:static;
}
/* --------------------------------------------------
グローバルメニュー
--------------------------------------------------*/
.linkList02 {
	margin:20px;
}
.linkList02 li a {
	float:left;
	display:block;
	margin-left:20px;
	text-indent:-9999px;
}
*html .linkList02 li a {
	margin-left:10px;
}
.linkList02 li a:hover {
	background-position: 0px -19px;
	border:none;
}
.design {
	background:url(../image/menu01_web.gif);
	width:53px;
	height:19px;
}
.seo {
	background:url(../image/menu02_seo.gif);
	width:51px;
	height:19px;
}
.company {
	background:url(../image/menu03_company.gif);
	width:48px;
	height:19px;
}
.mailform {
	background:url(../image/menu04_form.gif);
	width:60px;
	height:19px;
}
.blog {
	background:url(../image/menu05_blog.gif);
	width:96px;
	height:19px;
}
ul.linkList02 li, ul.linkList02 {/*ieバグ回避*/
	float:left;
	display:inline;
}
/*safari用ハック*/
body:first-of-type .linkList02 {
	margin:10px 0;
	padding:10px 0;
}
/*end*/
/* --------------------------------------------------
パン屑リスト
--------------------------------------------------*/
#topicPath a:link, #topicPath a:visited, #topicPath a:active {
	text-decoration:none;
	color:#000;
}
#topicPath a:hover {
	text-decoration:none;
	position : static;
	border-bottom : 1px dashed #000;
	color:#000;
}
/* --------------------------------------------------
セカンドローカルナビ
--------------------------------------------------*/
#linkList04 li a {
	padding-left:15px;
	background:url(../image/arrow02.gif) no-repeat left top;
	color:#000;
}
#linkList04 li a:hover {
	color:#d60000;
	background:url(../image/arrow02.gif) no-repeat left top;
	position : relative;
	top : 1px;
	left : 1px;
	border:none;
}
/* --------------------------------------------------
フッターナビ
--------------------------------------------------*/
.linkList05 li{
	float:left;
}
.linkList05 li a {
	display:block;
	margin: 0 15px;
	font-size:10px;
}
.linkList05 li a:link, .linkList05 li a:visited, .linkList05 li a:active {
	color:#000;
	text-decoration:none;
}
.linkList05 li a:hover {
	position: relative;
	top:1px;
	left:1px;
	color:#d80000;
	text-decoration:none;
	border-bottom:none;
}
.linkSEO {
display:block;
	color:#666;
	font-size:10px;
	padding-bottom:5px;
}
.linkSEO a:link, 
.linkSEO a:hover, 
.linkSEO a:visited, 
.linkSEO a:active {
	position:static;
	color:#666;
	font-size:10px;
	border:none;
}
/* --------------------------------------------------
見出し
-------------------------------------------------- */
h4 {
	font-size:14px;
	margin:25px 0 10px;
	font-weight:normal;
}
h4.title {
	margin:30px 0 10px;
	border-left:3px #d60000 solid;
	padding-left:10px;
	font-size:14px;
	font-weight: bold;
}
.blogBox h4.title {
	margin:30px 0 10px;
	border:none;
	padding-left:0px;
	font-size:16px;
	font-weight: bold;
	color:#d60000;
}
.blogBox h4.title03 {
	margin:30px 0 10px;
	border-left:3px #d60000 solid;
	padding-left:10px;
	font-size:14px;
	font-weight: bold;
}
