/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a {
	color:#003399;
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
a:hover{
	color: #3399FF;
	text-decoration: underline;	
}
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin:0;
   padding:0;
   font-size:12px;
}

img{
	vertical-align:bottom;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}



/* page layout */

body {
	background-color:#FFFFFF;
	color:#000000;
}
body.for-marunouchi{
	background-color:#FFFFFF;
}

#container{
	margin: 0;
	width: 790px;
	text-align: left;
}
#superbanner{
	background:#FFFFFF;
	padding:10px 31px 10px 31px;
}
ul#maru-navi{
	padding:0 ;
	height:40px;
	background: url(images/marulogo_s.jpg) no-repeat left top #FFFFFF;
	font-size:10px;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
ul#maru-navi li{
	float:left;
	list-style:none;
}

ul#maru-navi li a{
	display:block;
	height:30px;
	text-align:center;
	vertical-align:bottom;
}
ul#maru-navi li.logo{	border-left:1px solid #CCCCCC; height:40px;	padding:0;}
ul#maru-navi li.size1 a{	border-left:1px solid #CCCCCC;	padding:5px; width:70px;}
ul#maru-navi li.size2 a{	border-left:1px solid #CCCCCC;	padding:5px; width:93px;}
ul#maru-navi li.size3 a{	border-left:1px solid #CCCCCC;	padding:5px; width:137px;}
ul#maru-navi li a:hover{
	background:#EEEEEE;
}

table#maru-navi{
	border-collapse:collapse;
	width:100%;
	padding:0;
	height:40px;
	font-size:10px;
	border:1px solid #CCCCCC;
/*	margin:15px 0;*/
	background:#FFFFFF;
}
table#maru-navi td{
	border:1px solid #CCCCCC;
	text-align:center;
	vertical-align:middle;
}
table#maru-navi td a{
	display:block;
}
table#maru-navi td.logo{
	padding:0;
	width:108px;
}

table#maru-navi td:hover{
	background:#EEEEEE;
}



#banner{
	background:url(images/header-h1-bg.jpg) no-repeat left top;
	height:226px;
}

#banner h1{
	margin: 0;
	padding:0;
}
#banner h2{
	margin:10px 20px;
	font-size:12px;
	line-height:1.5em;
}

#pagebody{
	background-image: url(images/pagebody-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#main{
	padding-top:20px;
	width:560px;
	float:left;
}
#main div.entry{
	margin-left:20px;
	margin-right:10px;
	margin-bottom:20px;
	background:#FFFFFF;
}
#main div.entrytitle{
	background: #CCFF99 url(images/main-h2-bg.gif) no-repeat right top;
	width:100%;
}
#main h2{
	font-size:14px;
	font-weight:bold;
	color:#003399;
	padding:5px 10px;
	background-image: url(images/main-h2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFF99;
}



#main div.entrytitle h3{
	font-size:14px;
	font-weight:bold;
	color:#003399;
	padding:5px 10px;
	background-image: url(images/main-h2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFF99;
}

#main div.entrybody{
	width:515px;
	padding:20px 15px 10px 10px;
	margin:0;
	line-height:1.5em;
}

#main div.entrybody p{
	margin-bottom:10px;
}

#main div.entrybody #trackbacks-info{
	border:1px solid #CCCCCC;
	padding:10px;
	margin:10px;
	font-weight:bold;
}
#main div.entrybody .trackback,#main div.entrybody .comment{
	margin-bottom:10px;
	padding-bottom:10px;
	background-image: url(images/main-border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#main #comments-open-data label.name{	
	display:block;
	float:left;
	width:100px;
}
#main div.entrybody #comments-open-data label.cookie{	
	display:block;
	margin-left:100px;
}
#main div.entrybody #comments-open-footer input{
	font-size:12px;
}

#main div.photo-l{
	float:left;
}
#main div.photo-l img{
	padding:0 10px 10px 0;
}
#main div.syousai{
	margin:20px 0;
	padding:40px 10px 10px 10px;
	background:url(images/main-syousai.gif) no-repeat 10px 10px;
	border:1px solid #99CCFF;
}
#main div.syousai h3{
	font-weight:bold;
}
#main div.entry-footer{
	clear:both;
	text-align:right;
	font-size:10px;
	background-image: url(images/main-border.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding:5px;
}

#side{
	width:210px;
	float:right;
	font-size:10px;
	line-height:1.5em;
}

#side div.ad200{
	background:#FFFFFF;
	padding:10px;
	margin-bottom:20px;
}
#side div.ad200 img.maru{
	margin-top:10px;
}

#side h2{

}
#calendar {
	line-height: 140%;
	color: #666666;
	font-family: Arial, Verdana, "�q���M�m�p�S Pro W3", "�l�r �o�S�V�b�N", Osaka;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	padding-bottom: 10px;
	}
	

#calendar .caption {
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	}

#calendar ul {
	display:block;
	text-align: center;
	margin: 0px auto;
	}

#calendar li {
	text-align: center;
	display: inline;
	list-style-type: none;
	color: #666666;
	padding: 3px;
	}
#calendar span{
	font-weight:normal;
}


#side div.content{
	background:#FFFFFF;
	margin:0 10px 20px 0;
	padding:10px;
	font-size:10px;
	line-height:1.5em;
	color:#444444;
}
#side div.content form input{
	font-size:12px;
}
#side ul li{
	list-style-type: none;
	font-size:10px;
	line-height:1.5em;
	color:#444444;
	background-image: url(images/side-point.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
#side dl{
	margin:0;
}
#side dl.comment dt , #side dl.tb dt{
	font-size:10px;
	line-height:1.5em;
	color:#444444;
	background-image: url(images/side-point.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
#side dl.comment dd{
	margin:0;
	padding:0;
}
#side dl.tb dd{
	margin:0;
	padding-left: 12px;
}

#footer{
	clear:both;
	margin-top:20px;
}

/*/////for marunouchi-office//////////////////////////////////////////////////////////////*/
#maru-blog{
	width:550px;
}
#maru-blog h3{
	font-size:12px;
	font-weight:bold;
	margin:5px 0;
	width:320px;
}
#maru-blog h3 span{
	font-weight:normal;
	font-size:10px;
}
.blogphoto{
	float:right;
}
.blogphoto img{
	max-width:200px;
}
#maru-blog div.recent-entrybody{
	float:left;
	line-height:1.3em;
	width:320px;
	margin-left:10px;
}
#maru-blog div.recent-entrybody div.continue{
	float:right;
}
#maru-blog div.recent-titles{
	float:left;
	line-height:1.3em;
	width:320px;
	margin:0 0 0 10px;
}
#maru-blog div.recent-titles ul{
	margin-left:10px;
	font-size:10px
}
#maru-blog div.recent-titles ul li{
	list-style:none;
}
