/*

ここは消さないで下さい

Copyright (C) 2004 Dr.Blog. All Rights Reserved. http://drblog.jp/ 

*/

body {
	margin: 10px 0px 0px 0px;
	background: #F1F1F1;
	background-position: top center;
	text-align: center;  
	}


a {
	text-decoration: underline;		
	}

a:link {
	text-decoration:none;
	color: #209EEF;
}

a:visited {
	text-decoration:none;
	 color: #209EEF;
	}

a:active {
	 color: #209EEF;
	}

a:hover {
 	color: #EE7948;
	text-decoration:underline;
	}



h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal
	}


/*ベースカラー*/
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	background: url("left_bg.jpg") #FFF;
	background-repeat: repeat-y;
	background-position: top left;

}

/*バナー*/
#header {
	font-family: Verdana, Arial, sans-serif;
	background: url("banner_back.jpg");	
	text-align: left;
	padding:70px 400px 10px 10px;
	border-bottom:#54A6E0 5px solid;
	height: 60px;
	}

#header-img {
	display: none;
	}
#header a {
/*   color: #5D5D5D; */
   color: #5FA2D0;
   text-decoration: none;
	}

/*タイトル文字*/
#header h1 {
	 font-size: 21px;
	 font-weight: bold;
	color: #5D5D5D;
	padding-bottom: 3px;
	}

/*サブタイトル文字*/
#header h2 {
/*	font-size:14px; */
	font-size:12px;
	font-weight: bold;
	color: #5D5D5D;
	}



/*カレンダー*/
#calendar {
	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 0px 0px 0px 1px;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 60px;
 	}

.calendar {
	background-color: #FFFFFF;
	border-bottom: 3px double #5D5D5D;
	padding-top: 15px;
	}

#calendarhead {
 color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .-1em;
 border-right: solid 1px #000000;
 padding: 0px 10px 0px 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	}

#calendar a {
 color: #209EEF;
 text-decoration: bold;
	}
#calendar a:hover {
	color: #209EEF;
 text-decoration:underline;
	}





#maincontent {
	float: right;
	width: 510px;	
	overflow: hidden;
	padding: 20px 0px 0px 0px;
	}

.content {
	background-color: #FFFFFF;	
	text-align: left;
	padding-left: 30px;
	padding-right: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	}

#subcontent {	
	float: left;
	width: 180px;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	}

/*サイドバーの見出し*/
#subcontent h2 {
	color: #5D5D5D;
	border-bottom:#C8C8C8 1px solid;
	border-left:#C8C8C8 1px solid;
	font-family: Verdana, Arial, sans-serif;
	text-align:center;
	font-size:12px;
	letter-spacing:2px;	
	padding:0px 0px 3px 0px;
	line-height: 20px;
	font-weight:bold;
}


/*サイドバー*/
.menu {
	padding: 5px 5px 0px 5px;
	margin-bottom: 5px;
}

.menu h2 {

}

.menu ul {
	list-style : none;
	padding-left: 0px;
	margin: 5px 0px 20px 0px;
}

.menu li {
	color : #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	line-height: 15px;	
	margin-top: 3px;
	padding: 3px;
	list-style-type: none;
	border-color: #99CCFF;
	border-style : solid;
	border-width : 1px;
	background-color:#209EEF;
	width : 125px;
	float:left;
	}

.menu a {
	color:#FFFFFF;		
}

.menu img {
	border: 0px solid #FFFFFF;
	}


/*記事部分*/
.content p {
	color: #5D5D5D;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size:12px;
	line-height: 150%;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px 0px 10px 27px;
}

/*記事部分（コード）*/
.content pre {
	line-height: 120%;
	font-family: Courier New;
	font-size: 9pt;
                padding : 5px;
	width : 550px;
	background-color: #DCDCDC;
                margin-left:20px;
}

/*記事の日付*/
.content h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 5px;
	background: url("con_h2.gif") no-repeat top left;
	font-weight: bold;
	color: #666;
	padding: 5px 0px 5px 15px;
	margin-bottom: 10px;
	line-height: 15px;	
	 border-bottom:solid 2px #C8C8C8;
	}

/*記事のタイトル*/
.content h3 {
	color: #5FA2D0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 5px 0px 5px 27px;
	line-height: 140%;
	background: url("con_bg.gif") no-repeat top left;
	}

/* 記事内の章タイトル*/
.content h3.chapter {
	padding: 2px 0px 2px 27px;
	background: none;
}

/*記事下のリンク*/
.content p.posted {
	color: #5D5D5D;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	padding: 5px 10px 5px 25px;
	margin-bottom: 30px;
	margin-top: 0px;
	line-height: normal;
	border-top: double 3px #C8C8C8;
	background: #F3FAFF;
	}


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

/*XML・検索のテキスト*/
.search {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
    color: #999;
	margin: 10px 0px 30px 10px;
}



.powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
	color: #000000;
	padding: 5px 0px 10px 5px;
	margin-top: 50px;
	}



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

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

textarea {
font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}


/*プロフィール*/
.profile {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
    color: #5D5D5D;
    padding:3px;
	margin-bottom: 20px;
}

.profile h3 {
	font-size: 12px;
}


/* 事業 */
.profile_element {
	color : #5D5D5D;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*カテゴリタイトル */
.category {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 150%;
    text-align: left;
    color: #999;
    margin-top: 10px;
    margin-bottom: 20px;
}

.category ul {
	list-style-type:disc;
}

.category li {
	/*margin-left:2px;*/
}

.catetitle {
   padding : 20px 0px 20px 0px;
}

#footer {
	padding:5px;
	background-color:#FFFFFF;
}

#footer p {
	color : #999;
	font-size : 12px;
}
