/*
Theme Name: Bluebusiness
Theme URI: http://www.makequick.com
Version: 1.0
Description: 2 Column theme
Author: Make Quick
Author URI: http://www.makequick.com
*/


/* Links */

a:link { text-decoration: none; color: #000099; }

a:visited { text-decoration: none; color: #000099; }

a:hover, a:active { color: #49AF61; }

a img {border-style:none;}

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 10px 0 10px; }

h1 { font-size: 2em; margin-bottom: 0px; margin-top: 5px;}

h2 { 
font-size: 1.5em; 
color: #3366cc;
}

h3 { 
font-size: 1.3em; 
color: #3366cc;
}
h4 { 
color: #3366cc;
}

h4, h5, h6 { font-size: 1.2em; }

/* Other Html Elements */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 24px; text-decoration: none; underline: none;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 24px;
font-weight: normal;
border-bottom-width: 0;
}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;

}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol { line-height: 160%;
margin:0px;
padding:10px 12px;
}

ul { list-style-image: url(images/bullet2.gif); }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

/* Structure */

body
{
	margin: 0;
	padding: 0;
	color: #404040;
	/*background-image: url(images/bg.gif);*/
	background-repeat: repeat-x;
	background-color: #f3f3f3;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  font-size: 0.83em;

}

#wrapper2 {
width: 820px;
margin-left: auto;
margin-right: auto;
background:#FFFFFF none repeat scroll 0 0;
}
#header
{
	float: left;
	width: 820px;
	padding-bottom: 0px;
	background: #FFFFFF;
	clear: right;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	/*height: 89px;*/
	height: 65px;
	margin-top: 0px;
}

#navigation
{
	clear: both;
	float: left;
	width: 100%;
	background: #80B8DD;
	height: 35px;
}

#wrapper
{
padding-left: 10px;
padding-right: 10px;
	clear: both;
	float: left;
	width: 800px;
	color: #555555;
	background: #ffffff;
}

#content-wrapper
{
	width: 510px;
	float: left;
}

#content
{
	width: 510px;
	float: left;
	padding: 10px 0px ;
}

p
{
margin-top: 7px ;
font-size:100%;
line-height:160%;
}
#content img
{
margin: 5px 10px 3px 5px;
}

#sidebar-wrapper
{
	width: 280px;
	float: right;
}

#sidebar
{
	float: right;
	padding: 10px 0px;
	width: 270px;
	margin-right: 0px;
	margin-top: 0px;
}

#footer
{

	clear: both;
	float: left;
	width: 820px;
	height: 50px;
	text-align:center;
	background: #FFFFFF;
	/*color: #549AD8;*/
	font-size: 11px;
}

#footer a {
	color: #549AD8;
	font-size: 11px;
	}

#footer a: visited {
	color: #549AD8;
	}
#footer a:hover {
	color: #993019;
	border-bottom: 1px dashed #E18A77;
	}
#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Header */
#header h1 
{ 
	padding-left: 50px; 
	color: #999999;	
}
#header h1 a
{ 
	padding-left: 50px; 
	color: #999999;	
}
/* Navigation */

#navigation ul { 
list-style-type: none;
list-style-image: none;
float: left; 
margin-top: 0px; 
padding: 0 0 0 0;
 }

#navigation li 
{ 
         text-align: center;
         float: left; 
/*	background: url(images/nav-bg.gif);*/
	width: 164px;
}
#navigation li a:link,
#navigation li a:visited
{
	float: left;
	margin-right: auto;
	margin-left: 0px;
	color: #ffffff;
	display: block;
	height: 24px;
	font-size: 14px;

	
}
#navigation li a:hover,
#navigation li a:active
{
	color: #6D9CC7;
	background: #F5F5F5;
	/*border: 1px solid #FFFFFF;*/
	background-repeat: repeat-x;
	font-size: 14px;
		margin-top: 3px;
}

#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
}

/* Wrapper */

#wrapper a:link { font-weight: bold; }

