@charset "utf-8";
/*
Theme Name: Personal Check
Theme URI: http://wordpress.org/
Description: オンラインゲームなどのセキュリティーコンサルティングの株式会社パーソナルチェックのテーマ
Version: 1.0
Author: ブレスサービス
Author URI: http://binarybonsai.com/
Tags: white, custom header, fixed width, two columns, widgets

*/

/* CSS Document */
html{
		height:100%;
		overflow-y:scroll;
		margin-bottom:1px;
}
body{
		margin:0;
		line-height:1.5em;
		font-size:13px;
		height:100%;
		font-family:Meiryo,  'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック",Verdana, Arial, sans-serif;
		color:#333333;
		margin-bottom:1px;
}
div,img{
		margin:0;
		padding:0;
}
a{color:#0033a3;}
a:hover{color:#2260ff;}

a img{
		border:none;
}
img{
		vertical-align:middle;
}
.reset{
		clear:both;
}
h1{
		display:inline;
		font-size:12px;
		font-weight:normal;
		line-height:13px;
		position:relative;
		top:27px;
		float:right;
}
*:first-child+html h1{ top:35px;}
*html h1{ top:35px;}

#wrapper{
		height: 100%;
		margin:auto;
}


body > #wrapper{
        height: auto;
}

#wrapper{
        position: relative;
        height: 100%;
        min-height: 100%;
}

#sub_wrapper{
		padding-bottom:100px;
}


#header{
		background-image:url(images/header_bg.gif);
		background-repeat:repeat-x;
		height:100px;
		width:100%;
}

#header_inner{
		width:800px;
		margin:0 auto;
}
#header_over{
		height:63px;
		line-height:56px;
}
#header_over img{
		float:left;
		position:relative;
		top:10px;
}
#global_menu{
		padding:0;
		margin:0;
}
#global_menu li{
		display:block;
		float:left;
		list-style:none;
		list-style-position:outside;
		height:36px;
}
#contents{
		width:800px;
		margin:0 auto;
}
#contents_left{
		float:left;
		width:550px;
}
#top_service_title{
		background:url(images/service_title.gif);
		width:550px;
		height:30px;
}
#top_service{
		background-image:url(images/service_bg.jpg);
		background-repeat:repeat-x;
		height:130px;
		width:550px;
		border:solid 1px #999999;
		border-top:none;
		font-size:13px;
		text-align:center;
}

.title_bar{
		background:url(images/title_bar.gif);
		height:30px;
		width:550px;
}
.title_bar strong{
		line-height: 30px;
}
.contents_box{
		border:solid 1px #999999;
		border-top:none;
		width:528px;
		padding:10px;
}
#top_news{
		width:526px;
		line-height:1.3em;
		font-size:13px;
}

#top_news td{
		vertical-align:top;
}

#top_news td.news_date{
		width:110px;
}

td.news_date img{
		position:relative;
		top:-1.5px;
}


#contents_right{
		float:right;
		width:234px;
}
.contents_box_right{
		padding:10px;
		border:solid 1px #999999;
		border-top:none;
}
*html .contents_box_right{
		padding-top:0px;
		padding-bottom:0px;
		height:65px;
		overflow:hidden;
}
#searchform{
		margin:15px 0;
		padding:0;
}
#search_title{
		background:url(images/search_title.gif);
		width:234px;
		height:45px;
}
#search_keyword_bg{
		float:left;
		background-image:url(images/search_box.gif);
		background-repeat:no-repeat;
		width:120px;
		height:22px;
		margin-left:28px;
}
*html #search_keyword_bg{
		position:relative;
		left:-36px;
}
#s{
		float:left;
		background:none;
		border:none;
		width:114px;
		height:16px;
		margin:0px;
		padding:0;
		vertical-align:bottom;
		padding:3px;
}
*:first-child+html #s{
		position:relative;
		left:-28px;
}
*html #s{
		position:relative;
		left:-28px;
}

#searchsubmit{
		background:none;
		border:none;
		width:50px;
		height:24px;
		vertical-align:middle;
		position:relative;
		left:-12px;
		top:-1px;
		margin:0;
		padding:0;
}
/*Firefox*/
#searchsubmit, x:-moz-any-link { top:-2px; /* Fx 1.0 以降に適用される */}
#searchsubmit, x:-moz-read-only { top:-2px; /* Fx 1.5, 2.0 以降に適用される */}
#searchsubmit, x:-moz-broken { top:-2px; /* Fx 3.0 以降に適用される */}
#searchsubmit, x:x{ top:-1px; }

/*IE8用*/
html>/**/body .top #searchsubmit{
		top/*\**/:-2px\9;
}

/*IE7用*/
*:first-child+html #searchsubmit{
		position:relative;
		left:-12px;
		top:-1px;
}
/*IE6用*/
*html #searchsubmit{
		position:relative;
		left:54px;
		top:-23px;
		width: 46px;
}

#searchsubmit img{
		margin:0;
		cursor:pointer;
}

#footer{
        position: absolute;
        bottom: 0px;
		background-image:url(images/footer_bg.gif);
		background-repeat:repeat-x;
		height:90px;
		width:100%;
		border-top:solid 1px #cccccc;
}

#footer_inner{
		width:800px;
		margin:0 auto;
}

#footer_logo{
		font-size:14px;
		font-weight:600;
		margin:10px 0 10px 0;
}

#footer_link{
		float:left;
		font-size:11px;
}
#footer_link a{
		margin-right:20px;
		color:#333333;
}

#footer_logo span{
		font-size:11px;
}

#copyright{
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align:right;
		line-height: 1.5em;
}

#copyright a{
		line-height:1.2em;
		color:#333333;
}
/*新着情報ページ*/
.alignleft{
		float:left;
}

.alignright{
		float:right;
}




/*お問い合わせページ*/
#contact_table{
		width:100%;
		background: #999999;
}
.contact_left{
		background: #efefef;
		border-top:solid 1px #ffffff;
		padding:5px 0px 5px 10px;
		width:150px;
}

.contact_right{
		background: #ffffff;
		padding:5px 0px 5px 10px;
		width:auto;
		color:red;
}
.contact_right input{
		width:275px;
}
.contact_right textarea{
		width:275px;
		height:100px;
}


/*企業情報ページ*/
#corporate_table{
		width:100%;
		background: #999999;
}
.corporate_left{
		background: #efefef;
		border-top:solid 1px #ffffff;
		padding:5px 0px 5px 10px;
}

.corporate_right{
		background: #ffffff;
		padding:5px 0px 5px 10px;
}

/*検索結果ページ*/
h2.search_result_info{
		font-size:14px;
		font-weight: 600;
}

