/*
Theme Name: mamakiru
Description: WordPress corp ver
Version: 1.0
Author: MIYATA mayumi
Author URI: http://www.mamakiru.net/
*/

/* Reset *****************/
html {
	font-size: 100.01%;
	height: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
:focus {outline:0;}
address {font-style:normal;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse; border-spacing:0;}


/* BASE *****************/

a {color:#D00062; text-decoration:none;}
a:hover {text-decoration:underline;}
h1, h2, h3, h4, h5, h6 {color:#333; font-weight:bold;}
h1 {color:#c06; font-size:1.83em;}
h2 {font-size:1.67em; padding:0 15px 13px;}
h3 {color:#333; font-size:1.1em; }
h4 {font-size:1.25em;}
h5 {font-size:1.3em;}
h6 {font-size:1.2em;}
p {padding-bottom:13px;}
li {padding-left:20px;}

input, textarea, select {font-size:14px;}
textarea {color:#888;}
input.inputText {background:#fff; color:#888;padding:2px 2px 2px 2px;}
select {color:#888; padding:1px;}
select option {padding:1px 4px;}

body {
	background-color: #FFE5E5;
	color:#555;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka", Verdana,Arial, Helvetica, sans-serif;
}
.all-page {
	margin:0 auto;
	padding-top:7px;
	width:996px;
}
.container {background:#fff url(images/frame.png) 0 0 repeat-y;}

/* frames */
.frameT, .frameB, .frameT i, .frameB i {background:url(images/b_f4f4f4.gif) no-repeat;}
.frameT, .frameB {
	height:5px;
	position:relative; left:-1px;
	width:100%;
}
	.frameT i, .frameB i {
		font-size:0;
		line-height:0;
		position:absolute; top:0; left:-3px; margin-left:100%; 
		height:5px;
		width:5px;
	}
.frameT {background-position:-5px 0; top:-1px;}
.frameB {background-position:-5px -5px; height:5px; bottom:-1px;}
	.frameB i {background-position:0 -5px;}
.bFrameT, .bFrameB, .bFrameT i, .bFrameB i {background:url(images/b_d6d6d6.gif) no-repeat;}
.bFrameT, .bFrameB {
	height:5px;
	position:relative; left:-1px;
	width:100%;
}
	.bFrameT i, .bFrameB i {
		font-size:0;
		line-height:0;
		position:absolute; top:0; left:-3px; margin-left:100%; 
		height:5px;
		width:5px;
	}
.bFrameT {background-position:-5px 0; top:-1px;}
.bFrameB {background-position:-5px -5px; height:5px; bottom:-1px;}
	.bFrameB i {background-position:0 -5px;}

/* HEADER **************/
#header {
	background:url(images/frame_t.png) 0 0 no-repeat;
	height:103px;
	padding:0 32px;
	position:relative;
}


    #header .website-name {
	width: 350px;
	height: 70px;
    }
    
    .website-name a { color: #d00062; font-weight: bold;}

	#header .slogan {
		font-size:1em;
		font-style:normal;
		font-weight:normal;
		height:58px;
		width:530px;
	}
		#header .slogan {
			color:#4c5356;
			display:block;
			height:18px;
			padding:10px 0 0 470px;
		}
	#header .slogan a:hover {text-decoration:none;}


	#header .enter {
		display:inline;
		font-size:1.17em;
		float:right;
		margin-right:-11px;
		overflow:hidden;
		padding:25px 0 18px;
	}
		#header .enter li {
			border-left:1px solid #c5c5c5;
			float:left;
			padding:0 12px;
			margin-left:-1px;
		}
		#header .srch {
			background:url(images/srch_bg.png) 0 0 no-repeat;
			clear:right;
			float:right;
			height:26px;
			padding-left:10px;
			width:292px;
		}
			#header .srch input {
				border:none;
				background:none;
				color:#888;
				padding-top:5px;
				vertical-align:top;
				width:262px;
			}
			#header .srch .submit {
				border:none;
				background:none;
				cursor:pointer;
				height:25px;
				padding:0;
				width:25px;
			}

	
/* NAVIGATION **********/
#mainNav {
	background:#d00062 url(images/nav_bg.png) 0 -42px repeat-x;
	height:42px;
	margin:0 18px;
	position:relative;
	z-index:1000;
	font-size: 0.75em;
}
#mainNav .wrap {
	background:url(images/nav_bg.png) 100% -84px no-repeat;
	height:42px;
}
#mainNav ul {
	background:url(images/nav_bg.png) 0 0 no-repeat;
	height:28px;
	padding:7px 0;
}
#mainNav li {
	background:url(images/nav_li_bg.png) 0 -58px no-repeat;
	color:#fff;
	float:left;
	font-size:1.33em;
	line-height:1.65;
	padding:0 7px 0 8px;
	position:relative;
}
#mainNav li.first {background:none;}
			
