@charset "utf-8"; 

/*アクアラボ 個別スタイルシート


【1】共通設定
◆1-1　要素初期化
◆1-2　共通クラス
◆2-1　ヘッダ
◆2-2　フッタ

【3】レイアウト(2カラム固定)
◆3-1　全体枠
◆3-2　コンテンツ
◆3-3　中段
◆3-4　サイド1(2カラム)
◆3-5　サイド左(3カラム)
◆3-6　サイド右(3カラム)
◆3-5　補助枠(3カラム)

【4】コンテンツ内
◆4-0　ブログ本体
◆4-1　記事部分
◆4-2　記事日付
◆4-3　記事タイトル
◆4-4　記事本文
◆4-5　記事追記
◆4-6　記事下部
◆4-7　ページメニュー
◆4-8　ページトップ

【6】コメント･TB関連
◆6-1　コメント投稿フォーム
◆6-2　トラックバック一覧
◆6-3　コメント一覧

【7】プラグイン設定
◆7-0　プラグイン共通
◆7-1　カレンダー
◆7-2　RSS
◆7-3　最近の記事
◆7-4　過去記事
◆7-5　カウンター
◆7-6　最近のコメント
◆7-7　最近のトラバ
◆7-8　お気に入り
◆7-9　ブログ内検索
◆7-10　QRコード
◆7-11　読者登録
◆7-12　プロフィール
◆7-13　オーナーメール
◆7-14　インフォメーション
◆7-15　カテゴリ
◆7-16　新規投稿
◆7-17　カスタム1
◆7-18　カスタム2
◆7-19　カスタム3

◆7-20　参加サークル
◆7-21　マイプロフィール
◆7-22　フレンドブログ
◆7-23　マイフレンド

*/

/*【1】共通設定*/
/*base.cssに委ねる*/

/*◆2-1　ヘッダ*/
/*#banner {}
.blogtitle{}
.blogtitle a {} 
.blogtitle a:link , 
.blogtitle a:visited{}
.blogtitle a:hover , 
.blogtitle a:active {}
.description{}*/

/*◆2-2　フッタ*/
/*#footer{
	clear:both;
}
#copyright{
	background:#787878;
	height:16px;
	font-size:92%;
	color:#fff;
	line-height:150%;
	text-align:center;
	font-style: normal;
}*/
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
/*#container{
	width:740px;
	background-color:#ffffff;
	margin:0px auto;
	text-align:left;
	font-size:120%;
}*/
/*◆3-2　コンテンツ*/
/*#content{
	width:535px;
	float:right;
	background-color:#ffffff;
	line-height: 150%;
}*/
/*◆3-3　中段*/


/*◆3-4　サイド1*/
#links{
	/*width:210px;*/
	width:163px;
	float:right;
	text-align:left;
	overflow:hidden;
	padding:0 0 20px;
}
/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.main{
	width:604px;
	/*width:554px;*/
	
	float:left;
}
/*◆4-1　記事部分*/
.blogbody{
	background-color:#1F1F1F;
	padding:10px 7px;
	margin:0 0 20px;
}
.blogentry .blogbody{
	padding-bottom:30px;
}
/*◆4-2　記事日付*/
.date{
	color:#fff;
	letter-spacing:2px;
	line-height: 120%;
	font-size:83.4%;
	color:#ccc;
	text-align:right;
	margin:0 0 10px;
}


/*◆4-3　記事タイトル*/
.subject{
	font-weight:bold;
	line-height:120%;
	background:url(http://blog.hama1.jp/_img/aqalabo/common/img/bg_subject.gif) no-repeat 0 100%;
	padding:0 0 10px;
	font-size:117%;
}
.subject a:link , .subject a:visited { text-decoration:none;}
.subject a:hover , .subject a:active { text-decoration:underline;}


/*◆4-4　記事本文*/
.article{
	width:590px;
	/*width:514px;*/
	margin:0 0 0 0;
	overflow:auto;
	line-height:135%;
	padding:0 0 10px;
	/*overflow-y:hidden;*/
}
.article img{
	margin:0px 5px 5px 5px;
}
.article-continues{}
/*記事本文リンク色*/
.article a:link , .article a:visited {}
.article a:hover , .article a:active {}
/*「続きを読む」リンク色*/
.acontinues {}
a.acontinues:link , a.acontinues:visited {}
a.acontinues:hover , a.acontinues:active {}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	font-size:83.4%;
	border-top:#666 dotted 1px;
	padding:3px 0 0 0;
	text-align:right;
	margin:8px 0px 0 0px;
	padding:5px 0 0 0;
	color:#ccc;
}
a.aposted{}
a.aposted:link , a.aposted:visited {
	color:#CCC;
}
a.aposted:hover , a.aposted:active {
	color:#CCC;
}
.menu{
	text-align:right;
	padding:1.0em 0;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}
/*◆4-8　ページトップ*/
.pagetop{
	text-align:right;
	margin:0px 0px 25px 0px;
}

