/* -------------------------------------------------------------------------------
Theme Name: Corporate Globe
Theme URI: http://www.rankerzseo.com/themes/index.php?wptheme=Corporate%20Globe
Description: 2 Column Orange and Green combination free wordpress theme for business and corporate blogs by <a href="http://www.rankerzseo.com">Rankerz SEO Company</a>
Version: 1.0.2
Author: Rankerz SEO Company

Tags: orange, two columns, fixed width, clean, simple, widgets, widget ready, valid XHTML, valid CSS, business, corporate
	
The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php	
   ------------------------------------------------------------------------------- */
/* general */
body{
	margin:0px auto;
	font-size: 16px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#000000;
	background-color: #F5EDD4;
}

img {
	border:0px;
	padding:0px;
	max-width: 100%; /* not working in IE6*/
}
a {color:#5A6B1E;text-decoration: underline;}
a:hover {color: #5A6B1E;text-decoration: none;}

h1 {font-size:30px;}
h2 {font-size:20px;margin:10px 0;
	position: relative;
	background:url(images/line.jpg) repeat-x bottom;
}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #5A6B1E; width:90%;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	background: url(images/quote.gif) no-repeat top left;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}
select{
	font-family: Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:20px;}
/***** layout *****/
#page_top{
	margin:0px auto;
	padding:0;
	width:100%;
	background: #F5EDD4 url(images/bg_top.jpg) no-repeat top center;
	border:0px blue solid;
}

#base{
	margin:0 auto;
	padding:0;
	width:951px;
	padding:0 28px 0 28px;
	border:0px red solid;
}

#header{
	position:relative;
	width: 100%;
	height: 120px;
}
.header-link {
float:right;
font-size:13px;
padding:7px;
letter-spacing:0.1em;
font-weight:bold;
}
.header-link a {
text-decoration:none;
}

#menu{

}
#container{
	position:relative;
	overflow:hidden;
	width:951px;
	background:url('images/container_repeat.png') repeat-y top center;
min-height:800px;
}
#container_top{
	position:relative;
	overflow:hidden;
	width:951px;
	background:url('images/container_top_bg.png') no-repeat top center;
height: 14px;
margin-top: 10px;
}
#sidebar{
	float:left;
	width:281px;
	overflow:hidden;
	color:#706D2A;
	padding:0 0 20px 0px;
	border:0px red solid;
margin:0 22px 0 26px;
}
#content{
	float:left;
	display:inline; 
	width:580px;
	overflow:hidden; 
	padding: 0;
margin-left:18px;
}
#footer{
	clear:both;
	position:relative;
	height:199px;
	color:#ffffff;
	font-size:11px;
	font-family:Arial;
	background:url('images/footer_bg.jpg') no-repeat top center;
margin:0 auto;
}
#footer a,#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/*######### header ############*/
#logo {
margin:73px 0 0 38px;
padding:0;
}
#blogtitle {
	position:absolute; 
	top:90px;
	width:894px;
	font-family: Arial,Verdana; 
	font-size:30px; 
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	border:0px red solid;
	overflow:hidden;
	
}

#blogtitle a, #blogtitle a:hover {
	font-family: Arial, Verdana; 
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none;
}
	
#subtitle {
	position:absolute;
	overflow:hidden; 
	font-family: Tahoma,Arial, Verdana; 
	width:894px; 
	height:45px;
	top:125px; 
	text-align:center; 
	font-size:13px;
	letter-spacing: 2px;
	color:#ffffff; 
	font-style:italic;
	border:0px red solid;
	line-height:1.1em;
}
#menu ul {
	position:absolute;
	top: 0px;
	left: 30px;
	height: 34px;
	width: 550px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	
	
}
#menu ul li {
	display: inline;
	font-size: 13px;
	font-family:Arial;
	font-weight: bold;
	color:#000000;
}
#menu ul li.separator {
	display: block;
	float: left;
	width:3px;
	height: 34px;
	background:url(images/menu_separate.jpg) no-repeat center;
}

