@charset "utf-8";
/* CSS Document */

body{
	margin:0px auto;
	background: #eeeeee;
	background-image: url("../img/common/background.jpg");
	background-repeat:repeat-y;
	background-position:center top;
	text-align:left;
}

#wrapper{
	width:800px;
	margin:0px auto;
	background-color:#FFFFFF;
}

#header{
	width:800px;
	height:215px;
	margin:0 0 5px 0;
}

.header_left{
	float:left;
	height:15px;
	margin:0;
}

.header_right{
	float:right;
	font-size:12px;
	padding-right:5px;
}

.headerimg{
	height:150px;
	background-image:url(../img/blog/headerimg.jpg);
	background-repeat:no-repeat;
	margin:0;
}

.headerimg_right{
	float:right;
	width:185px;
	margin:0;
	padding-right:0px;
}

.globalnavi{
	width:800;
	text-align:center;
}

#main{
	width:800px;
	padding:5px 10px 5px 10px;
}

#sidebar{
	width:200px;
	padding:5px 0px;
}

#footer{
	width:800px;
	margin:5px 0 0 0;
	border-top: 1px solid #999999;
}

#copyright{
	width:800px;
	margin:5px 0 0 0;
	border-top: 1px solid #999999;
	font-size:10px;
	text-align:right;
	color:#999999;
}

.c-both{
	clear:both;
	height:0px;
}


h1{
	font-size:12px;
	margin:0px 5px;
	color:#999999;
}

h2{
	font-size:18px;
	font-weight::bold;
}

h2.bt{
	margin:0;
	padding:5px 5px 10px 10px;
	font-size:14px;
	background-image:url(../img/blog/bt.jpg);
	background-repeat:no-repeat;
}

h2.bt a{
	color:#666666;
	text-decoration:none;
}

h3{
	font-size:16px;
	font-weight::bold;
}

h3.bt{
	margin:0;
	padding:5px 5px 10px 10px;
	font-size:14px;
	background-image:url(../img/blog/bt.jpg);
	background-repeat:no-repeat;
}

h3.bt a{
	color:#666666;
	text-decoration:none;
}

h2.indexline{
	font-size:18px;
	font-weight::bold;
	border-left:12px solid #EE8C4E;
	border-bottom:2px solid #EE8C4E;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:3px;
}

.block1{
	margin:auto auto 10px 10px;
}

.block_l{
	float:left;
}

.block_r{
	float:right;
}

.comment{
	font-size:12px;
}

.red{
	color:red;
}

.marker{
	background-color:#FFFF99;
}

.menuicon{
	margin:0 0 5px 0;
}

.footlink{
	text-align:center;
	margin:3px auto;
	font-size:12px;
}
.foot_daizulink{
	font-size:10px;
	text-align:right;
}
.company_th{
	color:#ffffff;
	font-weight:bold;
}
