@charset "utf-8";


/* Reset
------------------------------------------------- */

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
	margin: 0;
	padding: 0;
}



/* Default
------------------------------------------------- */

body {
	background:#FFFFFF url(http://templates.blog.fc2.com/template/grayrose/bg.gif) fixed;
	color: #cccccc;
	text-align: center;
	font-family: "メイリオ", Meiryo, Verdana, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	font-size: small !important; /* IE7 */
	font-size: 82%; 	/* IE6 */
	
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #6a7e00;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #6a7e00;
}

/* Modern browser */
html>/**/body {
	font-size: 13px;
}



/* Hyper text
------------------------------------------------- */

a { 
	/*\*/
	overflow: hidden;	/* for Fx */
	/**/
}

a:link,
a:visited {
	color: #cccc00;
	text-decoration:none;
}

a:focus,
a:hover,
a:active {
	color: #000000;
	background: #6a7e00;
	text-decoration:none;
}


/* Image
------------------------------------------------- */

img,
a img {
	border: none;
}
	
.emoji {
	vertical-align:middle;
}



/* Base elements
------------------------------------------------- */

h1 { font-size: 180%; }
	
h2 { font-size: 130%; }
	
h3 { font-size: 115%; }
	
h4,h5,h6 { font-size: 100%; }
	
ul, ol, li, dl, dt, dd { list-style: none; }

table {
	font-size: small　!important;	/* for Modern browser */
	font-size: 82%;	/* for IE6 */
}

/* Layout
------------------------------------------------------------ */

#container {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #000000;
}

#header {
	height:150px !important;
	height /* for IE5.5 */:230px;
	background:url(http://templates.blog.fc2.com/template/grayrose/header.jpg) no-repeat left top;
	overflow: hidden;
	padding:80px 25px 25px;
	margin-bottom:40px;
	text-align:left;
}

#main {
	float: left;
	width: 510px !important;
	width /* for IE5.5 */: 535px;
	padding: 0 0 0 25px;
	margin-bottom:40px;
	overflow: hidden;
}

#sidemenu {
	float: right;
	width: 190px !important;
	width /* for IE5.5 */: 215px;
	padding: 0 25px 0 0px;
	margin-bottom:440px;
	overflow: hidden;
}

#footer {
	clear: both;
	height: 80px !important;
	height /* for IE5.5 */:100px;
	background:url(http://templates.blog.fc2.com/template/grayrose/footer.jpg) no-repeat left top;
	padding:20px 25px 0 25px;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 90%;	 /* for IE6 */
}



/* Header
------------------------------------------------------------ */

#header h1 {
	font-weight: bold;
	margin-bottom:10px;
}

#header h1 a:link,
#header h1 a:visited {
	padding: 1px 3px;
	background: #FFFFFF;
	color:#000000;
	text-decoration:none;
	
}

#header h1 a:focus,
#header h1 a:hover,
#header h1 a:active {
	color:#000000;
	background: #6a7e00;
	text-decoration:none;
}
	
#header p {
	display:inline;
	padding: 1px 3px;
	color:#000000;
	background: #FFFFFF;
	font-weight: bold;
}



/* Main Contents
------------------------------------------------------------ */

.content {
	margin-bottom: 80px;
	text-align: left;
}

h2.entry_header {
	text-align: left;
	margin-bottom: 10px;
	color:#FFFFFF;
	font-weight: bold;
}

.entry_date {
	margin-bottom:10px;
}

.entry_date dt {
	display:inline;
	background: #6a7e00;
	padding:1px 3px;
	color:#FFFFFF;
	margin-right:5px;
}

.entry_date dd {
	display:inline;
	padding:1px 3px;
	color:#6a7e00;
	margin-right:10px;
}

.entry_date:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

.entry_body {
	text-align: left;
	margin-bottom: 10px;
}

.entry_body p.entry_more {
	padding: 10px 10px 10px 10px;
	margin: 0px;
}
	
.entry_body p.tag_lnk {
	margin: 0px;
}

.entry_footer {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	color:#3A4D00;
}

.entry_footer:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