#menu ul li a {
	display: block;
	float: left;
	line-height: 34px;
	color: #000000;
	padding: 0px 10px 0px 10px;
	margin:0px 0 0 0 ;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li.current_page_item a {
	color:#fff;
}
.searchbox {
	position:absolute;
	top:1px; 
	right: 45px;
	width:250px;
	height:30px; 
	border:0px;
}
.search-field input {
	position:absolute;
	top:5px;
	left:7px;
	width:172px; 
	height:15px; 
	font-family:Verdana;
	font-size:11px; 
	font-weight:bold;
	color:#999999; 
	padding:5px 3px 3px 3px;
	border:0px;
	background:#ffffff;
}
.search-but input {
	position:absolute;
	top:7px;
	right:5px;
	width:50px; 
	height:20px; 
	background:transparent;
	border:0px;
}
#footer img.rss{
	position: absolute;
	right: 52px;
	top: 29px;
	height:26px;
	width:26px;
}

/***** sidebar *****/
#sidebar a{color:#333300;text-decoration:underline;font-weight:normal;}
#sidebar a:hover {color:#ef750e;text-decoration:none;}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Arial,Verdanal;
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-family:Verdana,Arial;
	border-bottom:1px dashed;
line-height:2.5em;
	background: url("images/index-li.png") no-repeat scroll 0 12px transparent;
}
#sidebar li a {
text-decoration:none;
display:block;
}
#sidebar li a:hover {
background:#E8ECC2;
}
#sidebar li.current_page_item {
	background: #E8ECC2 url("images/index-li.png") no-repeat scroll 0 12px ;
}
#sidebar ul ul li{
	position: relative;
	line-height: 1.7em;
	list-style-type: none;
	font-size:12px;
	border:0px red solid;
	font-family:Verdana,Arial;
	margin: 0px 0px 0px 5px;
	padding:0 5px 0 16px;
	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
}

#sidebar ul ul ul li {
	position: relative;
	list-style-type: none;
	font-size:12px;
	border:0px; 
	margin: 0px 0px 0px 0px; 
	line-height: 1.7em; 
	font-family:Verdana,Arial;
	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
	padding: 0px 0px 0px 16px;
}

#sidebar h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0px 0px 0px;
	padding: 12px 0px 0px 22px;
	height: 30px;
	font-family:Verdana,Arial;
	background:url('images/sidebar_title.jpg') no-repeat center;
	border:0px red solid;
}
#sidebar select{
	margin:5px 0px 2px 5px;
	font-size:12px;
	width:200px;
	overflow:hidden;
}
#sidebar .link{
margin-bottom:15px;
}

/***** content *****/

.archivetitle {
	height:20px;
	color: #000000;
	font-size: 11px;
	font-weight:normal;
	padding: 10px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}
.post{
	width:590px;
	margin:12px 0 0 0;
}
.post_top{
	position: relative;
	height:27px;
	background:url(images/line.jpg) repeat-x bottom;
}
.post_bottom{
	height:15px;
	background:url(images/line.jpg) repeat-x bottom;
clear:both;
margin-bottom:10px;
}	
.posttitle{
	position:absolute;
	font-size:20px;
	font-family:arial;
	color:#5A6B1E;
	border:0px red solid;
font-weight:bold;

}
.posttitle a{
	font-family:arial;
	color:#5A6B1E;
	text-decoration:none;
}
.posttitle a:hover{
	font-family:arial;
	text-decoration:underline;
	color:#5A6B1E;
}
.date {

	font-family:arial;
	font-size: 10px;
	padding: 0;
margin-top:3px;
text-align:right;
width:580px;
}
.author{
	position:absolute;
	font-family:arial;
	font-size:11px;
	top:24px;
	left:5px;
}
.author a{
	text-decoration:none;
}
.author a:hover{
		text-decoration:underline;
}
.info {
	line-height: 2em;
	font-size: 9px;
	padding:10px 10px 5px 10px;
	color:#000000;
	border:0px red solid;
}
.category{
	padding:2px 0 2px 20px;
	background:url(images/category.jpg) no-repeat top left;
}
.bubble{
	padding:2px 0 2px 20px;
	background:url(images/bubble.jpg) no-repeat left top;
}
.tags{
	padding:2px 0 2px 20px;
	background:url(images/tags.jpg) no-repeat left top;
}

.entry {
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 5px 0 0px 0;
width:580px;
}

.navigation {
	font-size: 12px;
	padding: 30px 0px 30px 0px;
}


.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #CC6633;
	background:#ffffff;
}

