@charset "EUC-JP";

/* [Reset] */
* {
	margin: 0;
	padding: 0;
}


/* [Global Settings] */
body {
	text-align: center;
	color: #669;
	font: 12px/1.5em ＭＳ Ｐゴシック, Hiragino Kaku Gothic Pro, Verdana, Helvetica, Arial, sans-serif;
	background: #fff url(http://aqua.sky-tail.net/template/bg.gif);
scrollbar-face-color:#fff; 
scrollbar-track-color:#ccc; 
scrollbar-arrow-color:#069; 
scrollbar-highlight-color:#69c; 
scrollbar-shadow-color:#69c; 
scrollbar-3dlight-color:#069; 
scrollbar-darkshadow-color:#069; 
	}

a:link,
a:visited {
	color: #933;
	text-decoration: none;
	}

a:active,
a:hover {
	color: #903;
	text-decoration: underline;
	}

img {
	border: 0px;
	}

.pict {
	border: 0px;
        margin: 2px;
	}

div {
	text-align: left;
	}

table {
	border: 0px;
	border-collapse: collapse;
	}

ul {
	list-style: none;
	}

strong {
	font-weight: bold;
	}

.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	}


/* [Layout] */
div#layout {
	width: 780px;
	padding: 0;
	margin: 0 auto;
	text-align:left;
	}

div#contents {
	width: 510px;
	float: left;
	}

div#pagenavi {
	width: 510px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 25px;
	}

div#sidenavi {
	width: 250px;
	padding: 20px 0;
	float: left;
	color: #369;
	font-size: 10px;
	}

div#footer {
	width: 780px;
	height: 25px;
	border-top: 3px solid #369;	
	margin: 30px 0px;
	}

/* [Header] */
div#title {
	width: 510px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: url(http://aqua.sky-tail.net/template/top.jpg) no-repeat top;
	}

div#title h1 {
	padding: 20px 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	}

div#title h1 a:link, 
div#title h1 a:visited {
	color: #fff;
	text-decoration: none;
	}

div#title h1 a:active,
div#title h1 a:hover {
	color: #fff;
	text-decoration: underline;
	}

div#sub_title {
	width: 510px;
	margin-bottom: 25px;
	text-align: right;
	background: #fff;
	}

div#sub_title p {
	padding: 10px 15px ;
	line-height: 1.4em;
	color: #fff;
	background: #669;
	}

/* [Entry] */
div.entry {
	padding: 0 0 20px 0;
	margin-bottom: 25px;
	background: #fff;
	}

div.entry h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 5px;
	border-bottom:2px solid #669;
	border-left:10px solid #669;
	font-size: 12px;
	background: #fff;
	}

div.entry h2 a:link,
div.entry h2 a:visited  {
	color: #669;
	text-decoration: none;
	}

div.entry h2 a:active,
div.entry h2 a:hover {
	color: #903;
	text-decoration: underline;
	}

div.entry_author {
	padding: 0 20px;
	font-size: 10px;
	text-align: right;
	margin-bottom: 25px;
	}

div.entry_body {
	padding: 0 20px;
	margin-bottom: 20px;
	}

div.entry_more {
	padding: 0 20px;
	margin-bottom: 20px;
	clear: both;
	}

div.entry_state {
	margin: 5px 20px 0;
	padding: 0 20px;
	font-size: 10px;
	text-align: right;
	border-top: 1px dotted #999;
	clear: both;
	}


/* [Comment] */
div#comments {
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
	background: #fff;
	}

div#comments h3 {
	padding: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #669;
	}

div#comments dl.comment_body {
	margin: 5px;
	padding: 5px;
	margin-bottom: 15px;
	border: 2px solid #669;
	}

div#comments dl.comment_body dt {
	width: 470px;
	text-align: right;
	margin-bottom: 5px;
	padding: 5px 10px;
	border-top: 1px dotted #999;
	}

div#comments dl.comment_body dd {
	margin: 0;
	padding: 5px 10px;
	}

div#comments h4 {
	margin: 10px 5px 0 5px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #669;
	}

dl#comment_form {
	margin: 0 5px 20px 5px;
	padding: 20px;
	border-top: none;
	border-left: 2px solid #669;
	border-right: 2px solid #669;
	border-bottom: 2px solid #669;
	}

