@charset "utf-8";

/*----------------------------------------------------------
RESET
----------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

table {
    border-collapse:collapse;
	border-spacing:0;
	border: none;
	empty-cells:show;
}
fieldset,img,abbr {
    border:0;
}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var {
    font-style:normal;
	font-weight:normal;
}
caption,th { 
    text-align:left;
}
li,dl {
	list-style:none;
}
img {
    vertical-align:top;
	border: none;
}

legend {
	display:none;
}

hr{
	display: none;
	clear: both;
}


/*----------------------------------------------------------
CLEARFIX
----------------------------------------------------------*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*----------------------------------------------------------
All
----------------------------------------------------------*/
body{
	background-color: #DADBDA;
	font-size: 80%;
	color: #2D2D2D;
	line-height: 140%;
}

/*----------------------------------------------------------
HEADER
----------------------------------------------------------*/
#header_bg{
	background-image: url(img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 78px;
	width: 100%;
}
#header{
	position: relative;
	height: 78px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 a{
	color: #FFFFFF;
	position: absolute;
	left: 150px;
	top: 43px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#header p.logo{
	position: absolute;
	left: 0px;
	top: 14px;
}
#header p.tel{
	position: absolute;
	right: 0px;
	top: 33px;
}

/*----------------------------------------------------------
MAIN
----------------------------------------------------------*/
#main_bg{
	background-image: url(img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
/*----------------------------------------------------------
NAVI
----------------------------------------------------------*/
#navi{
	background-image: url(img/navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 61px;
	width: 100%;
	margin-bottom: 20px;
}
#navi ul{
	width: 921px;
	margin-right: auto;
	margin-left: auto;
}
#navi ul li{
	float: left;
}

/*----------------------------------------------------------
CONTENTS
----------------------------------------------------------*/
#wrapper{
	width: 924px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #contents{
	width: 691px;
	float: left;
}
#pankuzu{
	background-image: url(img/pankuzu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 2px;
	width: 677px;
	height: 26px;
	margin-bottom: 7px;
	padding-left: 10px;
}
#pankuzu ul{
	margin-left: 12px;
}
#pankuzu ul li{
	float: left;
	line-height: 26px;
}
#pankuzu .home{
	background-image: url(img/pankuzu_home.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#pankuzu a{
	color: #000000;
	text-decoration: none;
	background-image: url(img/pankuzu_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 26px;
	margin-right: 10px;
	padding-right: 20px;
}
#contents_head{
	background-image: url(img/contents_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 691px;
	margin-top: 3px;
	padding-top: 12px;
	z-index: 100;
	position: relative;
}
#contents_foot{
	background-image: url(img/contents_foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
#contents_bg{
	background-image: url(img/contents_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 40px;
}
.contactbox{
	background-image: url(img/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 122px;
	width: 625px;
	margin-top: 50px;
}
.contactbox h3{
	position: absolute;
	left: 28px;
	top: 44px;
}
.contactbox ul{
	position: absolute;
	left: 24px;
	top: 74px;
}
.contactbox ul li{
	float: left;
	margin-right: 10px;
}
.post{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-top: 30px;
}
.posttitle{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #8DCA3D;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 13px;
	margin-bottom: 20px;
}
.posttitle h3 a{
	font-size: 15px;
	font-weight: bold;
	color: #314F17;
	text-decoration: none;
}
.posttitle .day{
	font-size: 11px;
	color: #575857;
}
.entry{
line-height: 180%;
}
.entry a{
	color: #2D2D2D;
}
.entry a:hover{
	text-decoration: none;
}
/*----------------------------------------------------------
SIDE
----------------------------------------------------------*/
#side{
	float: right;
	padding-right: 2px;
	width: 215px;
}

#side ul#bnr li{
	margin-bottom: 11px;
}
.sidenavi,
.sidenavi2{
	background-image: url(img/sidenavi_bg.jpg);
	background-repeat: repeat-y;
	width: 215px;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-bottom: 10px;
-webkit-border-radius:3px;
-moz-border-radius: 3px;
border-radius: 3px;

position:relative;
}
.sidenavi a,
.sidenavi2 a{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.sidenavi a:hover,
.sidenavi2 a:hover{
	color: #C2C2C2;
}
.sidenavi ul,
.sidenavi2 ul{
overflow:hidden;
zoom:1;
}
.sidenavi li{
	line-height: 42px;
	background-image: url(img/sidenavi_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 10px;
	margin-bottom:-3px;
}
.sidenavi2 li{
	background-image: url(img/sidenavi_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 10px;
	margin-bottom:-3px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFFFFF;
}
.sidenavi2 h3{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/sidenavi_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
	line-height: 30px;
}
/*----------------------------------------------------------
PAGETOP
----------------------------------------------------------*/

#pagetop{
	background-image: url(img/pagetop_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 104px;
	width: 988px;
	margin-top: -11px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
#pagetop a{
	position: absolute;
	right: 120px;
	top: 9px;
}

/*----------------------------------------------------------
FOOTER
----------------------------------------------------------*/

#footer_bg{
	background-image: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 98px;
	width: 100%;
}
#footer{
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 98px;
	position: relative;
}
#footer ul{
	position: absolute;
	left: 15px;
	width: 920px;
}
#footer ul li{
	float: left;
	margin-right: 20px;
}
#footer li a{
	line-height: 30px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#footer p.add{
	position: absolute;
	left: 0px;
	top: 41px;
	font-size: 11px;
}
#footer p.copy{
	position: absolute;
	right: 0px;
	top: 52px;
	font-size: 11px;
}

