@charset "UTF-8";

/*
ラグナロクオンライン（3カラム・ブルー）
ragnarok_2010_01
*/


/* Table of Contents
==================================================
	01. Text - フォント・リンク
	02. Layout - 全体の枠組み
	03. Title - ブログタイトルエリア
	04. SubTitle - アーカイブタイトルエリア
	05. Pager - ページャー
	06. Main - 記事エリア
	07. Option - トラックバック・コメントエリア
	08. Sub & Extra - プラグインエリア
	09. Header & Footer - ヘッダー・フッター
	10. Others - ADエリア etc.
==================================================
*/



/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

* {
	word-break: break-all;
}

body ,
textarea {
	font-family: sans-serif;
}

body {
	color: #333;
}

a:hover {
	text-decoration: none;
}


table#header a:link ,
table#header a:active ,
table#header a:visited ,
table#header a:hover {
	color: #00203b;
}

h1#blog-title a {
	text-shadow: 1px 1px 3px #86b3c6;
}

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

h1#blog-title a:hover {
	text-decoration: underline;
}

p#blog-description {
	color: #ffffff;
}

h2.archives-title {
	color: #00203b;
}

div#main a:link ,
div#main a:active {
	color: #0058bc;
}

div#sub a:link ,
div#sub a:active ,
div#extra a:link ,
div#extra a:active {
	color: #0058bc;
}






div#main a:visited ,
div#sub a:visited ,
div#extra a:visited {
	color: #0058bc;
}

div#main a:hover ,
div#sub a:hover ,
div#extra a:hover {
	color: #0058bc;
}

div#main h2.article-title a:link ,
div#main h2.article-title a:active ,
div#main h2.article-title a:visited {
	text-decoration: none;
	vertical-align:middle;
}

div#main h2.article-title a:hover {
	text-decoration: underline;
}

div#main ul.article-post li a:link ,
div#main ul.article-post li a:active ,
div#main ul.article-post li a:visited ,
div#main ul.article-post li a:hover {
	color: #0058bc;
}

div#main dl.article-category dd a:link ,
div#main dl.article-category dd a:active ,
div#main dl.article-category dd a:visited ,
dl.article-category dd a:hover {
	color: #0087b9;
	font-size: 90%;
}


.nickname {
	color: #333;
	font-weight: normal!important;
}

div#main div.pager a {
}

div.article-date-outer {
	color: #515e69;
}

ul.ping-info li.ping-date ,
ul.comment-info li.comment-date {
	color: #8d8d8d;
}

div.sidetitle {
	color: #0287ff;
}

div#sub div.sidetitle a ,
div#extra div.sidetitle a {
	color: #fff;
}

div#sub table.caltblday a:visited ,
div#extra table.caltblday a:visited {
	color: #fff;
}

div#footer p ,
div#footer p a {
	color: #000;
}

/* =============================================== */
/** 02. Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	min-width: 775px;
	text-align: center;
}

div#ragnarok-online-outer {
	background: #84ccff url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/bg2.jpg) repeat-x center top;
}

div#ragnarok-online {
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/bg.jpg) no-repeat center top;
}

div#container {
	width: 970px;
	margin: 0 auto;
	position: relative;
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/main_bg.jpg) repeat-y;
}

div#content {
	margin: 0 auto;
	height: 1%;
	width:936px;
}

div#main ,
div#sub ,
div#extra {
	overflow: hidden;
}

div#main {
	float: left;
	display: inline;
	width: 100%;
}

div#main div.column-inner {
	margin: 0 223px;
	border-bottom: 1px solid #ffffff;
}

div#sub {
	float: left;
	margin-left: -100%;
	display: inline;
	width: 215px;
	padding-top: 5px;
}

div#sub div.column-inner {
}

div#extra {
	float: left;
	margin-left: -215px;
	display: inline;
	width: 215px;
	padding-top: 5px;
}

div#extra div.column-inner {
}



/* ----------------------------------------------- */
/** clearfix */

/*div#container:after ,
div#content:after ,*/

ul.article-navigator:after ,
ul.archives-navigator:after ,
div.article-body:after ,
div.article-body div.article-body-more:after ,
div#trackback-form ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/** hasLayout */
div.blog-title-outer ,
h2.archives-title ,
h2 ,
div.article-footer ,
h2.article-title ,
ul ,
div.index-navigator-outer ,
div.pager {
	height: 1%;
}

/** peek-a-boo bug */
div.article-outer ,
div#trackback-form ,
div#trackbacks-list ,
div#comments-list ,
div#comment-form {
	height: 1%;
}

/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */

