/* default
------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #E7E7E2;
	color: #333333;
	font-family : Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: x-small;
        /* 背景壁紙 */
/*	background-image: url(https://blog-imgs-78-origin.fc2.com/a/s/s/assaultontdl/DSC100NC1J1_4908_256_301.jpg);
	background-image: url(https://blog-imgs-80-origin.fc2.com/a/s/s/assaultontdl/DSC_5901_300_200.jpg);
	background-image: url(https://blog-imgs-81-origin.fc2.com/a/s/s/assaultontdl/DSC_6081_960_640.jpg);
	background-image: url(https://blog-imgs-89-origin.fc2.com/a/s/s/assaultontdl/DSC_7108_960_640.jpg);
	background-image: url(https://blog-imgs-90-origin.fc2.com/a/s/s/assaultontdl/XQ2F100_0187.jpg);
	background-image: url(https://blog-imgs-90-origin.fc2.com/a/s/s/assaultontdl/XQ2F100_0064.jpg);
	background-image: url(https://blog-imgs-90-origin.fc2.com/a/s/s/assaultontdl/XQ2F100_0627_240_320.jpg);
	background-image: url(https://blog-imgs-90-origin.fc2.com/a/s/s/assaultontdl/DSC318_0919_256_256.jpg);
	background-image: url(https://blog-imgs-95-origin.fc2.com/a/s/s/assaultontdl/DSCF4422.jpg);
	background-image: url(https://blog-imgs-95-origin.fc2.com/a/s/s/assaultontdl/DSCF4256.jpg);
	background-image: url(https://blog-imgs-95-origin.fc2.com/a/s/s/assaultontdl/DSCF5063.jpg);
	background-image: url(https://blog-imgs-98-origin.fc2.com/a/s/s/assaultontdl/DSCF5838161229.jpg);
	background-image: url(https://blog-imgs-98-origin.fc2.com/a/s/s/assaultontdl/DSCF5887161231.jpg);
	background-image: url(https://blog-imgs-98-origin.fc2.com/a/s/s/assaultontdl/DSCF6337170122.jpg);
	background-image: url(https://blog-imgs-121-origin.fc2.com/a/s/s/assaultontdl/DSCF7233170416.jpg);
	background-image: url(https://blog-imgs-110-origin.fc2.com/a/s/s/assaultontdl/DSCF8366170625.jpg);
	background-image: url(https://blog-imgs-110-origin.fc2.com/a/s/s/assaultontdl/DSCF8615170813.jpg);
	background-image: url(https://blog-imgs-110-origin.fc2.com/a/s/s/assaultontdl/DSCF9340171105.jpg);
	background-image: url(https://blog-imgs-110-origin.fc2.com/a/s/s/assaultontdl/DSCF0027171230.jpg);
	background-image: url(https://blog-imgs-120-origin.fc2.com/a/s/s/assaultontdl/DSCF0153180110.jpg);
	background-image: url(https://blog-imgs-77-origin.fc2.com/a/s/s/assaultontdl/DSCF0966180422.jpg);
*/

	background-image: url(https://blog-imgs-115-origin.fc2.com/a/s/s/assaultontdl/DSCF1396180607.jpg);

	background-repeat: repeat;
	background-attachment: fixed;
}

html>body {
	font-size: small;
}

/* for IE \*/
* html body {
	font-size: 78%;
}	
/**/

/* Hyper text
------------------------------------------------- */

a { 
	text-decoration: none;
	color: #477EAB;
}

a:hover {
	text-decoration: underline;
	color: #CD8B32;
}



/* Image
------------------------------------------------- */

img,
a img {
	border: none;
}

.emoji{
	vertical-align:middle;
}


/* Base elements
------------------------------------------------- */

h1 { font-size: 160%; }
	
h2 { font-size: 115%; }
	
h3 { font-size: 108%; }
	
h4 { font-size: 100%; }
	
h5 { font-size: 94%; }
	
h6 { font-size: 85%; }
	
ul, ol, li, dl, dt, dd { list-style: none; }

li {
background-image: url(https://templates.blog.fc2.com/template/sky_cube/sky_cube_li.gif);
background-repeat: no-repeat;
	padding-left: 10px;
	list-style-type: none;
	background-position: left center;
}
	
blockquote {
	width: auto;
	margin: 10px 20px;
	padding: 0.2em 1em;
	border: 1px dashed;
}

pre {
	margin: 1em auto;
	padding: 0.5em;
	border: 1px solid;
	font-family: sans-serif;
	overflow: auto;
	width: 90%;
}

/* for without MacIE5 \*/

div.main_body pre {	overflow: scroll; }
/**/
	
div.main_body > pre { width: auto; }
	
div.main_body code { font-family: monospace; }



/* Layout
------------------------------------------------------------ */

div#container {
/*	width: 850px; */
	width: 1180px;

	margin-left: auto;
	margin-right: auto;
}

