body {
	/*background: #240000 url(../../common/img/back.gif) repeat-y center;*/
	background-color:#000;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
}

html {
	height:100%;
}

#vertical_set {
	width: 800px;
	height: 100%;
	margin: 0px auto;
}

#wapper {
	width: 800px;
	margin: 0px auto;
	height:100%;
	background-color:#FFF;
}
#wrapper {
	width: 800px;
	margin: 0px auto;
	height:100%;
	background-color:#FFF;
}

#header {
	/*float: left;*/
	width: 800px;
	height: 50px;
	margin:0px 0px 50px 0px;
}

#main_table {
	/*clear: both;*/
	width: 100%;
	/*height:100%;*/
	/*overflow: auto;*/
}

#main_table:after{
	content:".";
	display:block;
	clear:both;	
}


#main_left,#content_right {
	float:left;
	background-color:#FFF;
	
	
}

/*↓メニュー↓*/
#yunome_logo{
    margin:0px 17px;
}

#main_left {
	width: 150px;
	/*height:100%;*/
	vertical-align: top;
    background: url(../../common/img/menu_back.gif);
	display:block;
	background-repeat:repeat-x;
	background-color:#FFF;
}
/*
html:first-child #main_left{
	margin-left:1px;	
}
*/
#main_left h3{
	margin:0px;
	padding:0px;
}

#main_left ul {
	margin:0px;
	padding:0px;
	width:150px;
}

#main_left li{
	width:150px;
	margin:0;
	padding:0;
	list-style-type: none;
}

.title{
    margin:10px 0px 0px 0px;
}


/*トップセンター*/
#main_center {
	width: 400px;
	height:560px;
	vertical-align: top;
	padding:0px 50px 50px 50px;
	float:left;
}

/*トップ右*/
#main_right {
	width: 130px;
	/*height:100%;*/
	vertical-align: top;
	padding:0px 20px 0px 0px;
	margin:0px 0px 15px 0px;
	float:right;
}

#main_right img{
	margin-bottom:20px;	
}


/*トップページ以降コンテンツ*/
#content_right {
	width: 650px;
	vertical-align: top;
	padding:0px 0px;
	/*float:left;*/
	/*zoom:100%;*/
	/*height:100%;*/
	text-align:left;
}

#content_main {
	width:550px;
	padding:0px 50px;
	/*height:100%;*/
}


h1 {
	font-size: 120%;
	color: #cc0000;
	margin:0px 0px 10px 0px;
	padding-bottom:5px;
	background-image: url(../../common/img/under_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align:left;
}

h2 {
	font-size: 110%;
	color: #805C29;
	margin:0px;
}

tr{
   vertical-align:top;
   }

hr{
   margin:10px 0px;
   }
   
span.red{
   color:#cc0000;
   }
   
.pagelast{
   margin:0px 0px 50px 0px;
}   


/*フッター*/
#bottom_menu {
	clear: both;
	width:780px;
	height:20px;
	padding: 2px 8px 2px 12px;
	color: #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align:center;
	background-color:#FFF;
}

#bottom_menu ul {
	margin:0;
	padding:0;
}

#bottom_menu li {
	/*display: inline;*/
	text-align: center;
	margin:0;
	padding: 2px;
	width:130px;
	float:left;
	list-style-type: none;
	border-left:1px solid #999;
}

#bottom_menu li.honten {
	width:140px;
}

#bottom_menu li.last {
	border-right:1px solid #999;
}

#bottom_menu a {
	color: #999;
	text-decoration: none;
	
}
#bottom_menu a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 800px;
	height:50px;
	color: #999;
	font-size: 8pt;
	background-color:#FFF;
	text-align:left;
}

#footer table {
	width: 100%;
}

#footer table tr td {
	width: 50%;
	vertical-align: top;
	padding: 15px;
}

#footer div.address{
	padding: 15px;
	vertical-align: top;
	width:370px;
	float:left;
	background-color:#FFF;
	height:50px;
}

#copyright {
	text-align: right;
	float:right;
	padding: 15px;
	vertical-align: top;
	width:370px;
	background-color:#FFF;
	height:50px;
}

#center_table {
	width: 422px;
	height: 155px;
	margin: 0px auto 0px auto;
	padding: 70px;
	background: url(../../common/img/frame.gif) no-repeat center;
}

*html table#center_table {
	margin: 70px auto 0px auto;
}

#center_table tr td {
	width: 211px;
	height: 155px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#center_table tr td div{
	width: 100px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	/*overflow: auto;*/
	border: 1px solid #f00;
}


table {
	width: 100%;
}

img {
	border-style:none;
	vertical-align: bottom;

}



