@charset "UTF-8";


/*
*****************************************

	Rayout Stylesheet
	Copyright (c) 2007-2010 chocobit

*****************************************
*/


body {
	color: #333;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 0.8em;
	line-height: 1.6;
	background: url(../img/bg_body.png);
}

input, textarea, pre, code {
	color: #333;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 1em;
	line-height: 1.6;
}

a {
	color: #26f;
}

a:hover {
	color: #79f;
}

a:visited {
	color: #79f;
}

p, li, dt, dd, pre {
	line-height: 1.6;
}


/* --------------- header --------------- */

header {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	width: 297px;
	height: 100%;
	background: url(../img/bg_header.png) repeat-y right;
}

header h1 {
	padding: 49px 0 0 7px;
}

header h2 {
	display: none;
}

header form {
	padding: 20px 0 0 8px;
}

header legend {
	display: none;
}

header #search {
	color: #a28080;
	height: 21px;
	width: 252px;
	margin: 0;
	padding: 1px 0 2px 5px;
	border: none;
	background: url(../img/bg_search_btn.png) no-repeat;
}


/* --------------- nav --------------- */

nav {
	position: fixed;
	top: 236px;
	right: 201px;
	z-index: 2;
}

nav li {
	line-height: 100%;
	margin-bottom: 4px;
}

nav li img {
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

nav li img:hover {
	opacity: 1;
}

body#top nav li#nav_top img,
body#about nav li#nav_about img {
	opacity: 1;
}


/* --------------- content --------------- */

article, aside, footer p, footer address {
	margin-left: auto;
	padding-right: 297px;
}

/* 横幅1677px以上 */
@media screen and (min-width: 1677px) {
	article, aside, footer p, footer address {
		max-width: 1360px;
	}
}

/* 横幅1337px～1676px */
@media screen and (min-width: 1337px) and (max-width: 1676px) {
	article, aside, footer p, footer address {
		max-width: 1020px;
	}
}

/* 横幅997px～1336px */
@media screen and (min-width: 997px) and (max-width: 1336px) {
	article, aside, footer p, footer address {
		max-width: 680px;
	}
}

/* 996px以下 */
@media screen and (max-width: 996px) {
	article, aside, footer p, footer address {
		width: 340px;
	}
}


/* --------------- article --------------- */

article {
	padding-top: 112px;
}

/* entry */

article section#entry {
	position: relative;
	margin: 0 20px 50px 0;
	padding: 25px 25px 60px;
	background: #fff url(../img/bg_article.png) repeat-x bottom;
}

article section#entry h1 {
	color: #310;
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1.2;
	text-shadow: 1px 1px 1px #79f;
	margin-bottom: 10px;
	border-bottom: 1px dotted #310;
}

article section#entry h3 {
	color: #310;
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
	margin: 40px 0 10px;
	padding: 5px 10px;
	border-left: 5px solid #dcb;
	background-color: #f1ebe4;
}

article section#entry time {
	position: absolute;
	top: -0.85em;
	left: 0;
	display: block;
	color: #fff;
	font-size: 4em;
	line-height: 1;
	text-shadow: -1px -1px 1px #ddd;
	overflow: hidden;
	height: 1em;
}

article section#entry p,
article section#entry img,
article section#entry ul,
article section#entry ol,
article section#entry dl,
article section#entry blockquote,
article section#entry pre {
	margin-top: 2em;
}

article section#entry p img,
article section#entry blockquote p {
	margin-top: 0;
}

article section#entry p.image {
	overflow: hidden;
}

article section#entry ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.3em;
}

article section#entry ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.7em;
}

article section#entry blockquote {
	overflow: hidden;
	padding: 10px 10px 10px 44px;
	background: #eee url(../img/blockquote.png) no-repeat 10px 10px;
}

article section#entry pre {
	overflow: hidden;
	padding: 2px 5px;
	border-top: 1px solid #888;
	border-left: 1px solid #999;
	background-color: #e5e5e5;
}

article section#entry dl.tag {
	padding: 10px;
	border: 1px dotted #ccc;
	background-color: #f3f3f3;
}

article section#entry dl.tag dt {
	padding-left: 18px;
	background: url(../img/tag.png) no-repeat left center;
}

