@charset "UTF-8";

/* base ---------------------------------------------*/
body {
	font-size: 75%;
	background-color:#FFF;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;  
	margin: 0;
	padding: 0; 
}
# * + html body {  
    font-family: "メイリオ","Meiryo";  
}  
img {
	vertical-align: top;
}
a {
	color: #333;
	text-decoration:none;
}
a:hover {
	color:#FF9933;
	text-decoration:underline;
}
#wrapper {
	width: 820px;
	margin: 0 auto;
	margin-top:10px;
	color:#666;
}
#content {
	clear: both;
	width: 100%;
}

/* header ---------------------------------------------*/
#header {
	position: relative;
	padding-bottom: 4px;
	background: url(../images/header_bg.gif) left bottom repeat-x;
	border-bottom:solid #FFCC33 1px;
}
#header OBJECT {
	float:left;
	margin-left:5px;
}
#logo {
	padding: 2px 0px 0px 0px;
}
    
/* globalnavigation ---------------------------------------------*/
#globalnavigation{
	height:39px;
	width:820px;
	margin:12px 0 0 0;
	padding:0 0 1px 0;
	color:#CCCCCC;
	background-image:url(../images/navi/navi.jpg);
}
#globalnavigation li {
	float: left;
	text-decoration:none;
	text-indent:-9999px;
}

#globalnavigation li a {
	display:block;
}

#globalnavigation li#home a {
	width:93px;
	height:39px;
	background:url(../images/navi/navi-home.jpg) no-repeat;
}
#globalnavigation li#home a:hover {
	width:93px;
	height:39px;
	background:url(../images/navi/navi-home_on.jpg) no-repeat;
}

#globalnavigation li#home_on  {
	width:93px;
	height:39px;
	background:url(../images/navi/navi-home_on.jpg) no-repeat;
}

#globalnavigation li#interview a  {
	width:94px;
	height:39px;
	background:url(../images/navi/navi-interview.jpg) no-repeat;
}
#globalnavigation li#interview a:hover {
	width:94px;
	height:39px;
	background:url(../images/navi/navi-interview_on.jpg) no-repeat;
}

#globalnavigation li#interview_on {
	width:94px;
	height:39px;
	background:url(../images/navi/navi-interview_on.jpg) no-repeat;
}

#globalnavigation li#shibukasa a  {
	width:94px;
	height:39px;
	background:url(../images/navi/navi-shibukasa.jpg) no-repeat;
}
#globalnavigation li#shibukasa a:hover {
	width:94px;
	height:39px;
	background:url(../images/navi/navi-shibukasa_on.jpg) no-repeat;
}

#globalnavigation li#shibukasa_on {
	width:94px;
	height:39px;
	background:url(../images/navi/navi-shibukasa_on.jpg) no-repeat;
}

#globalnavigation li#about a  {
	width:93px;
	height:39px;
	background:url(../images/navi/navi-about.jpg) no-repeat;
}
#globalnavigation li#about a:hover {
	width:93px;
	height:39px;
	background:url(../images/navi/navi-about_on.jpg) no-repeat;
}

#globalnavigation li#about_on {
	width:93px;
	height:39px;
	background:url(../images/navi/navi-about_on.jpg) no-repeat;
}

#globalnavigation li#blog a  {
	width:94px;
	height:39px;
	background:url(../images/navi/navi-blog.jpg) no-repeat;
}
#globalnavigation li#blog a:hover {
	width:94px;
	height:39px;
	background:url(../images/navi/navi-blog_on.jpg) no-repeat;
}

#globalnavigation li#blog_on {
	width:94px;
	height:39px;
	background:url(../images/navi/navi-blog_on.jpg) no-repeat;
}

#globalnavigation li#contact a  {
	width:95px;
	height:39px;
	background:url(../images/navi/navi-contact.jpg) no-repeat;
}
#globalnavigation li#contact a:hover {
	width:95px;
	height:39px;
	background:url(../images/navi/navi-contact_on.jpg) no-repeat;
}

#globalnavigation li#contact_on {
	width:95px;
	height:39px;
	background:url(../images/navi/navi-contact_on.jpg) no-repeat;
}

