@charset "UTF-8";
/* CSS Document */

@import "reset.css";

html,body {
	background-color:#FFF;
	background-image:url(images/all/bgbody.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.85em;
}
p{
line-height:140%;
}

a {
	color:#024295;
	font-weight:bold;
	text-decoration:none;
}
a:visited	{
	color:#024295;
	text-decoration: none;
	}
a:hover{
	color:#cc0000;
	text-decoration:underline;
}

#header {
	width:100%;
	background-color:#FFF;
	border-bottom:10px solid #024295;
	padding-top:20px;
	zoom:100%;
}

#sitenavi,#pgmenu,#container,#banners,#footer{
	width:760px;
	margin:0 auto;
	text-align:center;
	zoom:100%;
	clear:both;
}
.clearfix:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

#header p {
	text-align:center;
	font-size:12px;
	margin-bottom:5px;
}

#sitenavi ul {
	width:390px;
	height:40px;
	float:left;
	padding-top:5px;
}
#sitenavi li{;
	display:inline;
}
#sitenavi li a{
	width:130px;
	height:40px;
	background-image:url(images/all/headmenu.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	float:left;
}
#sitenavi li.sitesolor a{
	background-position:0 0;
}
#sitenavi li.sitejigyo a{
	background-position:-130px 0;
}
#sitenavi li.siteabout a{
	background-position:-260px 0;
}
#sitenavi li.sitesolor a:hover{
	background-position:0 -50px;
}
#sitenavi li.sitejigyo a:hover{
	background-position:-130px -50px;
}
#sitenavi li.siteabout a:hover{
	background-position:-260px -50px;
}
#sitenavi h1 {
	width:228px;
	height:45px;
	float:right;
}

/* +++++ pgmenu +++++ */
#pgmenu ul {
	width:760px;
	height:35px;
	margin-top:11px;
}
#pgmenu li{
	float:left;
}
#pgmenu li a{
	width:152px;
	height:35px;
	display:block;
	background-image:url(images/top/menuhome.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#pgmenu li.lnhome a{
	background-position:0 0;
}
#pgmenu li.lneigyo a{
	background-position:-152px 0;
}
#pgmenu li.lnabout a{
	background-position:-304px 0;
}
#pgmenu li.lnrecruit a{
	background-position:-456px 0;
}
#pgmenu li.lnlink a{
	background-position:-608px 0;
}
#pgmenu li.lnhome a:hover{
	background-position:0 -35px;
}
#pgmenu li.lneigyo a:hover{
	background-position:-152px -35px;
}
#pgmenu li.lnabout a:hover{
	background-position:-304px -35px;
}
#pgmenu li.lnrecruit a:hover{
	background-position:-456px -35px;
}
#pgmenu li.lnlink a:hover{
	background-position:-608px -35px;
}

#container {
	margin-top:11px;
}
#container #maincontents{
	width:576px;
	float:left;
	text-align:left;
}
#container #sidenavi{
	width:170px;
	float:right;
}
#container h2{
	clear:both;
	padding-bottom:11px;
}

#container #banners{
	margin-bottom:6px;
	width:576px;
}

#container #banners p{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
#container #banners p.nomgn{
	float:left;
	margin-right:0;
	margin-bottom:15px;
}

#container h3{
	clear:both;
}

/* +++++ sidenavi +++++ */
#sidenavi p.banners{
	margin-bottom:13px;
}
#sidenavi p.team-6txt{
	text-align:left;
	font-size:10px;
	color:#555;
}
#sidenavi #contacts {
	padding-bottom:3px;
}

#sidenavi #contacts img{
	margin-bottom:7px;
}
#sidenavi .widget-archive-monthly-dropdown,#sidenavi .widget-archive-category {
	padding-bottom:10px;
}
#sidenavi .widget-archive-monthly-dropdown h3,#sidenavi .widget-archive-category h3{
	padding-bottom:5px;
}
#sidenavi .widget-archive-category{
	text-align:left;
}
#sidenavi .widget-archive-category a{
        font-weight:normal;
}

#footer {
	padding:20px 0;
	font-size:12px;
}

/* +++++ footer +++++ */
#footer p.footnavi {
	padding:8px 0;
	margin-bottom:5px;
	border-top:1px solid #024295;
	border-bottom:1px solid #024295;
}

#footer address {
	font-style:normal;
	color:#555;
}

#footer address span.big{
	font-style:normal;
	font-weight:bold;
	font-size:120%;
	color:#555;
}

