/*
Theme Name: subhand
Version: 1.0
Author: subhand.LLC
Author URL: http://www.subhand.net/
*/

* {padding: 0px; margin: 0px;}

body {
 	background:#F0F0F0 url(images/bg.jpg) center top repeat-x;
	font-size: 12px;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

a,
a:link,
a:visited {
  color: #016599;
  text-decoration: none;
}

a:hover,
a:active {
  color: #000;
  text-decoration: underline;
}

img {
	border: 0;
}


/* floating-clear */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}


/* page 
*********************************************/
#container {
  	margin: 0 auto;
	padding:0px 20px;
  	position: relative;
	width: 946px;
	line-height:1.5em;
  	z-index:10;
	background:url(images/bg_container.jpg) center top repeat-y;
}

#header_bg{
  	position: relative;
}

#header {
	width: 986px;
  	margin: 0 auto;
  	position: relative;
	height:136px;
  	text-align: center;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#navi_bg{
	background: url(images/navi_bg.jpg) center top repeat-y; 
	width: 986px;
	margin:-21px auto 0px;
	z-index:1000;
	clear:both;
}
#page {
	clear:left;
  	margin: 0px auto;
	padding:10px 0px 0px;
  	position: relative;
  	text-align:left;
  	z-index: 50;
	background:#fff;
}

#content {
	width: 503px;
	color: #000;
	padding:0px 0px 10px 12px;
	float:left;
}
#content_sub{
	width: 503px;
	color: #000;
	padding:10px 10px 10px 12px;
	float:left;
}
.sidebar{
	width:200px;
}
#sidebarLeft {
	float: left;
}

#sidebarRight {
	float:right;
}



#footer_bg{
	clear: both;
	background:url(images/bg_footer.jpg) left top repeat-x;
  	position: relative;
	height:140px;
	
}

#footer {
  	margin: 0 auto;
	padding:40px 0px 10px;
  	width: 968px;
	background:url(images/footer.jpg) center top no-repeat;
 	position: relative;
  	color: #fff;
	text-align:center;
}


#header_bg01{
  	position: relative;
  	z-index: 1;
	background: url(images/bg_log.jpg) center top repeat-x;
}

#footer_bg01{
	clear: both;
	background:#002A74 url(images/bg_log_footer.jpg) left top repeat-x;
  	position: relative;
	
}
#footer_bg01 #footer{
  	margin: 0 auto;
	padding:40px 0px 10px;
  	width: 968px;
 	position: relative;
  	color: #fff;
	text-align:center;
	background: url(images/footer_log.jpg) center top no-repeat;
}

#intro{
	margin-bottom:20px;
}
#intro p{
	text-align:center;
	margin-bottom:10px;
}
#intro a{
	text-decoration:none;
	border-bottom:none;
}

.nextprev {
	clear:left;
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}

/* main event
*********************************************/
.event{
	margin:0px 0px 20px;
}
dl.event dt{
	float:right;
	margin:10px;
}
dl.event dt.imgLeft{
	float:left;
	margin:10px;
}
dl.event dd{
	margin:0 0 0 5px;
	line-height:1.6em;
}

#content p{
	clear:left;
}
	



/* text formatting
*********************************************/

.post {
	clear:left;
}

blockquote{
	border-color:#CCC;
	border-width: 1px;
	border-style: solid;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#f8f9f1;
	background-image:url('images/BlockQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

p.center {
	text-align: center;
}

.postmeta{
	font-size:9px;
	margin-top:2px;
	color: #666;
	padding-bottom:20px;
}

.commentCount{
	text-align:right;
	margin-right:10px;
	font-size:10px;

}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 8px;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;	
}

.post h1
{
	border-bottom: 1px solid  #CCC;
}

#header_bg01 h1,
h1.blogtitle{
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	height:76px;
	width:263px;
	float:left;
}
h1.blogtitle{
	margin:33px 0px 0px 10px;
	background:url(images/logo.jpg) no-repeat;
}

#header_bg01 h1{
	margin:40px 0px 0px 10px;
	background:url(images/logo_log.jpg) no-repeat;
}
#header_bg01 h1 a,
h1.blogtitle a{
	display:block;
	height:76px;
	width:263px;
	text-decoration:none;
}
#header_bg01 h1 a b,
h1.blogtitle a b{
	visibility:hidden;
}
h2.slogantext{
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #333;
	display:none;
}

#topnavi{
	width: 415px;
	padding-top:8px;
	float:right;
	margin-right:10px;
}
#topnavi li{
	list-style:none;
	display:inline;
	padding-left:20px;
	background:url(images/icon_topnavi.gif) 5px 1px no-repeat;
}
#topnavi li a{
	color:#fff;
}

