/*------------------------------------------------
	index.css - <kaido> index.html design css
	2006.10.25
	:::toc:::
	import url
	parts design
------------------------------------------------*/

@import url(../../common/common.css);
@import url(../../common/format.css);
@import url(../../common/layout-old.css);
@import url(../../common/navigation.css);
@import url(./reset.css);

/*
main - notice
-----------------------------------------------*/

body{
	margin:0;
	padding:0;
	font-size:12px;
	}

#main{
	width:864px;
	margin:0 auto;
	padding:0;
	}
	
#midPan{
	width:660px;
	margin:0 auto 50px;
	}
	
dl#notice{
	background:url(../images/bg_notice.gif)
	no-repeat
	center
	top;
	}
	
dl#notice dt{
	width:7em;
	line-height:31px;
	text-align:center;
	font-weight:bold;
	float:left;
	color:#FFFFFF;
	}

dl#notice dd{
	line-height:31px;
	text-align:left;
	padding-left:6em;
	color:#FFFFFF;
	}
	
/*
#midPan #ttl - #next
-----------------------------------------------*/

#ttl{
	width:660px;
	margin:0;
	padding:15px 0 0;
	background:url(../images/col_top.gif)
	no-repeat
	center
	top;
	}
	
#ttl h2{
	width:575px;
	margin:0 auto;
	font-size:140%;
	line-height:1.3;
	background-color:#eaeaf6;
	padding:5px 20px;
	}
	
#ttl span.date{
	font-size:80%;
	}
	
#next{
	width:660px;
	padding:10px 0;
	margin:0 0 20px;
	background:url(../images/col_btm.gif)
	no-repeat
	center
	bottom;
	}
	
#next img.theme{
	margin:10px 10px 10px 30px;
	border:1px solid #666666;
	}
	
#txt p.dtl{
	margin:10px 30px 0 0;
	width:350px;
	line-height:1.5;
	font-size:110%;	
	}
	
/*
#midPan #prof
-----------------------------------------------*/
	
#prof {
	clear:both;
	width:640px;
	margin:25px auto;
	}	

#prof ul{
	width:300px;
	list-style:none;
	border-top:3px solid #0033FF;
	margin:0;
	padding:0;
	background:url(../images/bg_list.gif)
	repeat-x
	center
	bottom;
	}
	
#prof ul.left{
	border-top:3px solid #0033FF;
	}
	
#prof ul.right{
	border-top:3px solid #f7bb59;
	}
	
#prof ul li {
	line-height:1.6;
	margin:0;
	padding:0;
	text-align:left;
	}

#prof ul li.ttl {
	font-size:120%;
	font-weight:bold;
	}

#prof ul li img{
	margin:1px 15px 5px 0;
	}

#prof ul li.img{
	text-align:left;
	}

/*
and more
-----------------------------------------------*/

p.btn{
	text-align:right;
	margin:40px 20px 0 0;
	}

.mtb20{
	margin:20px 0;
	}
	
#midPan a:link{
	color: #FF6600;
	}

#midPan a:hover{
	color:#FFCC00;
	}

#midPan a:visited{
	color: #FF9900;
	}
	
	
		

/*
InnerBody backnumber list
-----------------------------------------------*/
	
h2#back {
	text-align:center;
	}
	
#midPan table{
	background-color:#000f9c;
	margin:0 auto;
	}
	
#midPan table td{
	line-height:2.5;
	background-color:#ffffff;
	text-indent:20px;
	}
	
#midPan table th{
	line-height:2.5;
	text-align:left;
	background-color:#eaeaf6;
	text-indent:20px;
	}


/*
InnerBody #bNavo
-----------------------------------------------*/

#bNavi ul{
	width:200px;
	margin:10px 10px 10px 480px;
}

#bNavi ul li{
	width:87px;
	float:left;
	padding: 0 2px;
}
	