/*----------------------------------------------------------
TOP
----------------------------------------------------------*/
#top #side{
	margin-top: 2px;
}
#top #main{
	height: 310px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#top #main h2{
	position: absolute;
	right: 0px;
	top: 0px;
}
#top #main p{
	position: absolute;
	left: 84px;
	top: 225px;
}
#top #servicebox{
	width: 691px;
	margin-top: 9px;
	margin-bottom: 15px;
}
#top #servicebox .margin{
	margin-right: 6px;
}
#top #servicebox .message{
	float: left;
	width: 226px;
	margin-bottom: 6px;
}
#top #servicebox .head{
	background-image: url(img/top/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 226px;
	padding-top: 9px;
	margin-bottom: 6px;
}
#top #servicebox .foot{
	background-image: url(img/top/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 226px;
	padding-bottom: 7px;
}
#top #servicebox .bg{
	background-image: url(img/top/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
	height: 239px;
	width: 226px;
}
#top #servicebox .bg .img{
	position: absolute;
	left: 13px;
	top: 4px;
}
#top #servicebox .bg h4{
	position: absolute;
	left: 13px;
	top: 138px;
}
#top #servicebox .bg p.txt{
	position: absolute;
	left: 13px;
	top: 164px;
	width: 200px;
}
#top #servicebox .bg p.btn{
	position: absolute;
	right: 13px;
	bottom: 8px;
}
#top h3#news{
	position: relative;
	height: 51px;
	width: 691px;
	margin-bottom: 14px;
}
#top h3#news a{
	position: absolute;
	top: 12px;
	right: 14px;
	display: block;
}
.newslink a{
	color: #2D2D2D;
	text-decoration: none;
	margin-left: 5px;
}

