@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: #FFF url(http://templates.blog.fc2.com/template/lilly/lilly_back_img.gif) repeat-x center top;
	border-bottom: 10px solid #000000;
	color: #000000;
	text-align: center;
	font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	font-size: small !important; /* IE7 */
	font-size: 82%; 	/* IE6 */
}
/* Modern browser */
html>/**/body {
	font-size: 13px;
}



/* Hyper text
------------------------------------------------- */

a { 
	text-decoration: none;
	/*\*/
	overflow: hidden;	/* for Fx */
	/**/
}

a:link {
	color: #000000;
}
a:visited {
/*	color: #AFAFAF;    */
	color: #000000;

}

a:focus, a:hover, a:active {
	color: #7432CA;
           text-decoration: underline;
}


/* Image
------------------------------------------------- */

img,
a img {
	border: none;
}
	
.emoji {
	vertical-align:middle;
}



/* Base elements
------------------------------------------------- */

h1 { font-size: 220%; }
	
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: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_bottom_bar.gif) no-repeat center bottom;
	padding-bottom: 50px;
}

#container:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	height: 0px;
}
/*\*/
* html #container {
	overflow: visible;
	height: 1px;
}
/**/

#header {
	width: 100%;
	height: 250px;
	overflow: hidden;
	padding-bottom: 20px;
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_header.gif) no-repeat center top;
}

#main {
	float: left;
	width: 550px !important;
	width /* for IE5.5 */: 575px;
	overflow: hidden;
margin-top: 5px;
}

#sidemenu {
	float: right;
	width: 225px;
	padding-left: 25px;
	overflow: hidden;
}

#footer {
	padding: 10px 0px;
	width: 100%;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 90%;	 /* for IE6 */
}



/* Header
------------------------------------------------------------ */

#header .header_point {
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_header_point.gif) no-repeat right top;
	margin-right: 10px;
	height: 34px;
}

#header .header_point a {
	margin-left: 755px;
	margin-right: 3px;
	height: 30px;
	text-indent: -9999px;
	display: block;
}

#header h1 {
	margin-left: 300px;
	margin-right: 10px;
	text-align: right;
	padding-top: 68px;
	color: #FFFFFF;
}

#header h1 a {
	color: #FFFFFF;
text-decoration: none;
}

#header h1 a:link,
#header h1 a:visited,
 {
	color: #FFFFFF;
}

#header h1 a:focus,
#header h1 a:hover,
#header h1 a:active {
	color: #b37bc9;
}

#header p {
	font-size: 90%;
	margin-left: 450px;
	margin-top: 15px;
	text-align: right;
}


/* Main Contents
------------------------------------------------------------ */

.content {
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_main_bottom.gif) no-repeat center bottom;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/*\*/
* html .content {
	height: 10px;
}
/**/

h2.entry_header {
	text-align: left;
	color: #FFFFFF;
	padding: 9px 15px 2px;
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_main_title_box.gif) no-repeat center top;
}

h2.entry_header a:link,
h2.entry_header a:visited {
	color: #FFFFFF;
}
h2.entry_header a:focus,
h2.entry_header a:hover,
h2.entry_header a:active {
	color: #b37bc9;
text-decoration: none;
}