#wrapper a:visited { font-weight: bold; }

#wrapper a:hover, #wrapper a:active { }

/* Content */

.post-title { 
BORDER-RIGHT: #AEBCD6 1px solid; 
PADDING-RIGHT: 1px;
BORDER-TOP: #AEBCD6 1px solid;
PADDING-LEFT: 5px; 
FONT-SIZE: 12px; 
BACKGROUND-IMAGE: url(images/bgcode.gif); 
PADDING-BOTTOM: 1px; 
BORDER-LEFT: #AEBCD6 1px solid;
LINE-HEIGHT: 140%; 
PADDING-TOP: 1px; 
margin: 0px 0px 0px 0px;
voice-family: inherit
}
/*
.toppost-title { 
BORDER-RIGHT: #AEBCD6 1px solid; 
PADDING-RIGHT: 1px;
BORDER-TOP: #AEBCD6 1px solid;
PADDING-LEFT: 5px; 
FONT-SIZE: 12px; 
BACKGROUND-IMAGE: url(images/toppost-bg.gif); 
PADDING-BOTTOM: 1px; 
BORDER-LEFT: #AEBCD6 1px solid;
HEIGHT: 120px; 
PADDING-TOP: 1px; 
margin: 0px 0px 0px 0px;
voice-family: inherit
}
*/
.toppost-title
{
background: transparent url(images/toppost-bg.gif) no-repeat scroll 0 0;
padding:3px 7px;
color:#000000;
}

.toppost-bottom-title{
background: transparent url(images/toppost-bottom-bg.gif) no-repeat scroll left bottom;
margin-bottom:10px;
padding-bottom:15px;
width:100%;
}


#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: none;
	background-color: #F7FFF0;
	border: 1px solid #E2FFCC;
}

/* Sidebar */

.sideblock
{
	padding: 0px;
	margin-bottom: 10px;
	/*background-color: #F6FAFF;*/
	background-color: #c1e1f3;
	/*border: 1px solid #DFEAF7;*/
	border: 1px solid #6280ba;
}
.sideblock2
{
	padding: 5px 10px;
	margin-bottom: 10px;
	/*background-color: #F6FAFF;*/
	background-color: #ffffff;
	/*border: 1px solid #DFEAF7;*/
	border: 1px solid #6280ba;
}
.sideblock3
{
background: transparent url(images/sideblock3_top.gif) no-repeat scroll 0 0;
padding:3px;
color:#ffffff;
}
.sideblock3 p
{
margin: 6px 3px;
}

.sideblock3_bottom{
background: transparent url(images/sideblock3_bottom.gif) no-repeat scroll left bottom;
margin-bottom:10px;
padding-bottom:10px;
width:100%;
}

.sideblock ul { 
list-style-image: none;
 /*list-style-image: url(images/bullet.gif); */
list-style-type: none;
padding: 0px; 
margin: 3px 0 0 1.5em;
line-height: 1.6em;
}
/*
.sideblock2 ul { 
 list-style-image: url(images/bullet2.gif); 
}
*/
.sideblock2 img { 
margin: 0 5px 5px 0;
}

#sidebar h3 { 
background-image: url(images/side-bg.gif);
margin: 0px;
padding: 2px 10px;
font-size: 14px; 
color: #ffffff; 
font-weight: bold; 
}
#sidebar h4 { 
color: #ffffff;
}


#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}

/* Extras */

#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }

	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
/*
.date {
	background: url(images/date.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
}

.date .month {
	display: block;
	color: #E1F6BC;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}
*/
#left {
	width: 60px;
	float: left;
}

.slogan {
  font-size: 14px;
/*font-weight: bolder;*/
  color: #000000;
/* background: url(images/slogan.gif);*/
 /* background-color: #224272;*/
  text-transform: lowercase;
  width: 250px;
  height: 50px;
  margin-left: 570px;
/*  margin-bottom: 2px;*/
  margin-top: 10px;
/*  margin-right: 5px;*/
  align: right;
  padding: 5px 0 0 0px;
}

