* { margin: 0; padding: 0; }

body {
	margin: 0; 
	padding: 0;
	text-align:left;
	color: #5a5a5a;
	background:#fff;
	font: normal 12px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','メイリオ', Meiryo, Osaka, sans-serif;		
    _font: normal 12px 'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
}

*:first-child+html body {
	margin: 0; 
	padding: 0;
	text-align:left;
	color: #5a5a5a;
	background:#fff;
	font: normal 12px 'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;		
}

/* Links */

a { text-decoration: none;}

a:link { color: #5a5a5a;}

a:visited { color: #5a5a5a;}

a:hover, a:active { color: #5a5a5a;}

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0 15px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; border-bottom-width: 0; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

/* Lists */

ul, ol, dl
{
	margin: 15px 25px; 
	line-height: 1.5em;
}

ol { margin-left: 30px; }

ul { list-style-type: square;   }


/* Header */

#header { width: 100%; text-align:left; background-color: #363633;  background-image: url(images/header-bg.gif); border-bottom: 1px solid #000000; }

#header h1 { font-size: 13px; margin: 0; padding: 20px 25px; }

#header a { border-bottom-width: 0; color: #ffffff; }

/* Navigation */

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

#navigation li { float: left; }

#navigation a {  
    font-size: 13px;
	float: left;
	display: block;
	color: #567ec4; 
	padding: 3px 8px;
	border-bottom-width: 0; 
}

body:first-of-type #navigation a {
    font-size: 13px;
	float: left;
	display: block;
	color: #567ec4; 
	padding: 5px 8px 1px;
	border-bottom-width: 0; 
	}

/* safari */
html:\66irst-child #navigation a {
    font-size: 13px;
	float: left;
	display: block;
	color: #567ec4; 
	padding: 5px 8px 1px;
	border-bottom-width: 0; 
	}
	
#navigation a:hover, #navigation a:active { 
	color: #567ec4; 
	background:  url(images/navi-pink.gif) top left repeat-x; 
}


#navigation li.active a{
	color: #567ec4; 
	background:  url(images/navi-pink.gif) top left repeat; 
}


#navigation {   
    width: 100%;
	font-size: 13px;
	float: left; 
	clear: both; 
	background: #eee url(images/navi-bg.jpg); 
	border-bottom: 1px solid #999;
}

/* Footer */

#counter { clear: both; }

#footer { color: #81a2c3; border-bottom-color: #81a2c3; }

#footer a { color: #81a2c3; border-bottom-color: #81a2c3; }

#footer a:hover, #footer a:active { color: #9ebb33; border-bottom-color: #9ebb33; }

#copyright { 
　　border-top: 1px solid #1c1c1c;
	background-color: #252522; 
	background-image: url(images/header-bg.gif);
	padding: 10px; 
	clear: both;
} 

.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 650px;
	margin: 50px auto 0px;
	_margin: 20px auto 0px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
}

.tabbed-pane .tabs li a.active {
	background:#f5f6f6;
	background-image: url(images/bg-blue.gif);
	border-color: #999;
	color:#fff;
}

.tabbed-pane .tabs li {
	float: left;
	margin: 0 4px;
	font-size:11px;
}

.tabbed-pane .tabs li a {
	color: #5a5a5a;
	display: block;
	padding: 5px;
	font-size:12px;
	_font-size:11px;
	font-weight:normal;
	font-style: "ＭＳ Ｐゴシック",Arial, Helvetica, sans-serif;
	background: #fff;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.tabbed-pane .pane {
	border: 1px solid #ccc;
	padding: 5px;
	clear: both;
}
	
.tabbed-container {
    position: relative;
	width:650px;
	height:400px;	
	background:#fff url(images/newentrylist-bg.jpg) repeat-x fixed;	
	overflow:auto;
	clear: both;
	min-height: 10em;
	border-bottom:1px solid #999;
}

.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	width: 650px;
	height:400px;
	top: 0;
	left: 0;
	background:#fff url(images/newentrylist-bg.jpg) repeat-x fixed;
	text-align: center;
	z-index: 100;
	height: 100%;
}

/* table */

.tablebox{
    background: #fff;	
 }  

.listbox{
   	float:left;
	font-size:14px;
	background: ;
	margin:0px;
	padding:3px;
 }  

.listtitle{
    width:600px;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic', Osaka, sans-serif;
	color:000;
	background: ;
	margin:3px 0px 4px 3px;
	padding:2px;
 }  

.listtitle a{
    width:600px;
	font-size:12px;
	color:000;
	background:  ;
	margin:0px;
	padding:2px;
 }   
 
.listname{
    width:600px;
  	font-size:8px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic', Osaka, sans-serif;
	color:000;
	background:  ;
	clear:both;
	text-align:right;
	margin-left:2px;
	padding:1px;
	border-bottom:1px solid #c0c0c0;
 }  

body:first-of-type .listname{
    width:600px;
  	font-size:9px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
	color:000;
	background:  ;
	clear:both;
	text-align:right;
	margin-left:2px;
	padding:1px;
	border-bottom:1px solid #c0c0c0;
 }  
 
/* safari */
html:\66irst-child .listname{
    width:600px;
  	font-size:9px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
	color:000;
	background:  ;
	clear:both;
	text-align:right;
	margin-left:2px;
	padding:1px;
	border-bottom:1px solid #c0c0c0;
 }  
 
.listname a{
    width:600px;
  	font-size:8px;
	color:000;
	background: ;
	clear:both;
	text-align:right;
	margin-left:2px;
	padding:1px;
 } 

/* safari */
html:\66irst-child .listname a{
    width:600px;
  	font-size:9px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka,'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
	color:000;
	background: ;
	clear:both;
	text-align:right;
	margin-left:2px;
	padding:1px;
 } 
 
.sikaku{
    font-size:12px;
    color:000;
} 
  
#page{
    width:350px;
   	margin:5px auto;
}

/* tag */

.tag {
   width:300px;
   margin:0px auto;
   clear:both;
}

.tag a, .tag a:visited{
   padding: 0 3px;
   color: #999;
   font-weight: bold;
}

.tag a:hover, .tag a:active{
   border-bottom: 1px solid #5a5a5a;
   color: #999;
   background:#fff url() top left ; 
}

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

.tag ul li{
   display: inline;
   padding: 0;
   margin: 0 3px 0 0;
}
