@charset "utf-8";
/*
Theme Name: imaokatemp
Theme URI: http://www.ot-art.jp/
Description: imaokatemp
Version: 1.6
Author: ot
Author URI: http://www.ot-art.jp/
*/

/* 

	--css index--
	
		Structure
		Headers
		Images
		Lists
		Sidebar
		Calendar
		Tags & Classes
		captions
		
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
 	padding: 0;
	width:100%;
	text-align:center;
	color:#333;
	line-height:150%;
	font:14px/1.44 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	background: #ddd;
}



#header {

	position:relative;
	width:950px;
	height:99px;
	margin:0 auto;
	text-align:left;
	font-size:12px;
	background: url(./images/header_back.jpg) no-repeat;
	
}

#header #submenu{

	position:absolute;
	top:15px;
	right:10px;

}

#header h1{

	width:250px;
	height:75px;
	text-indent:-9999px;

}

#header h1 a{

	width:400px;
	height:75px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;

}



#menu {

	position:relative;
	width:950px;
	height:25px;
	margin:0 auto;
	text-align:center;


}


#menu ul{

	position:absolute;
	bottom:5px;
	right:0px;	
	width:666px;
	
}

#menu ul li{

	list-style:none;
	width:111px;
	height:23px;
	text-indent:-9999px;
	float:left;
	overflow:hidden;

}

#menu ul li a{

	display:block;
	width:111px;
	height:23px;

}

#menu ul li.bt01{

	background:url(./images/bt_01.jpg) 0 0 no-repeat;

}

#menu ul li.bt02{

	background:url(./images/bt_02.jpg) 0 0 no-repeat;

}

#menu ul li.bt03{

	background:url(./images/bt_03.jpg) 0 0 no-repeat;

}

#menu ul li.bt04{

	background:url(./images/bt_04.jpg) 0 0 no-repeat;

}

#menu ul li.bt05{

	background:url(./images/bt_05.jpg) 0 0 no-repeat;

}

#menu ul li.bt06{

	background:url(./images/bt_06.jpg) 0 0 no-repeat;

}

#menu ul li.bt01 a:hover{

	background:url(./images/bt_01_h.jpg) 0 0 no-repeat;

}

#menu ul li.bt02 a:hover{

	background:url(./images/bt_02_h.jpg) 0 0 no-repeat;

}

#menu ul li.bt03 a:hover{

	background:url(./images/bt_03_h.jpg) 0 0 no-repeat;

}

#menu ul li.bt04 a:hover{

	background:url(./images/bt_04_h2.jpg) 0 0 no-repeat;

}

#menu ul li.bt05 a:hover{

	background:url(./images/bt_05_h.jpg) 0 0 no-repeat;

}

#menu ul li.bt06 a:hover{

	background:url(./images/bt_06_h.jpg) 0 0 no-repeat;

}


#menu ul li.bt01h{

	background:url(./images/bt_01_h.jpg) 0 0 no-repeat;

}

#menu ul li.bt02h{

	background:url(./images/bt_02_h.jpg) 0 0 no-repeat;

}

#menu ul li.bt03h{

	background:url(./images/bt_03_h.jpg) 0 0 no-repeat;

}

#menu ul li.bt04h{

	background:url(./images/bt_04_h.jpg) 0 0 no-repeat;

}

#menu ul li.bt05h{

	background:url(./images/bt_05_h.jpg) 0 0 no-repeat;


}

#menu ul li.bt06h{

	background:url(./images/bt_06_h.jpg) 0 0 no-repeat;


}

.content{

	width:950px;
	margin:0 auto;

}

#wrap{
	width:950px;
	margin:0 auto;
	text-align:left;

}

#contentblog{

	width:700px;
	float:left;

}

#sidebar{

	width:240px;
	float:right;

}


.leftcontent{

	float:left;

}

.rightcontent{

	float:right;

}

#footer {

	width:950px;
	height:112px;
	margin:0 auto;
	text-align:center;
	background: url(./images/footer_back.jpg) 0 0;
	clear:both;


}


a {

	color:#f6921d;
	text-decoration:none;

}

a:hover {

	color:#FF9600;
	text-decoration:underline;

}

a:visited {

	color:#FF9600;

}

.content p{

	margin:5px 40px;
	text-align:left;
}

#contentblog .entry p{

	margin:5px 20px;
	text-align:left;
}

h3{


	border-bottom:1px dotted #999;
	border-left:5px solid #960;
	padding-left:10px;
	text-align:left;
	font:15px/1.44;
	margin:30px auto;
	
}


table.postinfolist2 td{

	padding:3px 5px;
	text-align:left;
	border-bottom:1px dotted #eee;

}

table.postinfolist2 td.imgtd{

	width:100px;

}

table td.next{
	

	padding:10px;
	text-align:center;
}

h2.sekou{

	width:950px;
	height:56px;
	background: url(./images/sekouh2.jpg);
	text-indent:-9999px;
}

h2.taisaku{

	width:950px;
	height:56px;
	background: url(./images/taisakuh2.jpg);
	text-indent:-9999px;
}

h2.tenji{

	width:950px;
	height:56px;
	background: url(./images/tenjih2.jpg);
	text-indent:-9999px;
}

h2.okyakusama{

	width:950px;
	height:56px;
	background: url(./images/okyakusamah2.jpg);
	text-indent:-9999px;
}






/* End Structure */



