@charset "utf-8";
@import url(css/common.css);


/*04161250
========================================
HEADER
========================================*/

#header {
	width: 800px ;
	height:192px ;
	text-align: left ;
	background: #fff url("head.jpg") no-repeat center top ;
}


#header img {
	position: absolute ;
	top: 0px ;
	left : 0px ;
}


#container #header h1 {
	position: absolute ;
	left: 185px ;
	top: 171px ;
	width : 430px ;
	font-size : 14px ;
	color : #A53C19 ;
	border-bottom : 3px double #BB7B62 ;
	margin-bottom : 5px ;
}



/*container header h2 */
#header h2 a:link, 
#header h2 a:visited,
#header h2 a:hover, 
#header h2 a:active {
	position: absolute ;
	right:10px ;
	top:26px ;
	font-size: 16px ;
	color: #a24200 ;
}

#header h2 a:link, 
#header h2 a:visited {
	text-decoration : none ;
}

#header h2 a:hover, 
#header h2 a:active {
	text-decoration : underline ;
}


#container #header p {
	position: absolute ;
	right : 4px ;
	top : -4px ;
	color: #555 ;
	text-indent : 10px ;
}


/*========================================
DEFAULT
========================================*/

* {
	margin: 0 ;
	padding: 0 ;
	line-height: 145% ;
}

img {
	border: 0px ;
}

.clear {
	clear: both ;
}

li {
	list-style-type: none ;
}


p {
	margin: 3px 0px 5px 0px;
	padding: 3px 0px 1px 5px;
	font-size: 12px;
	line-height:150%;
 }

hr {
	height : 1px ;
}

/*table*/

table {
	font-size : 100% ;
}

.content .sample {
	border-top : dotted 1px #ccc;
	border-collapse: collapse;
	font-size: 12px;
	margin : 10px ;
}

.content .sample th {
	border-bottom : dotted 1px #ccc ;
	background : #F7ECBE ;
	font-weight : normal ;
	color : #666 ;
	padding : 3px ;
	white-space : nowrap ;
	text-align : left ;
}

.content .sample td {
	background : #fff ;
	color : #666 ;
	padding : 3px ;
	border-bottom : dotted 1px #ccc ;
}

/*========================================
LINK
========================================*/

/*common */
a:link, a:visited {
	color : #917b00 ;
}

a:active, a:hover {
	color : #930 ;
}



/*header h3 */

h3 a:link, h3 a:visited {
	color : #630 ;
	text-decoration : none ;
}

h3 a:active, h3 a:hover {
	color : #630 ;
	text-decoration : underline ;
}

/*navi*/

#sidemenu li a:link, 
#sidemenu li a:visited,
#sidemenu li a:hover, 
#sidemenu li a:active {
	height : 27px ;
	line-height : 27px ; 
	padding : 0px 15px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #fff;
	background: url(navi.gif) no-repeat left center ;
}


#sidemenu li a:hover,
#sidemenu li a:active {
	color: #fff;
	background: url(navi_on.gif) no-repeat left center ;
}

/*sub-navi */
#sidemenu li li a:link , 
#sidemenu li li a:visited, 
#sidemenu li li a:hover , 
#sidemenu li li a:active {
	height : 20px ;
	line-height : 20px ; 
	margin-top : 0px ;
	font-size: 12px;
	text-decoration : none;
	display: block ;
	margin-bottom : 1px;
	color: #666666 ;
	background: #fff url("subnavi.gif") repeat-y;}

#sidemenu li li a:hover , 
#sidemenu li li a:active {
	color: #c63 ;
	background: #ffc url("subnavi_on.gif") repeat-y;
}


/*========================================
LAYOUT
========================================*/

body {
	font-size: 12px ;
	text-align: center ;
	background: #fff url("bg.gif") ;
	color : #4F4F4F ;
	padding-bottom : 20px ;
}


#container {
	background : #fff ;	
	position : relative ;
	width : 800px ;
	border-top : none ;
	margin: 0px auto 20px;
	text-align: center ;
}


#sidenavi1 {
	width: 160px ;
	float: left ;
	text-align: left ;
	/*margin-top : -50px ;*/
}

#center {
	text-align : left ;
	margin-left :8px ;
	width : 460px ; 
	display : inline ;/*forIE*/
	float : left ;
	text-align : left ;
	background: transparent url("bg_centerfoot.gif") no-repeat bottom center ;
	margin-bottom : 10px ;
}

#container > #center {
	display : block ;/*forIE*/

}