/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
table.form {
	margin:25px 0px 0px 30px;
}
.form th {
	vertical-align:top;
	text-align:right;
	font-weight: normal;
}
label{}
#author{
	width:200px;
	border:1px solid #aaa;
}
#email{
	width:200px;
	border:1px solid #aaa;
}
#url{
	width:200px;
	border:1px solid #aaa;
}
#text{ 
	font-size:12px;
	width:300px;
	height:200px;
	border:1px solid #aaa;
}
.form .button {}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0 0;
}
.trackback-url{
	color:#CE0000;
	font-weight:bold;
	margin:15px 0px 25px 15px;
}
.trackback-title{
	color:#F9FBFF;
	font-weight:bold;
	line-height:150%;
}
.trackback-body{
	line-height:135%;
	margin:20px 15px 15px;
}
.trackback-post{
	color:#CCC;
	text-align:right;
	margin:0px 15px 25px 15px;
	font-size:83.4%;
	border-top:#666 dotted 1px;
	padding:5px 0 0 0;
}
a.atrackback-post:link , 
a.atrackback-post:visited {text-decoration:underline;color:#CCC;}
a.atrackback-post:hover , 
a.atrackback-post:active {text-decoration:none;color:#CCC;}
/*◆6-3　コメント一覧*/
#comments {
	margin:15px 0 0;
}
.comments-head{
	color:#F9FBFF;
	font-weight:bold;
	line-height:150%;
}
.comments-body{
	line-height:135%;
	margin:20px 15px 15px;
}
.comments-post{
	color:#CCC;
	text-align:right;
	font-size:83.4%;
	margin:0px 15px 25px 15px;
	border-top:#666 dotted 1px;
	padding:5px 0 0 0;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	font-size:117%;
	padding:8px 0 10px 5px;
	background:url(http://blog.hama1.jp/_img/aqalabo/common/img/bg_sidetitle.gif) no-repeat 50% 100%;
}
.side {
	line-height:140%;
	margin:0px 0px 10px 0px;
	padding:8px 4px 8px 6px;
}
.side form {
	margin:0;
	padding:0;
}


/*サイドリンク色*/
.side a:link , .side a:visited {}
.side a:hover , .side a:active {}
/*◆7-1　カレンダー*/
.calender{
	font-size:10px;
	margin:0 0 10px;
	background-color:#1F1F1F;
	padding:5px 0;
}
.calendarhead{
	color:#F9FBFF;
	letter-spacing:1px;
	text-align:center;
	padding:3px 0px 8px 0px;
	font-size:12px;
	border-bottom:#eee 2px solid;
	margin:0 8px 5px;
}
.calendartable{ /*カレンダーテーブル*/
	margin:0px auto;
	width:185px;
	text-align:center;
	border-spacing:0px;
	empty-cells:show;
	font-size:10px;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	color:#F9FBFF;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	line-height: 130%;
}
.calendard{ /*日付(セル)*/
	line-height: 130%;
}
.calendartable a:link , .calendartable a:visited{}
 .calendartable a:hover , .calendartable a:active {}
/*
sat {}　土曜セル
sun {}　日曜セル
today {}　今日セル
*/

/*◆7-2　RSS*/
.rss{
	margin:0 0 5px;
}
.rss ul {
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
}
.rss ul li{
	border-right:#999 1px solid;
	display:inline;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:0.2px;
	margin-right:0.3em;
	padding-right:0.5em;
	padding-left:0.2em;
}
.rss ul a:link , 
.rss ul a:visited{
	color:#F9FBFF;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#F9FBFF;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry {
	background-color:#1F1F1F;
}
.recententry .sidebody {
	background:url(http://blog.hama1.jp/_img/aqalabo/common/img/bg_icon_li.gif) no-repeat 0 0.5em;
	padding:0 0 0 6px;
}
/*◆7-4　過去記事*/
.archives {
	background-color:#1F1F1F;
}
.archives .sidebody {
	background:url(http://blog.hama1.jp/_img/aqalabo/common/img/bg_icon_li.gif) no-repeat 0 0.5em;
	padding:0 0 0 6px;
}
/*◆7-5　カウンター*/
.counter {
	background-color:#1F1F1F;
}

/*◆7-6　最近のコメント*/
.comment {
	background-color:#1F1F1F;
}
.comment .sidebody {
	background:url(http://blog.hama1.jp/_img/aqalabo/common/img/bg_icon_li.gif) no-repeat 0 0.5em;
	padding:0 0 0 6px;
}
/*◆7-7　最近のトラバ*/
.trackback {
	background-color:#1F1F1F;
}
.trackback .sidebody {
	background:url(http://blog.hama1.jp/_img/aqalabo/common/img/bg_icon_li.gif) no-repeat 0 0.5em;
	padding:0 0 0 6px;
}
/*◆7-8　お気に入り*/
.link {
	background-color:#1F1F1F;
}
.link .sidebody {
	background:url(http://blog.hama1.jp/_img/aqalabo/common/img/bg_icon_li.gif) no-repeat 0 0.5em;
	padding:0 0 0 6px;
}
/*◆7-9　ブログ内検索*/
.search {
	background-color:#1F1F1F;
}
/*◆7-10　QRコード*/
.qrcode {
	background-color:#1F1F1F;
}
/*◆7-11　読者登録*/
.subscription {
	background-color:#1F1F1F;
}
/*◆7-12　プロフィール*/
.profile {
	background-color:#1F1F1F;
}
.profile .photo{
	text-align:center;
	overflow:hidden;
}
.profile .photo img{
	display:block;
	max-width:150px;
	margin:0 auto;
}
.nickname{
	color:#2b5695;
	font-weight:bold;
	margin:10px 0px;
}
.message{}
/*◆7-13　オーナーメール*/
.inquiry {
	background-color:#1F1F1F;
}
/*◆7-14　インフォメーション*/
.ad {
	background-color:#1F1F1F;
}
/*◆7-15　カテゴリ*/
.category {
	background-color:#1F1F1F;
}
.category .sidebody {
	background:url(http://blog.hama1.jp/_img/aqalabo/common/img/bg_icon_li.gif) no-repeat 0 0.5em;
	padding:0 0 0 6px;
}
/*◆7-16　新規投稿*/
.blog_entry {
	background-color:#1F1F1F;
}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}
/*◆7-20　参加サークル*/
.circle{}
/*◆7-21　マイプロフィール*/
.my_profile {}

/*◆7-22　フレンドブログ*/
.friend_blog {}

/*◆7-23　マイフレンド*/
.friend {}
