/*  Typo
----------------------------------------------- */

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


h1 { font:bold 18px/140% "Trebuchet MS", Verdana, sans-serif; margin:0; }
h2 { font:bold 14px/140% "Trebuchet MS", Verdana, sans-serif; }

p {	font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;}

/* clear */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}



.clearfix{
	zoom: 1;
}

/*  Layout
----------------------------------------------- */

body {
    background: #ffffff url(http://www.emmie.biz/hashizume/body_bg.gif);
    padding:0;
    margin:0;
    font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container
{
    margin:0 auto;
    width:900px;
    background:white;
}

#header
{
    padding:0;
}

#header h1,
#header a
{
    padding:0;
    font-family:"Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size:30px;
    font-weight:normal;
    text-decoration:none;
    line-height:1.3em;
    color:#666666;
    text-align:right;
}

#header a:hover { text-decoration:none;  }


#navigation
{
    float:left;
    width:220px;
    padding:17px;

}
#sidebar
{
    padding-top:10px;
}

#content
{
    float:right;

    width:600px;
    padding:17px;

}

#footer
{
    clear:both;
    margin-top:10px;
    background:url(https://u.jimcdn.com/cms/o/sd52e01e158495e43/userlayout/img/footer-bg.gif?t=1373505219) repeat-x top;
    height:65px;
}

#footer .gutter 
{
    height:30px;
    padding:35px 15px 0 90px;
}

/*  Navigation
----------------------------------------------- */

ul.mainNav1,
ul.mainNav2
{
    margin:0;
    padding: 0;
background:#18218c;
color:#ffffff;
}


ul.mainNav1 li,
ul.mainNav2 li
{
    display: inline;
    margin: 0;	
    padding: 0;
}


ul.mainNav1 li a,
ul.mainNav2 li a
{
    font:normal 14px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    color:#ffffff;
    border-bottom:1px solid #CCC;
}


ul.mainNav1 li a { padding:8px 8px 8px 8px; }
ul.mainNav2 li a { padding:8px 8px 8px 14px; }
ul.mainNav3 li a { padding:8px 8px 8px 24px; }


ul.mainNav1 a:hover
{
    background:#ffffff url(http://www.emmie.biz/hashizume/navi_hov_bg.gif);
    color:#18218c;
}

ul.mainNav1 a.current { font-weight:bold; }

/*---contact---*/

div#contact {
clear:both;
margin:0 auto;
width:850px;
}

div#contact .japanese {
width:420px;
float:left;
border: solid 1px #18218c;
}

div#contact .english {
width:420px;
float:right;
border: solid 1px #18218c;
}

div#contact h3 {
background: #18218c;
text-align: center;
padding: 10px;
color: #ffffff;
font-size: 16px;
}

div#contact p {
padding: 20px;
line-height: 150%;
font-size: 14px;
text-align: center;
}

div.navi_lang {
height:24px;
position:relative;
}

div.navi_lang ul {
list-style:none;
padding:0;
margin:0;
}

div.navi_lang li.japanese {
position:absolute;
right:81px;
top:0;
}

div.navi_lang li.english {
position:absolute;
right:0;
top:0;
}

/* top main visual */

div.mainvisual {
width:600px;
height:200px;
background: url(http://www.emmie.biz/hashizume/index_mv.jpg) 0 center no-repeat;
margin-bottom:15px;
}

div.mainvisual p {
text-indent:-9999px;
}

/* top news */

table.newsTable {
border-collapse:collapse;
}

table.newsTable th,
table.newsTable td {
border: solid 1px #9bc5e9;
font-size:12px;
padding:7px;
text-align:center;
}

table.newsTable th {
background-color:#116bb8;
color:#ffffff;
}

/* blog area */

div.blogselection a {
font-size:16px;
}

div.blogselection .n.j-text {
font-size:14px;
}

/* staff */

table.member {
margin-bottom:20px;
}

table.member td {
border-bottom: solid 1px #9bc5e9;
font-size:12px;
}

/* literary */
dl.literary dt {
background-color:#f1f2ff;
padding:5px 10px;
margin-bottom:8px;
border-left:7px solid #0c1369;
}

/* profile */

p.profile_info {
font-size:14px;
line-height:150%;
padding-bottom:15px;
}

dl.profile dt {
background-color:#f1f2ff;
padding:5px 10px;
margin-bottom:8px;
border-left:7px solid #0c1369;
}

dl.profile dd {
padding-bottom:25px;
}

dl.profile dd table {
width:100%;
}

dl.profile dd table td {
font-size:14px;
line-height:150%;
padding:5px 10px;
border-bottom:solid 1px #f1f2ff;
}

dl.profile dd table td.year {
width:80px;
text-align:center;
border-right:solid 1px #f1f2ff;
}

/* profile english */

table.profile {
width:100%;
margin-bottom:25px;
}

table.profile th,
table.profile td {
font-size:14px;
line-height:150%;
border-bottom:solid 1px #f1f2ff;
}

table.profile th {
border-left:7px solid #ff8a00;
border-right:1px dotted #f1f2ff;
padding:5px 10px;
}

table.profile td {
padding:5px 20px;
vertical-align:top;
}

table.profile td.year {
border-left:7px solid #ff8a00;
}