.content {
	background: url("bg_center.gif") repeat-y center ;
	width : 460px ;
	margin-bottom : 15px ;
	padding : 1px 15px 10px 15px ;
	text-align : left ;
}  

#center > .content {
	width :430px ;
}  



#footer {
	width: 800px ;/*forIE*/
	background: #FEF7E5 url("footer.gif") repeat-x bottom ;
	margin: auto ;
	font-size: 10px ;
	font-weight: normal	;
	text-align: left ;
	padding-left : 10px ;
	padding-top : 5px ;
	clear : both ;
	margin-top : 10px ;
}

#container > #footer {
	width: 790px ;
}




/*========================================
SIDE
========================================*/

/*NAVI*/

#sidenavi1{
	background: url("bg_lili.gif") repeat-y ;
}


#sidemenu{
}

#sidemenu ul {
 	text-align: left;
	list-style-type: none;
}

#sidemenu ul ul {

	margin:5px;text-align: left;
	list-style-type: none;
}

#sidemenu li {
	width : 100% ;
}

/*SEARCH*/

#searchbox {
	text-align : center ;
	margin : auto ;
}


#searchbox form {
	position : relative ;
	background : #FFFFE5 ;
	margin : auto ;
	padding : 5px ;
	margin : 5px ;
}


label {
	font-weight : bold ;
	color: #FF8A3C ;
	display: block ;
}


#searchbox input {
	border: none ;
	font-weight: bold ;
	color: #fff ;
	background: #FF8A3C ;
	width : 140px;
}


#searchbox #search {
	margin-bottom : 0px ;
	border: 1px solid #DEDDDD ;
	font-weight: normal ;
	color: #666 ;
	letter-spacing: 0px ;
	background: #fff ;
	position : relative ;
	right : 0px ;
	margin-bottom : 5px ;
}

/*========================================
MAIN
========================================*/


/*TITLE*/

.content h3, .content  h4 {
	margin-top : 10px ;
	margin-bottom: 10px ;
	padding: 7px 25px ;
	font-size: 12px ;
	color: #630 ;
	background: url("hl.gif") no-repeat left center ;
	border-left : none ;
}

.content h5 {
	font-size: 12px ;
	padding-left : 5px ;
	font-weight : normal ;
	color: #930 ;
}

.content p img {
	margin-right : 10px ;
}

/*NEW*/

.whats {
	background:#E9D399;
	padding : 5px ;

}

.whats p {
	background: #fff url("new_allow.gif") no-repeat left center;
	background-position : 7px ;
	padding-left : 20px ;
	border-bottom : 1px dotted #d5d5d5 ;
	padding-top : 3px ;
	padding-bottom : 3px ;
	margin: 0px ;
}

/*========================================
FOOTER
========================================*/

#footer h3{
	color:#999;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#footer p{
	color:#999;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	color:#999;
	text-decoration: none;
}

#footer .rss{
	border: solid 1px #bbbbbb;
	padding: 1px;
	width: 40px;
}

#footer .rss a{
	display: block;
	width: 100%;
	background-color: #bbbbbb;
	color: black;
	font-size: 9px;
	height: 13px;
}

#footer .rss-format{
	background-color: #FFB74C;
	padding: 0.5px;
}

#footer .rss-version{
	padding: 0.5px;
	background-color: #BBBBBB;
}

#footer img{
	padding: 5px 5px 5px 0px;
	margin-right: 10px;
	float: left;
}




/*sidenavi2*/

#sidenavi2 {
	width : 150px ; 
	float : right ; 
	text-align : left ;
	margin-right : 10px ;
	display : inline ;
}

#container > #sidenavi2 {
	width :155px ;
}

#sidenavi2 h4 {
	color : #fff;
	background : #D8995C ;
	padding : 2px ;
	border-left : 3px solid #C5632C ;
	font-size : 12px ;
	margin-top : 7px ;
	margin-bottom : 2px ;
}

#sidenavi2 h4 {
	display : block ;
}

#sidebar1 a {
	display : block ;
}

#sidenavi2 img {
	margin-bottom : 5px ;
}


/*========================================
FORM
========================================*/

.sample textarea {
	width : 300px ;
}

.sample {
	width : 410px ;
	margin : auto ;
}

/*====== EX =======*/
table.ttype_a {
	border-collapse: collapse;
	border-spacing: 0;
}

table.ttype_a td {
	padding:4px;
	border: 1px #E3E3E3 solid;
}

#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, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { 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; }