.entry_footer li {
	display: inline;
	list-style-type: none;
	padding:0 0.5em 0 0;
	margin-right:0.5em;
	border-right:#6a7e00 1px solid;
}

.entry_footer li.end {
	padding:0;
	margin:0;
	border-right:0px none;
}

/* clap + bookmark */
.fc2_footer {
	margin: 10px 0px 0px;
}

.page_navi {
	margin-bottom: 15px;
	text-align: center;
}

.page_navi li {
	display:inline;
	margin:0;
	padding:0 0.5em !important;
	padding:0 0.25em 0 0.5em;
}

.page_navi:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

.page_pre {
	border-right:#6a7e00 1px solid;
}

.page_home {

}

.page_next {
	border-left:#6a7e00 1px solid;

}

.pagetop {
	text-align: right;
	margin-top:40px;
}



/* Entry (html tag)
------------------------------------------------------------ */

.entry_body h2,
.entry_body h3,
.entry_body h4,
.entry_body h5,
.entry_body h6 {
	margin: 0em 0em 0.5em;
}

.entry_body p {
	margin: 0.3em 1em;
}

.entry_body ul,
.entry_body ol {
	margin: 1em 0em 1em;
}

.entry_body ul li {
	list-style: square outside;
	margin-left: 15px;
}

.entry_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
}

.entry_body dl {
	padding:1em;
	margin: 10px;
	border: 1px solid #FFFFFF;
}

.entry_body dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	border-bottom: 1px dotted #FFFFFF;
}

.entry_body dd {
	margin: 0em 1em 1em;
}

.entry_body fieldset {
	border: 1px #cccccc solid;
}

.entry_body legend {
	background: #000000;
}

.entry_body blockquote {
	background: #1f1f1f;
	margin: 10px;
	padding: 1em;
	border: 1px dotted #999999;
}

.entry_body pre {
	margin: 1em auto;
	padding: 0.5em;
	border: 1px solid;
	font-family: sans-serif;
	overflow: auto;
	width: 90%;
}

.entry_body hr {
	background: url(http://templates.blog.fc2.com/template/grayrose/line.gif) left bottom no-repeat;
	padding:0 0 0.5em 0;
	margin:0 0 0.5em 0;
	border:0px none;
}

.entry_body table {
	border: 1px #FFFFFF solid;
	border-collapse: collapse;
	margin: 5px;
}

.entry_body th {
	background: #333333;
}

.entry_body tr,
.entry_body th,
.entry_body td {
	padding: 3px;
}

/* for without MacIE5 \*/
.entry_body pre { overflow: scroll; }
/**/

.entry_body > pre { width: auto; }

.entry_body code { font-family: monospace; }



/* Comment, Trackback, Entry list
------------------------------------------------------------ */

.sub_header {
	background:url(http://templates.blog.fc2.com/template/grayrose/line.gif) left bottom no-repeat;
	text-align: left;
	padding:0 0 10px 0;
	margin-bottom: 40px;
	color:#FFFFFF;
	font-weight: bold;
}

.sub_title {
	background:url(http://templates.blog.fc2.com/template/grayrose/comments_title.gif) left center no-repeat;
	padding:0 0 0 20px;
	margin-bottom: 10px;
	min-height:2em;
	color:#FFFFFF;
	font-weight: bold;
}

* html .sub_title {
	height:2em;
}

.sub_body {
	margin:0 0 10px 0;
}

.list_body {
	margin:0 0 10px 0;
}

.list_body li {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 1px;
}

.sub_footer {
	text-align: right;
	margin:0 0 10px 0;
}

.sub_footer li {
	display: inline;
	list-style-type: none;
	padding:0 0.5em 0 0;
	margin-right:0.5em;
	border-right:#6a7e00 1px solid;
	color:#3A4D00;
}
.sub_footer li.end {
	padding:0;
	margin:0;
	border-right:0px none;
}
	
.form dl {
	margin:0 0 10px 0; 
}

.form dl dt {
	clear: both;
	float:left;
	width:95px;
	text-align:right;

}

.form dl dd {
	margin:0 0 5px 110px;
}

.form dl dd input {
	padding: 1px;
	background:#1F1F1F;
	border:#404040 1px solid;
	color:#FFFFFF;
}

.form dl dd input#name ,
.form dl dd input#subject ,
.form dl dd input#mail ,
.form dl dd input#url {
	width:396px !important;
	width:392px;
}

.form dl dd textarea {
	padding: 1px;
	width:396px !important;
	width:392px;
	height:88px;
	background:#1F1F1F;
	border:#404040 1px solid;
	color:#FFFFFF;
}

.form input#himitu {
	margin-right: 0.5em;
}

.form .form_btn {
	text-align:right;
	padding:1px 10px;
}


.form .form_btn input {
	background:#6a7e00;
	border:0px none;
	margin:0 0 40px 0;
	cursor:pointer;
}

.trackback_url {
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}

.trackback_url input {
	width: 85%;
	padding: 1px;
	background:#1F1F1F;
	border:#404040 1px solid;
	color:#FFFFFF;
}



/* Plugin (Main content)
------------------------------------------------------------ */

.plg3_header {
	background:url(http://templates.blog.fc2.com/template/grayrose/line.gif) left bottom no-repeat;
	padding:0 0 10px 0;
	margin-bottom: 10px;
	color:#FFFFFF;
	font-weight: bold;
}

.plg3_body {
	margin-bottom: 10px;
}

.plg3_body .plg_header,
.plg3_body .plg_body,
.plg3_body .plg_footer {
	margin-bottom:10px;
}



/* Sidemenu (Plugin)
------------------------------------------------------------ */

#sidemenu1 li,
#sidemenu2 li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left:15px;
}

.sidemenu_body {
	margin-bottom: 30px;
}

.sidemenu_body a:link,
.sidemenu_body a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}

