a:link { color:#0000FF ; text-decoration:none; }
a:visited { color:#0000FF; text-decoration:none; }
a:active { color:#B22222 ; text-decoration:none; }
a:hover { color:#FF0000 ; text-decoration:none; }
.f8 {  font-size: 8px; }
.f10 {  font-size: 10px; }
.f11 {  font-size: 11px; }
.f12 {  font-size: 12px; }
.f13 {  font-size: 13px; }
.f14 {  font-size: 14px; }
.f102 {  font-size: 10px; line-height:120% ; letter-spacing:0.05em;}
.f103 {  font-size: 10px; line-height:135% ; letter-spacing:0.1em;}
.f104 {  font-size: 10px; line-height:140% ; letter-spacing:0.1em;}
.f113 {  font-size: 11px; line-height:120% ; letter-spacing:0.05em;}
.f114 {  font-size: 11px; line-height:140% ; letter-spacing:0.1em;}
.f122 {  font-size: 12px; line-height:120% ;}
.f123 {  font-size: 12px; line-height:140% ; letter-spacing:0.05em;}
.f124 {  font-size: 12px; line-height:150% ; letter-spacing:0.07em;}
.f134 {  font-size: 13px; line-height:140% ;}
.f144 {  font-size: 14px; line-height:140% ;}
.f15 {  font-size: 15px; }
.f18 {  font-size: 18px; }

/* default
------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family : Verdana, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: x-small;
	background-repeat: repeat-x;
	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%; margin:5px 5px 5px 5px; padding:5px 5px 5px 5px; background-image: url("http://sexyidol.org/images/tback.jpg"); }
	
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(http://sexyidol.org/images/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: 950px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	margin-bottom: 7px;
	height: 40px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	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;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url();
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
}

div#wrap {
	width: 820px;
	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: 590px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-top: 10px;
	border: 1px solid #FFFFFF;
}

div#sidemenu1 {
	float: left;
	width: 190px;
	padding-bottom: 20px;
	overflow: hidden;
	line-height: 17px;
	letter-spacing:0.15em;
	background-image: url(http://sexyidol.org/images/sidemenu.gif);
	border: 1px solid #FFFFFF;
}

div#sidemenu2 {
	float: right;
	width: 128px;
	padding-bottom: 20px;
	overflow: hidden;
	line-height: 17px;
	letter-spacing:0.15em;
	background-image: url(http://sexyidol.org/images/sidemenu.gif);
	border: 1px solid #FFFFFF;
	margin-bottom: 8px;
}

div#footer {
	clear: both;
	padding: 10px;
	height: 70px;
	background-image: url(http://sexyidol.org/images/footer.gif);
	background-repeat: repeat-x;
}



/* Header
------------------------------------------------------------ */

div#header h1 {
	padding-bottom: 2px;
}

#header h1 a {
	color: #555555;
	line-height: 16px;
}

#header h1 a:hover {
	text-decoration: none;
}


div#header p {
	color: #CA9751;
}



/* Main Contents
------------------------------------------------------------ */

div.content {
	margin-bottom: 20px;
	text-align: left;
	line-height: 17px;
	letter-spacing:0.1em;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}



div.entry_body {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 20px;
	background-image: url();
}

div.entry_body p.entry_more {
	padding-top: 20px;
	padding-left: 10px;
	background-image: url();
	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: 15px;
	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;
}





/* 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: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}
#container #wrap #main .content li {
	list-style-type: none;
}
