/*
著作権表示（削除不可）

Copyright (C) 2004 ACQUA*WEB All Rights Reserved.
	http://acqua-web.com

*/

/*body*/
body {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;        
	}

/*リンク共通*/
a {
	text-decoration: underline;
	}

/*リンク*/
a:link {
	color: #3399FF;
	}
	
/*訪問済みリンク*/
a:visited {
	color: #3399FF;
	}

/*選択中リンク*/
a:active {
	color: #0033CC;
	}
	
/*オンマウス時のリンク*/
a:hover {
	color: #0033CC;
	}

/*見出し1,2,3*/
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

input {
	border: 1px solid #3399ff;
	background-color: #FFFFFF;
	color: #0066FF;
	}	
	
textarea {
	border: 1px solid #0099FF;
}

/*ブログ表示全体枠*/
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url(acquaweb-img/s-bg001.gif);
	background-repeat: repeat-y;
	}
	
/*トップタイトル*/
#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #CC66FF;
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px;
	border-bottom: 10px solid #3399ff;
	height: 100px;
	background-image: url(acquaweb-img/bunner001.gif);
	}


#banner-img {
	display: none;
	}


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

#banner h1 {
	font-size: xx-large;
	padding-top: 10px;	
	}

#banner h2 {
	font-size: small;
	margin-top: 20px;
	}
/*トップタイトル以下全体枠*/
#main {
	float:left;
	}
	
/*記事全体*/
#center {
	float: right;
	width: 580px;
	
	overflow: hidden;
	}

/*各記事*/
.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	width: 560px;
	}


.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}
	
/*記事引用部分*/
.content blockquote {
	line-height: 150%;
	border: 1px dotted #3399ff;
	padding: 20px;
	}

.content li {
	line-height: 150%;
	}
	
/*記事の日付*/
.content h2 {
	color: #3399FF;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(acquaweb-img/s-h2.gif);
	background-repeat: repeat-x;
	border-bottom-color: #3399FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
/*記事のタイトル*/
.content h3 {
	color: #3399FF;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(acquaweb-img/list.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	}

/*記事の投稿数など*/
.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	border-top-color: #3399FF;
	border-top-style: solid;
	border-top-width: 1px;
	background-image: url(acquaweb-img/s-h2.gif);
	background-repeat: repeat-x;
	}


/*サイドバー枠*/
#right {
	float: left;
	width: 220px;
	overflow: hidden;
	}

.sidebar {
	margin-left: 10px;
	padding-right: 40px;
	margin-top: 10px;
	}


/*カレンダー*/
#calendar {
	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border: 1px solid #3399ff;
	}

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

#calendar caption {
	color: #3399FF;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(acquaweb-img/s-h2.gif);
	border-bottom: 1px solid #3399ff;
	letter-spacing: 3px;
	}

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

#calendar td {
	text-align: center;
	}

/*検索枠*/
.search {
	}

/*サイドバーメニュータイトル*/
.sidebar h2 {
	color: #3399FF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(acquaweb-img/s-h2.gif);
	border-bottom-color: #3399FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	letter-spacing: 3px;
	font-weight: bold;
	}
	
/*サイドバーリスト*/
.sidebar ul {
	padding-left: 5px;
	margin: 0px;
	margin-bottom: 30px;
	list-style-type: none;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	list-style-type: none;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}

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

/*各メニューの枠*/
.menu{
	border:1px solid #3399ff;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	margin-top: 15px;
	}
	
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

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

#powered {
	font-family: Verdana, 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%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
/*フッター*/
#footer {
	clear:both;
	font-size: x-small;
	font-family: Verdana, Arial, sans-serif;
	color: #999999;
	float: none;
	width: 800px;
	text-align: right;
	}
	
