@charset "utf-8";

@import "header-n.css";
@import "footer-n.css";
@import "contents-n.css";
@import "lightbox.css";

/* 構造の設定 */
html	{
	height: 100%;
}

body {
	font-family: Verdana,"ヒラギノ角ゴ Pro W4","ＭＳ Pゴシック",sans-serif;
	font-size: 12px;
	line-height: 165%;
	color: #555555;
	background-color: #ffffff;
	background-image: url(../images/body-bg.jpg);
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	_text-align: center;
}

a:link{
	color:#d77a46;
	text-decoration: none;
}
a:active{
	color:B0CEEB;
	text-decoration: underline;
}
a:visited{
	color:#a48674;
	text-decoration: none;
}
a:hover{
	color: #e5c26e;
	text-decoration:none;
}


/* 罫線スタイル */
hr	{
	margin: 0px;
	padding: 0px;
	display:none;
	overflow: hidden;
}


/* 段階解除スタイル */
.clearblock	{
	clear: both;
}


/* 余白なしスタイル */
.nospace	{
	margin: 0px;
	padding: 0px;
}


/* パーツスタイル */

.large	{
	font-size: 14px;
	line-height: 180%;
}

.small	{
	font-size: 11px;
	line-height: 160%;
}

.smallest	{
	font-size: 10px;
	line-height: 160%;
}

.red-txt	{
	color: #CB0000;
	font-weight: bold;
}

.gray-txt	{
	color: #555555;
}

.orange	{
	color: #cccc00;
}

.indent	{
	padding-left: 12px;
	
}

.contents-box	{
	padding: 8px 12px 0 12px;
	_padding: 8px;
	width: auto;
}

.txt-right	{
	text-align: right;
}

.txt-left	{
	text-align: left;
}

.center	{
	text-align: center;
}

.indent-left	{
	padding-left: 15px;
}

.indent-right	{
	padding-right: 25px;
}

.txt-right	{
	text-align: right;
}

.attension-box	{
	border: 1px;
	border-style: dotted;
	border-color: #dddddd;
	padding: 10px;
	background-color: #fafafa;
}

ol	{
	margin: 0 0 0 20px;
	padding: 5px;
}

.w-size620	{
	width: 620px;
}

.w-size750	{
	width: 750px;
}

.mrg-t	{
	margin-top: 30px;
}

a img{
	border:none;
}

p{
	margin:0;
	padding:0;
}

.summary-box{
	margin:0 0 20px 0;
	padding:0;
	font-size:10px;
	color:#666666;
}


/* 会議室予約状況 */
.b_top-right-reserve a	{
	background-image: url(../images/b_mtg-room.jpg);
	background-repeat: no-repeat;
	width: 292px;
	height: 44px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 3px 0 3px 5px;
}

.b_top-right-reserve a:hover	{
	background-image: url(../images/b_mtg-room-l.jpg);
	background-repeat: no-repeat;
}