div.blog-title-outer {
	position: relative;
	text-align: left;
	width: 970px;
	background: url(http://livedoor.blogimg.jp/crusegroup-shiori_tsukada/imgs/a/b/abc62db3.jpg) no-repeat left top;
	height:500px;
}
div.blog-title-outer-2 {
}
div.blog-title-outer-3 {
	width:960px;
	margin:0 auto;
	text-align: left;
}

h1#blog-title {
	margin: 0;
	padding: 35px 30px 0 30px;
	font-size: 160%;
	font-weight: bold;
}

div.blog-description-outer {
}

p#blog-description {
	width: 450px;
	margin: 0;
	padding: 3px 30px 0 30px;
	line-height: 135%;
	font-size:90%;
	color: #fff;
}

p#blog-description a {
	color: #fff;
	text-decoration: none;
}


p.official a {
	display: block;
	position: absolute;
	bottom: 43px;
	left: 49px;
	width: 188px;
	height: 95px;
	text-indent: -99999px;
	overflow: hidden;
}

/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */

div.archives-title-outer {
	width: 490px;
	height: 50px;
	margin-bottom: 10px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/category.jpg) no-repeat;
	color: #00203b;
	text-align: center;
}
div.archives-title-outer-2 {
	padding: 15px 20px 0;
}
div.archives-title-outer-3 {
}

h2.archives-title {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 108%;
}

/* =============================================== */
/** 05. Pager - ページャー */
/* ----------------------------------------------- */

div.pager {
	font-size: 83%;
	text-align: left;
}

div.pager-inner {
	padding-top: 10px;
	padding-bottom: 15px;
}

div.index-navigator-outer ,
div.archives-pager-outer ,
div.article-pager-outer {
}


div.pager-inner .current {
	padding: 3px 7px;
	border: solid 1px #74a5d2;
	background: #74a5d2;
	color: #fff!important;
}


/* ----------------------------------------------- */
/** IndexNavigator - トップページ */

ul.index-navigator {
	font-size: 90%;
}

ul.index-navigator li a {
	padding: 0 7px;
}

ul.index-navigator li ol a {
	padding: 3px 7px;
	border: solid 1px #d6d7db;
}

ul.index-navigator li ol a:hover {
	background: #74a5d2;
	color: #fff!important;
}






/* ----------------------------------------------- */
/** ArchivesPager - アーカイブページ */

ul.archives-pager {
	font-size: 90%;
}

ul.archives-pager li {
	padding: 2px 5px;
}

ul.archives-pager li a {
	padding: 0 5px;
}

ul.archives-pager li.both {
	border-left: 1px solid #575e69;
}

/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

ul.article-pager {
	font-size: 90%;
}

ul.article-pager li {
	float: left;
	display: inline;
	width: 49%;
	line-height: 1.25;
}

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
	overflow: hidden;
}

ul.article-pager li {
	padding-top: 1px;/* 1px余白（上部） */
	padding-bottom: 32768px;
	margin-bottom: -32767px;/* 1px余白（下部） */
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px solid #8d8d8d;
}

/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

div.article-outer {
	margin-bottom: 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/blog_bg.jpg) repeat-y;
	text-align: left;
}

div.article-outer-2 {
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/blog_foot.jpg) no-repeat left bottom;
}

div.article-outer-3 {
	position: relative;
	padding-bottom: 30px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/blog_title.jpg) no-repeat;
	zoom: 1;
}



/* ----------------------------------------------- */
/** 記事ヘッダー */

div.article-header {
	padding: 18px 10px 10px 55px;
zoom: 1;
}


/*** 日付 */
div.article-date-outer {
	float: left;
	font-size: 70%;
	font-weight: bold;
	color: #0087b9;
}

div.article-date-outer span.article-date {
	margin-right: 3px;
	margin-right: 0.25em;
}

div.article-date-outer span.article-time {}

/*** カテゴリ */
div.article-category-outer {
	position: relative;
	top: -3px;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/common/category.gif) no-repeat 0 center;
	margin-left: 12.5em;/* 日付の幅 */
	margin-left: 11em;
	padding-left: 20px;
	padding-right: 20px;
}