.entry_body {
	text-align: left;
	padding: 10px 10px 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.entry_body2 {
	text-align: left;
	padding: 12px 20px 0px;
	background: url(http://blog-imgs-10.fc2.com/s/e/x/sexyamateur/lilly_main_title_box2.gif) no-repeat center top;
}

.entry_body p.entry_more {
	float: left;
	padding: 0px 0px 0px 15px;
	margin: 1px 0px 0px;
}

.entry_body p.clap {
	text-align:right;
	padding: 0px 14px 0px 0px;
	margin: 2px 0px 0px;
}

.entry_body p.tag_lnk {
	margin: 0px;
}
	
.entry_body p.theme {
	margin: 10px 0px 0px;
}

.entry_footer {
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_border.gif) no-repeat center top;
	text-align: right;
	margin-bottom: -30px;
	padding: 10px 10px 30px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.entry_footer li {
	display: inline;
	list-style-type: none;
}

/* clap + bookmark */
.fc2_footer {
	margin: 10px 0px 0px;
}

.page_navi {
	margin-bottom: 15px;
	text-align: center;
}

.pagetop {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.main_content_bottom {
	margin-bottom: 20px;
	height: 10px;
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_main_bottom.gif) no-repeat center bottom;
	text-indent: -9999px;
}



/* Entry (html tag)
------------------------------------------------------------ */

.entry_body h2,
.entry_body h5,
.entry_body h6 {
	margin: 0em 0em 0.5em;
}

.entry_body h3 {
	height:36px;
	font-size:16px;
	color:#FFFFFF;
	padding-top: 8px;
	padding-left: 10px;
	background: url(http://blog-imgs-37.fc2.com/s/e/x/sexyamateur/h3_bg.gif) no-repeat left top;
}

.entry_body h4 {
	padding-top: 4px;
	padding-left: 35px;
	margin-bottom:3px;
	background: url(http://blog-imgs-37.fc2.com/s/e/x/sexyamateur/icom_02.png) no-repeat left top;
}

.entry_body h5 {
	height:36px;
	font-size:16px;
	text-align:left;
	color:#FFFFFF;
	margin:0;
	padding-top: 8px;
	padding-left: 10px;
	background: url(http://blog-imgs-37.fc2.com/s/e/x/sexyamateur/h3_bg.gif) no-repeat left top;
}

.entry_body p {
	padding: 10px 10px 0;
}

.entry_body .note {
	padding: 0px 3px 7px;
}

.entry_body ul,
.entry_body ol {
	margin: 1em 0em 1em;
}

.entry_body ul li {
	list-style: disc outside;
	margin-left: 15px;
}

.entry_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
}

.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;
}

.entry_body dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.entry_body dd {
	margin: 0em 1em 1em;
}

.entry_body blockquote {
	margin: 5px;
	padding: 5px;
	border: 1px dotted;
}

.entry_body pre {
	margin: 1em auto;
	padding: 0.5em;
	border: 1px solid;
	font-family: sans-serif;
	overflow: auto;
	width: 90%;
}

/* 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 {
	text-align: left;
	color: #FFFFFF;
	padding: 10px 15px 4px;
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_main_title_box.gif) no-repeat center top;
	font-weight: bold;
}

.sub_title {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #000000;
	font-weight: bold;
	padding: 15px 10px 0;
	text-align: left;
	text-decoration: underline;
}

.sub_body {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 10px;
}

.list_body {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 10px;
}

.list_body li {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 1px;
}

.sub_footer {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: right;
	padding: 10px;
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_border.gif) no-repeat center bottom;
}

.sub_footer li {
	display: inline;
	list-style-type: none;
}

.form {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.form dt {
	font-weight: bold;
}

.form dl {
	padding: 10px;
}

.form dl dd {
	margin-bottom: 5px;
}

.form dl dd textarea {
	width: 400px;
	height: 150px;
}

.form input#himitu {
	margin-right: 0.5em;
}

.form .form_btn {
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 30px;
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_border.gif) no-repeat center bottom;
}

.form .form_btn input {
	background-color: #000000;
	color: #FFFFFF;
	margin-right: 3px;
	padding: 3px;
}

.trackback_url {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 10px 10px 30px;
	text-align: center;
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_border.gif) no-repeat center bottom;
}

.trackback_url input {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	color: #FFFFFF;
	padding: 3px 1px;
	width: 85%;
	text-align: center;
}




/* Plugin (Main content)
------------------------------------------------------------ */

.plg3_header {
	color: #FFFFFF;
	padding: 8px 15px 4px;
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_main_title_box.gif) no-repeat center top;
}

.plg3_body {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-bottom: -30px;
	padding: 10px 20px 30px;
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_border.gif) no-repeat center bottom;
}

.plg3_body .plg_header,
.plg3_body .plg_body,
.plg3_body .plg_footer {
	margin-top: 0px;
}



/* Sidemenu (Plugin)
------------------------------------------------------------ */

#sidemenu li {
	margin-left: 0px;
	background: url(http://templates.blog.fc2.com/template/lilly/lilly_side_menu_icon.gif) no-repeat left 3px;
	text-indent: 15px;
	margin-top: 3px;
}

.sidemenu_body {
	margin-bottom: 20px;
}
	
.sidemenu_body .plg_title {
	margin-bottom: 10px;
	background: url(http://blog-imgs-45.fc2.com/s/e/x/sexyamateur/lilly_sidemenu_header.gif) no-repeat center bottom;
	font-weight: bold;
	padding: 7px 10px 12px 10px;
}

	
.sidemenu_body .plg_header,
.sidemenu_body .plg_body,
.sidemenu_body .plg_footer {
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
}

.plugin-mail {
	font-weight: bold; 
	margin: 2px;
}

.sidemenu_body .plg_body textarea {
	margin: 2px;
}

.input_button {
	background-color: #000000;
	color: #FFFFFF;
}


/* Calendar(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: #999999;
}

table.calender td a:link {
	color: #FFFFFF;
}
table.calender td a:visited {
	color: #AFAFAF;
}

table.calender td a:focus,
table.calender td a:hover,
table.calender td a:active {
	color: #FFFFFF;
	background-color: #7432CA;
}

table.calender th#sun {
	color: #FF0000;
}

table.calender th#sat {
	color: #0000FF;
}


/* Piyo(Plugin)
------------------------------------------------------------ */

.tab {
	text-align: left;
	margin-bottom: 10px;
}

.tab input{
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px 5px;
}

.tab input.b1{
	background-color: #000000;
	color: #FFFFFF;
	margin-right: 5px;
}
    
.mylog {
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}

.mylog .title {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A5A5;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px;
}

.mylog dl {
	margin: 0px;
	padding: 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 {
	margin: 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A5A5;
	padding: 0px 0px 10px;
}

.license {
	text-align: right;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}



/* baton(Plugin)
------------------------------------------------------------ */

dl.blog_baton {
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	padding-top: 25px;
}

dl.blog_baton dt {
	margin-bottom: 15px;
}

dl.blog_baton dd {
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
	margin-right: 0;
}

dt.baton_q {
	margin-left: 35px;
}

span.q_number {
	background: #000000 none repeat scroll 0 0;
	color: #FFFFFF;
	margin-left: -35px;
	padding: 2px 5px;
}

dd.baton_a {
	margin-left: 35px;
}

span.a_number {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-left: -35px;
	padding: 2px 5px;
}



/* Footer
------------------------------------------------------------ */

#footer p {
	margin-bottom: 3px;
}

#footer .copyright {
	margin-bottom: 0px;
}



/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
	border: 1px solid #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
	margin-top: 5px;
	padding: 3px;
}


