
/*************************************
基本設定
*************************************/
html {
scrollbar-face-color:		#F6F4F2;
scrollbar-highlight-color:	#FFFFFF;
scrollbar-shadow-color: 	#D6D6D6;
scrollbar-3dlight-color: 	#F6F4F2;
scrollbar-arrow-color:		#242424;
scrollbar-track-color:		#FFFFFF;
scrollbar-darkshadow-color: #9C9C9C;
scrollbar-base-color:		#FFFFFF;
}

body {
margin: 0px;
padding: 0px;
font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
text-align: center;
color: #8B8B8B;
letter-spacing: 1px;
background-color: #FBFBF8;
}

a, a:link, a:active, a:visited {
color: #9DD8DA;
text-decoration: none;
}

a:hover {
color: #9DD8DA;
text-decoration: underline;
}

h1, h2, h3, h4, p, span {
margin: 0px;
padding: 0px;
font-size: x-small!important;
font-size: xx-small;
line-height: 160%;
}

ul, li {
margin: 0px;
padding: 0px;
list-style: none;
}

hr,
.nodisp {
display: none;
}




/*************************************
レイアウト
*************************************/
/*レイアウト（各ページ共通）*/

#container {
margin: 0px auto;
display: block;
width: 712px;
text-align: left;
}

/*ヘッダー（各ページ共通）*/
#header {
display: block;
height: 100px;
width: 712px;
position: relative;
}
#header a {
text-decoration: none;
text-indent: -9999px;
}

#logo {
position: absolute;
z-index: 9999;
/*left: -32px;
bottom: -39px;*/
top: 53px;
margin-left: -32px;
width: 189px;
height: 83px;
background-image: url(../img/logo.png)!important;
background-image: url(../img/logo.gif);
text-decoration: none;
text-indent: -9999px;
}

#bg_ink {
position: absolute;
left: -82px;
width: 617px;
height: 335px;
background-image: url(../img/bg_ink.jpg);
}

#hnavi li {
display: block;
position: absolute;
top: 65px;
}

#hnavi li.top {
left: 396px;
}
#hnavi li.top a {
display: block;
width: 40px;
height: 25px;
background: transparent url(../img/btn_top.gif) no-repeat top left;
}
#hnavi li.top a:hover {
background: transparent url(../img/btn_top_r.gif) no-repeat top left;
}

#hnavi li.bio {
left: 436px;
}
#hnavi li.bio a {
display: block;
width: 84px;
height: 25px;
background: transparent url(../img/btn_bio.gif) no-repeat top left;
}
#hnavi li.bio a:hover {
background: transparent url(../img/btn_bio_r.gif) no-repeat top left;
}

#hnavi li.disco {
left: 520px;
}
#hnavi li.disco a {
display: block;
width: 98px;
height: 25px;
background: transparent url(../img/btn_disco.gif) no-repeat top left;
}
#hnavi li.disco a:hover {
background: transparent url(../img/btn_disco_r.gif) no-repeat top left;
}

#hnavi li.blog {
left: 618px;
}
#hnavi li.blog a {
display: block;
width: 50px;
height: 25px;
background: transparent url(../img/btn_blog.gif) no-repeat top left;
}
#hnavi li.blog a:hover {
background: transparent url(../img/btn_blog_r.gif) no-repeat top left;
}

#hnavi li.links {
left: 668px;
}
#hnavi li.links a {
display: block;
width: 44px;
height: 25px;
background: transparent url(../img/btn_links.gif) no-repeat top left;
}
#hnavi li.links a:hover {
background: transparent url(../img/btn_links_r.gif) no-repeat top left;
}

/*サイドナビゲーション（各ページ共通）*/

/*コンテンツブロック（各ページ共通）*/

#contents {
display: block;
height: 30px;
width: 712px;
position: relative;
z-index: 5;
}

/*1カラムの場合*/

#box {
display: block;
width: 706px;
height: 394px;
position: relative;
background-color: #FFFFFF;
border:#E4EFF0 solid 3px;
}

/*2カラムの場合*/

#box_left {
float: left;
height: 394px;
width: 464px;
position: relative;
background-color: #FFFFFF;
border:#E4EFF0 solid 3px;
}

#box_left .frame {
height: 382px;
width: 452px;
margin: 6px;
}


#box_right{
float: right;
height: 394px;
width: 224px;
position: relative;
border:#E4EFF0 solid 3px;
background-color:#FFFFFF;
}


#box_right .frame {
height: 382px;
width: 212px;
margin: 6px;
}


/*フッター*/
#footer {
display: block;
position: relative;
width: 712px;
height: 40px;
clear: both;

}

#copyright {
display: block;
width: 265px;
height: 20px;
position: absolute;
top: 10px;
text-decoration: none;
text-indent: -9999px;
background: transparent url(../img/copyright.gif) no-repeat top left;
}

#mail {
position:absolute;
top: 10px;
left: 265px;
text-decoration: none;
text-indent: -9999px;
}
#mail a {
display: block;
width: 130px;
height: 20px;
background: transparent url(../img/btn_mail.gif) no-repeat top left;
}
#mail a:hover {
background: transparent url(../img/btn_mail_r.gif) no-repeat top left;
}