/* basic menu item */
#mainNav a {
	color:#fff;
	float:left;
	height:28px;
	padding-left:10px;
	position:relative;
	z-index:1001;
}	
#mainNav li span {
	float:left;
	font-style:normal;
	height:28px;
	padding-right:10px;
}
#mainNav a:hover {
	background:#ee2b74 url(images/nav_li_bg.png) 0 -28px no-repeat;
	text-decoration:none;
}
#mainNav a:hover span {
	background:url(images/nav_li_bg.png) 100% -28px no-repeat; 
	cursor:pointer;
}
/* current menu item */
#mainNav .current_page_item a, 
#mainNav .current_page_item a:hover {
	background:#900052 url(images/nav_li_bg.png) 0 0 no-repeat;
}
#mainNav .current_page_item a span,
#mainNav .current_page_item a:hover span {
	background:url(images/nav_li_bg.png) 100% 0 no-repeat;
}				
/* dropdown menu item */
#mainNav .dropdown a,
#mainNav .dropdown a:hover {
	background:url(images/dd_menu_bg.png) 0 0 no-repeat;
	color:#d00062;
	text-decoration:none;
	height:30px;
	margin:-2px -2px 0 -2px;
	padding-left:12px;						
}
#mainNav .dropdown a span, 
#mainNav .dropdown a:hover span {
	padding-right:12px; 
	height:28px; 
	padding-top:2px;
	background:url(images/dd_menu_bg.png) 100% 0 no-repeat;
}								
/* dropdown menu */	
#mainNav li .ddMenu {
	background:url(images/dd_menu_bg.png) 0 -34px no-repeat;
	display:none;
	padding-top:7px;
	position:absolute; top:26px; left:6px;
	width:212px;
	z-index:1000;
}
#mainNav li .ddMenu .btm {
	background:url(images/dd_menu_bg.png) 0 100% no-repeat;
	height:7px;
	bottom:-7px;
	position:absolute;
	width:100%;
}
#mainNav li .ddMenu ul {
	border-top:1px solid #dfe2e3;
	background:none;
	height:auto;
	margin:0 8px;
	padding:0 0 3px 0;
}	
#mainNav li .ddMenu li {
	background:none;
	border-bottom:1px solid #dfe2e3;
	float:none;
	font-size:.9em;
	height:auto;
	line-height:1.3em;
	margin:0;
	padding:0;
}
#mainNav li .ddMenu a, 
#mainNav li .ddMenu a:hover {
	background:none;
	color:#0e85c2;
	display:block;
	line-height:1.3em;
	float:none;
	height:auto!important;
	padding:3px 4px 4px 4px;
	margin:0;
}
#mainNav li .ddMenu a:hover {
	color:#079; 
	background:#eee;
}		
				