div.article-category-outer dl.article-category {
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

div.article-category-outer dl.article-category dt ,
div.article-category-outer dl.article-category dd {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	font-size: 90%;
}

div.article-category-outer dl.article-category dt {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

/*** カテゴリアーカイブページではカテゴリを非表示にする */
body.category div.article-category-outer {
	display: none;
}

/** 記事タイトル */
div.article-title-outer {
	padding-top: 5px;
	padding-right: 20px;
}

h2.article-title {
	clear: left;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}

h2.article-title span.rating img{
	vertical-align:middle;
}
/* ----------------------------------------------- */
/** 記事本文 */

div.article-body {
	padding: 20px 20px 5px;
	line-height: 1.7;
	font-size: 85%;
}

div.article-body-inner {
	width: 100%;
}

/** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 1em;
}

div.article-body div.article-body-more ,
div.article-body div.article-body-private {
	clear: both;
	margin-top: 1em;
}

/*** blockquote & pre */
div.article-body blockquote {
	margin: 15px;
	padding: 5px 15px;
	background: #ebfbff;
	color: #0087b9;
}


div.article-body pre {
	background-color: #eee;
	padding: 5px 15px;
	margin: 5px 0;
}

/*** img */
div.article-body img.pict {
	margin: 0 5px 5px 0;
}

/*** 共通テーマ */
body.default_2008 dl.common-theme {
	margin: 0 10px 25px;
}

/*** 記事タグ */
body.default_2008 dl.article-tags {
	margin: 25px 10px 0;
}

/*** プライベートモード */
div.private-mode-announcement {
	border-color: #858585;
	line-height: 135%;
	font-size: 90%;
}

/* ----------------------------------------------- */
/** 記事フッター */

div.article-footer {
	padding: 0 10px;
}

ul.article-post {
	margin: 0 0 20px;
	padding: 10px 5px 0;
	text-align: right;
}

ul.article-post li {
	min-height: 16px;
	font-size: 82%;
}

/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */

div#article-options {
}

div.article-option {
	text-align: left;
}

div.article-option h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 85%;
}

/*** 指定しやすいようstyleReset */
h4.ping-title ,
ul.ping-info ,
ul.ping-info li ,
ul.comment-info,
ul.comment-info li {
	padding: 0;
	margin: 0;
}

ul.ping-info li ,
ul.comment-info li {
	list-style-type: none;
}


div#comment-form,
#comments-list,
#trackbacks-list,
div#trackback-form {
margin-top: 15px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/blog_bg.jpg) repeat-y;
}

div#comment-form h3,
div#comments-list h3,
div#trackbacks-list h3,
div#trackback-form h3 {
	padding: 25px 0 30px 85px;
	color: #0087b9;
	font-size: 83%;
}

#takecomment,
div#comments-list ol,
div#trackbacks-list ol,
div#trackback-form ul {
	margin-top: 0;
	padding: 0 0 30px 30px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/foot_comon.jpg) no-repeat left bottom;
}

#takecomment {
	padding: 0 0 30px 0;
}

* html div#trackback-form  ul {
	margin: 0!important;
}
*:first-child+html div#trackback-form  ul {
	margin: 0!important;
}




/* ----------------------------------------------- */
/** トラックバックURL */

div#trackback-form h3 {
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/title_trac.jpg) no-repeat;
}

div#trackback-form ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#trackback-form ul li.trackback-form-url {
	width: 100%;
	margin-right: -90px;
}

div#trackback-form ul li.trackback-form-url span input {
	width: 100%;
}

div#trackback-form ul li.trackback-form-url span {
	display: block;
	padding-right: 100px;
	/* >> trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
}

div#trackback-form ul li.trackback-form-submit {
	width: 80px;
}

div#trackback-form ul li.trackback-form-submit input {}

/* ----------------------------------------------- */
/** トラックバック一覧 */

div#trackbacks-list h3 {
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/title_trac.jpg) no-repeat;
}

li.trackback-set {
	padding: 0 10px 10px 20px;
	font-size: 83%;
}

h4.ping-title {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;
}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

ul.ping-info li.ping-date {
	display: inline;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt img.trackback-rating {}

/* ----------------------------------------------- */
/** コメント一覧 */

#comments-list h3 {
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/title_come.jpg) no-repeat;
}


li.comment-set {
	padding: 0 10px 10px 20px;
	font-size: 83%;
}

ul.comment-info li.comment-author {
	display: inline;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
}

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.comment-info li.comment-body img.trackback-rating {}

/* ----------------------------------------------- */
/** コメントフォーム */


form#comment-form {
	padding: 0 10px 0 30px;
}

div#comment-form h3 {
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/title_fome.jpg) no-repeat;
}


div#comment-form-body {
}

div#comment-form-body table {
	border: 0;
	width: 95%;
	line-height: 25px;
	font-size: 90%;
}

div#comment-form-body table th {
	width: 3em;
	padding-right: 5px;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
}

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 90%;
	height: 250px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

div#comment-form-body table tr.submit td {
	text-align: center;
}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 90%;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}

/* ----------------------------------------------- */
/** 関連記事 */

div.related-articles{
	padding: 15px 0 0;
}
div.related-articles h3{
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/usr/livedoor/web_directors/side_body.gif) no-repeat 0 8px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}


