/* イメージ　リンク指定
---------------------------------------------------------------------*/
a img {
	border: none;
}

* {
	margin: 0;
	padding: 0;
}

/* h tags
---------------------------------------------------------------------*/
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 80px;
	width:220px;
	float:left;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 29px;
	width:760px;
	float:left;
}

/* tag
---------------------------------------------------------------------*/
#wrapper {
	width: 760px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../base/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	height:100%;
}
#header {
    height:80px;
	}
.copy {
    float:right;
	}
#topmenu {
    height:60px;
	background-color:#F0EBBB;
	text-align:center;
	padding-top:8px;
	font-size:10px;
	}
#topmenu a:link {
    color:#000;
	text-decoration:none;
	}
#topmenu a:visited {
    color:#660000;
	text-decoration:underline;
	}
#topmenu a:hover {
    color:#FF6600;
	text-decoration:underline;
	}
#topmenu ul {
	width:760px;
	list-style: none;
	line-height:120%;
	text-align:center;
}
.border_class {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3E2C18;
}


#topmenu ul li {
    float:left;
	height: 20px;
	line-height:120%;
	text-align:center;
}
.center_icon1 {
vertical-align:middle;
padding-bottom:15px;
	}
.center_icon2 {
vertical-align:text-top;
padding-bottom:10px;
	}
.center_icon3 {
vertical-align:text-top;
padding-bottom:15px;
	}
	
	
/* サイドメニュー
---------------------------------------------------------------------*/	
#left_side_menu {
    width:220px;
	text-align:left;
	vertical-align:top;
	float:left;
		}
/* サイドメニュー（link
---------------------------------------------------------------------*/			
#left_side_menu a:link {
	color:#000;
	text-decoration:none;
	}
#left_side_menu a:hover {
    color:#FF9900;
	text-decoration:none;
	}
#left_side_menu a:visited {
    color:#660000;
	text-decoration:none;
	}

.left_side_list a:link {
	margin:0;
}

.left_side_list p {
	background-image:url(../base/icon_01.jpg);
	background-repeat:no-repeat;
	background-position:0 1px;
	display:block;
	margin:0 0 16px 0;
	padding:0 0 0 20px;
}

.left_side_list img {
	vertical-align:bottom;
}
	
	
	
	
	
#left_side_menu ul {
	width:220px;
	font-size: 12px;
	line-height:120%;
	list-style:none;
	margin-bottom: 5px;
	}
#left_side_menu ul li {
	float:left;
	width:220px;
	line-height:120%;
}
.left_side_menuimg2  {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 35px;
}

.left_side_menuimg{
	margin-bottom:5px;
	margin-top:10px;
	}

.left_side_menutopimg{
    border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
	}

.menu_bt {
    width:220px;
	}
.menu_bt img{
    margin-top:10px;
	}
#right_side_box {
	width:520px;
	float:right;
	margin-top:0px;
	}
.bottom_copy_box {
    width:520px;
	float:right;
	margin-top:10px;
	height:31px;
	}
.bottom_copy_box img{
    margin-right:20px;
	}
.base10px {
    font-size:10px;
	padding-left:10px;
	}
