@charset "utf-8";
/*
Theme Name: Dr.MARTENS OKINAWA
Theme URI: http://wordpress.org/
Description: WordPress デフォルトテーマをもとにしたDr.MARTENS沖縄専用
Version: 2.0
Author: Daisuke Nishioka
Author URI: http://interface-design.jp/
Tags: 
Text Domain: Dr.MARTENS OKINAWA

*/


/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
/* ---------- */

/* Begin Typography & Colors */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}


.widecolumn .entry p {
	font-size: 1.2em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	}


.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul,
#sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p,
#sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul,
#sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul,
#sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li,
#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li,
#sidebar ul ol li {
	margin: 3px 0 0;
	/*padding: 0;*/
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {

	}

a img {
	border: none;
	}

.navigation {
	width:678px;
	display: block;
	background:url(img/body_Bg4sub.gif);
	margin: 10px auto 10px auto;
	border:3px solid #000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
.navigation .previous_post{
	color:#FFF;
	font-style:italic;
	padding:3px;
	font-size:1.4em;
	font-weight:bold;
	text-align:left;
	border-bottom:2px solid #fba705;}
.navigation .next_post{
	color:#FFF;
	font-style:italic;
	padding:3px;
	font-size:1.4em;
	font-weight:bold;
	text-align:right;
	border-top:2px solid #fba705;}

.navigation .previous_post a,
.navigation .next_post a{
	color:#FFF;
}
.navigation .previous_post a:visited,
.navigation .next_post a:visited{
	color:#ccc;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
/* CSS Document */

/************************
	UpDate:2010.06.29
	Auther:Daisuke Nishioka
*************************/



@media all {
/*Tag Definition*/

body{
	/*background:#4eb3fd ;*/
	background:#fff ;
	margin:0;
	padding:0;
	letter-spacing:1px;
	font-size:62.5%;
	line-height:180%;
	color:#333333;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka,  "ＭＳ Ｐゴシック","ＭＳ ゴシック", "ＤＦ平成ゴシック体 Std W3";}

h1,
h2,
h3,
h4,
h5,
h6{
}

h1{
	font-size:2.8em;
	line-height:3.0em;}
h2{
	font-size:2.4em;
	line-height:2.8em;}
h3{
	font-size:2.0em;
	line-height:2.4em;}
h4{
	font-size:1.8em;
	line-height:2.0em;}
h5{
	font-size:1.6em;
	line-height:1.8em;}
h6{
	font-size:1.4em;
	line-height:1.6em;}
img{
	border:none;}


/*Class Definition*/
.floatClear{
	position:relative;
	overflow:hidden;}
.accessiblenavi{
	display:none}

/*structure Definition*/
#wrapper{
	margin:0 auto;
	width:1018px;
	}

#header{
	position:relative;
	z-index:1;
	}
	#logo{
		width:258px;
		padding-top:185px;
		height:1px;
		overflow:hidden;
		float:left;
		z-index:100;
		background:url(img/logo.png) no-repeat;}
		#logo h1{
			margin:0;
			padding:0;}

	#globalmenu{
		width:734px;
		float:right;}
		 ul#globalmenu{
			margin:0;
			padding:0;
			list-style-type:none;
			position:relative;
			overflow:hidden;}
		#globalmenu li{
			float:left;}
		#globalmenu li a{
			position:relative;
			display:block;
			width:133px;
			margin-left:7px;
			padding-top:47px;
			/*overflow:hidden;*/
			height:1px;
			background-repeat:no-repeat;
			background-position:0 -16px;}
		#globalmenu li a:hover{
			background-position:0 0;}
		#globalmenu li#gmTop a{
			background-image:url(img/gm_toppage.png);}
		#globalmenu li#gmAbout a{
			background-image:url(img/gm_about.png);}
		#globalmenu li#gmProdects a{
			background-image:url(img/gm_products.png);}
		#globalmenu li#gmBlog a{
			background-image:url(img/gm_blog.png);}
		#globalmenu li#gmShop a{
			background-image:url(img/gm_shop.png);
			margin:0;
			margin-left:40px;
			}
		.newentry{
			position:absolute;
			left:248px;
			top:-12px;}

