/*  
Theme Name: Lingerie
Theme URI: http://bloggingzone.info
Description: Linerie Adult theme for wordpress
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: #000000;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
}


/* Header */

#header {
	width: 1004px;
	height: 325px;
	background-color:#000000;
	position: relative;
}
	#header p{
		margin:0 5px;
		padding:0;
	}
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 261px;
		left: 6px;
		width: 570px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 570px;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 34px;
		font: bold 16px/34px Verdana;
		color: #ffffff;
		margin-right: 15px;
		border: 1px solid #ff0099;
		padding: 0 15px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 86px;
		left: 0px;
		width:380px;
		padding:5px;
		text-align:center;
	}
	
	#header #header-info h2 {
		color: #ff0099;
		font: bold 2em;
		padding-bottom: 5px;
	}
	
	#header #header-info h2 a {
		color: #ff0099;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ff0099;
		font: bold 1.4em;
		margin-bottom:5px;
	}
	
	/* Header page title */
	#header #header-siteTitle{
		position:absolute;
		top:15px;
		left:0px;
		padding:0 5px;
	}
	
	#header #header-siteTitle h1{
		font-size:1.2em;
		font-weight:bold;
		color:#ff0099;
		margin-bottom:5px;
	}
	
	#header #header-siteTitle .description {
		color: #ffffff;
		font-size: 0.8em;
		font-weight:bold;
	}
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 237px;
		left: 949px;
		width: 45px;
		height: 45px;
	}

	/*  Header Ads */
	#header #header-ads{
		position:absolute;
		top:66px;
		left:382px;
		width:620px;
		height:240px;
	}

/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 709px;
		padding: 0 18px 0 20px;
		color:#ff0099;
	}
	
	#content a{
		color:#ffffff;
		text-decoration:none;
	}
	
	#content a:hover{
		color:#ff0099;
		text-decoration:underline;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 11px;
		width: 707px;
		border: 1px solid #ff0099;
		background: #ffffff;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 684px;
			padding: 7px 5px 0 18px;
			color: #000000;
			font: bold 13px Verdana;
		}
		
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		#content .post .post-title h2 {
			color: #000000;
			font-size: 1.8em;
			font-weight:bold;
			padding: 5px 0 2px 35px;
			background:url(images/post_comments.gif) no-repeat;
		}
		
		#content .post .post-title h3 {
			color: #000000;
			font-size: 1.5em;
			font-weight:bold;
			padding: 5px 0 2px 35px;
			background:url(images/post_comments.gif) no-repeat;
		}
		
		#content .post .post-title h3 a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title h3 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font-size:1.1em;
			color: #000000;
			padding: 0 20px;
			width: 667px;
		}
		
		#content .post .post-entry a {
			color: #ff0099;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px "Trebuchet MS", Verdana;
			color: #ff0099;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #ff0099;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}

		#content .post .post-entry img{
			margin:10px;
		}		
		
		#content .post .post-entry table{
			margin:10px 0;
			padding:3px;
			border:solid 1px #333333;
		}
		
		#content .post .post-entry .table_img{
			margin:10px 0;
			padding:3px;
			border:none;
		}		
		#content .post .post-entry th{
			text-align:center;
			font-weight:bold;
			background-color:#ff0099;
			border-bottom:solid 2px #333333;
			border-right:solid 1px #333333;
		}
		
		#content .post .post-entry td{
			text-align:center;
			border-bottom:solid 1px #333333;
			border-right:solid 1px #333333;
		}
		
		#content .post .post-entry .td_img{
			margin:0;
			text-align:center;
			border:none;
		}
		
		#content .post .post-entry .cate_img{
			margin:10px;
		}								
		#content .ads{
			margin:10px auto;
		}
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 12px;
			width: 683px;
			height: 22px;
			clear: both;
			font: bold 10px/22px "Trebuchet MS", Verdana;
			color: #ffffff;
			background: #ff0099;
			border-top: 1px solid #ff0099;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #000000;
			font: bold 15px Verdana;
			margin: 20px 0 10px 0;
		}
		
		#content .post .comments {
			font: normal 11px/19px "Trebuchet MS", Verdana;
			color: #000000;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #ff0099;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #dedede;
		}
		
		#content .post .comments ol li cite {
			color: #ff0099;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ff0099;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ff0099;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			font: normal 11px/19px "Trebuchet MS", Verdana;
			color: #000000;
			padding: 0 20px;
		}
		
		#content .post #commentform a {
			color: #ff0099;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
		
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px/25px "Trebuchet MS", Verdana;
		color: #ff0099;
		height: 25px;
		margin: 20px 0;
		float: left;
	}
	
	#content .navigation a {
		color: #ff0099;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 246px;
		font: normal 13px/19px Arial, Verdana;
		color: #000000;
		padding-left: 11px;
		margin-bottom: 5px;
	}
	
	#sidebar a {
		color: #ff0099;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
		width: 246px;
		margin-bottom: 5px;
		background: #ffffff;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: bold 17px/30px Verdana;
			color: #ff0099;
			background: #000000;
			padding-left: 20px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			font: normal 13px/30px Arial, Verdana;
			color: #000000;
			border-bottom: 1px solid #dedede;
			padding-left: 20px;
		}
		
		#sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul li {
			border-bottom: none;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 25px auto 0 auto;
			padding: 20px 0;
			width: 246px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 180px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 5px auto;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px;
		}


/* Footer */

#footer {
	width: 1004px;
	height: 30px;
	padding-top: 10px;
	color: #ff0099;
	font: normal 10px/30px Arial, Verdana;
	text-align: center;
}

#footer img{
	float:left;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*●文字色（<span class="red">などとして使用）*/
.black{ color: #000000;}/*黒色テキスト*/
.red{ color: #ff0000;}/*赤色テキスト*/
.blue{ color: #0000dd;}/*青色テキスト*/
.green{ color: #008000;}/*緑色テキスト*/
.yellow{ color: #ffff00;}/*黄色テキスト*/
.navy{ color: #1F26A9;}/*紺色テキスト*/
.gray{ color: #cccccc;}/*灰色テキスト*/
.orange{ color: #ff6600;}/*橙色テキスト*/
.pink{ color: #cc6699;}/*ピンク色テキスト*/
.purple{ color: #660099;}/*紫色テキスト*/
.olive{ color: #808000;}/*黄土色テキスト*/
.lime{ color: #00ff00;}/*黄緑テキスト*/
.aqua{ color: #167FA6;}/*黄緑テキスト*/
.link-title{ color:#333333; font-weight:bold; font-size:1.3em;}
.link-url{ color:#008800; font-size:1.1em;}
.link-desc{ color:#333333; font-size:1.2em;}