/* カスタマイズ
------------------------------------------------------------ */
.note {
    padding-left: 15px;
}

table#site-rec {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#site-rec th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
}
table#site-rec td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

#top_menu {
	float: left;
	width: 160px;
	height: 33px;
	margin:1px 2px;
	text-align: center;
}
#top_menu a {
	background: url(http://blog-imgs-51.fc2.com/s/e/x/sexyamateur/menu_btn.png) no-repeat center bottom;
	display:block;
	width:160px;
	height: 27px;
	text-decoration: none;
	padding-top: 14px;
}
#top_menu a:focus, #top_menu a:hover, #top_menu a:active {
	background: url(http://blog-imgs-51.fc2.com/s/e/x/sexyamateur/menu_btn_selected.png) no-repeat center bottom;
	display:block;
	width:160px;
	height: 27px;
}

#top_menu_selected {
	float: left;
	width: 160px;
	height: 33px;
	margin:1px 2px;
	text-align: center;
}
#top_menu_selected a {
	background: url(http://blog-imgs-51.fc2.com/s/e/x/sexyamateur/menu_btn_selected.png) no-repeat center bottom;
	display:block;
	width:160px;
	height: 27px;
	padding-top: 14px;
	text-decoration: none;
}
#top_menu_selected a:focus, #top_menu_selected a:hover, #top_menu_selected a:active {
	background: url(http://blog-imgs-51.fc2.com/s/e/x/sexyamateur/menu_btn_selected.png) no-repeat center bottom;
	display:block;
	width:160px;
	height: 27px;
}
#page_ranking td {
	font-size: 11px;
	padding-bottom: 2px;
}