article section#entry dl.tag dt:after {
	content: ":";
}

article section#entry dl.tag dd {
	margin: -1.6em 0 0 4em;
}

article section#entry dl.tag dd ul {
	margin-top: 0;
}

article section#entry dl.tag dd li {
	display: inline;
	list-style-type: none;
	list-style-position: inherit;
	margin: 0 5px 0 0;
}

/* comments */

article section#comments {
	margin: 0 20px 30px 0;
	padding: 25px;
	border-bottom: 3px solid #ddd;
	background-color: #fff;
}

article section#comments h2 {
	color: #310;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	margin: -40px 0 -6px;
	padding-top: 40px;
	border-bottom: 1px dotted #310;
	background: url(../img/bg_comments.png) no-repeat 20px top;
}

article section#comments dt {
	position: relative;
	z-index: 2;
	margin-top: 2em;
	padding-bottom: 10px;
	background: url(../img/comments.png) no-repeat 20px bottom;
}

article section#comments dd {
	position: relative;
	z-index: 1;
	margin-top: -1px;
	padding: 10px;
	border: 1px dotted #ccc;
	background-color: #f3f3f3;
}

/* message */

article section#message {
	margin: 0 20px 30px 0;
	padding: 25px;
	border-bottom: 3px solid #ddd;
	background-color: #fff;
}

article section#message h2 {
	color: #310;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	margin-top: -40px;
	padding-top: 40px;
	border-bottom: 1px dotted #310;
	background: url(../img/bg_comments.png) no-repeat 20px top;
}

article section#message form {
	
}

article section#message legend {
	display: none;
}

article section#message label {
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-top: 10px;
}

article section#message input#comment-author,
article section#message input#comment-url {
	width: 268px;
	border-top: 1px solid #888;
	border-left: 1px solid #999;
	background-color: #e5e5e5;
}

article section#message #comment-form-remember-me label,
article section#message #comment-form-reply label {
	display: inline-block;
	margin-top: 10px;
}

article section#message #comment-form-remember-me input,
article section#message #comment-form-reply input {
	display: inline-block;
	margin-top: -3px;
}

article section#message textarea#comment-text {
	width: 100%;
	height: 200px;
	border-top: 1px solid #888;
	border-left: 1px solid #999;
	background-color: #e5e5e5;
}

article section#message #comments-open-text {
	margin-bottom: 6px;
}

/* trackbacks */

article section#trackbacks {
	margin: 0 20px 70px 0;
	padding: 25px;
	border-bottom: 3px solid #ddd;
	background-color: #fff;
}

article section#trackbacks h2 {
	color: #310;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	margin-top: -40px;
	padding-top: 40px;
	border-bottom: 1px dotted #310;
	background: url(../img/bg_comments.png) no-repeat 20px top;
}

article section#trackbacks dl {
	margin-top: 25px;
}

article section#trackbacks dt {
	position: relative;
	z-index: 2;
	margin-top: 1em;
	padding-bottom: 10px;
	background: url(../img/comments.png) no-repeat 20px bottom;
}

article section#trackbacks dd {
	position: relative;
	z-index: 1;
	margin-top: -1px;
	padding: 10px;
	border: 1px dotted #ccc;
	background-color: #f3f3f3;
}

article section#trackbacks dl#trackback_url {
	margin-top: 0;
}

article section#trackbacks dl#trackback_url dt {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 1em;
	padding-bottom: 0;
	background-image: none;
}

article section#trackbacks dl#trackback_url dd {
	margin-top: 0;
	padding: 0;
	border: none;
	background-color: #fff;
}

article section#trackbacks dl#trackback_url dd input {
	width: 258px;
	padding: 2px 5px;
	border-top: 1px solid #888;
	border-left: 1px solid #999;
	background-color: #ddd;
}

/* archive */

article section#archive {
	margin: 0 20px 50px 0;
	padding: 25px 25px 60px;
	background: #fff url(../img/bg_article.png) repeat-x bottom;
}

article section#archive h1 {
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1;
	text-shadow: 1px 1px 1px #79f;
	margin-bottom: 10px;
	border-bottom: 1px dotted #310;
}

article section#archive section {
	margin-top: 20px;
}

