﻿@charset "utf-8";

/*
*	※Licence: CC3.0 
*	http://creativecommons.org/licenses/by/3.0/deed.ja
*
*	Title: Vega Crystal - Context
*	URI: http://vicuna.jp/
*	Last Modified: 2007-11-1
*	Author: wu
*
*	3-1.div#header
*	3-2.div#content
*	3-3.div#main
*	3-4.div#utilities
*	3-5.div#footer
*/


/*======================================

	3-1.div#header
	
=======================================*/

div#header,
div#content {
	border-left: 8px solid #dfdfdf;
	border-right: 8px solid #dfdfdf;
}

body {
	padding-right: 16px;
	_padding-right: 0;
}

div#header {
	padding: 0 0 20px;
	border-top: 6px solid #dfdfdf;
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
	background-image: url(images/bg/corner01.gif);
	background-repeat: no-repeat;
}

/*--------------------------------------
	3-1-1. Website Title
---------------------------------------*/

div#header p.siteName {
	margin: 0;
	padding: 23px 0 0 30px;
	line-height: 1;
	font-size: 136%;
	font-family: "Lucida Sans", "Times New Roman", Times, serif;
	background-image: url(images/bg/corner02.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div#header p.siteName a {
  display: block;
  width: 850px; /* 画像の幅 */
  text-indent: -9999px; /* textを飛ばす */
  outline: none; /* クリック時の枠線を消す */
  background-image: url(images/banner01.png);
  background-repeat: no-repeat;
  background-position: 0px 0px; /* point 位置調整 */
  border-bottom: none;
  padding-bottom: 165px; /* 画像の高さに合わせて調整 */
}

div#header p.siteName a:hover {
	color: #999;
}

/*--------------------------------------
	3-1-2. Description
---------------------------------------*/

div#header p.description {
	margin: 0 30px;
	color: #aaa;
	font-size: 100%;
}

/*======================================

	3-2.div#content
	
=======================================*/

div#content {
	padding: 1px 0;
	position: relative;
	background-color: #fff;
}

div#content p.return {
	clear: both;
	text-align: right;
}

div#content p.return a {
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url(images/icon/icon_returnSub.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

body.mainIndex h1 {
	display: none; /*body.mainIndex*/
}

/*======================================

	3-3. div#main
	
=======================================*/

div#main {
	padding: 1px 0;
}

/*--------------------------------------
	3-3-1. Topic Path
---------------------------------------*/

p.topicPath {
	margin: 0.6em 30px 0.7em;
	padding-left: 18px;
	line-height: 1;
	font-size: 100%;
	background-image: url(images/icon/arrow02-1.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	_background-position: 0 0.4em;
}

p.topicPath span.current {
	padding-left: 14px;
	color: #000;
	background-image: url(images/icon/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	_background-position: 0 0.4em;
}

/*--------------------------------------
	3-3-2. Flip Navi 1 (Newer | Older)
---------------------------------------*/

ul#flip1 {
	margin: 0;
}

ul#flip1 li {
	margin: 0;
	display: inline;
	font-size: 100%;
	text-transform: lowercase;
}

ul#flip1 li a {
	padding: 0 0.5em;
	display: block;
	float: left;
	width: 3em;
	color: #fff;
	background-color: #ccc;
	text-decoration: none;
	text-align: center;
}

ul#flip1 li.older a {
	border-left: 1px solid #fff;
	background-color: #aaa;
}

ul#flip1 li a:hover {
	background-color: #000;
}

/*--------------------------------------
	3-3-3. div.entry
---------------------------------------*/

div.entry {
	margin: 0 0 1em 0;
	padding: 1px 0 1em;
	border-bottom: 1px solid #eee;
}

/* 3-3-3-1. Entry Title
-----------------------------*/

div.entry h2 a {
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	color: #000;
}

div.entry h2 a:visited {
	color: #000;
}

div.entry h2 a:hover {
	color: #666;
}

/* 3-3-3-2. Entry Info
-----------------------------*/

