@charset "utf-8";
html, body {
	height: 100%;
}
body {
	margin: 0;
	font-size: 9px;
	line-height: 1.6;
	color: #444444;
	background-color: #f7f7f7;
}
strong { font-weight: bold; }
.clear { clear: both;}

li{list-style-type: none;}
ul{padding-left: 0px;}
#headimg ul li{margin-left: 25px;}

#headimg {
    margin: 0 auto;
    width: 1000px;
    height: 520px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
#headimg img {
    top: 0;
    left: 0;
    position: absolute;
}

.clf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clf {
	min-height: 1px;
}
* html .clf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
a img {
	border: none;
}
a {
	color: inherit;
	font-size: inherit;
}
blockquote {
	margin: 0;
	padding: 0 0 0 9px;
	border-left: 1px #CCC dotted;
}
header {
	margin: 0px auto;
	width: 1000px;
}
.columns1 {
	width: 300px;
}
.columns2 {
	width: 600px;
}
.columns3 {
	
}
.post .photo .photo_info {
    width: 98%;
    height: 98%;
    padding: 1%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	z-index: 10;
	opacity:0;
    filter: alpha(opacity=0);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=0)";  /* ie 8 */
    -moz-opacity:0;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0;              /* Safari 1.x */
    zoom:1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
	background: url();
}

#allover {
	padding-top: 25px;
	background: url() left top repeat-x;
}

#Wrap {
	margin: 0px auto 40px auto;
	padding: 25px 0px;
	width: 1050px;
	background-color: #fff;
}

#nani {
	margin: 8px 21px 20px;
	padding-bottom: 3px;
	border-bottom: solid 1px #e6e6e6;
}
#nani ul {
	text-align: center;
	padding-left:3px;
}
#nani ul li {
    float: left;
    display: inline-block;
    font-family: "Josefin Sans",sans-serif;
    font-size: 140%;
    font-weight: 600;
    text-align: center;
}#nani ul li a {
    	padding-left: 35px ;
    	padding-right:20px;
    	width:85px;
    	text-decoration: none;}
    
#nani li {
padding-right: 21px;

}
#nani ul .clf li a {
	text-decoration: none;
}
#nani ul li.selected, #nani ul li a:hover {

	background: url(/img/img_on.jpg) left no-repeat;
	background-color:#ffffff;

}

/*===============
ABOUT
=================*/
#about {
	margin: 0px 20px 40px;
	color: #242424;
	font-size: 13px;
}
#about h3 {
	margin: 35px 0px 30px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 45px;
	color: #999;
}
#about div.profile, 
#about div.act, 
#about div.contact {
	margin-bottom: 50px;
}
#about h4 {
	margin-bottom: 15px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 800;
	font-size: 28px;
	border-top: solid 1px #f3f3f3;
}
#about div.profile dl dt,
#about div.dontsugel dl dt {
	width: 150px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	float: left;
}
#about div.profile dl dd,
#about div.dontsugel dl dd {
	margin-top: 5px;
	float: left;
}
#about div.act ul li {
	margin-right: 15px;
	padding-right: 15px;
	float: left;
	border-right: solid 1px #777;
}
#about div.act ul li:last-child {
	border-style: none;
}
#about div.contact p {
}
#about div.contact div.mailadd {
	margin: 20px 0px;
}
#about div.dontsugel dl {
	line-height: 2.3;
}
#about div.dontsugel p {
	margin: 20px 0px;
}
.koushin {
	width:660px;
	margin:20px;
	float:left;
}
.koushin2 {
	width:200px;
	margin:20px;
	float:left;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

p .hidari {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}