/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments{
	padding:0 20px 0 20px;
}
.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #5A6B1E;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}

.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 15px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #5A6B1E;
	background: #F0F3CD url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #5A6B1E;
	background:#F0F3CD;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #aaaaaa;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #000000;}

.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #5A6B1E;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/***** widget *****/
#wp-calendar td {font-size:11px;color:#999999;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 210px;
	text-align: center;
	font-size:11px;
	color:#5A6B1E;
}
.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:5px 0px 5px 5px;
}

#akismetwrap{
	margin:2px 0 2px 45px;
}
.rsswidget img {
	margin-top:2px;
	margin-left:-15px;
	padding:0px;
	background:#ff0 fixed;
}

#sidebar h1 a.rsswidget{
	margin-left:-3px;
	color: #706D2A;
	text-decoration:none;
}




#g_navi {
	height:97px;
	background:url(images/navi-bg-off.png) no-repeat;
	margin:0;
}
#g_navi ul {
	padding:0;
	margin:0;
}
#g_navi li {
	display:inline;
	list-style-type:none;
}
#g_navi li a {
	height:97px;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
}
/*------off*/

#g_navi li.page-item-1 a {
	background:url(images/navi-bg.png) no-repeat 0px 0px;
	width:122px;
}
#g_navi li.page-item-2 a {
	background:url(images/navi-bg.png) no-repeat -122px 0px;
	width:148px;
}
#g_navi li.page-item-3 a {
	background:url(images/navi-bg.png) no-repeat -270px 0px;
	width:115px;
}
#g_navi li.page-item-4 a {
	background:url(images/navi-bg.png) no-repeat -385px 0px;
	width:118px;
}
#g_navi li.page-item-5 a {
	background:url(images/navi-bg.png) no-repeat -503px 0px;
	width:119px;
}
#g_navi li.page-item-6 a {
	background:url(images/navi-bg.png) no-repeat -622px 0px;
	width:132px;
}
#g_navi li.page-item-7 a {
	background:url(images/navi-bg.png) no-repeat -754px 0px;
	width:192px;
}

/*------hover*/

#g_navi li.page-item-1 a:hover {
	background:url(images/navi-bg.png) no-repeat 0px -97px;
}
#g_navi li.page-item-2 a:hover {
	background:url(images/navi-bg.png) no-repeat -122px -97px;
}
#g_navi li.page-item-3 a:hover {
	background:url(images/navi-bg.png) no-repeat -270px -97px;
}
#g_navi li.page-item-4 a:hover {
	background:url(images/navi-bg.png) no-repeat -385px -97px;
}
#g_navi li.page-item-5 a:hover {
	background:url(images/navi-bg.png) no-repeat -503px -97px;
}
#g_navi li.page-item-6 a:hover {
	background:url(images/navi-bg.png) no-repeat -622px -97px;
}
#g_navi li.page-item-7 a:hover {
	background:url(images/navi-bg.png) no-repeat -754px -97px;
}

.archive-title {
font-size:20px;
line-height:1.4em;
margin:0 0 0 0;
}
.archive-thumbnail {
width: 266px;
float:left;
margin-right:15px;
}
.archive-body {
float:left;
width:299px;
}

.archive-thumbnail-img {
background:url(images/top_thumbnail_bg.png) no-repeat;
padding:10px;
}
.attachment-post-thumbnail.wp-post-image {
background:url(images/top_thumbnail_bg.png) no-repeat;
padding:10px;
}
.excerpt {
font-size:16px;
line-height:1.3em;
}
.post-meta {
font-size:13px;
line-height:1.5em;
margin-bottom:5px;
}
.wp-pagenavi {
clear:both;
margin:30px 0;
text-align:center;
}
.breadcrumb {
margin:8px 20px 0 345px;
}
.calender {
margin-bottom:15px;
}
.osirase ul {
margin:8px 0 0 0;
padding:0;
line-height:1.4em;
}
.osirase ul li {
list-style:none outside none;
}
.banner {
margin:5px 0;
}
.orikomi {
margin:0;
padding:0;
}
.orikomi img.archive-thumbnail-img {
width:86px;
height:64px;
border:1px solid #dedede;
padding:0;
margin:0;
}
.orikomi img.attachment-post-thumbnail.wp-post-image  {
width:86px;
height:64px;
border:1px solid #dedede;
padding:0;
margin:0;
}
.orikomi ul  {
margin:10px 0;
padding:0;
}
.orikomi ul li  {
float:left;
list-style:none outside none;
margin:0 8px 10px 0;
width:86px;
}
.itiran-link {
margin-bottom:25px;
margin-left:500px;
margin-top:-45px;
}