dl#comment_form dt {
	padding-bottom: 2px;
	}

dl#comment_form dd {
	padding-bottom: 5px;
	}

dl#comment_form dd label {
	padding: 0px 10px;
	}

dl#comment_form dt label#labelsubmit {
	display: none;
	}

dl#comment_form dd input.form {
	background-color: #fff;
	border: 1px solid #669;
	}

dl#comment_form dd textarea {
	width: 350px;
	background-color: #fff;
	border: 1px solid #669;
	}

dl#comment_form dd input.button {
	width: 100px;
	margin-right: 10px;
	color: #fff;
	border: 1px solid #669;
	background: #669;
	}


/* [Trackback] */
div#trackback {
	padding: 5px 0 10px 0;
	background: #fff;
	}

div#trackback h3 {
	padding: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #669;
	}

p.tb_link {
	padding: 5px;
	margin: 10px 10px 20px 10px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	color: #669;
	}

div#trackback dl.tb_body {
	margin: 5px 5px 15px 5px;
	padding: 5px;
	border: 2px solid #669;
	}

div#trackback dl.tb_body dt {
	margin: 5px;
	padding: 5px;
	text-align: right;
	border-top: 1px dotted #999;
	}

div#trackback dl.tb_body dd {
	margin: 5px;
	padding: 5px;
	}


/* [Profile] */
div#profile {
	padding-bottom: 25px;
	background: #fff;
	}

div#profile h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 5px;
	border-bottom:2px solid #669;
	border-left:10px solid #669;
	font-size: 12px;
	background: #fff;
	}

div.profile_body {
	padding: 20px 20px 0;
	margin-bottom: 20px;
	}

/* [Navigation] */
div#pagenaviunder {
	width: 510px;
	text-align: center;
	}

div#sidenavi a:link,
div#sidenavi a:visited {
	color: #669;
	text-decoration: none;
	}

div#sidenavi a:active,
div#sidenavi a:hover {
	color: #903;
	text-decoration: underline;
	}

div#sidenavi dl {
	padding-bottom: 10px;
	}

div#sidenavi dt {
	margin: 0px 20px 10ox 20px;
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #669;
	border:2px solid #669;
	}

div#sidenavi dd {
	margin: 0px;
	padding: 0 15px 0 25px;
	}

div#sidenavi ul li {
	padding-left: 15px;
	list-style: none;
	background: url(http://aqua.sky-tail.net/template/li.gif) no-repeat 0 5px;
	}

dl#category input.form {
	width: 118px !important;
	width: 120px;
	font-size: 10px;
	background: #fff;
	border: 1px solid #000;
	}

dl#category input.button {
	width: 58px !important;
	width: 60px;
	font-size: 10px;
	color: #fff;
	background: #669;
	border: 1px solid #669;
	}


/* [Footer] */
div#footer address {
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	line-height: 1.5em;
	}

/* [Twitter] */
div.twitter_area{
	width: 200px;
	margin: 2px;
	padding: 5px;
         border-top: 1px dotted #669;
         border-left: 1px dotted #669;
         border-right: 1px dotted #669;
	font-size: 10px;
	text-align:center;
	float:left;
}
p.tw_text{
	color: #669;
	line-height: 1.5em;
	font-size: 10px;
	text-align: left;
}

p.tw_day{
	color: #669;
	font-size: 10px;
	text-align: right;
}

div.tw_navi{
	overflow: hidden;
   	margin: 2px;
	padding: 5px;
	width: 200px;
         border-bottom: 1px dotted #669;
         border-left: 1px dotted #669;
         border-right: 1px dotted #669;
}

a.tw_follow{
	margin-left: 2px;
	padding: 5px;
	font-size: 10px;
	line-height: normal;
	float: left;
}

a.tw_back,a.tw_next{
	margin: 2px;
	padding: 5px;
	font-size: 10px;
	float:right;
}

/* [その他] */
.scroll{
height:200px;
overflow:auto;
}

.form{
border:1px solid #669;
margin:5px;
	clear: both;
}

.link{
	width:225px;
	height:70px;
	margin: 5px;
	font-size: 10px;
	text-align:center;
	float:left;
	}

.linkcat{
         border: 1px solid #669;
         margin: 5px;
	padding: 5px;
	text-align:center;
	clear: both;
}