/*----------------------------------------------------------
COMPANY
----------------------------------------------------------*/
#company #main{
	height: 145px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/company/title_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#company #main h2{
	position: absolute;
	left: 47px;
	top: 69px;
}
#company #contents_bg{
	width: 625px;
	padding-top: 22px;
	padding-right: 33px;
	padding-left: 33px;
}
#company #contents_bg table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C7C7C7;
	border-left-color: #C7C7C7;
	width: 623px;
	margin-bottom: 28px;
}
#company #contents_bg th,
#company #contents_bg td{
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C7C7C7;
	border-bottom-color: #C7C7C7;
}
#company #contents_bg th{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/company/bg.jpg);
	background-repeat: repeat;
	white-space: nowrap;
	width: 99px;
}
#company #contents_bg td{
	width: 483px;
}
#company #contents_bg td a{
	color: #2D2D2D;
}
#company #contents_bg td a:hover{
	text-decoration: none;
}
#company #contents_bg td .add{
	float: left;
	width: 335px;
	margin-bottom: 10px;
}
#company #contents_bg td .btn1{
	float: right;
	width: 146px;
	margin-top: 10px;
}
#company #contents_bg td .btn2{
	float: right;
	width: 146px;
	margin-top: 27px;
}
#company #map1,
#company #map2{
	height: 290px;
	width: 481px;
	border: 1px solid #CECECE;
	clear: both;
}
#company dl{
	margin: 30px;
}
#company dl dt{
	font-weight: bold;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 100px;
}
#company dl dd{
	margin-bottom: 10px;
	width: 400px;
	float: left;
}
#company #messagebox{
	background-image: url(img/company/message_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 691px;
	margin-top: 3px;
	padding-top: 33px;
	z-index: 100;
	position: relative;
}
#company #message{
	margin-left: 3px;
	margin-bottom: 35px;
}
#company #message h4{
	margin-bottom: 19px;
}
#company #message .photo{
	float: right;
	padding-right: 35px;
}
#company #message p{
	margin-left: 53px;
	line-height: 200%;
}
#company #staff{
	margin-bottom: 35px;
}
#company #staff .staffbox{
	background-image: url(img/company/staff_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 199px;
	margin-right: 14px;
	padding-bottom: 19px;
	float: left;
	margin-bottom: 7px;
}
#company #staff .nomargin{
	margin-right: 0px!important;
}
#company #staff .staffbox .img {
	position: relative;
	width: 100%;
	height: 231px;
	background-image: url(img/company/staff_img_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/*
#company #staff .staffbox .img img {
	position: absolute;
	left: 3px;
	top: 3px;
	display: block;
}
*/
#company #staff .staffbox p{
	background-image: url(img/company/staff_bg2.png);
	background-repeat: repeat-y;
	padding-top: 7px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 7px;
	margin: 0px!important;
	font-weight: bold;
	background-color: #f2f2f2;
}
#company #staff .staffbox dl{
	background-image: url(img/company/staff_bg_top.jpg);
	background-repeat: repeat-y;
	width: 191px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 3px;
	margin: 0px!important;
}
#company #staff .staffbox dt{
	float: none!important;
	width: auto!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 0px!important;
	margin-left: 0px!important;
	width: auto!important;
}
#company #staff .staffbox dd{
	margin: 0px!important;
	float: none!important;
	width: auto!important;
	text-align: center;
	margin-top: 7px!important;
}
#company #staff .staffbox img{
	cursor: pointer;
}

