@charset "UTF-8";

/*------------------------------------------------------

Template: The gray world
Author: Sebek
WebSite: Sozoro9
URL: http://so9.boo.jp/

------------------------------------------------------*/



* {
	margin:0;
	padding:0;
	}

body {
	background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_bg.jpg) top repeat-x; 
	color:#333631;
	}

a {
	text-decoration:none;
	color:#0066ff;
	}

a:hover {
	color:#6e7955;
	letter-spacing:1px;
	}

img {
	margin:0 5px 5px 0;
	padding:3px;
	border:solid #ccc 1px;
	}

.noborder {
	border:0;
	padding:0;
	margin:0 5px 0 0;
	}

.clear {clear:both;}

/*--- Font Family ---*/
h1,h2,h3,h4,h5,
.pagetop_entry,
.page_navi,
.header,
.theme,
.pagetop_entry {
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif, Osaka;
	}

/*--- Blog Title ---*/
h1 {
	padding:20px 0 5px;
	font-size:16px;
	}
/*--- Blog Sub Title --*/
h2.subblog_title {
	font-size:10px;
	font-weight:normal;
	}
/*--- Entry Title ---*/
h3.blogentry_title {
	margin-left:20px;
	margin-bottom:3px;
	padding:5px;
	font-size:13px;
	border-left:solid #99cc00 5px;
	}
/*--- Side Menu Title ---*/
h4.sidemenu_title {
	padding:0px 0px 13px 28px;
	background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_submenu.gif) bottom left no-repeat;
	font-size:13px;
	}
/*--- Trackback & Comment Title ---*/
h5.sub_title {
	margin:10px 0 5px 20px;
	padding:3px 5px;
	background:#f7f6f5;
	border-left:solid #669999 5px;
	font-size:12px;
	font-weight:normal;
	}

/*--- Header box ---*/
.header {
	margin-bottom:2em;
	padding:0 30px;
	background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_header.gif) top left no-repeat;
	height:100px;
	}

/*--- RSS & Admin & Archives button ---*/
ul.menu {
	padding-top:2em;
	width:20em;
	float:right;
	list-style:none;
	font-size:10px;
	}

ul.menu li {
	margin-right:1em;
	padding-left:15px;
	line-height:13px;
	float:right;
	}

ul.menu li.rss {background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/icon_rss.gif) top left no-repeat;}
ul.menu li.admin {background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/icon_admin.gif) top left no-repeat;}
ul.menu li.archives {background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/icon_archives.gif) top left no-repeat;}

/*--- Side content box ---*/
.side_content1 {
	padding-right:1.8em;
	padding-left:40px;
	width:13%;
	}


/*--- Side Menu box ---*/
.sidemenu {
	margin-bottom:1.5em;
	line-height:120%;
	font-size:11px;
	}

.sidemenu li {
	margin:2px 0;
	padding-left:1.7em;
	background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_list.gif) no-repeat left top;
	}

.sidemenu li li {
	margin:2px 0;
	padding-left:1.7em;
	background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_list.gif) no-repeat left top;
	}

.sidemenu_header {
	padding:5px 5px 0 20px;
	}

.sidemenu_body {
	padding:5px 5px 5px 20px;
	}

.sidemenu_footer {
	padding:0 5px 5px 20px;
	}

.sidemenu_body ul {
	list-style:none;
	}

/*--- Main Content box ---*/
.main_content {
	padding-right:1.8em;
	width:70%;
	font-size:12px;
	}

/*--- Blog box ---*/
.blog_entry {
	margin-bottom:3em;
	}

table.t_blog {width:100%;}
td.t_top,td.t_bottom {height:16px;}
td.t_left,td.t_right {width:16px;}
td.t_topleft,td.t_topright,td.t_bottomleft,td.t_bottomright {width:16px; height:16px;}
td.t_top {background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_t_top.gif) top left repeat-x;}
td.t_left {background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_t_left.gif) top left repeat-y;}
td.t_right {background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_t_right.gif) top right repeat-y;}
td.t_bottom {background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_t_bottom.gif) bottom left repeat-x;}
td.t_topleft {background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_t_topleft.gif) top left no-repeat;}
td.t_topright {background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_t_topright.gif) top right no-repeat;}
td.t_bottomleft {background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_t_bottomleft.gif) bottom left no-repeat;}
td.t_bottomright {background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_t_bottomright.gif) bottom right no-repeat;}

