body {
       margin: 20px 0px 20px 0px;
       background-color: #FFFFFF;
       text-align: center;  
       line-break: strict;
}


a {
	text-decoration: underline;		
	}

a:link {
   text-decoration:none;
 	color: #0033FF;
	}

a:visited {
    text-decoration:none;
	color: #0033FF;
	}

a:active {
	color:#0033FF;
	}

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



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

	}


/*ベースカラー*/
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	width: 99%;	
	background-color: #FFFFFF;
	border: 4px solid #90BFD8;
	background-image: url("");
	background-position: 50% 0px;	
	background-repeat:  repeat-y;
	}

/*バナー*/
#banner {
	font-family: Verdana, Arial, sans-serif;
	background-color: #222950;
	padding: 30px 20px 10px 20px;
	text-align: left;
	height: auto;
	}

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

/*タイトル文字*/
#banner h1 {
	font-size: xx-large;
	font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 3px;
	}

/*サブタイトル文字*/
#banner h2 {
	font-size:small;
        font-weight: bold;
        line-height: 150%;
	color: #DDDDDD;
	}



#center {
	float: left;
	width: 74%;
	overflow: hidden;
	}

.content {
	padding: 10px 10px 0px 10px;


	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	line-height: 120%;
	font-size:medium;
	}

#right {
	float: right;		
                width: 200px;
	overflow: hidden;
	background-color: #EEEEEE;
                padding: 30px 0px 20px 0px;
	}

/*記事部分*/
.content p {
 color: #000000;
	font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
  	font-size:medium;
    width: auto;
    line-height: 140%;
    text-align: left;
    padding: 0px 10px 0px 20px;
	}



/*記事の日付*/
.content h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: right;
	font-weight: bold;
	color: #222950;
	padding: 3px 5px 3px 5px;
    border-bottom: solid 1px #333333;
    line-height: 120%;
	}

/*記事のタイトル*/
.content h3 {
    color: #8c0f05;
    font-family: Verdana, Arial, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
    padding: 7px 3px 3px 3px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 120%;
}

/*記事下のリンク*/
.content p.posted {
	color: #303030;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
    padding: 3px 10px 3px 10px;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: normal;
   border-bottom: solid 1px #888888;
	}


/*サイドバー*/
.sidebar {
    padding: 0px 10px 0px 10px;
	}


/*サイドバーの見出し*/
.sidebar h2 {
   color: #222950;
   font-family: Verdana, Arial, sans-serif;
   font-size:medium;
   text-align: center;
   font-weight: bold;
   padding:2px 10px 2px 0px;
   line-height: 120%;
   background-image: url("");
			background-position: top right;
			background-repeat: no-repeat;
			background-color: #F8F8F8;
	border-right: solid 2px #1F5C97;
	border-left: solid 2px #1F5C97;
	border-top: solid 2px #1F5C97;
	border-bottom: solid 2px #1F5C97;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}


/*アーカイブ・コメント*/
.sidebar li {
	color: #303030;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 150%;	
	margin-top: 3px;
	padding: 0px 5px 0px 5px;
	list-style-type: none;
	}

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

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

/*XML・検索のテキスト*/
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: left;
	color: #303030;
	margin-top: 3px;
	margin-bottom: 30px;

	}



#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
    font-weight: bold;
	line-height: 150%;
	text-align: left;
	color: #444444;
	padding: 5px 0px 0px 0px;
    border-top: solid 1px #666666;
	margin-top: 50px;
	}



#comment-data {
	float: left;
	width: auto;
	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";
}
