@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 {
	padding: 0;
	margin: 0;
}





/* Default
------------------------------------------------- */

body {
	background:url(http://templates.blog.fc2.com/template/winter_girls/bg.gif);
	color: #153366;
	text-align: center;
	font-family: Verdana, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	font-size: small !important; /* IE7 */
	font-size: 82%; 	/* IE6 */
	word-wrap: break-word;
}


/* Modern browser */
html>/**/body {
	font-size: 13px;
}




/* Hyper text
------------------------------------------------- */

a { 
	text-decoration: none;
	/*\*/
	overflow: hidden;	/* for Fx */
	/**/
}



a:link,
a:focus,
a:active{
	color: #66c6dd;
}



a:visited {
	color: #8c8c8c;
}



a:hover {
	color: #ff4000;
}





/* 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: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #fffff0;
}



#header {
	height: 300px;
	width: 740px;
	padding: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: left;
	background: url(http://templates.blog.fc2.com/template/winter_girls/header.gif) no-repeat;
}



#main {
	float: right;
	width: 520px !important;
	width /* for IE5.5 */: 528px;
	padding: 0px 8px 20px 0;
	overflow: hidden;
}



#sidemenu {
	float: left;
	width: 196px !important;
	width /* for IE5.5 */: 212px;
	padding: 0px 8px 20px 8px;
	overflow: hidden;
}



#footer {
	clear: both;
	padding: 30px 0 10px 0;
	width: 100%;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 90%;	 /* for IE6 */
	background: url(http://templates.blog.fc2.com/template/winter_girls/footer.gif) no-repeat;
}





/* Header
------------------------------------------------------------ */

#header h1 {
	margin: 25px 0 0 0;
	text-align: left;
}



#header a {
	margin: 0 10px 5px 25px;
	color: #153366;
	text-decoration: none;
}


	
#header p {
	width: 300px;
	margin: 0 10px 0 27px;
	color: #333333;
	text-align: left;
}





/* Main Contents
------------------------------------------------------------ */

.content {
	width: 518px;
	border-right: 1px #6AA2D7 solid;
	border-left: 1px #6AA2D7 solid;
	text-align: left;
}



h2.entry_header,
h3.entry_header {
	height: 31px;
	height: auto !important;
	padding: 0 10px 0 50px;
	min-height: 31px;
	text-align: left;
	background: #FFFFFF url(http://templates.blog.fc2.com/template/winter_girls/entryheader02.gif) top center no-repeat;
}


.entry_header a {
	color: #153366;
	text-decoration: none;
}



.entry_body {
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #FFFFFF;
}



.entry_body p.entry_more {
	padding: 15px 15px 15px 0px;
	margin: 0px;
}


	
.entry_body p.tag_lnk {
	margin: 0px;
}


	
.entry_body p.theme {
	margin: 10px 0px 0px 0px;
}


.entry_category {
	padding: 5px 10px 10px 10px;
	text-align: right;
	background-color: #FFFFFF;
}


.entry_category li {
	display: inline;
	list-style-type: none;
}


.entry_footer {
	padding: 0 0 0 10px;
	text-align: left;
}



.entry_footer li {
	display: inline;
	list-style-type: none;
}



/* clap + bookmark */

.fc2_footer {
	margin: 10px 0px 0px 0px;
}



.page_navi {
	margin-bottom: 15px;
	text-align: center;
}



.pagetop {
	height: 60px;
	padding: 5px 60px 0 0;
	background: #FFFFFF url(http://templates.blog.fc2.com/template/winter_girls/pagetop01.gif) no-repeat;
}


.pagetop_link {
	margin-top: 15px;
	text-align: right;
}


.pagetop_comment {
	height: 30px;
	padding: 40px 60px 0 0;
	background: #FFFFFF url(http://templates.blog.fc2.com/template/winter_girls/pagetop01.gif) no-repeat;
}


.pagetop_link_comment {
	text-align: right;
}


.pagetop_footer {
	margin-bottom: 30px;
}