/*----------------------------------------------------------
SERVICE
----------------------------------------------------------*/
#service #main{
	height: 145px;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/service/title_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#service #main h2{
	position: absolute;
	left: 47px;
	top: 69px;
}
#service #contents_bg{
	width: 625px;
	padding-top: 22px;
	padding-right: 33px;
	padding-left: 33px;
}
#service h4.txt0{
	text-align: center;
}
#service h4.title{
	margin-top: 40px;
	margin-bottom: 18px;
	clear: both;
}
#service h5{
	margin-bottom: 15px;
}
#service .img{
	float: right;
	margin-left: 23px;
	margin-bottom: 23px;
}
#service .btn{
	text-align: right;
	clear: both;
}
#service #contents_bg p a{
	color: #2D2D2D;
}
#service #contents_bg p a:hover{
	text-decoration: none;
}
/*----------------------------------------------------------
RECRUIT
----------------------------------------------------------*/
#recruit #main{
	height: 145px;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/recruit/title_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#recruit #main h2{
	position: absolute;
	left: 47px;
	top: 69px;
}
#recruit #contents_bg{
	width: 685px;
	padding-top: 22px;
	padding-right: 3px;
	padding-left: 3px;
}
#recruit h3.txt{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#recruit #tabnavi{
	margin-top: 37px;
	margin-left: 29px;
	height: 36px;
}
#recruit #tabnavi li{
	float: left;
	margin-right: 6px;
}
#recruit #tabnavi li a{
	text-indent: -9999px;
	width: 163px;
	height: 36px;
	display: block;
}
#recruit #tabnavi li a.tab1{
	background-image: url(img/recruit/1_btn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#recruit #tabnavi li a.tab2{
	background-image: url(img/recruit/2_btn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#recruit #tabnavi li a.tab3{
	background-image: url(img/recruit/3_btn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#recruit #tabnavi li.ui-tabs-selected a.tab1{
	background-image: url(img/recruit/1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#recruit #tabnavi li.ui-tabs-selected a.tab2{
	background-image: url(img/recruit/2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#recruit #tabnavi li.ui-tabs-selected a.tab3{
	background-image: url(img/recruit/3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#recruit #fragment-1,
#recruit #fragment-2,
#recruit #fragment-3{
	background-color: #F2F1F1;
	width: 623px;
	padding-top: 16px;
	padding-right: 14px;
	padding-bottom: 25px;
	padding-left: 14px;
	border: 2px solid #D0D0D0;
	margin-top: -2px;
	margin-left: 14px;
}
.ui-tabs-hide{
	display: none;
}
#recruit table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C7C7C7;
	border-left-color: #C7C7C7;
	width: 623px;
	margin-bottom: 28px;
	margin-top: 15px;
}
#recruit th,
#recruit td{
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C7C7C7;
	border-bottom-color: #C7C7C7;
}
#recruit td{
	background-color: #FFFFFF;
}
#recruit th{
	font-weight: bold;
	background-image: url(img/recruit/bg.jpg);
	background-repeat: repeat;
	white-space: nowrap;
	width: 99px;
}
#recruit p.btn{
	text-align: center;
}
#recruit .contactbox{
	margin-right: auto;
	margin-left: auto;
}
/*----------------------------------------------------------
CONTACT
----------------------------------------------------------*/
#contact #main{
	height: 117px;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/title_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#contact #main h2{
	position: absolute;
	left: 47px;
	top: 49px;
}
#contact #contents_bg{
	width: 625px;
	padding-top: 22px;
	padding-right: 33px;
	padding-left: 33px;
}
#form{
	width: 625px;
	padding-right: 33px;
	padding-left: 33px;
	margin-top: -10px;
}
#contact table,
#form table{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CFCECE;
	padding: 1px;
	width: 623px;
}
#contact table th,
#contact table td,
#form table th,
#form table td{
	padding: 10px 10px 13px;
	background-image: url(img/contact/line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: none!important;
}
#contact table th.noline,
#contact table td.noline,
#form table th.noline,
#form table td.noline{
	padding: 10px 10px 10px;
	background-image: none;
}
#contact table th,
#form table th{
	font-weight: bold;
	background-color: #EDEDED;
	white-space: nowrap;
	width: 154px;
}
#contact table td,
#form table td{
	width: 428px;
}
#contact table th span,
#form table th span{
	color: #A92020;
}
#contact table td input,
#contact table td textarea,
#form table td input,
#form table td textarea{
	border: 1px solid #D8D8D8;
	line-height: 14px;
}
#contact table td input.sex,
#form table td input.sex{
	border: none;
}
#contact p.check,
#form p.check{
	text-align: center;
}
#contact ul.btn,
#form ul.btn{
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 364px;
	height: 40px;
}
#contact li.submit,
#form li.submit{
	float: left;
	margin-right: 14px;
	width: 175px;
}
* html #contact li.submit  {margin-right: 5px; }
* html #form li.submit  {margin-right: 5px; }
#contact li.reset,
#form li.reset{
	float: left;
	width: 175px;
}
#contact li.submit input,
#form li.submit input{
	background-image: url(img/contact/submit.jpg);
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	width: 175px;
}
#contact li.reset input,
#form li.reset input{
	background-image: url(img/contact/reset.jpg);
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	width: 175px;
}
#contact .addbtn,
#form .addbtn{
	background-image: url(img/contact/codebtn.jpg);
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
	width: 54px;

}
#contact .input1,
#form .input1,
#security .input1{
	width: 400px;
}
#contact .input2,
#form .input2,
#security .input2{
	width: 200px;
}
#contact .input3,
#form .input3,
#security .input3{
	width: 80px;
}
span.wpcf7-not-valid-tip {
	background: url(img/contact_fuki.png) no-repeat center bottom!important;
	font-size: 9pt;
	left: 20%;
	position: absolute;
	top: -60%!important;
	z-index: 100;
	color: #FFFFFF!important;
	border: none!important;
	width: auto!important;
	padding-right: 5px!important;
	padding-bottom: 8px!important;
	padding-left: 5px!important;
	line-height: 20px!important;
}
div.wpcf7-validation-errors {
	border: none!important;
	text-align: center!important;
	background-color: #E2E2E2!important;
}
div.wpcf7-mail-sent-ok {
	border: none!important;
	text-align: center!important;
	background-color: #E2E2E2!important;
}
/*----------------------------------------------------------
PRIVACY
----------------------------------------------------------*/
#privacy #main{
	height: 117px;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/title_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#privacy #main h2{
	position: absolute;
	left: 47px;
	top: 49px;
}
#privacy #contents_bg{
	width: 625px;
	padding-top: 22px;
	padding-right: 33px;
	padding-left: 33px;
}
#privacy ul.list{
	padding: 10px;
}
#privacy ul.list li{
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 20px;
}
#privacy .contactbox2{
	position: relative;
	background-image: url(img/privacy/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 66px;
	width: 625px;
	margin-top: 30px;
}
#privacy .contactbox2 img{
	position: absolute;
	left: 96px;
	top: 17px;
}
#privacy .contactbox2 p{
	position: absolute;
	left: 205px;
	top: 17px;
}
#privacy .contactbox2 p a{
	color: #2D2D2D;
}
#privacy .contactbox2 p a:hover{
	text-decoration: none;
}
/*----------------------------------------------------------
SECURITY
----------------------------------------------------------*/
#security #main{
	height: 117px;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/title_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#security #main h2{
	position: absolute;
	left: 47px;
	top: 49px;
}
#security #contents_bg{
	width: 645px;
	padding-top: 22px;
	padding-right: 23px;
	padding-left: 23px;
}
#security p.txt{
	padding: 10px;
}
#security p a{
	color: #2D2D2D;
}
#security p a:hover{
	text-decoration: none;
}
#security table{
	margin-bottom: 20px;
	border: 1px solid #CFCECE;
	padding: 1px;
	width: 623px;
	margin-right: auto;
	margin-left: auto;
}
#security table th,
#security table td{
	padding: 10px 10px 13px;
	background-image: url(img/contact/line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#security table th.noline,
#security table td.noline{
	padding: 10px 10px 10px;
	background-image: none;
}
#security table th{
	font-weight: bold;
	background-color: #EDEDED;
	white-space: nowrap;
	width: 154px;
}
#security table td{
	width: 428px;
}
#security table th span{
	color: #A92020;
}
#security table td input,
#security table td textarea{
	border: 1px solid #D8D8D8;
	line-height: 14px;
}
#security table td input.sex{
	border: none;
}
#security p.check{
	text-align: center;
}
#security ul.btn{
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 364px;
	height: 40px;
}
#security li.submit{
	float: left;
	margin-right: 14px;
	width: 175px;
}
* html #security li.submit  {margin-right: 5px; }
#security li.reset{
	float: left;
	width: 175px;
}
#security li.submit input{
	background-image: url(img/contact/submit.jpg);
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	width: 175px;
}
#security li.reset input{
	background-image: url(img/contact/reset.jpg);
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	width: 175px;
}
#security .addbtn{
	background-image: url(img/contact/codebtn.jpg);
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
	width: 54px;

}
#security h4.title{
	margin-top: 40px;
	margin-bottom: 17px;
}
/*----------------------------------------------------------
NEWS
----------------------------------------------------------*/
#news #main{
	height: 117px;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/title_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#news #main h2{
	position: absolute;
	left: 47px;
	top: 49px;
}
#news #contents_bg{
	width: 685px;

	padding-right: 3px;
	padding-left: 3px;
}
.postmetadata{
	text-align: right;
	margin-top: 20px;
	font-size: 90%;
}
.postmetadata a,
.navigation2 a{
	color: #333333;
}
.postmetadata a:hover,
.navigation2 a:hover{
	text-decoration: none;
}
.navigation2{
	margin-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
}
.navigation2 .left{
	float: left;
	width: 200px;
}
.navigation2 .left{
	float: right;
	width: 200px;
	text-align: right;
}
#searchbox{
	margin-bottom: 40px;
	background-image: url(img/search_bg.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 192px;
	padding-right: 11px;
	padding-left: 12px;
	padding-top: 15px;
}
#searchbox input#s{
	line-height: 21px;
	height: 21px;
	border: 1px solid #D8D8D8;
	float: left;
	width: 150px;
}
#searchbox input#searchsubmit{
	background-image: url(img/search_btn.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 33px;
    border: 0 none;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
	float: right;
}
.screen-reader-text{
	display: none;
}
/*----------------------------------------------------------
NEWSLIST
----------------------------------------------------------*/
.newsbox #contents_bg{
	padding-bottom: 10px!important;
}
ul#newslist{
	padding-right: 3px;
	padding-left: 3px;
	overflow: hidden;
}
ul#newslist li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADBDA;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: -1px;
}
ul#newslist li dt{
	font-weight: bold;
	background-image: url(img/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 130px;
	padding-left: 15px;
}
ul#newslist li dd{
	float: left;
	width: 500px;
}
ul#newslist li dd a.link1{
	font-weight: bold;
	color: #3CA408;
	text-decoration: none;
}
ul#newslist li dd a.link1:hover{
	color: #87BE6C;
}
ul#newslist li dd a.link2{
	color: #000000;
	text-decoration: none;
}
ul#newslist li dd a.link2:hover{
	color: #666666;
}
/*----------------------------------------------------------
OTHER
----------------------------------------------------------*/