div#header {
margin-bottom: 7px;
height: 40px;

background-color: #FFFFFF;
/* ヘッダ画像 */
background-image: url(https://blog-imgs-42-origin.fc2.com/a/s/s/assaultontdl/DSCF9109_850_75.jpg);
background-size: cover;
padding-top: 25px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 80px;
}

div#wrap {
/*	width: 850px; */
/* ヘッダ横サイズ */	
width: 1180px;
float: left;
	margin-bottom: 8px;
}
div#wrap:after {
	content: "";
	overflow: hidden;
	display: block;
	height: 1px;
	clear: both;
}
/*\*/
* html div#wrap {
	overflow: visible;
	height: 1px;
}
/**/
div#main {
/* 記事部分のサイズ */
	float: right;
	width: 970px;
/*	width: 640px;*/
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
	overflow: hidden;
	background-color: #E9E9E7;
	padding-top: 5px;
	border: 1px solid #FFFFFF;
}

div#sidemenu1 {
	float: left;
	width: 190px;
	padding-bottom: 20px;
	overflow: hidden;
	background-image: url(https://templates.blog.fc2.com/template/sky_cube/sky_cube_sidemenu.gif);
	border: 1px solid #555555;
}

div#sidemenu2 {
	float: left;
	width: 190px;
	padding-bottom: 20px;
	overflow: hidden;
	background-image: url(https://templates.blog.fc2.com/template/sky_cube/sky_cube_sidemenu.gif);
	border: 1px solid #555555;
	margin-bottom: 8px;
}

div#footer {
	clear: both;
	padding: 10px;
	height: 70px;
	background-image: url(https://templates.blog.fc2.com/template/sky_cube/sky_cube_footer.gif);
	background-repeat: repeat-x;
}



/* Header
------------------------------------------------------------ */

div#header h1 {
	padding-bottom: 2px;
}

#header h1 a {
/*	color: #5522aa; */  /* トップタイトル；タイトル色  */
	color: #ff00aa;   /* #ff0588; トップタイトル；タイトル色  */
	line-height: 16px;
}

#header h1 a:hover {
	text-decoration: none;
}


div#header p {
	color: #004488; /* #fAa751;  #CA9751; */ /* トップタイトル；サブタイトル色  */
}



/* Main Contents
------------------------------------------------------------ */

div.content {
	margin-bottom: 20px;
	text-align: left;
	/* background-color: #7F3F3F; */  /* background-color: #FFFFFF; */
	background-color: #7F5F6F;
	border: 1px solid #BBBBBB;
}

