@charset "utf-8";
/*
Theme Name: RGM-79D
Theme URI: http://www.stupid-net.com/
Description: 寒冷地仕様
Version: 1.0
Author: STUPID
Author URI: http://www.stupid-net.com/
Tags: white, fixed width, three columns, widgets

*/

/*
======================================================================================
	1. htmlタグ
		1-1. Linkタグ
		1-2. Listタグ
		1-3. Formタグ
		1-4. テーブルタグ
	2. 基本レイアウト設定
		2-1. 共用クラス
		2-2. FONTクラス
	3. ヘッダー設定
	4. メインコンテンツ設定
	5. サイドコンテンツ設定
	6. フッター
	7. コメント
	8. カレンダー
	9. ウィジット
	10. captions
	11. Hack
======================================================================================
*/
/*
======================================================================================
	1. htmlタグfont-size: 62.5%;
======================================================================================
*/

body {
	color: #333333;
	font-size: 62.5%;
	font-family: Hiragino Maru Gothic Pro,"ヒラギノ丸ゴ Pro W4", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	background-color: #000000;
	padding: 0;
	margin: 0;
}
body {
	font-family: "Lucida Grande", sans-serif;
}
* html body {
	font-family: 'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
}
*:first-child+html body { 
	font-family: 'メイリオ', Meiryo, sans-serif;
}
h1, h2, h3 {
	font-family: Hiragino Maru Gothic Pro,"ヒラギノ丸ゴ Pro W4", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h1, h2, h3 {
	font-family: "Lucida Grande", sans-serif;
}
* html h1, * html h2, * html h3 {
	font-family: 'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
}
*:first-child+html h1, *:first-child+html h2, *:first-child+html h3 { 
	font-family: 'メイリオ', Meiryo, sans-serif;
}
h1 {
	font-size: 2em;
}
h2 {
	color: #FFFFFF;
	font-size: 1.5em;
	background-color: #CFCBB2;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
}
h2.pagetitle {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
hr {
	display: none;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em 'Courier New', Courier;
	border: solid 1px #DDDDDD;
	display: block;
	padding: 1em;
	margin: 1em 0 0 1em;
}
small {
	font-size: 1em;
	line-height: 1.5;
}

/*
======================================================================================
	1-1. Linkタグ
======================================================================================
*/
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #07A1CB;
}
a:active {
	color: #CFCBB2;
}
a img {
	border: none;
}

/*
======================================================================================
	1-2. Listタグ
======================================================================================
*/
ul {
	line-height: 1;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
li {
	list-style-type: none;
}

/*
======================================================================================
	1-3. Formタグ
======================================================================================
*/
select {
	width: 130px;
}

/*
======================================================================================
	1-4. テーブルタグ
======================================================================================
*/

/*
======================================================================================
	2. 基本レイアウト設定
======================================================================================
*/
#page {
	text-align: left;
	width: 840px;
	padding: 0;
	margin: 0 auto 0 auto;
}
#header {
	background-color: #FFFFFF;
	padding: 0 0 10px 0;
	margin: 0;
}
#contentsBody {
	background-color: #FFFFFF;
	padding: 0 0 30px 0;
}
#twoColumnsBlock {
	width: 620px;
}
#content {
	width: 450px;
}
#sidebarLeft {
	width: 170px;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
}
#sidebarRight {
	width: 220px;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
}
#sidebarContents {
	font-size: 1.2em;
	padding: 0 0 0 0;
	margin: 0 10px;
}
#footer {
	color: #FFFFFF;
	background-image: url(images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 10px 0 40px 110px;
	margin: 0;
}
#footer p {
	text-align: left;
	margin: 0;
	padding: 0 0 0 10px;
}

/*
======================================================================================
	2-1. 共用クラス
======================================================================================
*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}
.center {
	text-align: center;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.hidden {
	display: none;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 440px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
/* End Images */

/*
======================================================================================
	2-2. FONTクラス
======================================================================================
*/
.fCV {
	font-family: Hiragino Maru Gothic Pro,"ヒラギノ丸ゴ Pro W4", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.fCV {
	font-family: Verdana, sans-serif;
}
* html .fCV {
	font-family: Verdana, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0;
}
*:first-child+html .fCV { 
	font-family: 'メイリオ', Meiryo, sans-serif;
}
.fTM {
	font-family: 'Trebuchet MS', Verdana, 'Lucida Grande', Arial, Sans-Serif;
}
.wNormal {
	font-weight: normal;
}
.fsS {
	font-size: 0.85em;
}

/*
======================================================================================
	3. ヘッダー設定
======================================================================================
*/
#headerimg {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0 0 10px 0;
	margin: 0;
}
#headerimg h1 {
	text-indent: -9999px;
	background-color: #FFFFFF;
	padding: 0;
}
#headerimg h1 a {
	background-image: url(images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 547px;
	height: 60px;
}
#headerimg h1 a:link {
}
#headerimg h1 a:hover {
	background-position: 0px -60px;
}
#headerimg .description {
	font-size: 1.2em;
	width: 293px;
	margin: 12px 0 0 0;
}
#headerUtility {

}
#breadcrumb {
	font-size: 1.1em;
	width: 620px;
	padding: 0 10px;
}
#searchBox {
	width: 200px;
}
#searchBox form {
	margin: 0;
}
#searchform {
	margin: 10px auto;
	padding: 2px 3px 0 3px;
}
#searchBox #searchform #s {
	width: 108px;
	padding: 2px;
}
#searchBox #searchsubmit {
	padding: 1px;
}
/*
======================================================================================
	4. メインコンテンツ設定
======================================================================================
*/
#recommend {
	margin: 0 0 20px 0;
}
.post {
	margin: 0 5px;
}
.post h3, .archive h3, .search h3 {
	font-size: 1.3em;
	border-bottom: solid 1px #CFCBB2;
	padding: 0 0 2px 0;
}
.date {
	font-size: 1em;
	padding: 2px 0 10px 0;
}
.entry {
	font-size: 1.2em;
	padding: 0;
}
.entry a {
	font-family: "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.entry p {
	margin: 0 0 1em 0;
}
.post hr {
	display: block;
}
.navigation {
	padding: 0;
	margin: 1em 0;
}
.tag {
	margin: 1em 0;
}
.postmetadata {
	clear: left;
	display: block;
	margin: 20px 0 40px 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0;
}

