@charset "utf-8";
/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	line-height: 150%;
	color: #666666;
    background: #DBF4A8 url(../ctrl/mt-static/support/themes/h-takamatsu/bg_body.gif); 
	text-align:center;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 0.85em;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
  color:#00ccff;
  text-decoration:underline;
}

a:link {
  color:#00ccff;
  text-decoration:underline;
}

a:visited {
  color:#00ccff;
  text-decoration:underline;
}

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

a:active {
  color:#FFCC00;
  text-decoration:none;
}

/*=============================================
 container
===============================================*/
#container {
    width: 867px;
	background: url(../ctrl/mt-static/support/themes/h-takamatsu/bg_container.gif) repeat-y;
}


/*=============================================
 header
===============================================*/

#header {
	margin-left:4px;
	margin-right:4px;
	width:859px;
	text-align:left;
    background: #fff url(../ctrl/mt-static/support/themes/h-takamatsu/bg_header.gif) repeat-x;
	margin-bottom:15px;
	vertical-align:middle;
}

#header h1 a {
  display: block;
  position: relative;
  width: 205px;
  height: 70px;
  text-decoration:none;
  text-indent: -9999px;
  background: url("../ctrl/mt-static/support/themes/h-takamatsu/obj_sitetitle.gif") no-repeat left top;
}

#header h1 {
	padding:0px;
	margin:0px;
}

#header h2	{
	display:none;
	line-height:0px;
	margin:0px;
	padding:0px;
}
#header #header_left{
	float:left;
}

#header #search_box{
	float:right;
	padding-top:25px;
	padding-right:15px;
}

/*=============================================
 body
===============================================*/
#body {
	clear:both;
	width:859px;
	margin-bottom:1em;
}

/*=============================================
 left
===============================================*/
#left {
	margin-left:5px;
	margin-right:5px;
	width:190px;
	float:left;
	text-align:left;
	font-size:0.857em;
}

#left .inner-left	{
	padding-left:5px;
	padding-right:5px;
	border-bottom:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	margin-bottom:15px;
}

#left ul li {
	list-style:inside circle;
	line-height:200%;
}

/*=============================================
 content
===============================================*/
#content {
	margin-left:0px;
	padding-right:14px;
	width:625px;
	float:right;
	text-align:left;
	position:relative;
}

#content img#mainphoto{
	margin-bottom:15px;
}

/*=============================================
 center
===============================================*/
#center {
	margin-left:4px;
	margin-right:11px;
	float:left;
	width:408px;
	position:relative;
	overflow:hidden;
}

#center .inner-center {
	padding-left:5px;
	padding-right:5px;
	margin-bottom:15px;
	overflow:hidden;
}

#center h3{
	height:24px;
	width:408px;
	font-weight:bold;
	font-size:0.857em;
	color:#ffffff;
	padding-top:2px;
	padding-left:1em;
	background:url(../ctrl/mt-static/support/themes/h-takamatsu/bg_h2-main.gif) no-repeat;
}

#center h3 a{
  color:#ffffff;
  text-decoration:none;
}

#center h3 a:link {
  color:#ffffff;
  text-decoration:none;
}

#center h3 a:visited {
  color:#ffffff;
  text-decoration:none;
}

#center h3 a:hover {
  color:#FFCC00;
  text-decoration:none;
}

#center h3 a:active {
  color:#FFCC00;
  text-decoration:none;
}

#center .inner-center .center-meta	{
	font-size:0.857em;
	text-align:right;
	margin-top:5px;
	margin-bottom:5px;
}

#center .inner-center .center-more-link	{
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}

#center .inner-center .center-footer	{
	font-size:0.857em;
	text-align:right;
	margin-bottom:15px;
	border-bottom:2px #669933 solid;
}

/*=============================================
 right
===============================================*/
#right {
	width:190px;
	float:right;
}

#right .inner-right	{
	padding-left:10px;
	padding-right:10px;
	font-size:0.857em;
	border-bottom:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	margin-bottom:15px;
}

#right .inner-right img#profile2	{
	padding:13px;
}

#right .inner-calender	{
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:7px;
	border-bottom:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	margin-bottom:15px;
}

#right table#MC tr td	{
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	font-size:0.857em;
	text-align:center;
}

#right table#MC tr th	{
	color:#669933;
}

#right table#MC caption	{
	padding-top:7px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	font-weight:bold;
	text-align:center;
}

#right #blog_feed	{
	text-align:center;
	margin-bottom:1em;
}

#right #counter	{
	text-align:center;
	margin-bottom:1em;
}

#right #blog_feed ul.blog-feeds li	{
    list-style: none outside;
	margin-top:-2px;
}

#right #blog_feed ul.blog-feeds li a	{
	margin-top:-2px;
}

#right #poweredby	{
    background-color: #f0f6fa;
	text-align:center;
	padding:15px;
	border:#cccccc solid 1px;

}

/*=============================================
 footer
===============================================*/
#footer {
	margin-left:4px;
	margin-right:4px;
	width:859px;
    background-color: #669933; 
	clear:both;
	color:#FFFFFF;
}

#footer #copy	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:10px;
}


/* Banners ---------------------------------------------------------------- */
#left h3#contents	{
	display:block;
	height:24px;
	width:190px;
	text-indent:-9877em;
	text-decoration:none;
	background:url("../ctrl/mt-static/support/themes/h-takamatsu/ba_contents.gif") no-repeat;
}

#left h3#entries	{
	display:block;
	height:24px;
	width:190px;
	text-indent:-9877em;
	text-decoration:none;
	background:url("../ctrl/mt-static/support/themes/h-takamatsu/ba_entries.gif") no-repeat;
}

#left h3#archive	{
	display:block;
	height:24px;
	width:190px;
	text-indent:-9877em;
	text-decoration:none;
	background:url("../ctrl/mt-static/support/themes/h-takamatsu/ba_archives.gif") no-repeat;
}

#right h3#profile	{
	display:block;
	height:24px;
	width:190px;
	text-indent:-9877em;
	text-decoration:none;
	background:url("../ctrl/mt-static/support/themes/h-takamatsu/ba_profile.gif") no-repeat;
}

#right h3#calender	{
	display:block;
	height:24px;
	width:190px;
	text-indent:-9877em;
	text-decoration:none;
	background:url("../ctrl/mt-static/support/themes/h-takamatsu/ba_calender.gif") no-repeat;
}