/* topflash topicpath -------------------------------------*/
#content #primary {
	float: left;
	width: 600px;
}
#pageline {
    padding-top:5px;
	padding-bottom:3px;
	padding-left:10px;
	font-size:11px;
	
}
#mainflash {
    background-image:url(../images/top28.jpg);
	width:820px;
	height:300px;
}
#pageline2 {
    margin-top:6px;
	font-family:Arial, Helvetica, sans-serif;
}
#pageline2-1 {
    margin-top:2px;
	font-family:"HGPｺﾞｼｯｸE";
	font-size:14px;
	color:#525252;
}
#topicpath {
	margin:4px 0 20px 0;
	padding-bottom:18px;
	border-bottom: 1px solid #D9D9D9;
}
#topicpath p {
    padding-top:5px;
	padding-left:2px;
	line-height:150%;
	font-size:12px;
   #letter-spacing:1px;
}
#topicpath a {
    text-decoration:underline;
}
#person-img img {
	border:1px solid #999;
	float:left;
	margin-right:10px;
	margin-top:6px;	
}
#person-img2 img {
	border-bottom:1px dotted #333;
	margin-bottom:2px;
}

/* leadcontents -------------------------------------------*/
#leadcontents .column {
	clear: both;
	margin-top:-12px;
}
#leadcontents .column .section {
	width: 295px;
}
#leadcontents .column #lead-shibukasa {
	float: left;
}
#leadcontents .column #lead-shibukasa a {
        text-decoration:underline;
}
#leadcontents .column #lead-tokyo {
	float: right;
}
#leadcontents .column #lead-tokyo a {
        text-decoration:underline;
}
#leadcontents .column .section h2 {
    margin-top:10px;
}
#leadcontents .column .section h2 a {
	display:block;
	width:290px;
	height:230px;
}
#leadcontents .column .section h2 a:hover {
}
#sibukasa-img {
	padding: 11px 0px 0px 4px;
	margin-top:-15px;
}
#leadcontents .column .section h3 {
	padding: 10px 0px 10px 5px;
}
span.bd_b img {
	border:solid #D9D9D9 1px;
}

#leadcontents .column .section p {
	margin: 7px 10px 18px 10px;
	line-height: 1.5;
}
#leadcontents .column .section h4 {
	padding: 10px 0px 0px 5px;
}
#leadcontents .column .section h4 p {
	margin: 7px 10px 18px 10px;
	line-height: 1.5;
}

#bn-shibukasa {
	margin:4px 0 25px 6px;
}

/* local side ---------------------------------------------*/
#content #secondary {
	float: right;
	width: 210px;
}
#side-mail {
    margin-bottom:5px;
}
#readermail-navi {
	padding-bottom:15px;
	border-bottom:solid #D9D9D9 1px;
	margin-top:12px;
	margin-bottom:18px;
}
#readermail-navi p {
    line-height:1.2;
}
#readermail-navi a {
    text-decoration:underline;
}
#readermail-navi form input {
	border:solid #666 1px;
}
#banner-shibu {
    background-repeat:no-repeat;
	border:solid #999 1px;
	width:200px;
	margin-left:5px;
	margin-top:-8px;
}
#banner-earth {
    background-repeat:no-repeat;
	border:solid #999 1px;
	margin-top:10px;
	width:200px;	
	margin-left:5px;
}

/* footer -------------------------------------------*/
#footer {
	clear: both;
}
#footernavigation {
	padding-left:225px;
	border-top: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#footernavigation li {
	float: right;
	padding: 8px 0px 0px 0px;
}
#footernavigation2 {
	padding-left:250px;
	font-size: 90%;
	line-height: 1.2;
	clear: both;
}
#footernavigation2 li {
	float: right;
	padding: 8px 0;
}
#copyright {
	clear: both;
	margin-bottom:10px;
	padding:4px 2px 4px 0px;
	background:#E5E5E5;
	font-size: 90%;
	text-align:right;
}

/* しものさん用 -------------------------------------------*/
#left_smn {
	float:left;
	width:363px;
	display:block;
}
#right_smn {
	float:right;
	width:420px;
	display:block;
	margin:20px 0 60px 0;
}