.slogan img {
margin-left: 172px;
}
.slogan table img {
margin-left: 2px;
}
.newsitem{
        /*--margin-left: 20px;--*/
        margin-bottom: 7px;
        padding-left: 3px;
        /*border-bottom: 1px dotted gray;*/
}
.post
{
border: 1px solid #AEBCD6;
padding: 10px 20px ;
margin-bottom: 10px;
}
.post1
{
border: 1px solid #AEBCD6;
padding: 10px 20px ;
margin-bottom: 10px;
width: 758px;
}
.toppost { 
border-left: 1px solid #AEBCD6;
border-right: 1px solid #AEBCD6;
padding: 10px 20px ;
margin-bottom: 10px;
}

.toppost1 { 
border: 1px solid #AEBCD6;
padding: 12px 20px ;
margin-bottom: 10px;
}
.toppost1 ul { 
list-style-image: url(images/bullet3.gif); 
}

#content .title {
BORDER-RIGHT: #AEBCD6 1px solid; 
PADDING-RIGHT: 1px;
BORDER-TOP: #AEBCD6 1px solid;
PADDING-LEFT: 5px; 
FONT-SIZE: 12px; 
BACKGROUND-IMAGE: url(images/bgcode.gif); 
PADDING-BOTTOM: 1px; 
BORDER-LEFT: #AEBCD6 1px solid;
LINE-HEIGHT: 140%; 
PADDING-TOP: 1px; 
margin: 0px 0px 0px 0px;
voice-family: inherit
}
#content H3 {
FONT-SIZE: 14px; 
voice-family: inherit
margin: 0px 0px 0px 0px;
}
/*
#footer li {
	float: left; 
	}
*/
#footer ul {
	align:center;
	}
#footer p {
font-size:100%;
line-height:110%;
}
.sideblock p
{
margin: 0px ;
font-size:100%;
line-height:140%;
}
#breadcrumb {
width: 520px;
float: left;
padding: 4px 0px 1px 10px;
height: 25px;
margin-top: 10px;
BACKGROUND-IMAGE: url(images/breadcrumb.gif); 
}
#rssfeed  {
width: 270px;
BACKGROUND-IMAGE: url(images/breadcrumb.gif); 
height: 30px;
margin-top: 10px;
float: right;
}
#rssfeed ul {
list-style-image: url(images/rss.gif); 
padding :3px 0 2px 15px;
margin :0 0 0 15px;
}
table {
border-collapse: collapse;
/*border: 1px solid #AEBCD6;*/

}
td, th {
border: 1px solid #AEBCD6;
padding: 3px;
}
.noborder {
border: 0 none;
}

.nomargin {
margin: 0;
border: 0;
}
#sidebar table img{
border-color: #6280ba;
} 
#sidebar table td{
text-align: center;
vertical-align: middle;
}
#sidebar table a img{
border-color: #6280ba;
border: 1px solid;
} 
.top {
width: 170px;
float: left;
margin-top: 40px;
margin-left: 100px;
}
#header td, th {
padding: 0px;
}

/* スライダー用スタイルシート */
.sliderRail {
  background:url(/hp/images/2009/04/slider_bg.gif) 0px 0 no-repeat;
  height:15px;
  width:75px;
  position: relative;
}
.sliderThumb:focus{
/*
  border: 1px solid #000;
  background-color: #00CCCC;
*/
}
.sliderThumb {
  background:url(/hp/images/2009/04/slider_thumb.gif) 0px 0 no-repeat;
  padding: 0px;
  width: 15px; 
  height: 15px;
  border: none;
  position: absolute;
}
.floatLeft {
  float:left;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

.vdsRateSlowLbl {
  text-align: right;
  width: 35px;
}

.vdsRateEarlyLbl {
  text-align: left;
  width: 40px;
}

#vdsRate_slider_Rail {
  margin-left: 3px;
  margin-right: 3px;
}

.vdsHidden{
  display: none;
}