.entry_body {
	padding:5px;
	line-height:150%;
	font-size:11px;
	}

.entry_more {
	margin:10px 0 5px 0;
	font-size:10px;
	}

.theme {
	margin:5px 0 10px 0;
	font-size:10px;
	}

.pagetop_entry {
	margin:5px 0 0 0;
	padding:5px 0;
	border-top:dotted #666 1px;
	text-align:right;
	font-size:10px;
	}

.page_navi {
	text-align:center;
	font-size:11px;
	}

.fc2_footer {margin-top:10px;}


/*--- 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: none;
	background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_list.gif) no-repeat left center;
	line-height: 1.8em;
	padding-left: 25px;
	}

.entry_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
	}

.entry_body dl {
	margin:1em 1.5em;
	border:solid 1px;
	padding:1em 1em 0;
	}

.entry_body dt {
	font-weight:bold;
	margin-bottom:0.5em;
	padding-bottom:2px;
	border-bottom:dotted 1px;
	}

.entry_body dd {margin: 0em 1em 1em;}

.entry_body blockquote {
	margin:5px;
	padding:10px;
	border:dotted #999 1px;
	background:#f3f2f1;
	}

.entry_body fieldset {
	margin:5px;
	padding:5px;
	border:dashed #999 1px;
	}

.entry_body pre {
	margin:1em auto;
	padding:0.5em;
	border:1px solid;
	font-family:sans-serif;
	overflow:auto;
	width:90%;
	}

.entry_body table,
.entry_body table th,
.entry_body table td {
	border-collapse:collapse;
	border:solid #999 1px;
	}

.entry_body table th,
.entry_body table td {
	padding: 5px;
	}


/* for without MacIE5 \*/
.entry_body pre { overflow: scroll; }
/**/

.entry_body > pre { width: auto; }

.entry_body code { font-family: monospace; }


/*--- Trackback & Comment ---*/
.tb_cm {margin:2em 0;}

.trackback_url {
	margin:0 0 2.5em 20px;
	line-height:150%;
	}

.trackback_url input,
.trackback_url input:hover,
.trackback_url input:focus {
	margin:5px 0;
	padding:3px 5px;
	width:60%;
	font-size:13px;
	border:solid #6e7955 1px;
	border-left:double #6e7955 5px;
	border-right:double #6e7955 5px;
	}

.sub_header {
	padding:0px 0px 13px 28px;
	background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_submenu.gif) bottom left no-repeat;
	font-weight:bolder;
	}

.sub_body {
	margin:0 20px 5px 30px;
	line-height:150%;
	}

.sub_footer {
	margin-right:20px;
	text-align:right;
	color:#999;
	}