#center .sekourei_img a {
text-align:center;
width:127px;
height:127px;
border:1px solid #ccc;
display:block;
float:left;
margin:8px 8px 0px 0px;
}
#center .sekourei_img a img{margin:3px auto 0 auto;width:120px;height:120px;}

.sample3 td { 
padding: 5px;
font-size:12px;
}


/*== prof img ==*/

#prof-i1 {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#prof-i1 img {
	visibility: hidden;
}
#prof-i1 a,
#prof-i1 a:link,
#prof-i1 a:visited {
	background-position: 0px 0px;
	float:left;
}
#prof-i1 a:focus,
#prof-i1 a:hover,
#prof-i1 a:active {
	background-position: 0px 100px;
	float:left;
}
#prof-i1 a {
	background-image: url(/s-take.jpg);
}

/*== prof img ==*/

#prof-i2 {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#prof-i2 img {
	visibility: hidden;
}
#prof-i2 a,
#prof-i2 a:link,
#prof-i2 a:visited {
	background-position: 0px 0px;
	float:left;
}
#prof-i2 a:focus,
#prof-i2 a:hover,
#prof-i2 a:active {
	background-position: 0px 100px;
	float:left;
}
#prof-i2 a {
	background-image: url(/s-seki.jpg);
}

/*== prof img ==*/

#prof-i3 {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#prof-i3 img {
	visibility: hidden;
}
#prof-i3 a,
#prof-i3 a:link,
#prof-i3 a:visited {
	background-position: 0px 0px;
	float:left;
}
#prof-i3 a:focus,
#prof-i3 a:hover,
#prof-i3 a:active {
	background-position: 0px 100px;
	float:left;
}
#prof-i3 a {
	background-image: url(/s-kawani.jpg);
}

/*== prof img ==*/

#prof-i4 {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#prof-i4 img {
	visibility: hidden;
}
#prof-i4 a,
#prof-i4 a:link,
#prof-i4 a:visited {
	background-position: 0px 0px;
	float:left;
}
#prof-i4 a:focus,
#prof-i4 a:hover,
#prof-i4 a:active {
	background-position: 0px 100px;
	float:left;
}
#prof-i4 a {
	background-image: url(/s-iraha.jpg);
}

/*== prof img ==*/

#prof-i5 {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#prof-i5 img {
	visibility: hidden;
}
#prof-i5 a,
#prof-i5 a:link,
#prof-i5 a:visited {
	background-position: 0px 0px;
	float:left;
}
#prof-i5 a:focus,
#prof-i5 a:hover,
#prof-i5 a:active {
	background-position: 0px 100px;
	float:left;
}
#prof-i5 a {
	background-image: url(/tanaka.jpg);
}

/*== prof img ==*/

#prof-i6 {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#prof-i6 img {
	visibility: hidden;
}
#prof-i6 a,
#prof-i6 a:link,
#prof-i6 a:visited {
	background-position: 0px 0px;
	float:left;
}
#prof-i6 a:focus,
#prof-i6 a:hover,
#prof-i6 a:active {
	background-position: 0px 100px;
	float:left;
}
#prof-i6 a {
	background-image: url(/s-kamiji.jpg);
}

/*== prof img ==*/

#prof-i7 {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#prof-i7 img {
	visibility: hidden;
}
#prof-i7 a,
#prof-i7 a:link,
#prof-i7 a:visited {
	background-position: 0px 0px;
	float:left;
}
#prof-i7 a:focus,
#prof-i7 a:hover,
#prof-i7 a:active {
	background-position: 0px 100px;
	float:left;
}
#prof-i7 a {
	background-image: url(/s-moti22.jpg);
}

/*== prof img ==*/

#prof-i8 {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#prof-i8 img {
	visibility: hidden;
}
#prof-i8 a,
#prof-i8 a:link,
#prof-i8 a:visited {
	background-position: 0px 0px;
	float:left;
}
#prof-i8 a:focus,
#prof-i8 a:hover,
#prof-i8 a:active {
	background-position: 0px 100px;
	float:left;
}
#prof-i8 a {
	background-image: url(/s-takekosi.jpg);
}

/*== prof img ==*/

#prof-i9 {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#prof-i9 img {
	visibility: hidden;
}
#prof-i9 a,
#prof-i9 a:link,
#prof-i9 a:visited {
	background-position: 0px 0px;
	float:left;
}
#prof-i9 a:focus,
#prof-i9 a:hover,
#prof-i9 a:active {
	background-position: 0px 100px;
	float:left;
}
#prof-i9 a {
	background-image: url(/s-nakamura.jpg);
}