.sidemenu_body a:hover,
.sidemenu_body a:active {
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
}

.sidemenu_body .plg_title {
	background:url(http://templates.blog.fc2.com/template/grayrose/side_line.gif) left bottom no-repeat;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	color:#FFFFFF;
	font-weight: bold;
	b
}

	
.sidemenu_body .plg_header,
.sidemenu_body .plg_body,
.sidemenu_body .plg_footer {
	margin:0 0 10px 0;
}

.sidemenu_body .plg_body input {
	margin: 2px;
	padding: 1px;
	background:#1F1F1F;
	border:#404040 1px solid;
	color:#FFFFFF;
}

.sidemenu_body .plg_body, ol li {
	list-style: decimal inside;
}


/* Calendar(Plugin)
------------------------------------------------------------ */

table.calender {
	width:100%;
	margin: 0;
}

table.calender caption {
	padding:0 0 2px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #FFFFFF;
}

table.calender th,
table.calender td {
	padding: 0.1em!important;
	padding /* for IE5.5 */: 0.4em;
	text-align: center;
}

table.calender td a:link,
table.calender td a:visited { 
	display: block;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
}

table.calender td a:hover,
table.calender td a:active {
	color: #000000;
	background-color: #999999;
}


table.calender th#sun {
	color: #F20021;
}

table.calender th#sat {
	color: #5E8EEB;
}



/* Piyo(Plugin)
------------------------------------------------------------ */

.tab {
	text-align:center;
	margin-bottom: 10px;
}

.tab input{
	padding: 3px 5px;
	cursor:pointer;
	background:#1F1F1F;
	border:#404040 1px solid;
	color:#FFFFFF;
}

.tab input.b1{
	margin-right: 5px;
}
    
.mylog {
	border: 1px solid #FFFFFF;
	padding:1em;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}

.mylog .title {
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
	margin-bottom:10px;
}

.mylog dl {
	margin: 0px;
	padding: 0px;
}

.mylog dt.day {
	margin: 0px;
	padding: 0px 0px 5px;
	background-image: none;
	text-align: left;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}

.mylog dd.piyolog {
	margin: 0px 0px 5px;
	border-bottom: 1px dotted #FFFFFF;
	padding: 0px 0px 10px;
}

.license {
	text-align: right;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}



/* Footer
------------------------------------------------------------ */

#footer a:link,
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
}

#footer p {
	margin-bottom: 2px;
	color:#000000;
}

#footer .copyright {
	margin-bottom: 10px;
	color:#000000;
}



/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}
