/*******************************************
MENU
---------------------------------------------
01領域定義
02テキスト
*******************************************/

/*===========================================
01領域定義
===========================================*/
.walls {
	width:540px;
}

.wall_left {
    width:270px;
	float:left;
}

.wall_right {
    width:270px;
	float:right;
}

.wall_set {
	border: 1px solid #ccc;
	width:240px;
	margin:0 5px 15px 5px;
	padding:5px;
	background-color:#E1E1E1;
}

/*==========新しいブラウザ用==================*/
.wall_set:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/*==========ＩＥ用==================*/
.wall_set{
    display:inline-table;
}

/*Hides from IE-mac\*/
*html .wall_set{height:1%;}
.wall_set{display:block;}
/*End hide form IE-mac*/


.wall_set p{
    font-weight:bold;
	width:230px;
	padding:5px;	
}

* html .wall_set p{
    width:240px;
}


.wall_set ul{
    list-style:none;
	padding:3px;
}

.wall_set li{
    float:left;
	padding:3px;
	position: relative;
	top:0px;
	left:5px;
}

.wall_800 a {
	display:block;
	height:19px;
	width:68px;
	background:url("../i/wall/800_600.gif") no-repeat 0 0;
}

.wall_800 a:hover {
	background:url("../i/wall/800_600.gif") no-repeat 0 -22px;
}

.wall_800 a span {
	display:none;
}

.wall_1024 a {
	display:block;
	height:19px;
	width:68px;
	background:url("../i/wall/1024_768.gif") no-repeat 0 0;
}

.wall_1024 a:hover {
	background:url("../i/wall/1024_768.gif") no-repeat 0 -22px;
}

.wall_1024 a span {
	display:none;
}

.wall_1280 a {
	display:block;
	height:19px;
	width:68px;
	background:url("../i/wall/1280_1024.gif") no-repeat 0 0;
}

.wall_1280 a:hover {
	background:url("../i/wall/1280_1024.gif") no-repeat 0 -22px;
}

.wall_1280 a span {
	display:none;
}

.center2 {
	margin-bottom:30px;
	clear:both;
	border-top: 1px dotted #ccc;
}

.center3 {
	clear:both;
	margin-left:20px;
}


/*===========================================
02テキスト
===========================================*/
.text_bold {
    font-weight:bold;
}

.text_bold_s {
    font-weight:bold;
	font-size:x-small;
	padding-bottom:10px;
}

.text_s {
    font-size:x-small;
	padding-bottom:10px;
}

.text_ul {
    margin:0;
	font-size:x-small;
	text-align:left;
}

