@charset "UTF-8";

/* -------------------------------
スタイルの初期化 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
}
strong{
	font-weight:bold;
}

html{
	overflow-y: scroll;
}

body {
	font-size:75%;
	line-height:1.61;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	text-autospace:ideograph-alpha;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr{ display: none }

img{vertical-align: top;}

address{font-style:normal;}

a,a:link{
	color:#09d;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


/* -------------------------------
body */
body{
	background:url(../img/common/bg_header.png) left top repeat-x white;
	text-align:center;
}
body.home{
	background:url(../img/index/bg_front-page.png) left top repeat-x white;
}

/* -------------------------------
ヘッダー */
#header{
	position:relative;
	width:960px;
	height:96px;
	padding:0 32px 0;
	margin:0 auto;
	text-align:left;
	background:url(../img/common/site-logo_bg.png) 32px top no-repeat;
}

#site-logo {
	position:relative;
	float:left;
	width:382px;
	height:51px;
	padding-top:19px;
	z-index:10;
}
#site-logo a{
	display:block;
	width:382px;
	height:51px;
}
#site-logo .site-logo{
	float:left;
	padding-right:10px;
}
#site-logo .site-name{
	padding-top:20px;
}
#site-description{
	position:absolute;
	top:19px;
	left:92px;
	font-size:85%;
	line-height:1.42;
	vertical-align:middle;
}

#header address{
	float:right;
	width:435px;
	height:96px;
	background:url(../img/common/header_telephone-bg.png) 208px 22px no-repeat;
}
#header address .telephone{
	float:left;
	padding:23px 32px 0 0;
}
#header address .email{
	padding-top:10px;
	float:left;
}

/* -------------------------------
global navigation */

#global-navi{
	text-align:left;
	width:1024px;
	height:44px;
	padding:0 26px 0 33px;
	margin:0 auto;
	background:url(../img/common/navi_separator.png) 32px top no-repeat black;
}
#global-navi .navi{
	float:left;
	padding-right:1px;
	background:url(../img/common/navi_separator.png) right top no-repeat;
}

/* -------------------------------
header内 検索フォーム */
#searchfrom_wrap{
	width:330px;
	float:right;
	background:url(../img/common/search_bg.png) 78px top no-repeat;
}
#searchfrom_wrap label{
	width:105px;
	height:26px;
	padding-top:18px;
	float:left;
}

#searchfrom_wrap #s{
	border:0 none;
	padding:0;
	margin:0;
	vertical-align:middle;
	width:143px;
	float:left;
	position:relative;
	top:9px;
	height:26px;
	line-height:26px;
	background-color:transparent;

}
#searchfrom_wrap .submit{
	float:right;
}
/* -------------------------------
サブメニュー */

#header-submenu{
	text-align:left;
	width:960px;
	padding:0 32px;
	margin:0 auto 26px;
	height:27px;
	padding-top:5px;
}
.home #header-submenu{
	margin-bottom:0;
}
#header-submenu li{
	height:27px;
	padding-right:14px;
	float:left;
}
#header-submenu li a{
	padding-left:15px;
	height:27px;
	line-height:27px;
	display:inline-block !important;
	display:ilnine;
	background:url(../img/common/listmark_arrow01.png) left 50% no-repeat;
}
#header-submenu li a,#header-submenu li a:link{
	color:#363636;
	text-decoration:none;
}
#header-submenu li a:hover{
	text-decoration:underline;
}
/* -------------------------------
後続パンくず */
#breadcrumb{
	clear:both;
	width:960px;
	padding:0 32px;
	margin:0 auto;
	height:21px;
	background:url(../img/archive/breadcrumb-wrap_bg.png) 32px top no-repeat;
}
#breadcrumb:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#breadcrumb { display: inline-block; }
#breadcrumb { display: block; }


#breadcrumb li{
	float:left;
	height:21px;
	line-height:21px;
	vertical-align:middle;
	color:#fff;
	font-size:85%;
}
#breadcrumb li:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#breadcrumb li { display: inline-block; }
#breadcrumb li { display: block; }

#breadcrumb li a,
#breadcrumb li.categories{
	background:url(../img/archive/breadcrumb_bg.png) right 50% no-repeat;
	height:21px;
	line-height:21px;
	padding-right:17px;
	padding-left:7px;
	color:#fff;
	float:left;
}
#breadcrumb li a:link{
	color:#fff;
}
#breadcrumb li a:hover{
	text-decoration:underline;
}
#breadcrumb li.last{
	padding-left:7px;
}
#breadcrumb li.categories a{
	display:inline;
	padding:0;
	height:auto;
	background:none;
	float:none;
}

/* -------------------------------
コンテンツラップ */
#content_wrap{
	width:1012px;
	padding:0 6px;
	margin:0 auto;
	text-align:left;
	color:#363636;
}
#content_wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#content_wrap { display: inline-block; }
#content_wrap { display: block; }

.home #content_wrap{
	width:1018px;
	padding:0 0 0 6px;
}

/* -------------------------------
カテゴリ・タグタイトル */
h1.page-title{
	height:95px;
	padding:26px 0 0 19px;
}
.page h1.page-title{
	height:91px;
}


/* -------------------------------
サイドバー1 （トピックス・お知らせ） */
#sidebar1{
	float:right;
	width:215px;
	margin-top:-25px;
	background:url(../img/archive/sidebar1_bg-foot.png) left bottom no-repeat;
	padding:0 32px 0 17px;
	position:relative;
}