#topBanner{
	float:right;
	margin:15px 10px 0px 0px;
}




/* navi */
#navi_top{
	clear:both;
	background:url(images/navi_top.jpg) center top no-repeat;
	height:21px;
	z-index:1000;
}
#navi{
	background: url(images/navi_bg.jpg) center top repeat-y; 
	padding:0px 20px 10px;
}
#navi_exp{
	background:url(images/navi_btm.jpg) center bottom no-repeat;
	clear: left;
	padding:7px 30px 9px;
}

#navi li{
	padding:5px 0px 5px 25px;
	display: inline;
	background: url(images/marker.jpg) 5px center no-repeat;
}



.cL{
clear:left;
display:none;
}



#content h2{
	font-size: 14px;
	text-align: left;
	padding:9px 10px;
	color: #fff;
	background: url(images/bg_content_title.jpg) no-repeat;
	font-family: "�l�r �o�S�V�b�N", "���˃S�V�b�N Pro M", Verdana;
}
#content_sub h2 {
	font-size: 14px;
	text-align: left;
	padding:9px 10px;
	color: #333;
}

h3 {
	font-size: 16px;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

h5, h6 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

#news{
	margin-botttom:10px;
}

#voice .voiceBox,
#voice .voiceBox01{
  padding:10px;
  margin-bottom:10px;
  border: 1px solid #ccc;
  position: relative;
  width: 225px;
  _width: 227px!important;  /* for Win IE6 */
  line-height: 1.4;
  float: left!important;
  *font-size: 70%;  /* for Win IE */
}
#voice .voiceBox{
	margin-right:10px;
}

#voice dt{
  margin: 0px 10px 10px 0;
  float: left;
}

#voice img{
  margin: 0 0 0 2px;
}


#voice dd {
  margin: 0 0 3px 54px;
  line-height: 1.5em;
}

#voice dd em {
  display: block;
  font-weight: bold;
  font-style:normal;
}

#voice p.more {
  margin-right: 4px!important;
  text-align:right;
  padding-top:5px;
}

#sitemap li{
	background:url(images/arrow.png) left center no-repeat;
	padding:3px 0px 3px 20px;
}
	




/* list
*********************************************/

.post ul {
	margin-left: 0px;
	padding: 0 0 10px 10px;
	list-style:none;
} 

.post #company li {
	margin: 7px 0 8px 10px;
	list-style:square;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
}

/* list
*********************************************/
.post dl{
	border-bottom:1px solid #ccc;
	margin:0px;
	padding:5px 0px;
}
.post dt{
	float:left;
	padding:2px 5px 2px 25px;
	background: url(images/icon-calendar.png) 5px center no-repeat;
}
.post dd{
	padding:2px 5px 2px 20px;
}	
.post dd a{
	padding-left:20px;
	text-decoration:none;
}	
	
/* table
*********************************************/
	
.post  table {
	background:#FFF;
	border:2px solid #CCC;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post  th, 
.post  td {
	border:1px solid #CCC;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post  tr.even td {
	background:#F7F7F7;
}
.post  th {
	background:#EDEFF0;
}

/* rss
*********************************************/
.rssicon{
	position: absolute;
	display:block;
	background: url('images/rss.png') center right no-repeat;
	height: 17px;
	width: 17px;
	left: 920px;
	top: 6px;
}
.rssicon a{
	display:block;
	height: 17px;
	width: 17px;
	border-bottom:none;
}
	

/* search
*********************************************/

#search {
	margin: 0px 10px 0;
	padding: 0px 0 0;
	text-align: left;
}

#search #s {
	width: 180px;
	float:right;
	padding: 3px;
	background: #fff;
	border: 1px solid #333;
	margin: 4px 0px 2px 0;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

#go {
	float: right;
	margin: 8px -185px 2px 0px;
	padding: 0px;
	color: #000;
	display: inline;
}

/* sidebar
*********************************************/
.sidebar h2{
	font-size: 13px;
	text-align: center;
	color:#fff;
	background: url(images/bg_side_title.jpg);
	padding:10px 3px 4px 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}
.sidebar h2#login{
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/title_login.jpg) center top no-repeat;
	height:44px;
}


.sidebar ul h2{
	text-align: left;
	padding:3px 0px 3px;
	margin-bottom:10px;
	margin-top:10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

.sidebar ul, .sidebar ol { 
	font-size: 11px;
}
.sidebar ul { 
	list-style-type: none;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol { 
	margin: 0px; 
}

#content dl{
	border:1px solid #e4e4e4;
	margin-bottom:10px;
} 
.sidebar dl{
	background:#ECECEC;
	margin-bottom:10px;
}
dd{
	padding:10px;
}



/* --  sidebarLeft -- */

#sidebarLeft{
	margin-right:10px;
}