/* CONTENT *************/
#content {
	background:url(images/frame_b.png) 0 100% no-repeat;
	overflow:hidden;
	padding:15px 18px;
}
	/* sidebar *************/
	.sideBar {
		float:left;
		padding-bottom:50px;
		width:240px;
		font-size: 0.75em;
	}
		.sideBar .nav {border:1px solid #d6d6d6; margin-bottom:9px;}
			.sideBar .nav .bFrameB {margin-top:-5px;}
			.sideBar .nav h3 {
				background:#e8e8e8 url(images/sidebar_title_bg.gif) no-repeat 100% 100%;
				font-family:Arial, Helvetica, sans-serif;
				font-size:1.33em;
				font-style:normal;
				line-height:1.6;
				margin:0 4px;
			}
				.sideBar .nav h3 span {
					background:url(images/sidebar_title_bg.gif) no-repeat 0 0;
					display:block;
					height:28px;
					padding:0 10px;
				}
			.sideBar .nav ul {color:#cc8aa3; margin:3px 15px 18px;}
				.sideBar .nav li {
					list-style-type:disc;
					margin-left:13px;
					padding:5px 0 0;
				}
					.sideBar .nav li a {font-size:1.25em;}
					.sideBar .nav li span {color:#888;}
		.sideBar .objectOfTheDay {
			background:#f4f4f4;
			border:1px solid #d6d6d6;
			margin-bottom:9px;
		}
			.sideBar .objectOfTheDay h3,
			.sideBar .siteColor h3 {
				font-size:1.5em;
				padding:5px 14px;
			}
			.sideBar .objectOfTheDay .photo,
			.content .object .photo,
			.content .news li .photo,
			.content .gallery li .photo,
			.content .bestObjects .photo {
				background:url(images/photo_bg_110.png) 0 0 no-repeat;
				display:block;
				height:110px;
				padding:4px 5px 6px;
				width:110px;
			}
			.sideBar .objectOfTheDay .photo {margin:7px auto;}
			.sideBar .objectOfTheDay h4 {padding:0 14px 3px;}
			.sideBar .objectOfTheDay p {line-height:1.35; padding:0 14px 11px;}
		.sideBar .best {margin-bottom:25px;}	
			.sideBar .best h3 {
				border-bottom:2px solid #d7d7d7;
				font-size:1.5em;
				padding:12px 14px 9px;
			}
			.sideBar .best .object {
				border-bottom:1px solid #d7d7d7;
				padding:11px 0 11px 87px;
				position:relative;
			}
				.sideBar .best .object .photo {
					background:url(images/photo_bg_60.png) 0 0 no-repeat;
					height:60px;
					padding:4px 5px 6px;
					position:absolute; top:10px; left:10px;
					width:60px;
				}
				.sideBar .best .object h4 {font-size:1.17em;}
				.sideBar .best .object p {padding:4px 0;}
			
		.sideBar .siteColor {
			background:#f4f4f4;
			border:1px solid #d6d6d6;
			margin-bottom:9px;
		}	
			.sideBar .siteColor ul {overflow:hidden; padding:4px 0 6px 11px;}
				.sideBar .siteColor li {
					background:url(images/color_bg.png) 0 0 no-repeat;
					float:left;
					height:27px;
					margin:0 1px 1px 0;
					padding:3px 4px 5px;
					width:27px;
				}
					.sideBar .siteColor li div {
						background:#fff url(../supermodne/images/white.png) 0 0 no-repeat;
						height:27px;
						width:27px;
					}
					.sideBar .siteColor li .black {background:#000 url(../supermodne/images/black.png) 0 0 no-repeat;}
					.sideBar .siteColor li .grey {background:#a2a2a2 url(../supermodne/images/grey.png) 0 0 no-repeat;}
					.sideBar .siteColor li .brown {background:#9c7e64 url(../supermodne/images/brown.png) 0 0 no-repeat;}
					.sideBar .siteColor li .orange {background:#ef820d url(../supermodne/images/orange.png) 0 0 no-repeat;}
					.sideBar .siteColor li .red {background:#e02c2c url(../supermodne/images/red.png) 0 0 no-repeat;}
					.sideBar .siteColor li .yellow {background:#eecd31 url(../supermodne/images/yellow.png) 0 0 no-repeat;}
					.sideBar .siteColor li .green {background:#9bc321 url(../supermodne/images/green.png) 0 0 no-repeat;}
					.sideBar .siteColor li .blue {background:#2fa2d8 url(../supermodne/images/blue.png) 0 0 no-repeat;}
					.sideBar .siteColor li .beige {background:#d8ccb2 url(../supermodne/images/beige.png) 0 0 no-repeat;}
					.sideBar .siteColor li .purple {background:#9866e4 url(../supermodne/images/purple.png) 0 0 no-repeat;}
					.sideBar .siteColor li .rose {background:#ef52c5 url(../supermodne/images/rose.png) 0 0 no-repeat;}
		
	/* content *************/
	.content {
		float:right;
		width:700px;
	}
		.content .breadcrumbs {
			font-size:.92em;
			color:#999;
			margin-left:7px;
			overflow:hidden;
			padding-bottom:11px;
		}
			.content .breadcrumbs li {
				background:url(images/bullet.gif) 0 50% no-repeat;
				float:left;
				display:inline;
				margin-left:-3px;
				padding:0 12px 0 11px;
				}
				.content .breadcrumbs a {color:#999;}
		.content h1 {
			border:1px solid #D00062;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
			padding-top:5px;
			margin:0 0px 20px 0px; /* 上／右／下／左 */
			text-indent: 0.5em;
			font-size: 1.67em;
			font-weight: bold;
		}
		.content h1.index-page { text-align: right; font-size: 1em; padding-right: 10px; border: none; font-weight: normal;}
		.content h2 {
			border:1px solid #D00062;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
			padding-top:5px;
			padding-bottom: 0px;
			margin:0 0px 20px 0px; /* 上／右／下／左 */
			text-indent: 0.5em;
			font-size: 1.67em;
			font-weight: bold;
		}
		.content p.postmeta {
			text-align: right;
		}
		.content .linkList {overflow:hidden; padding-bottom:24px;}
			.content .linkList div {clear:right; float:left; width:33%;}
				.content .linkList .quarter {width:25%;}
				.content .linkList h3 {font-size:1.1em; padding:0 0 9px 15px;}
				.content .linkList .quarter h3 {font-size:1.1em; font-style:normal;}
				.content .linkList li {padding:0 0 4px 15px;}
					.content .linkList li a {font-size:1.1em;}
					.content .linkList li span {color:#888;}
		.content .objectWrap {
			background:#f4f4f4 none repeat scroll 0 0;
			border:1px solid #d6d6d6;
			margin-bottom:8px;
		}
			.content .object {
				min-height:126px;
				height:auto !important;
				height:126px;
				position:relative;
			}
				.content .object .photo {position:absolute; top:3px; left:9px;}
				.content .object h4 {
					font-size:1.5em;
					padding:6px 120px 8px 144px;
				}
				.content .object p {padding:0 14px 0 143px;color:#666;}
				.content .object .about {
					color:#777;
					margin:0 0 14px 143px;
					overflow:hidden;
				}
					.content .object .about dt {
						border-left:1px solid #c5c5c5;
						float:left;
						margin:0 4px 0 -7px;
						padding-left:6px;
					}
					.content .object .about dd {float:left; margin-right:14px;}
						.content .object .about a {color:#555; text-decoration:underline;}
				.content .object .price {position:absolute; top:6px; right:17px; padding:0;color:#777;}
					.content .object .price em {font-size:1.42em; font-style:normal; padding-left:2px;color:#333;}
						.content .object .price em span {font-size:1.06em; font-weight:bold;}
		.content .objectNav {
			overflow:hidden;
			padding:8px 0 30px;
			position:relative;
			z-index:100;
		}
			.content .objectNav select {
				display:inline;
				float:left;
				height:24px;
				margin-left:15px;
				width:200px;
			}
			.content .objectNav ul {float:right; padding-right:12px;}
				.content .objectNav li {
					display:inline;
					line-height:1.5;
					padding-left:3px;
				}
					.content .objectNav li a {margin:0 3px;}
					.content .objectNav li span {
						background:#8d9396;
						border:2px solid #8d9396;
						color:#fff;
						font-size:1.17em;
						font-weight:bold;
						padding:0 3px;
					}
					.content .objectNav li a em {font-size:1.17em; font-style:normal;}
					.content .objectNav li a strong {font-weight:normal; text-decoration:underline;}
					
		.bestObjects,
		.superBestObjects {
			background:#f4f4f4 none repeat scroll 0 0;
			border:1px solid #d6d6d6;
			margin-bottom:20px;
		}
			.bestObjects .carousel {padding:0 19px 0 29px; position:relative;}
				.bestObjects .carousel .prev,
				.bestObjects .carousel .next {
					background:url(images/carousel_btn_prev.png) 50% 6px no-repeat;
					cursor:pointer;
					height:28px;
					position:absolute; top:40%;
					width:28px;
				}
				.bestObjects .carousel .prev {left:1px;}
				.bestObjects .carousel .next {background-image:url(images/carousel_btn_next.png); right:1px;}
				.bestObjects .carousel .disabled {background-position:50% -22px !important;}
				.bestObjects h3, .superBestObjects h3 {padding:7px 3px 14px;}
				.bestObjects .all,
				.superBestObjects .all {
					margin-top:-2.8em;
					padding:0 8px 19px 0;
					position:relative;
					text-align:right;	
				}
					.bestObjects .all a, .superBestObjects .all a {text-decoration:underline;}
				.bestObjects .objectsList {
					overflow:hidden;
					position:relative;
					height:183px;
					width:640px;
				}
						.bestObjects .objectsList li {
							float:left;
							height:183px;
							padding:0 10px 0 0;
							width:120px;
						}
							.bestObjects .photo {margin:0 0 4px 0;}
							.bestObjects .objectsList p {padding:0 4px;}
		.superBestObjects {margin-bottom:27px;}					
			.content .superBestObjects .photo,
			.content .news .photo155 .photo {
				background:url(images/photo_bg_155.png) 0 0 no-repeat;
				display:block;
				height:155px;
				padding:4px 5px 6px;
				width:155px;
			}
			.superBestObjects h3 {margin-left:-40px;}
			.superBestObjects .all {margin-right:-8px;}
			.superBestObjects .carousel2 {padding:0 9px 0 69px; position:relative;}
				.superBestObjects .carousel2 .prev2,
				.superBestObjects .carousel2 .next2 {
					background:url(images/carousel2_btn_prev.png) 50% 0 no-repeat;
					cursor:pointer;
					height:26px;
					position:absolute; top:42%;
					width:17px;
				}
				.superBestObjects .carousel2 .prev2 {left:25px;}
				.superBestObjects .carousel2 .next2 {background-image:url(images/carousel2_btn_next.png); right:0;}
				.superBestObjects .carousel2 .disabled {background-position:50% -50px !important;}
				.superBestObjects .objectsList {
					overflow:hidden;
					position:relative;
					height:220px;
					width:570px;
				}
					.superBestObjects .objectsList li {
						float:left;
						height:220px;
						padding:0 33px 0 0;
						width:165px;
					}
						.superBestObjects .objectsList p {font-size:1.17em; padding:7px 4px;}
					
		.content .news {padding:5px 0 28px;}
			.content .news h3 {
				border-bottom:2px solid #d7d7d7;
				padding:0 110px 9px 15px;
			}
				.content .news .all {
					margin-top:-2.4em;
					padding-right:15px;
					text-align:right;
				}
					.content .news .all a {text-decoration:underline;}
			.content .news li {
				padding:0;
				position:relative;
				margin-top:17px;
				min-height:115px;
				height:auto !important;
				height:115px;
			}
			.content .news li.photo155 {
				min-height:165px;
				height:auto !important;
				height:165px;
			}
				.content .news li h4 {
					font-family:Georgia;
					font-size:1.5em;
					font-style:italic;
					padding:8px 15px 8px 144px;
				}
				.content .news li.photo155 h4 {padding:8px 15px 8px 191px;}
				.content .news li p {line-height:1.35; padding:0 15px 0 144px;}
				.content .news li.photo155 p {padding:0 15px 0 191px;}
				.content .news li .photo {position:absolute; top:0; left:10px;}
		
		.content .gallery {overflow:hidden; padding:5px 0 11px 11px;}
			.content .gallery li {
				float:left;
				height:212px;
				padding:0 15px 0 0;
				position:relative;
				width:120px;
			}
				.content .gallery li .photo {}
				.content .gallery li p {font-size:1.17em; padding:5px;}
			.content .gallery dl {line-height:1.3; padding:0 5px;}
				.content .gallery dt {display:inline; padding-right:4px;}

					.content .gallery dd span {font-size:1.17em;}
						.content .gallery dd span em {font-size:1.07em; font-style:normal; font-weight:bold;}
		
		.bigPhoto {
			background:url(images/photo_bg_670.png) 0 0 no-repeat;
			height:150px;
			margin:0 0 20px 10px;
			padding:4px 5px 6px;
			position:relative;
			width:670px;
		}
			.bigPhoto .txt {
				background:url(../supermodne/images/transp.png) 0 0 repeat;
				color:#fff;
				height:124px;
				padding:13px 20px;
				position:absolute; top:4px; left:5px;
				width:220px;
			}
				.bigPhoto .txt h3 {
					color:#fff;
					font-size:1.67em;
					font-style:italic;
					padding-bottom:9px;
				}
				.bigPhoto .txt p {font-size:1.17em; line-height:1.3;}
				
		.content .mainTxt {padding:5px 15px 18px;}
			.content .mainTxt h3 {padding-bottom:15px;}
			.content .mainTxt p {font-size:1.08em; line-height:1.3;}
		.content .fanBlockWrap {border:1px solid #d6d6d6; margin-bottom:20px;}
			.content .fanBlock {padding:4px 15px 7px;}
				.content .fanBlock h3 {font-size:1.5em; padding-bottom:3px;}
				.content .fanBlock p {font-size:1.08em; line-height:1.3;}
				.content .fanBlock .socialBtns {overflow:hidden;}
					.content .fanBlock .btn {float:left; margin-right:5px;}
		
		.comments {padding:5px 0 9px;}
			.comments h3 {
				border-bottom:2px solid #d7d7d7;
				margin-bottom:18px;
				padding:0 110px 9px 15px;
			}
			.comments dl {padding:0 15px;}
				.comments dt {
					background:url(images/comment_ico.gif) 0 3px no-repeat;
					color:#777;
					padding:0 0 12px 18px;
				}
					.comments dt span {
						border-left:1px solid #c5c5c5;
						font-size:.92em;
						margin-left:7px;
						padding-left:8px;
					}
				.comments dd {
					font-size:1.08em;
					line-height:1.3;
					padding-bottom:17px;
				}
		.addComment {margin-bottom:20px;}	
			.addComment h3 {padding:0 15px 9px;}
			#respond {background:#f4f4f4; border:1px solid #d6d6d6; padding: 10px 20px;}
				.addComment .form .formBox {padding:14px 15px 0 103px;}
					.addComment .form p {position:relative;}
						.addComment label {font-size:1.17em; position:absolute; top:4px; left:-79px;}
						.addComment input {margin-bottom:3px; width:252px;}
						.addComment p em {color:#d3003c; font-style:normal;}
						.addComment textarea {height:80px; width:487px;}
					.addComment .submit {color:#999;}
						.addComment .submit strong {color:#888;}
						.addComment .submit input {
							background:url(images/submit_btn.png) 0 0 no-repeat;
							border:none;
							color:#fff;
							cursor:pointer;
							font-size:16px;
							font-weight:bold;
							padding:1px 0 2px 0;
							margin:0 17px 0 0;
							vertical-align:middle;
							width:95px;
							height:28px;							
						}
			
/* Bottom NAVIGATION **********/
#bottomNav {
	background:url(images/bottom_bg.png) 96% 100% no-repeat;
	overflow:hidden;
	height: 130px;
	padding:0px 32px 0px 18px;
	margin-top: -90px;
}
	#bottomNav dl {
		float:left;
		padding-right:15px;
		width:135px;
	}
		#bottomNav dt {
			font-size:1.2em;
			font-weight:bold;
			padding-bottom:5px;
		}
		#bottomNav dd {padding-bottom:3px;}
	#bottomNav .btns {clear:right; float:right;}
		#bottomNav .btns li {line-height:1.5; padding:3px 0 7px;}
			#bottomNav .btns a {
				color:#fff;
				display:block;
				font-size:1.5em;
				font-weight:bold;
				height:28px;
				text-align:center;
				width:161px;
			}
				#bottomNav .btns a:hover {text-decoration:none;}
			#bottomNav .btns .addBtn {background:url(../supermodne/images/btn_green.png) 0 0 no-repeat; padding-left:8px; width:153px;}
			#bottomNav .btns .promBtn {background:url(../supermodne/images/btn_blue.png) 0 0 no-repeat;}

/* FOOTER **************/
#footer {
	border-top:1px solid #cdd1d3;
	color:#888;
	margin:0 18px;
	overflow:hidden;
	padding:14px 0 8px;
	margin-top: 10px;
}
	#footer .copyright {float:left;}
	#footer .nav {overflow:hidden;}
		#footer .nav li {
			border-left:1px solid #c5c5c5;
			float:left;
			padding:0 9px;
			margin-left:-1px;
		}



/* Comment Closed */
p.nocomments {	
	font-weight:bold;
	font-style:italic;
}

/* Comment List */
.commentlist li {
	margin-bottom:10px;
	padding:10px;
	border: 1px solid #d7dadc;
	overflow:hidden;
}
.commentlist li.alt {
	border: 1px solid #d7dadc;
}
	.commentlist li img.photo {
		float:left;
		margin:0 10px 5px 0;
	    border: 1px solid #d7dadc;
		padding:2px;
	}
	.commentlist li p img {
		display:inline;
	}
	.commentlist li p {
		padding-bottom:8px;
	}
	.commentlist li p.commentmetadata {	
		font-size:11px;
		padding-bottom:5px;
	}		
		
/*new style*/
.entryContent {
	font-size: 1.08em;
    line-height: 1.35;
}
.post {margin-bottom: 15px;}

/*Custom style*/
s {color: #000;}
.sticky {background: none repeat scroll 0 0 #f4f4f4; border: 1px solid #d6d6d6; padding: 10px; margin-bottom: 10px;}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.bypostauthor {}
.clear {clear: both;}
img {margin: 0; max-width: 700px; height: auto;}
.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

#gallery-1 dl {
   padding:0;
}

#gallery-1 dl dt {
   font-weight:bold;
   padding: 0;
}
		
#gallery-1 dl dd {
   padding:0 0 5px 10px;
}

/* Image testing */
.alignright {
float:right;
margin:0 0 10px 10px;
}
.alignleft {
float:left;
margin:0 10px 10px 0;
}
.aligncenter {
clear: both;
display: block;
margin:0 auto 10px;
}
.alignnone {
margin-bottom:10px;
margin-right: 5px;
}
.size-thumbnail {
margin-right:8px;
display:inline;
}

#right-align-no-caption, #no-alignment-no-caption {clear: both;}

.credits {font-size: 9px; text-align: right; padding: 0 35px 5px 0;}

#calendar_wrap {padding: 10px;}

/* calender */
table#wp-calendar {
width:100%;
}

table#wp-calendar td,
table#wp-calendar th {
padding:1px;
text-align:center;
}


/*search form*/
		.searchForm {
			padding:14px 11px 14px 14px;
			overflow:hidden;
		}	
			.searchForm p {
				border-top:#909090 1px solid;
			}
			.searchForm input { float:left;}
			.searchForm input.field {
				border-color:#909090;
				border-style:solid;
				border-width:0 0 0 1px;
				padding:3px 3px;
				height:15px;
				width:180px; 
				color:#575757;
				background-color:#fff;
			}

#banner {
	padding-top: 20px;
	text-align: center;
}

#footer-googleAdsence {
	padding-top: 20px;
	text-align: center;
}

/* 固定ページ用 */

h2.normal {
	text-align: center;
	border: none;
	color: #900052;
	font-size: 1.3em;
}
h3.normal {
}
h3.link {
	color:#D00062;
}

/* パン屑リスト用 */
#breadcrumbList {
	font-size: 0.8em;
}

/* 関連記事リスト用 */
.yarpp-related {
	margin-top: 20px;
}
.yarpp-related h3 {
	border:1px solid #D00062;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #D00062;
	padding: 0px 0px 0px 10px; /* 上・右・下・左 */
	line-height: 35px;
	height: 35px;
}
.yarpp-related ol {
	padding-left: 20px;
	margin-left: 20px;
	padding: 10px 10px 10px 20px; /* 上・右・下・左 */
}
.yarpp-related li {
	list-style: decimal;
	padding-left: 0px;
	margin-left: 0px;
}

/* タググラウド用 */
.tagCloud {
	padding: 10px;
	border:1px solid #d6d6d6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.a8 {
	clear: both;
	padding: 20px;
	text-align: center;
}