#contents{
	z-index:1;
	width:1018px;
	
	position:relative;
	/*overflow:hidden;*/}
	#main{
		position:relative;
		width:702px;
		float:left;}
		#main #canvas{
			position:relative;
			margin:20px 0 0 16px;
			width:648px;
			height:400px;
			background:url(img/photo_Bg.png) no-repeat center 0;
			z-index:99;}
			.slideshow div{
				display:none;
				position:absolute;
				top:0;
				margin:0 13px;
				/*left:0;*/}
			.slideshow img{
				display:block;
				height:324px;
				margin:22px auto;}
			/* single tab */
			.slidetabs {
				display:none;
				height:14px;
				text-align:center;}
			.slidetabs a {
				width:8px;
				height:8px;
				float:left;
				margin:3px;
				background:url(img/navigator.png) 0 0 no-repeat;
				display:block;
				/*font-size:1px;*/}
			
			/* mouseover state */
			.slidetabs a:hover {
				background-position:0 -8px;}
			
			/* active state (current page state) */
			.slidetabs a.current {
				background-position:0 -16px;}
			.backward{
				cursor:pointer;
				display:block;
				position:absolute;
				top:188px;
				left:9px;
				width:32px;
				padding-top:76px;
				height:0;
				overflow:hidden;
				background:url(img/btn_prevnext.png) no-repeat;
				z-index:1;}
			.forward{
				cursor:pointer;
				display:block;
				position:absolute;
				top:188px;
				left:661px;
				width:32px;
				padding-top:76px;
				height:0;
				overflow:hidden;
				background:url(img/btn_prevnext.png) no-repeat -48px 0;
				z-index:1;}
			.disabled {
				visibility:hidden !important;}
		
		#main h2.pagetitle{
			text-align:right;
			line-height:normal;
			height:2em;
			padding:0.2em 0.5em 0.5em 0;
			margin:-15px -15px 15px 0;
			background:url(img/arcives_title_Bg.png) no-repeat 150px -38px;}
		#main .title{
			font-size:1.4em;
			margin:0 auto;
			width:597px;
			color:#FFF;
			font-weight:bold;
			padding:0px 10px;
			border:#FFF 3px solid;
			background:url(img/comment_Bg.png);
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			border-radius: 20px;
			text-align:center;}
		
	#sidebar{
		margin-top:-80px;
		/*margin-right:6px;*/
		width:302px;
		float:right;
		background:url(img/sidebar_Bg.png);
		z-index:200;}
		#sidebar ul{
			margin:0;
			padding:0;
			list-style-type:none;
			}
			
		
			
			
		
		#sidebar #banner li a{
			text-decoration:none;
			color:#FFF;}
		#sidebar #banner li div{
			border:1px solid #cccccc;}
		
		#banner #webshop a{
			letter-spacing:0;}
			
		#sidebar ul h2{
			font-size:1.6em;
			margin:auto;
			line-height:normal;
			color:#FFF;
			}
		#sidebar ul ul li,
		#sidebar ul ul li a{
			font-size:1.1em;
			font-weight:bold;
			color:#FFF;
			text-decoration:none;
		}
		#sidebar ul ul li a:hover{
			text-decoration:underline;
		}
		#sidebar ul#wp_sidebar{
			border-bottom:1px solid #000;
			margin:0 7px 12px 7px;}
		#sidebar ul#wp_sidebar h2{
			padding-top:12px;
			padding-left:3px;
			border-top:1px solid #000;
			}
		.widget ul li{
			background:url(img/img_widget_list_item.gif) no-repeat 0 center;
			padding-left:11px;
		}
		#sidebar .widget_tag_cloud a{
			color:#ebe6ce;
			text-decoration:none;
			}
		#sidebar .widget_tag_cloud a:hover{
			text-decoration:underline;
			}
	#radiobanner{
		text-align:center;}
	#text_navimenu{
			width:74em;
			margin:0 auto;
			
			text-align:center;}
		#text_navimenu ul{
			}
		#text_navimenu li{
			list-style-type:none;
			float:left;margin:0 0.5em;}
		#text_navimenu li a{
			color:#333333;
			display:block;
			padding:0.3em;
			text-decoration:none;
			}
		#text_navimenu li a:hover{
			text-decoration:underline;
		}
	#footer{
			width:950px;
			padding:0 20px 20px 20px;
			margin:0 auto;
			position:relative;
			overflow:hidden;}
			#copyright{
				font-weight:bold;
				text-shadow:#333;
				color:#FFF;}
	
	a.buy{
		display:block;
		overflow:hidden;
		padding-top:31px;
		width:136px;
		height:0;
		background:url(img/btn_buy.gif) no-repeat;}
	a.buy:hover{
		background-position:0 -31px;
	}
	.comment_link{
		font-size:1.2em;
	}



}