.sub_footer a {color:#999;}
.sub_footer a:hover {color:#595857;}

.form {
	margin:5px 0 2.5em 20px;
	}

.form table th {
	width:22%;
	background:#d6dad3;
	font-weight:normal;
	}

.form table td {
	padding:5px 8px 0;
	}

textarea,
select,
input {	
	border:1px solid #ccc;
	line-height:1.2;
	color:#444;
	background-color:#fff;
	font-family:"ＭＳ Ｐゴシック", Arial, sans-serif;
	padding:2px;
	margin:0 0 5px 0;
}

textarea {
	width:100%;
	height:100px;
	font-size:12px;
}

select:hover,
input:hover,
textarea:hover,
select:focus,
input:focus,
textarea:focus {
	border:1px solid #6e7955;
	background:#fafafa;
}

select {background:#fff;}

option {padding-right:1em;}

form p {padding-top:1em;}

.plugin-search input[type="submit"],
.plugin-mail input[type="submit"],
.form_btn input {
	margin-right:1em;
	margin-top:0.5em;
	padding:0 0.5em;
	border:1px solid #999;	
	width:100px;
	vertical-align:middle;	
	color:#fff;
	background-color:#999;	
	cursor: pointer;
}

.plugin-search input[type="submit"]:hover,
.plugin-mail input[type="submit"]:hover,
.plugin-search input[type="submit"]:focus,
.plugin-mail input[type="submit"]:focus,
.form_btn input:hover,
.form_btn input:focus {
	border:1px solid #6e7955;
	background:#6e7955;
}

input.checkbox,
input.radio {
    margin:0 0.5em 0 0;
	border:none;
	width:auto;
	background:none;
}


/*--- other ---*/
ul.list_body {
	margin:10px 20px;
	list-style:none;
	}

ul.list_body li {
	margin-bottom:5px;
	padding:3px 5px;
	border-bottom:dotted #666 1px;
	}

.pagetop {
	margin-top:1em;
	margin-right:20px;
	text-align:right;
	}


/*--- baton ---*/
p.baton_title {
	margin:1em 0 0;
	padding:2px 5px;
	background:#f3f2f1;
	border-left:solid #CC9900 5px;
	font-size:13px;
	}
dl.blog_baton {
	margin:0.5em;
	padding:0.5em;
	border:none ;
	}
dt.baton_q {
	margin:0 0 5px 0;
	padding:5px;
	border-bottom:dotted #999 1px;
	}
.q_number {
	margin-right:5px;
	padding:3px;
	background:#ebf6f7;
	border:solid #0099CC 1px;
	color:#0099CC;
	}
dd.baton_a {
	margin:0 0 20px 10px;
	padding:5px;
	}
.a_number {
	margin-right:5px;
	padding:3px;
	background:#fdeff2;
	border:solid #CC3300 1px;
	color:#CC3300;
	}


/*--- plugin in calender ---*/
table.calender {
	width:98% !important;
	width:90%;
	margin:0 auto;
	line-height:1.6em;
	}
table.calender caption {
	margin:0 auto 10px auto;
	letter-spacing:2px;
}
table.calender th,
table.calender td {
	padding:0.1em;
	text-align:center;
	font-weight:normal;
}
table.calender td a:link,
table.calender td a:visited {
	display: block;
	color:#00f;
	background-color:#9ba19d;
	border:solid #9ba19d 1px;
}
table.calender td a:hover,
table.calender td a:active {
	display: block;
	color:#9ba19d;
	background-color:#FFF;
	border:solid #9ba19d 1px;
	letter-spacing:normal;
}
table.calender th#sun {color:#CC0000;}
table.calender th#sat {color:#38A1DB;}


/*--- plugin in tab ---*/
.tab {
	text-align:left;
	margin-bottom:10px;
	}
.tab input{
	padding:3px 5px;
	border:outset #9ba19d 1px;
	}
.tab input.b1{margin-right:5px;}
.mylog {
	width:95%;
	padding:5px;
	border:solid #9ba19d 1px;
	text-align:left;
	font-size:85% !important;	/* for Modern browser */
	font-size:90%;	 /* for IE6 */
	overflow:hidden;
	}
.mylog .title {
	font-weight:bold;
	border-bottom:dashed #9ba19d 1px;
	margin:0 0 10px;
	padding:0 0 3px;
	}
.mylog dl {
	margin:0;
	padding:0;
	}
.mylog dt.day {
	margin:0;
	padding:0 0 5px;
	background-image:none;
	text-align:left;
	font-size:85% !important;	/* for Modern browser */
	font-size:90%;	 /* for IE6 */
	}
.mylog dd.piyolog {
	margin:0 0 5px;
	border-bottom:dashed #9ba19d 1px;
	padding:0 0 10px;
	}
.license {
	text-align:right;
	font-size:88% !important;	/* for Modern browser */
	font-size:93%;	 /* for IE6 */
	}


/*--- Footer box ---*/
.footer {
	padding-top:11em;
	height:40px;
	background:url(https://blog-imgs-15-origin.fc2.com/s/e/b/sebek/simple_footer.gif) bottom center repeat-x; 
	text-align:center;
	font-size:10px;
	color:#737b75;
	}
.footer a {color:#737b75;}
.footer a:hover {
	color:#fff;
	letter-spacing:normal;
	}



/* for MacIE \*//*/
textarea,input,select {
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
	}
/* end */