body {
	margin: 0px 0px 20px 0px;
	background-color: #DDDDDD;
	font-family:arial, sans-serif,"ＭＳ ゴシック", "Osaka";
        
	}

/***************************/
/*  共通LINK               */
/***************************/

a {
	text-decoration: underline;
	}

a:link {
	color: #003399;
	}

a:visited {
	color: #003399;
	}

a:active {
	color: #0099FF;
	}

a:hover {
	color: #0066FF;
	text-decoration: none;
	}

/***************************/
/*  H                      */
/***************************/


h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family:arial, sans-serif,"ＭＳ ゴシック", "Osaka";
	}

/***************************/
/*  ブログ全体を囲む       */
/***************************/

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 760px;
	
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}


/***************************/
/*  タイトル部分           */
/***************************/


/*  ↓background-image のパスを変更してください↓   */

#banner {
	font-family:arial, sans-serif,"ＭＳ ゴシック", "Osaka";
	color: #FFFFFF;
	background-color: #2624B3;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #FFFFFF;
	height: 80px;
	background-image: url(http://bb.watch.impress.co.jp/static/blog/blognews/img/title-back.jpg);
	background-repeat: no-repeat;
	}

a#banner-img {
	display: none;
	}


#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	}

#banner h2 {
	font-size: 12px;
	line-height: 140%;
	padding-top: 15px;
	padding-left: 20px;
	}

#bbw-logo {
	float: left;
	padding-right: 20px;
	}


#title-area {
	}

/***************************/
/*  記事部分               */
/***************************/

#blog {
	float: right;
	width: 550px;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #000000;
	font-family:arial, sans-serif,"ＭＳ ゴシック", "Osaka";
	font-size: small;
	}



.content p {
	color: #000000;
	font-family:arial, sans-serif,"ＭＳ ゴシック", "Osaka";
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	border: 1px dashed #666666;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #FFFFFF;
	font-family:arial, sans-serif, "ＭＳ ゴシック", "Osaka";
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #6663E0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	
	}


/*  ↓background-image のパスを変更してください↓   */

.content h3 {
	color: #000000;
	font-family:arial, sans-serif, "ＭＳ ゴシック", "Osaka";
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(http://bb.watch.impress.co.jp/static/blog/blognews/img/news-header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	}

.content p.posted {
	color: #999999;
	font-size: 12px;
	text-align: left;
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.content a.extended {
	font-size: 10px;
	font-family:arial, sans-serif,"ＭＳ ゴシック", "Osaka";
}

.category_link {
	font-size: 10px;
}


/***************************/
/*  カレンダー           */
/***************************/

#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 10px;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	/*border-collapse: collapse;*/
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #003399;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: 0.3em;
	border-bottom: 1px solid #0066CC;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}


/***************************/
/*  メニュー部分           */
/***************************/

#menu {
	float: left;
	width: 170px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
	

#menu h2 {
	color: #003399;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	letter-spacing: 0.2em;
	border: 1px solid #0066CC;
	background-color: #E4E4E4;
	
	
	}

#menu ul {
	padding-left: 20px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}



/*  ↓list-style-image のパスを変更してください↓   */

#menu li {
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 130%;
	margin-top: 10px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(http://bb.watch.impress.co.jp/static/blog/blognews/img/ball-icon-b.jpg);
	}

#menu img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}
	

.link-note {
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 0px;
	margin-bottom: 15px;
	}


/***************************/
/*  検索フォーム部分       */
/***************************/

#search {}

#search form {

	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 0px;
	margin-bottom: 15px;

}




/***************************/
/*  コメント部分           */
/***************************/


#powered {
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}
	
	

/***************************/
/*     フッタ              */
/***************************/

#footer {
	clear:both;
	font-family: arial, sans-serif,"ＭＳ ゴシック", "Osaka";
	font-size: 13px;
	line-height: 140%;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	}
	


#copyright {
	clear:both;
	font-family: arial, sans-serif,"ＭＳ ゴシック", "Osaka";
	font-size: 13px;
	line-height: 140%;
	padding: 10px;

	text-align: center;
}