#sidebarLeft a{
	color: #03C;
	text-decoration: none;
}

#sidebarLeft a:hover{
	background: none;
	color:  #49647d;
}
#bnrL li{
	margin:0px 0px 5px 0px;
	padding:0px;
}

#submit{
	background:url(images/btn_login.jpg) left top no-repeat;
	text-indent:-99999px;
	border:none;
	height:30px;
	width:85px;
	cursor:pointer;
}



/*  mainnavi */

#mainnavi {
	list-style: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	margin:0px
}
#mainnavi h2{
	color:#fff;
	background:#000;
}

#mainnavi ul{
	margin:0px;
}
#mainnavi li {
	display:block;
	list-style:none;
	padding:0px 10px 0px 20px;
	margin:0px;
	border-bottom:1px dotted #fff;
	background:#2D1011 url(images/marker02.jpg) 10px center no-repeat;
}

#mainnavi li.first {
	border-left: none;
}

#mainnavi a{
	display: block;
	padding: 0 8px;
	line-height: 30px;
	color: #fff;
}
#mainnavi a:link {
	display: block;
	padding: 0 8px;
	text-decoration: none;
}

#mainnavi a:hover {
	text-decoration: none;
	color: #FF0000;
}


/* subnavi */

#subnavi li{
	background:#e4e4e4 url(images/marker.jpg) 10px center no-repeat;
	border-bottom:1px solid #ccc;
	color:#000;
	display:block;
	list-style:none;
	padding:0px 10px 0px 25px;
	margin:0px;
}
#subnavi a{
	display: block;
	line-height: 30px;
	color:#000;
}
#subnavi a:link {
	text-decoration: none;
}

#subnavi a:hover {
	text-decoration: none;
	color: #FF0000;
}
	



/* --  sidebarRight -- */
#sidebarRight ul h2{
	margin-bottom:10px;
	margin-top:10px;
	padding:3px 0px 3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

#sidebarRight h2 a{
	text-decoration: none;
}

#sidebarRight h2 a:hover{
	text-decoration: underline;
}

#sidebarRight a,
#sidebarLeft .moreinfo a {
	color: #FF6600;
	background:url(images/marker02.jpg) left center no-repeat;
	padding-left:15px;
	text-decoration: none;
}

#sidebarRight a:hover,
#sidebarLeft .moreinfo a:hover {
	background: none;
	color: #0099CC;
	background:url(images/marker02.gif) left 2px no-repeat;
	padding-left:15px;
	text-decoration: underline;
}


#mailmaga,
#link,
#books{
  border-top:1px solid #535762;
  border:1px solid #ECE9D8;
}

/* mailmaga */
#mailmaga {
  text-align: center;
  margin:0px 0px 15px;
  padding:5px 0px 0px;
  background:#F1F1EF;
}

#mailmaga h2 {
  margin: 0 0 9px 0;
}

#mailmaga dl {
  margin: 0 0 14px 14px;
  text-align: center;
  border:none;
  background:none;
}

#mailmaga dl dt,
#mailmaga dl dd {
  text-align: left;
}

#mailmaga dl dt{
	background: url(images/icon_login.jpg) left 4px no-repeat;
	padding-left:20px;
}


#mailmaga dl dd {
  margin: 2px 0 6px 0;
  padding:0px;
}

#mailmaga input.text {
  width: 160px;
  _width: 148px;  /* for Win IE6 */
}

#mailmaga .submit {
  margin: 0 0 15px 0;
  text-align: center;
}
#submit{
	padding:3px;
}


/* feed */
#feed {
  padding: 14px 4px 14px 4px;
  text-align:center;
  margin-bottom:10px;
  
}

/* link */
.link{
	border:1px solid #e4e4e4;
	margin-bottom:10px;
}
.link li{
	padding:2px 0px 2px 25px;
	border-bottom:1px dotted #ccc;
	background: url(images/arrow.png) 10 5px no-repeat;
}
.link p{
	text-align:right;
	padding-right:10px;
}
.link p a{
	text-decoration:none;
	border-bottom:none;
}



.sideBanner{
	text-align:center;
}








/* footer
*********************************************/

#footer ul{
	width:90%;
	margin:0px auto;
}
#footer li{
	display:inline;
}
#footer li a{
	margin:0px 7px;
}

#footer a {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	background: none;
	text-decoration: underline;
	border-bottom: none;
}
#footer address {
  padding: 14px 0 0 0;
  font-size: 93%;
  display: block;
  font-style:normal;
}
#footer address a{
	color:#fff;
}



img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #CCC;
}

img.alignright {
	padding: 5px;
	border: 1px solid #CCC;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 8px;
	display: inline;
}

	
