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

/*各ページ共通項目*/
body {
	margin:0px;
	padding:0px;
}

h2 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
}

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

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.black {
	color:#000000;
}

.white {
	color:#FFFFFF;
}

.red {
	color:#F00;
}

.p10 {
	padding:10px;
}

/*各ページ共通項目*/


/*レイアウト*/
#wrapper {
	width:850px;
	margin:0px auto;
	padding:0px 35px;
	background:url(../img/back.jpg) repeat-y;
}

#header {
	background:url(../img/header.jpg) no-repeat;
	width:850px;
	height:250px;
	margin-bottom:20px;
	text-indent:-9999px;
}

#sidemenu {
	width:170px;
	float:left;
	padding:10px;
}

#contents {
	width:620px;
	float:left;
	margin:0px 0px 20px 20px;
	padding:10px;
}

#footer {
	width:850px;
	height:70px;
}

#footer_address {
	margin-bottom:20px;
	padding:5px;
	text-align:center;
	background:#666666;
	color:#FFFFFF;
}
/*レイアウト*/


/*サイドメニュー*/
#sidemenu_list ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#sidemenu_list {
	padding-bottom:10px;
}

#sidemenu li {
	margin:0px;
	padding:0px;
}


#sidemenu_list li {
	margin-bottom:10px;
}

#sidemenu_list a {
	width:170px;
	height:25px;
	display:block;
	text-indent:-9999px;
}

#sidemenu_list .menu01 {
	background:url(../img/sidemenu01.jpg) no-repeat;
	width:170px;
	height:25px;
}

#sidemenu_list .menu02 {
	background:url(../img/sidemenu02.jpg) no-repeat;
	width:170px;
	height:25px;
}

#sidemenu_list .menu03 {
	background:url(../img/sidemenu03.jpg) no-repeat;
	width:170px;
	height:25px;
}

#sidemenu_list .menu04 {
	background:url(../img/sidemenu04.jpg) no-repeat;
	width:170px;
	height:25px;
}

#sidemenu_list .menu05 {
	background:url(../img/sidemenu05.jpg) no-repeat;
	width:170px;
	height:25px;
}

#sidemenu_list .menu99 {
	background:url(../img/sidemenu99.jpg) no-repeat;
	background-position:0px 5px;
	width:170px;
	height:145px;
}

#sidemenu_list .menu99 a {
	width:170px;
	height:145px;
}

#sidemenu_links , #sidemenu_qr {
	margin-bottom:20px;
	padding:0px;
}

#sidemenu_links ul {
	margin:0px 0px 0px 20px;
	padding:0px;
}

#sidemenu_links li a {
}

#sidemenu_links .links01 {
}

#sidemenu_links .links02 {
}

#sidemenu_links .links03 {
}

#sidemenu_links .links04 {
}

#sidemenu_links .links05 {
}

#sidemenu_links .links06 {
}

#sidemenu_links .links07 {
}

#sidemenu_links .links08 {
}

#sidemenu_links .links09 {
}

#sidemenu_links .links10 {
}
/*サイドメニュー*/


/*トップページ*/
.top_service_l {
	width:220px;
	float:left;
	margin-bottom:20px;
}

.top_service_l .box {
	padding:0px 10px 10px 10px; 
}

.top_service_l img {
	margin-left:10px;
}

.top_service_r {
	width:380px;
	float:left;
	margin:0px 0px 20px 20px;
}

.top_service_r .box {
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
}

.top_service_r .box_bottom {
	padding:0px 10px;
}

.top_news , .top_title {
	margin-bottom:20px;
}

#blog_rss {
	padding:10px;
}
/*トップページ*/





/*会社概要*/
.company_table {
	margin:0px auto; 
	background:#333;
}

.company_table th {
	padding:5px;
	background: #999;
	color:#FFF;
	text-align:left;
}

.company_table td {
	padding:5px;
	background:#FFF;
}
/*会社概要*/




/*プロフィール*/
#profile .profile_left {
	float:left; width:300px;
}

#profile .profile_left .box {
	margin:0px 0px 10px 10px;
}

#profile .profile_left .box_bottom {
	margin:0px 0px 0px 10px;
}
/*プロフィール*/