.itiran-link a  {
display:block;
width:76px;
height:26px;
background:url(images/link_itiran.png) no-repeat 0px 0px;
text-decoration:none;
text-indent:-9999em;
}
.itiran-link a:hover {
height:26px;
width:76px;
background:url(images/link_itiran.png) no-repeat 0px -26px;
}

.kagu-shousai {
background-color:#FFFFFF;
border-collapse:collapse;
border-spacing:0;
font-size:14px;
width:100%;
margin:5px 0;
}
.kagu-shousai th {
background-color:#F4F4F4;
border:1px solid #D6D6D6;
padding:5px;
text-align:center;
}
.kagu-shousai td {
background-color:#FFFFFF;
border-bottom:1px solid #D6D6D6;
border-right:1px solid #D6D6D6;
border-top:1px solid #D6D6D6;
padding:10px 5px;
text-align:center;
}
.tokka  {
color:#FF0000;
font-size:16px;
font-weight:bold;
}
.size-thumbnail {
background-color:#FFFFFF;
border:1px solid #D6D6D6;
margin:2px;
padding:5px;
}
.tyuui {
background-color:#E1E1E1;
margin-top:10px;
padding:10px;
text-align:left;
}
.tyuui ul {
margin:0;
}
.company {
width:580px;
background-color:#FFFFFF;
border-collapse:collapse;
border-spacing:0;
margin-top:15px;
}
.company th {
background-color:#F4F4F4;
border:1px solid #D6D6D6;
padding:5px;
text-align:center;
}
.company td {
background-color:#FFFFFF;
border-bottom:1px solid #D6D6D6;
border-right:1px solid #D6D6D6;
border-top:1px solid #D6D6D6;
padding:5px;
}
.jinji {
background-color:#FFFFFF;
border:1px solid #6D6D6D;
margin-bottom:15px;
padding:15px;
}
.innyou {
background-color:#E0E0E0;
border-left:5px solid #C1C1C1;
margin-bottom:20px;
margin-top:20px;
padding:10px;
text-align:left;
}
#ranking {
border:1px solid #BDAD96;
background-color:#FFFEEF;
line-height:2em;
margin:15px 0;
text-align:center;
width:575px;
font-size:13px;
}
.qa {
	background: url("images/qa.png") no-repeat top left ;
width:580px;
height:200px;
}
.question {
padding:50px 10px 0px 110px;
font-weight:bold;
color:#CD6D53;
}
.answer {
padding:0px 60px 20px 110px;
}
#personal {
background: url("images/personal2.png") no-repeat top left ;
width:290px;
padding:400px 0 50px 290px;
}
.kirizai {
    height: 120px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
clear:both;
}
.right-image {
    padding:30px 0 0 15px;
}

#heart-system {
background: url("images/heart-bg.png") no-repeat top left ;
    padding: 100px 0 20px 215px;
height:49px;
}
#heart-link-builder {
background: url("images/heart-link.png") no-repeat top left ;
width:165px;
height:53px;
text-indent:-9999px;
float:left;
}
a #heart-link-builder:hover {
background: url("images/heart-link.png") no-repeat   0 -53px;
}
#heart-link-customer {
background: url("images/heart-link.png") no-repeat scroll -178px 0 transparent;
width:165px;
height:53px;
text-indent:-9999px;
float:left;
margin-left: 10px;
}
a #heart-link-customer:hover {
background: url("images/heart-link.png") no-repeat scroll -178px -53px transparent;
}
.merit {
    background: none repeat scroll 0 0 #FBF4E3;
    margin: 0 10px 0 20px;
    padding: 5px 10px;
}
h2.ansin {
background: url("images/ansin.png") no-repeat scroll top left transparent;
    padding: 20px 0 10px 55px;
}
ol.kyoutei {
    background: none repeat scroll 0 0 #EEEEEE;
    margin: 0 10px 0 20px;
    padding: 5px 10px 10px 35px;
}