/*	Begin Headers */


h1 {
	font-size: 1.8em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin:20px auto;
	test-align:left;
	}

h3 {
	font-size: 1.3em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2.pagetitle {
	text-align: center;
}

#sidebar h2 {
	margin: 10px 0;
	padding: 0;
	font-size: 1.2em;
	border-bottom:2px solid #ccc;
	color:#666;
	}

.post {

	margin: 10px 0px;

}




/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


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. */



html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry ul.photoul {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 0px;
	text-indent: 0px;
	}

html>body .entry .stripTransmitter ul {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 0px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before{
	content: "\00BB \0020";
	}


.entry .stripTransmitter ul li:before{
	content: "";
	}
.entry .stripTransmitter ul li{
	margin: 0px;
	}

.entry ul.photoul li:before{
	content: "";
	}
.entry ul.photoul li{
	margin: 0px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

small {

	padding-left:20px;


}

.postmetadata {

	margin-top: 20px;
	border-top: 1px #ccc dotted;


}

.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;
	}

#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: 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;
	}

#respond{

	margin:10px 40px;


}
#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: left;
	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 {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */

/* Original */

.box01{

	width:950px;
	margin:0 auto;
	text-align:center;


}

#mainphoto{

	width:950px;
	height:350px;
	margin:0 auto;
	text-align:center;


}

#slideshow {
    position:relative;
	width:950px;
    height:350px;
    margin:0 auto;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


.photoslider {

}

.photoslider_nav {

	position: relative;
	border: solid #ccc 1px;
	overflow: hidden;
	height: 60px;
	width: 600px;
	margin: auto;
	

}

.photoslider_thumbBar {

	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	
}

.photoslider_thumb {

	position: relative;
	border: solid #ccc 1px;
	width: 49px;
	height: 32px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {

	position: relative;
	height: 500px;
	padding-bottom: 5px;
	
}

.photoslider_main img {

	position: relative;
	display: block;
	margin: auto;
	
}

.photoslider_caption {

	font-weight: bold;
	text-align: center;
	
}

.photoslider_control {

	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
	
}

.photoslider_play, .photoslider_stop {

	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #fff 1px;
	float: left;
	
}

.slideshow_disabled {

	border-bottom: solid #919191 2px;
	
}

h2.slide01{

	height:30px;
	background:url(../slide_images/slide01.gif) 0 0 no-repeat;
	text-indent:-9999px;

}

h2.slide02{

	height:30px;
	background:url(../slide_images/slide02.gif) 0 0 no-repeat;
	text-indent:-9999px;

}

.news{

	width:473px;
	height:164px;
	background: url(./images/news_back.jpg) 0 0;

}


.news ul{

	padding-top:40px;


}

.news ul li{

	margin-left:40px;
	text-align:left;

}


/* End Original */

/* Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) left 15% no-repeat; }  
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 15% no-repeat; }  

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* End Lightbox */



.photowrap{

width:950px;
text-align:center;


}

.floatphotocontent{

width:850px;
margin:0 auto;
text-align:left;

}
.leftphotocontent{

width:420px;
float:left;

}

.rightphotocontent{

width:420px;
float:right;

}

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff  ;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
border: 5px solid #666;  
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #a44723;
color: #fff  ;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff  ;
color: #333  ;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff  ;
color: #000  ;
border: 5px solid #dedede  ;
}

ul.photoul li{

list-style:none;

}