/* 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 {
	margin-left: 15px;
	list-style: disc outside;
}



.entry_body ol li {
	margin-left: 2em;
	list-style: decimal outside;
}



.entry_body dl {
	padding: 1em 1em 0em;
	margin: 1em 1.5em;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}



.entry_body dt {
	padding-bottom: 2px;
	margin-bottom: 0.5em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: bold;
}



.entry_body dd {
	margin: 0em 1em 1em;
}



.entry_body pre {
	width: 90%;
	padding: 0.5em;
	margin: 1em auto;
	overflow: auto;
	border: 1px solid;
	font-family: sans-serif;
}



/* 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 {
	height: 31px;
	height: auto !important;
	padding: 0 10px 0 50px;
	min-height: 31px;
	text-align: left;
	background: #FFFFFF url(http://templates.blog.fc2.com/template/winter_girls/entryheader02.gif) top center no-repeat;
}



.sub_title {
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #FFFFFF;
}



.list_body {
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #FFFFFF;
}



.list_body li {
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}



.sub_footer {
	padding: 10px 10px 10px 10px;
	text-align: right;
	background-color: #FFFFFF;
}



.sub_footer li {
	display: inline;
	list-style-type: none;
}




.sub_body{
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #FFFFFF;
}



.form{
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #FFFFFF;
}



.form dl {
	margin-right: 10px;
	margin-left: 10px;
}



.form dl dd {
	margin-bottom: 5px;
}



.form dl dd textarea {
	height: 150px;
	width: 400px;
}



.form input#himitu {
	margin-right: 0.5em;
}



.form .form_btn {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}



.form .form_btn input {
	margin-right: 3px;
}



.trackback_url {
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #FFFFFF;
}



.trackback_url input {
	width: 85%;
	padding: 1px;
}





/* Plugin (Main content)
------------------------------------------------------------ */

.plg3_body {
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #FFFFFF;
}



.plg3_body .plg_header,
.plg3_body .plg_body,
.plg3_body .plg_footer {
	margin-top: 3px;
}


.plg_title {
	height: 37px;
	height: auto !important;
	padding: 12px 25px 0 18px;
	margin-bottom: 10px;
	min-height: 37px;
	background: url(http://templates.blog.fc2.com/template/winter_girls/subtitle.gif) no-repeat;
}


.plg_body li {
	padding: 0 10px 0 18px;
	background: url(http://templates.blog.fc2.com/template/winter_girls/point02.gif) no-repeat;
}



.plg3_header {
	height: 31px;
	height: auto !important;
	padding: 0 10px 0 50px;
	min-height: 31px;
	text-align: left;
	background: #FFFFFF url(http://templates.blog.fc2.com/template/winter_girls/entryheader02.gif) top center no-repeat;
}



/* Sidemenu (Plugin)
------------------------------------------------------------ */

#sidemenu1 li,
#sidemenu2 li {
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}



.sidemenu_body {
	margin-bottom: 15px;
}


	
.sidemenu_body .plg_header,
.sidemenu_body .plg_body,
.sidemenu_body .plg_footer {
	margin-top: 3px;
}



.sidemenu_body .plg_body input {
	margin: 2px;
}






/* Calendar(Plugin)
------------------------------------------------------------ */

table.calender {
	width: 90%;
}



table.calender caption {
	margin: 0px auto;
	margin-bottom: 10px;
}



table.calender th,
table.calender td {
	padding: 0.1em;
	border-bottom: 1px dotted #cccccc;
	text-align: center;
}



table.calender td a:link,
table.calender td a:focus,
table.calender td a:active {
	color: #ffffff;
	display: block;
	background-color: #66c6dd;
}



table.calender td a:visited {
	color: #ffffff;
	display: block;
	background-color: #8c8c8c;
}


table.calender td a:hover {
	color: #ffffff;
	display: block;
	background-color: #ff4000;
}



table.calender th#sun {
	color: #FF0000;
}



table.calender th#sat {
	color: #0000FF;
}





/* Piyo(Plugin)
------------------------------------------------------------ */

.tab {
	margin-bottom: 10px;
	text-align: left;
}



.tab input{
	padding: 3px 5px;
}



.tab input.b1{
	margin-right: 5px;
}


    
.mylog {
	padding: 5px;
	border: 1px solid #A5A5A5;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}



.mylog .title {
	padding: 0px 0px 3px;
	margin: 0px 0px 10px;
	border-bottom-color: #A5A5A5;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-weight: bold;
}



.mylog dl {
	padding: 0px;
	margin: 0px;
}




.mylog dt.day {
	margin: 0px;
	padding: 0px 0px 5px;
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}



.mylog dd.piyolog {
	padding: 0px 0px 10px;
	margin: 0px 0px 5px;
	border-bottom-color: #A5A5A5;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}



.license {
	text-align: right;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}





/* Footer
------------------------------------------------------------ */

#footer p {
	margin-bottom: 3px;
}



#footer address {
	padding-bottom: 10px;
	font-style: normal;
}





/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}


