﻿/* jackknife CSS Document */

body{ 
    font-weight:normal;/*文字の太さ：普通*/
    font-size:14px;/*文字の大きさ：中*/
    text-align:left;/*文字の寄せ方：左寄せ*/
    color:#000000;/*文字の色*/
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	background:#888e7e url(../images/***) no-repeat;
background-position: center center; fixed;
}



html{
	scrollbar-base-color:#D2B48C;
}

/*ヘッダ*/

#header {
	width:500px; height:237px;
	background: url(../images/blogo-j1w.gif) no-repeat; 	overflow:hidden;
	margin:0 auto; 
}

#main-title {/*右側タイトルとメニューとコピーライト部分*/
	width:350px;
	float:right;
}

#main-title h1 {/*タイトルまわりの隙間調整*/
	margin: 30px 0 0 0 ; padding:0;
}

#main-title p {
	margin:0; padding:0;
	font-size:14px; _font-size:16px;
}




#main-title a.head-title{/* タイトルリンク部分 */
	display: block;
	margin:0 auto;
	height:54px; width:350px;
	text-decoration: none;
	text-indent:-9999em;
	overflow:hidden;
	background: url(../images/logob.png) no-repeat top left;
}
/* 主要コンテンツ部分 */
#cont{
	width:360px; height150:px;
	margin:4px 0 0 0; padding:0;
	text-align:left;
}

#cont ul {margin:0; padding:0;}
#cont li {margin:0; padding:0; float:left; list-style-type:none;}

ul#cont a {
	display:block;
	height:150px;
	overflow:hidden;
	text-decoration:none;
}

#cont li a{
	height:150px;
	display:block;
	overflow: hidden;
	background:url(../images/tag001.png) no-repeat;
	text-indent:-9999em;
}

#cont #top { width:60px; }
#cont #news {width:60px; }
#cont #info { width:60px; }
#cont #work { width:60px; }
#cont #comic{ width:60px; }
#cont #blog { width:60px; }

#cont #top a { background-position: 0px 0px ;}
#cont #news a { background-position: -60px 0px ;}
#cont #info a { background-position: -120px 0px ;}
#cont #work a { background-position: -180px 0px ;}
#cont #comic a { background-position: -240px 0px ;}
#cont #blog a { background-position: -300px 0px ;}

#cont #top a:hover { background-position: 0px -150px ;}
#cont #news a:hover { background-position: -60px -150px ;}
#cont #info a:hover { background-position: -120px -150px ;}
#cont #work a:hover { background-position: -180px -150px ;}
#cont #comic a:hover { background-position: -240px -150px ;}
#cont #blog a:hover { background-position: -300px -150px ;}


/* 訪れたページのメニュー部分をアクティブ状態に */
#cont #top_visited { width:60px; }
#cont #news_visited { width:60px; }
#cont #info_visited { width:60px; }
#cont #work_visited { width:60px; }
#cont #comic_visited { width:60px; }
#cont#blog_visited { width:60px; }

#cont #top_visited a { background-position: 0px -150px ;}
#cont #news_visited a { background-position: -60px -150px ;}
#cont #info_visited a { background-position: -120px -150px ;}
#cont #work_visited a { background-position:-180px -150px ;}
#cont #comic_visited a { background-position:-240px -150px ;}
#cont #blog_visited a { background-position:-300px -150px ;}

/* 段落スタイル */
p{  margin-bottom:10px ; margin-top:10px ; padding-bottom:10px ; padding-top:10px ;}* 段落スタイル */
p{  margin-bottom:10px ; margin-top:10px ; padding-bottom:10px ; padding-top:10px ;}

#note2{/*ノート*/
    font-size:12px;/*文字の大きさ：中*/
    color:#000;/*文字の色：黒*/
	margin:0 auto;
	padding:0px 0px 10px;	border:1px solid #transparent;
	
width:650px;
	background:#fff url(../images/note3.gif) no-repeat right bottom;
}
#note2 h2 {
	font-weight:lighter;
	font-size:12px;
	width:120px;
	margin:15px 0px 5px 20px;
	
;}

#note2 #note-article2 {
	margin:10px 20px 35px 40px;
}

#note2 
#note-article2 p {
	border-bottom:1px solid #888e7e;
	margin:0; padding:4px 0 4px 0;
	line-height:1.5em;
	
clear:both;
}

#copy{
    color:#ffffff;/*文字の色：白*/
}

.img-left { float:left; margin-right:10px;}/*画像左寄せ*/
.img-right { float:right; margin-left:10px;}/*画像右寄せ*/

#note{/*ノート*/
    font-size:18px;/*文字の大きさ：中*/
    color:#000;/*文字の色：白*/
	
margin:0 auto;
	border:1px solid #transparent;
	width:600px;
	background:#fff url(../images/note_l.gif) no-repeat left;
} 




#note h2 {
	font-weight:lighter;
	font-size:12px;
	width:120px;
	margin:0px 0 5px 30px;
	
}

#note #note-article {
	margin:20px 20px 30px 30px;
}


#note #note-article p {
	margin:0; padding:4px 0 4px 0;
	line-height:16px;
	clear:both;
}


#copy{
    color:#000000;/*文字の色：白*/
}

.img-left { float:left; margin-right:10px;}/*画像左寄せ*/
.img-right { float:right; margin-left:10px;}/*画像右寄せ*/


/*works*/
.menu {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
}

.menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
}

label {
    display: block;
    margin: 0 0 2px 0;
    padding :12px;
    line-height: 1;
    color :#fff;
    background :#007bbb;
    cursor :pointer;
}

input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.menu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    max-height: 46px;
    opacity: 1;
}





/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:#fff;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後の色*/
    text-decoration:none;
    color:#fff;
    text-decoration:none;
}
a:hover {/*カーソルを合わせたときの色*/
    color:#fff;
    font-style:normal;
    text-decoration: none;

a:img{
    boeder: none;
}