.attachment {
	text-align: center;
	margin: 5px 0;
}
/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*リスト表示最適化処理*/
.entry ul, .entry ol {
	line-height: 1.4;
	margin: auto -3em 1em 0;
	padding: 0;
	position: relative;
	left: -3em;
	overflow: hidden;
}
.entry ul li {
	list-style-type: disc;
}
.entry ul dt {
	font-weight: bold;
}
.entry ol li {
	list-style-type: decimal;
}
.entry li, .entry dd, .entry dt {
	margin: 0.5em 0 0.5em 0;
}
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul{
	margin-left: 1em;
	padding-left: 0;
}
.entry ul li, .entry ol li, .entry ul dt, .entry ul dd {
	margin-left: 5em;
}
.entry li li, .entry dd li{
	margin-left: 3.5em;
}


/*
======================================================================================
	5. サイドコンテンツ設定
======================================================================================
*/
#sidebarContents h2 {
	color: #7E7D6D;
	font-size: 1.1em;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0 0 10px 0;
}
#sidebarContents ul, #sidebarContents ul ol {
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
#sidebarContents ul li {
	list-style-type: none;
	list-style-image: none;
	border-bottom: solid 1px #CFCBB2;
	margin-bottom: 15px;
}
#sidebarContents ul li li {
	border: none
}
#sidebarContents ul p, #sidebarContents ul select {
	margin: 0 0 5px 0;
}
#sidebarContents ul ul, #sidebarContents ul ol {
	margin: 5px 0 10px 0;
}
#sidebarContents ul ul ul, #sidebarContents ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebarContents ul ol li {
	/*list-style: decimal outside;*/
}
#sidebarContents ul ul li, #sidebarContents ul ol li {
	margin: 3px 0 0;
	padding: 0;
}


/*
======================================================================================
	6. フッター設定
======================================================================================
*/
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #07A1CB;
}
#footer a:active {
	color: #CFCBB2;
}

/*
======================================================================================
	7. コメント
======================================================================================
*/
.commentBox {
	margin: 0 0 20px 0;
}
.post h3#comments, .post h3#respond {
	color: #000000;
	font-size: 1em;
	text-indent: 0.5em;
	background-color: #CFCBB2;
	padding: 2px 0;
	margin: 20px 0 0 0;
}
.commentlist {
	padding: 0;
	margin: 0;
}
.commentlist li, #commentform input, #commentform textarea {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
	margin: 15px 0 0px;
	padding: 5px 10px 0px;
	list-style: none;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	background: #FFFFFF;
}
.commentlist cite, .commentlist cite a {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5;
	text-transform: none;
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.commentmetadata {
	font-weight: normal;
	margin: 0;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */

}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 99%;
	padding: 2px 0;
}
#commentform #submit {
	margin: 0;
	float: right;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}

/*
======================================================================================
	8. カレンダー
======================================================================================
*/
/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font-size: 1.1em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 5px;
	width: 200px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/*
======================================================================================
	9. ウィジット
======================================================================================
*/
.textwidget {
	margin: 0 0 10px 0;
}
/*
======================================================================================
	10. captions
======================================================================================
*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*
======================================================================================
	11. Hack
======================================================================================
*/
/*リスト表示最適化処理(IE6以前用)*/
/* hide from Mac IE \*/

* html ul, * html ol {
	height: 0;
	overflow: visible;
}
* html ul, * html ol {
	height: 100%;
}
/* */
*:first-child+html ul, *:first-child+html ol {
	height: 0;
	overflow: visible;
}
*:first-child+html ul, *:first-child+html ol {
	height: 1%;
}
/*===============ここからfloat対策===============*/
.floatParent:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.floatParent {
	display:inline-block;
}
/* Hides from IE-mac \*/
*html .floatParent {height:1%;}
.floatParent {display:block; }
/*End hide from IE-mac */
/*===============ここまでfloat対策===============*/