/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */
div.sidewrapper {
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/sub_bg.jpg) repeat-y;
	width: 215px;
	margin-bottom: 15px;
}



div.sidetitlebody {
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/sub_title.jpg) no-repeat;
	height: 65px;
}

div.sidetitle {
	padding: 22px 13px 0;
	text-align: left;
	font-size: 83%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}


div.sidetop {
	display: none;
}

div.side {
	margin: 0 0 10px;
	padding-right: 13px;
	padding-left: 13px;
	text-align: center;
	font-size: 73%;
}

* html div.side {
	font-size: 70%;
}
*:first-child+html div.side {
	font-size: 65%;
}


div.sidebody {
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/icon.gif) no-repeat 0 5px;
	padding: 5px 0 5px 25px;
	text-align: left;
}

div.sidebody a {
	font-weight: bold;
}

div.calbottom,
div.sidebottom {
	width: 215px;
	height: 10px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/sub_foot.jpg) no-repeat left bottom;
}



/* ----------------------------------------------- */
/** Calendar */

div.calendarheadbody {
}
div.calendarheadbody div.calendarhead {
	background: url(http://parts.blog.livedoor.jp/img/usr/ragnarok_2010_01/sub_title.jpg) no-repeat;
	width: 215px;
	height: 36px;
	padding-top: 22px;

	text-align: center;
	color: #fff;
	font-size: 83%;
	font-weight: bold;
}

div#sub div.calendarheadbody div.calendarhead a ,
div#extra div.calendarheadbody div.calendarhead a {
	color: #fff;
}

div.caltop {
	display: none;
}

div.calbody {}

table.caltbl {
	xwidth: 200px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	font-size: 77%;
	font-weight: bold;
	height: 20px;
	background: #8fd0fd;
	color: #00203b;
}

td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}
td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {
	margin: 0 auto;
	width: 200px;
	color: #8d8d8d;
	font-size: 77%;
}
td table.caltblday td {
	height: 25px;
	padding: 0;
	text-align: center;
}

div.calbody a:link ,
div.calbody a:active ,
div.calbody a:link ,
div.calbody a:active {
	padding: 3px;
	border: solid 1px #d9dbd6;
	color: #c00;
	background: #fff;
	font-weight: bold;
}

* html div.calbody a:link ,
* html div.calbody a:active ,
* html div.calbody a:link ,
* html div.calbody a:active {
	padding: 0;
}
*:first-child+html div.calbody a:link ,
*:first-child+html div.calbody a:active ,
*:first-child+html div.calbody a:link ,
*:first-child+html div.calbody a:active {
	padding: 0;
}


td table.caltblday td.caloff {}

td table.caltblday td.calendard {
}


td table.caltblday td.calon {}
td table.caltblday td.calon a {}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {
	padding: 3px;
}

/* ----------------------------------------------- */
/** Plugins */

.nickname {
	font-weight: bold;
	margin: 10px 0;
}

.message {
	text-align: left;
	line-height: 125%;
}


ul.galleryThumbnail {
	text-align: center;
}




/* ----------------------------------------------- */
/** LDServices */

ul#ld-services {
	padding-top: 20px;
	margin-top:40px;
}

/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */

table#header {
	font-size: 75%;
	background: #fff;
	height: 28px;
}

/* ----------------------------------------------- */
/** Footer */

div.footer-outer {
	clear: both;
	position: relative;
	width: 970px;
	height: 235px;
	margin: 0 auto;
	background: url() no-repeat left bottom;
}

div.footer-outer-2 {
}

div#footer {
}


div#footer p {
	position: absolute;
	bottom: 25px;
	left: 30px;
	line-height: 38px;
	font-size: 75%;
	font-weight: bold;
	color:#FFFFFF;
}

div#footer p a{
	color:#FFFFFF;
}

/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */

div#ad {
	margin: 0 10px 30px;
	overflow: hidden;
	text-align: center;
	background:#ebfbff;
	zoom: 1;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
}

a.adtitle span {
	font-size: 82%!important;
}

a.adtitle {
	color: #0058bc!important;
}

a.addescription {
	color: #000!important;
}

a.addescription span {
	font-size: 75%!important;
}

a.adurl {
	color: #5885e1!important;
	text-decoration: none;
}

a.adurl span {
	font-size: 75%!important;
	text-decoration: none;
}

.adhover a.adtitle:hover ,
.adhover a.adurl:hover ,
.adhover a.addescription:hover ,
.adhover a.adld:hover {
	color: #0000fe;
}

a.adld {
	color: #666!important;
	text-decoration: underline;
}

.adbox .adtop{
}

.adhover .adtop{
}

/* End */