article section#archive h2 {
	font-size: 1.3em;
}

article section#archive time {
	
}

article section#archive p {
	
}

article section#archive ul {
	text-align: center;
}

article section#archive li {
	display: inline;
	margin: 0 5px;
}


/* --------------- about article --------------- */

body#about article section {
	position: relative;
	margin: 0 20px 50px 0;
	padding: 25px 25px 60px;
	background: #fff url(../img/bg_article.png) repeat-x bottom;
}

body#about article section h1 {
	color: #310;
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1.2;
	text-shadow: 1px 1px 1px #79f;
	margin-bottom: 10px;
	border-bottom: 1px dotted #310;
}

body#about article section h2 {
	position: absolute;
	top: -0.85em;
	left: 0;
	display: block;
	color: #fff;
	font-size: 4em;
	line-height: 1;
	text-shadow: -1px -1px 1px #ddd;
	overflow: hidden;
	height: 1em;
}

body#about article section p,
body#about article section img,
body#about article section dl {
	margin-top: 2em;
}

body#about article section p img {
	margin-top: 0;
}

body#about article section p.image {
	overflow: hidden;
}

body#about article section dl {
	font-size: 1.1em;
	text-shadow: 1px 1px 0 #fff;
	padding: 10px 10px 20px;
	border: 1px solid #dcb;
	border-top-width: 6px;
	-webkit-box-shadow: 3px 3px 6px #ccc;
	-moz-box-shadow: 3px 3px 6px #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #f3f3f3 url(../img/about_bg.png) no-repeat 90% bottom;
}

body#about article section dl dt {
	color: #310;
	margin-top: 10px;
	padding: 0 0 0.4em 10px;
	border-bottom: 1px dotted #dcb;
}

body#about article section dl dt#web_service {
	border-bottom: none;
}

body#about article section dl dt:after {
	content: " :";
}

body#about article section dl dd {
	margin: -2em 0 0 7.8em;
}

body#about article section dl dd span {
	color: #999;
	font-size: 0.8em;
}


/* --------------- top article --------------- */

body#top article section {
	position: relative;
	float: left;
	width: 300px;
	margin: 0 20px 70px 0;
	padding: 10px 10px 90px;
	background: #fff url(../img/bg_article.png) repeat-x bottom;
}

body#top article section h2 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2;
	margin: 140px 0 8px;
	border-bottom: 1px dotted #a87;
}

body#top article section h2 a {
	color: #310;
	text-shadow: 1px 1px 1px #79f;
	text-decoration: none;
}

body#top article section h2 a:hover,
body#top article section h2 a:visited {
	color: #a87;
	text-shadow: 1px 1px 1px #abf;
}

body#top article section time {
	position: absolute;
	top: -0.85em;
	left: 0;
	display: block;
	color: #fff;
	font-size: 3em;
	line-height: 1;
	text-shadow: -1px -1px 1px #ddd;
	overflow: hidden;
	height: 1em;
}

body#top article section p.image {
	position: absolute;
	top: 10px;
	left: 10px;
}

body#top article section p {
	color: #888;
	line-height: 1.4;
}

body#top article section p.arrow {
	position: absolute;
	bottom: 8px;
	right: 10px;
	line-height: 1;
}


/* --------------- aside --------------- */

aside {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

aside section {
	float: left;
	width: 320px;
	margin: 0 20px 30px 0;
}

aside section h3 {
	color: #310;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 6px;
	border-bottom: 1px dotted #310;
}

aside section ul {
	
}

aside section#archives li {
	float: left;
	width: 6.2em;
}

aside section#tag_cloud li {
	display: inline;
}


/* --------------- footer --------------- */

footer {
	height: 100px;
	padding-top: 20px;
	background-color: #fff;
}

footer p {
	color: #3f0900;
}


/* --------------- pagetop --------------- */

p#pagetop {
	clear: both;
	position: fixed;
	overflow: hidden;
	bottom: 0;
	right: 0;
	z-index: 3;
	width: 297px;
	height: 120px;
	background-color: #440a00;
}

p#pagetop a {
	display: block;
	width: 155px;
	height: 20px;
	margin: 20px 0 0 72px;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

p#pagetop a:hover {
	opacity: 1;
}