.error{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
#search{
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
/*----------------------------------------------------------
ENTRY
----------------------------------------------------------*/

#content_entry{
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
#content_entry .post {
	margin-bottom: 30px!important;
	padding-bottom: 30px;
	padding-top: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.navigation{
	font-size: 90%;
}
.navigation .left{
	float: left;
	width: 300px;
}
.navigation .left{
	float: right;
	width: 300px;
	text-align: right;
}
#content_entry a{
	color: #000000;
}
#content_entry a:hover{
	color: #666666;
}
#content_entry h4.title{
    color: #314F17;
    font-size: 15px;
    font-weight: bold;
}
#commentform input, #commentform textarea {
    border: 1px solid #E7E7E7;
    margin-bottom: 3px;
}
#commentform input#submit {
    background-color: #EAE6E6;
    border: 2px solid #CCCCCC;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    padding: 3px;
}
h3#comments {
    background-image: url("img/line.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    color: #3A3A3A;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
    padding-top: 10px;
}
.commentlist li {
    border-bottom: 1px solid #E7E7E7;
    margin-top: 10px;
    padding-bottom: 10px;
}
.commentlist li ul li {
    background-color: #F4F3F3;
    border: medium none !important;
    padding: 10px;
}
.commentlist li img {
    display: none;
}
#respond h3 {
    color: #3A3A3A;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}