div.entry ul.info {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

div.entry ul.info li {
	margin: 0.1em 0.5em 0.1em 0;
	display: inline;
	font-size: 85%;
}

/* 3-3-3-3. Text Body
-----------------------------*/

div.entry div.textBody {
	margin: 0.8em 0;
	padding: 1px 0;
	letter-spacing: 1px;
}

div.entry div.textBody h2 {
	margin-top: 2em;
}

div.entry div.textBody dl,
div.entry div.textBody ul,
div.entry div.textBody ol {
	border-left: 5px solid #eee;
	border-bottom: 1px solid #fff;
}

/* Link img */

div.textBody a img {
	border: 3px solid #ccc;
}

div.textBody a:hover img {
	border: 3px solid #333;
}

/* 3-3-3-4. Continue Reading
-----------------------------*/

p.continue {
	margin-bottom: 0;
	clear: both;
}

p.continue a {
	display: block;
	width: 89px;
	text-indent: -9999px;
 	outline: none;
 	background-image: url(images/icon/icon_continue01.gif);
 	background-repeat: no-repeat;
 	border-bottom: none;
 	padding-bottom: 10px;
}

p.continue a:hover {
	color: #000;
	border-color: #333;
	background-image: url(images/icon/icon_continue02.gif);
}

/* 3-3-3-5. Reaction
-----------------------------*/

div.entry ul.reaction {

}

div.entry ul.reaction li {
	margin: 0 10px 0 0;
	display: inline;
	text-transform: uppercase;
	font-size: 85%;
}

div.entry ul.reaction li a {
	color: #666;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0 center;
	text-decoration: none;
}

div.entry ul.reaction li a:hover {
	color: #000;
}

div.entry ul.reaction li.comment a {
	background-image: url(images/icon/pen.gif)
}

div.entry ul.reaction li.trackback a {
	background-image: url(images/icon/globe.gif);
}

/* 3-3-3-6. Flip Navi 2 (Newer | Older)
-----------------------------*/

#flip2 {
	padding: 0.3em 0;
	border: 1px solid #eee;
}

#flip2 li {
	color: #000;
}

#flip2 li a {

}

/* 3-3-3-7. Comment Log
-----------------------------*/

div#comments {
	padding: 1px 0;
}

div#comments h2 {
	padding-left: 18px;
	color: #000;
	background-image: url(images/icon/pen.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

div#comments dl.log {

}

div#comments dl.log dt {
	margin: 0;
}

div#comments dl.log dt span.name {
	color: #000;
	margin-right: 0.5em;
}

div#comments dl.log dt span.date {
	color: #999;

}

div#comments dl.log dd {
	margin: 0 0 0.8em 0;
	border-bottom: 1px solid #eee;
}

div#comments dl.log dd p {
	margin: 0.5em 0 1em 0;
}

/* 3-3-3-8. Comment Post form
-----------------------------*/

form.post {

}

form.post dl {

}

form.post dl dt {
	margin: 0;
}

form.post dl dd {
	margin-left: 0;
	margin-bottom: 0;
}

form.post dl input {
	margin: 0;
}

form.post textArea {
	margin: 0;
}

form.post div.action {
	margin: 0 20px 1em;
}

form.post div.action input.submit {
	margin: 0.4em 0;
}

/* 3-3-3-9. Trackback Log
-----------------------------*/

div#trackback {
	margin-top: 3em;
}

div#trackback h2 {
	padding-left: 18px;
	color: #000;
	background-image: url(images/icon/globe.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

div#trackback dl.log {
	border-left: 5px solid #eee;
}

div#trackback dl.log dt {

}

div#trackback dl.log dd {
	margin: 0;
	padding: 0.4em 10px;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}

/* 3-3-3-10. Trackback Info
-----------------------------*/

div#trackback dl.info {
	border-width: 1px;
	border-style: solid;
	border-color: #f5f5f5 #eee #eee #f5f5f5;
	background-image: url(images/bg/slash.png);
}