#footer p.copyr {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#555;
}

/* +++++ entry +++++ */
.entry	{
	border-bottom:2px dotted #999999;
	margin-bottom:20px;
	padding-bottom:10px;
	}
.entry h4	{
	font-size:1.0em;
	border-bottom:1px solid #cc0000;
	margin-bottom:5px;
	padding-bottom:3px;
	}
.entry h5	{
	font-size:0.9em;
	padding-bottom:5px;
	}
.entrybody{
	color:#333333;
}
.extended{
font-size:0.9em;
margin:10px 0;
text-align:right;
}

#newscontents ul{
	padding-top:13px;
}

#newscontents li{
	list-style-image:url(images/all/arrowmark_single.gif);
	margin-left:25px;
	margin-bottom:10px;
}
#newscontents h3{
	margin-bottom:10px;
}
#newscontents li span.pdate{
	color:#DD0D12;
}
#newscontents p.lnarchives{
	text-align:right;
	border-top:1px solid #868787;
	padding-top:10px;
}

#newscontents p.lnarchives a{
	background-image:url(images/all/arrowmark_double.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:23px;
}

#contentsbody {
	padding:20px 0 10px 0;
}
#contentsbody .ctext h4 {
	font-size:16px;
	color:#0066CC;
	font-weight:normal;
	background-image:url(images/top/h4mark.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	border-bottom:1px solid #06C;
	padding-bottom:5px;
	padding-left:15px;
	margin-bottom:5px;
}
#contentsbody .ctext p {
	margin-bottom:15px;
	margin-left:15px;
}


#contentsbody table.gaiyotbl {
	border-collapse:collapse;
}

#contentsbody table.gaiyotbl th{
	width:7em;
	vertical-align:top;
	border-top:1px solid #999;
	padding:10px 0px 10px 5px;
	color:#0066CC;
}

#contentsbody table.gaiyotbl td{
	vertical-align:top;
	border-top:1px solid #999;
	padding:10px 5px 10px 0px;
}

#contentsbody table.gaiyotbl dl.w6em {;}
#contentsbody table.gaiyotbl dl.w6em dt{
	width:6em;
	float:left;
	clear:left;
}
#contentsbody table.gaiyotbl dl.w6em dd{
	margin-left:6.5em;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px dotted #999;
}
#contentsbody table.gaiyotbl dl.w6em dd.nobb{
	padding-bottom:0;
	border-bottom:none;
}
#contentsbody table.gaiyotbl dl.bblist {;}
#contentsbody table.gaiyotbl dl.bblist dt{;}
#contentsbody table.gaiyotbl dl.bblist dd{
	padding-left:1em;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	border-bottom:1px dotted #999;
}
#contentsbody table.gaiyotbl dl.bblist dd.nobb{
	padding-bottom:0;
	border-bottom:none;
}


#contentsbody .ctext ul.servicelist {
	padding:0 0 20px 20px;
}
#contentsbody .ctext ul.servicelist li{
	margin-left:1em;
	margin-bottom:0.3em;
	list-style-type:disc;
}

/* +++++ mainbanner +++++ */
#mainbanner{
	margin-bottom:15px;
}
#mainbanner img{
	margin-bottom:10px;
}

/* +++++ breadcrumbs +++++ */
.breadcrumbs	{
	font-size:0.9em;
	margin:5px 0 10px;
	}


/* +++++ privacy +++++ */
.privacysign	{
	margin-top:15px;
	line-height:150%;
	display:block;
	position:relative;
	left:400px;
	font-weight:bold;
	}

/* +++++ 月別アーカイブ +++++ */
h3.monthly-archives{
	background-image:url(images/top/bgtitle.jpg);
	background-repeat:no-repeat;
        width:554px;
        height:22px;
        font-size:12px;
        font-weight:bold;
        color:#FFF;
        padding:9px 0 0 22px;
	}

/* +++++ 月別アーカイブ +++++ */
h3.category-archives{
	background-image:url(images/top/bgtitle.jpg);
	background-repeat:no-repeat;
        width:554px;
        height:22px;
        font-size:12px;
        font-weight:bold;
        color:#FFF;
        padding:9px 0 0 22px;
	}

/* +++++ サイドバー品質指針他 +++++ */
.sidebanner{
background:url("images/all/sidebar_bg1.jpg") repeat-x top left;
height:25px;
border:1px solid #cccccc;
font-size:1.1em;
padding:10px 0 0;
margin-bottom:5px;
}