#sidebar1 dd.topics dl,
#sidebar1 dd.information dl{
	width:194px;
	padding-left:10px;
	margin-bottom:30px;
}

#sidebar1 dt.topics{
	margin:-11px -17px 0;
	padding:17px 17px 0;
	background:url(../img/archive/sidebar1_bg-head.png) top center no-repeat;
}
.home #sidebar1 dt.topics{
	background:none;
	margin:0;
	padding: 0;
}

#sidebar1 dd.information dl{
	margin-bottom:22px;
}
#sidebar1 dd.topics dt,
#sidebar1 dd.information dt{
	margin-top:-1px;
	margin-bottom:3px;
	background:url(../img/common/hr_solid.png) top left no-repeat;
	line-height:1.5;
	padding-top:0.75em;
}
#sidebar1 dd.topics dt a{
	background:url(../img/common/listmark_balloon.png) left 0.15em no-repeat;
	text-indent:16px;
	display:block;
}
#sidebar1 dd.information dt{
	background-image:url(../img/common/hr_dotted.png);
}
#sidebar1 dd.topics dt a,
#sidebar1 dd.topics dt a:link{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#sidebar1 dd.topics dt a:hover{
	text-decoration:underline;
}
#sidebar1 dd.topics dd p{
	color:#363636;
	font-size:92%;
	line-height:1.5;
	margin-bottom:0.75em;
}
#sidebar1 dd.information dt{
	color:#363636;
	font-size:92%;
	line-height:1.5;
}
#sidebar1 dd.information dd p{
	line-height:1.5;
	margin-bottom:0.75em;
}
#sidebar1 dd.topics dd p a{
	font-weight:bold;
}
#sidebar1 dd.information dd p a{
	background:url(../img/common/listmark_paper.png) left 0.15em no-repeat;
	font-weight:bold;
	padding-left:15px;
}

/* -------------------------------
rss link */

#sidebar1 dd.rss {
	text-align:right;
	margin-bottom:39px;
}

/* -------------------------------
banner */

#sidebar1 dd.banner ul{
	padding-left:11px;
}
#sidebar1 dd.banner li{
	padding-top:1px;
}

/* -------------------------------
コンテンツ */
#content{
	width:541px;
	padding:15px 0 0 0;
	margin-right: 23px;
	float:right;
	background:url(../img/archive/header_bg.png) left 15px repeat-x;
}
.home #content{
	padding:0;
	background:none;
}

/* -------------------------------
コンテンツ下 企業情報 */
#company-info{
	clear:both;
	background:url(../img/common/company_bg.png) top left;
	padding:5px 5px 0;
	height:181px;
}
#company-info h2{
	margin-bottom:13px;
}
#company-info .contact{
	float:left;
	width:232px;
	padding-left:14px;
	background:url(../img/common/vr_dotted.png) right top no-repeat;
}
#company-info .telephone{
	background:url(../img/common/hr_dotted.png) 14px 59px repeat-x;
	padding-bottom:1px;
	padding-right:18px;
}
#company-info .name{
	line-height:0;
	margin-bottom:8px;
	float:right;
}
#company-info address{
	margin-left:248px;
	padding-left:15px;
	line-height:1.5;
	color:#363636;
}


/* -------------------------------
サイドバー2（プロフィール・カテゴリー・キーワード） */

#sidebar2{
	width:138px;
	float:left;
	padding: 15px 0 0 26px;
}
#sidebar2 dt{
	background:url(../img/common/hr_double.png) top left no-repeat;
	padding-top:13px;
	margin-bottom:11px;
	line-height:0;
}
#sidebar2 p{
	padding-top:10px;
	margin-bottom:19px;
	font-size:92%;
	line-height:1.45;
	color:#363636;
}
#sidebar2 p.text{
	margin-bottom:10px;
}
#sidebar2 p.text a.more{
	margin:3px 0 0;
	text-align:right;
	display:block;
}
#sidebar2 p.results{
	padding-top:0;
	margin-bottom:25px;
}
#sidebar2 ul{
	margin-bottom:20px;
	line-height:1.66;
	padding-left:7px;
}
#sidebar2 li a, #sidebar2 li a:link{
	background:url(../img/common/listmark_arrow02.png) left 0.5em no-repeat;
	display:block;
	padding-left:15px;
	color:#363636;
	zoom:100%;
}
	

/* -------------------------------
footer */
#footer{
	text-align:left;
	background: url(../img/common/bg_footer.png) top left repeat-x #000;
	padding-top:47px;
	clear:both;
}

#footer .pagetop,
#footer .navi,
#footer address{
	width:1024px;
	margin:0 auto;
}

#footer .pagetop{
	text-align:right;
	position:relative;
}

#footer .navi:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#footer .navi { display: inline-block; }
#footer .navi { display: block; }

#footer .navi{
	height:35px;
	padding-left:32px;
	margin-top:-29px;
}
#footer .navi li{
	float:left;
	padding-right:20px;
	position:relative;
}
#footer .navi li a{
	background:url(../img/common/listmark_arrow01.png) left 50% no-repeat;
	padding-left:16px;
	vertical-align:middle;
	display:inline-block !important;
	float:left;
	line-height:29px;
	height:29px;
	color:#363636;
}
#footer address{
	color:#fff;
	padding-top:16px;
	height:63px;
	padding-left:32px;
	font-style:normal;
}