div#trackback dl.info .URL {
	padding: 0.2em 1em;
	border: 1px solid #ddd;
	color: #333;
	background-image: url(images/bg/light.gif);
}

/*======================================

	3-4. div#utilities
	
=======================================*/

div#utilities {
	padding: 1px 0;
}

div#utilities dl dt {
	margin: 0;
	padding: 0.1em 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #f5f5f5 #dfdfdf #dfdfdf #f5f5f5;
	color: #333;
	background-color: #fafafa;
	background-image: url(images/bg/grad04.gif);
	background-repeat: repeat-x;
}

div#utilities dl dd {
	margin: 0;
	padding: 0.2em 0 0.5em;
	background: url(images/bg/grad03.gif);
	background-repeat: repeat-x;
	background-position: 0 3px;
}

div#utilities dl dd ul {
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
}

div#utilities dl dd ul li {
	margin: 0.4em 0 0.4em 10px; 
}

div#utilities dl dd ul li a {
	padding-left: 15px;
	text-decoration: none;
	background-image: url(images/icon/arrow02-1.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	_background-position: 0 0.3em;
}

/* Sub Category */

div#utilities dl dd ul li ul {

}

div#utilities dl dd ul li li {
	color: #000;
	margin: 0.3em 0 0 15px;
}

/*--------------------------------------
	2-4-1. dl.others
---------------------------------------*/

/*	2-4-1-1. Search
---------------------------------------*/

div#utilities dl dd form {
	margin: 0;
}

div#utilities dl dd form fieldset {
	border: none;
}

div#utilities dl dd form legend {
	display: none;
}

div#utilities dl dd form input {
	margin-left: 10px;
}

div#utilities dl dd form input.inputField {

}

/*--------------------------------------
	2-5. div#utilities > dl > dd
---------------------------------------*/

/*	2-5-1. dd > p
-----------------------------*/

div#utilities dl dd p {
	margin: 0.2em 10px;
	line-height: 1.4;
	color: #999;
}

/*	2-5-2. dd > list
-----------------------------*/

div#utilities dl dd dl dt {
	margin: 0.3em 0;
	border: none;
	color: #999;
	background-color: #f5f5f5;
	background-image: none;
	font-size: 12px;
}

div#utilities dl dd dl dt a {
	text-decoration: none;
}

div#utilities dl dd dl dd {
	margin: 0.1em 5px;
	font-size: 12px;
}

/*	2-5-3. dd > table
-----------------------------*/

div#utilities dl dd table {
	margin: 0.4em 0;
	width: 100%;
	_width: 95%; /* for IE */
}

div#utilities dl dd table caption {
	color: #333;
	_padding-bottom: 0.4em;
}

div#utilities dl dd table th,
div#utilities dl dd table td {
	padding: 1px 10px;
}

/*	3-5-4. dd > Tag Cloud
-----------------------------*/

div#utilities dl dd ul.tagCloud {
	margin: 0.5em 5px;
	padding: 0;
}

div#utilities dl dd ul.tagCloud li {
	margin: 0;
}

div#utilities dl dd ul.tagCloud li a {
	padding: 0;
	background-image: none;
	line-height: 0;
}

/*	3-5-5. dd > Photo thumbnail
-----------------------------*/

div#utilities dl dd ul.thumb {

}

div#utilities dl dd ul.thumb li {
	margin: 5px 0 0 5px;
}

div#utilities dl dd ul.thumb li a {
	padding: 0;
	background-image: none;
	border: none;
}

/*======================================

	2-5.div#footer
	
=======================================*/

div#footer {
	padding: 1px 0;
}

div#footer ul.support {
	margin: 0.6em 0;
	text-align: right;
}

div#footer ul.support li {
	margin: 0 0 0 6px;
	display: inline;
	font-size: 85%;
	color: #999;
}

div#footer ul.support li a {
	color: #ccc;
	text-decoration: none;
}

div#footer li.template a {

}

div#footer li.template a[title]:after {
	content: " "attr(title);
}

div#footer address {
	margin: 0.8em 0;
	text-align: right;
	color: #333;
}