h2.entry_header,
h3.entry_header {
	text-align: center; /*left;*/ /* タイトル位置  */
	color: #FFFFFF;
	line-height: 31px;
/*	background-image: url(https://blog-imgs-42-origin.fc2.com/a/s/s/assaultontdl/entry_header2.gif); */
background-image: url(https://blog-imgs-78-origin.fc2.com/a/s/s/assaultontdl/entry_header3.png);
	background-repeat: repeat;
        margin: 4px;
        /* タイトルセンタリング位置調整 */
	/* padding-left: 45px; */
}

h2.entry_header a,
h3.entry_header a {
	color: #FFFFFF;
}

div.entry_body {
	text-align: center; /*left;*/   /* 本文位置  */
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: auto; /*5px;*/    /* 画像位置 */
	margin-left: auto; /* 3px; */   /* 画像位置 */
	line-height: 20px;
/*	background-image: url(https://templates.blog.fc2.com/template/sky_cube/sky_cube_entry_body.gif);
*/
}

div.entry_body p.entry_more {
	padding-top: 20px;
	padding-left: 10px;
	background-image: url(https://templates.blog.fc2.com/template/sky_cube/sky_cube_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
	
div.entry_body p.tag_lnk {
	margin: 0px;
}
	
div.entry_body p.theme {
	margin: 20px 0px 0px;
}

ul.entry_footer {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: x-small;
}

ul.entry_footer li {
	display: inline;
	list-style-type: none;
}

/* clap + bookmark */
div.fc2_footer {
	height: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
}

div.page_navi {
	margin-bottom: 150px;
	text-align: center;
}

div.pagetop {
	text-align: right;
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 1px;
	margin-right: 1px;
	margin-left: 1px;
}



/* Entry (html tag)
------------------------------------------------------------ */

div.entry_body h2,
div.entry_body h3,
div.entry_body h4,
div.entry_body h5,
div.entry_body h6 {
	margin: 0em 0em 0.5em;
}

div.entry_body p {
	margin: 0.3em 1em;
}

div.entry_body ul,
div.entry_body ol {
	margin: 1em 0em 1em;
}

div.entry_body ul li {
	list-style: disc outside;
	margin-left: 15px;
}

div.entry_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
}

div.entry_body dl {
	margin: 1em 1.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 1em 1em 0em;
}

div.entry_body dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

div.entry_body dd {
	margin: 0em 1em 1em;
}



/* Comment, Trackback, Entry list
------------------------------------------------------------ */

p.sub_header {
	text-align: left;
	padding: 5px;
	color: #7088A0;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #A7B89C;
	border-right-color: #7088A0;
	border-bottom-color: #A7B89C;
	border-left-color: #7088A0;
	margin: 5px;
}

h3.sub_title {
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

div.sub_body {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

ul.list_body {
	margin-bottom:10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

ul.list_body li {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 1px;
}

ul.sub_footer {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

ul.sub_footer li {
	display: inline;
	list-style-type: none;
}
	
div.form dl {
	margin-right: 10px;
	margin-left: 10px;
}

div.form dl dd {
	margin-bottom: 5px;
}

div.form dl dd textarea {
	width: 380px;
	height: 150px;
}

div.form input#himitu {
		margin-right: 0.5em;
}

div.form .form_btn {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

div.form .form_btn input {
	margin-right: 3px;
}

p.trackback_url {
	padding-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}

p.trackback_url input {
	padding-bottom: 1px;
	border-bottom: 1px dashed #B3B1C2;
	border-top: none;
	border-right: none;
	border-left: none;
	margin-bottom: 1px;
	width: 85%;
	background-color: #FFFFFF;
	color: #4F4785;
}



/* Plugin (Main content)
------------------------------------------------------------ */

div.entry_body .plg_header,
div.entry_body .plg_body,
div.entry_body .plg_footer {
	margin-top: 3px;
}



/* Sidemenu (Plugin)
------------------------------------------------------------ */

#sidemenu1 li,
#sidemenu2 li {
	margin-left: 5px;
	margin-bottom: 2px;
}

dl.sidemenu_body {
	margin-bottom: 15px;
}
	
dl.sidemenu_body .plg_title {
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #616161;
	line-height: 24px;
	background-image: url(https://templates.blog.fc2.com/template/sky_cube/sky_cube_plg_title.gif);
	background-repeat: repeat-x;
	height: 27px;
	padding-right: 5px;
	padding-left: 5px;
}

	
dl.sidemenu_body .plg_header,
dl.sidemenu_body .plg_body,
dl.sidemenu_body .plg_footer {
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
}

dl.sidemenu_body .plg_body input {
	margin: 2px;
}




/* calender(Plugin)
------------------------------------------------------------ */

table.calender {
	width: 90%;
	margin: 0px auto;
}

table.calender caption {
	margin-bottom: 10px;
	margin: 0px auto;
}

table.calender th,
table.calender td {
	padding: 0.1em;
	border-bottom: 1px dotted #cccccc;
	text-align: center;
}

table.calender td a {
	display: block;
	color: #ffffff;
	background-color: #739FC4;
}

table.calender td a:hover {
	color: #ffffff;
	background-color: #D29F4A;
}

table.calender th#sun {
	color: #CB7A69;
}

table.calender th#sat {
	color: #5F87C5;
}



/* Piyo(Plugin)
------------------------------------------------------------ */

div.tab {
	text-align: left;
	margin-bottom: 10px;
}

div.tab input{
	padding: 3px 5px;
}

div.tab input.b1{
	margin-right: 5px;
}
    
div.mylog {
	width: 150px;
	padding: 5px;
	border: 1px solid #A5A5A5;
	text-align: left;
	color: #666666;
	background-color: #FFFFFF;
}
div.mylog p.title {
	font-weight: bold;
	color: #838383;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A5A5;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px;
}
div.mylog dl {
	margin: 0px;
	padding: 0px;
}
div.mylog dt.day {
	width: 150px;
	color: #339900;
	margin: 0px;
	padding: 0px 0px 5px;
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
}
div.mylog dd.piyolog {
	margin: 0px 0px 5px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A5A5;
	padding: 0px 0px 10px;
}
div.license {
	text-align: right;
}



/* Footer
------------------------------------------------------------ */

div#footer p {
	margin-bottom: 3px;
}

div#footer address {
	font-style: normal;
	padding-bottom: 10px;
	font-size: x-small;
}



/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}
#container #wrap #main .content li {
	list-style-type: none;
}
