/*--------------------------*/
/*スタイルシート設定ファイル*/
/*--------------------------*/



/*ページ全体*/

*{
	margin:0;
	padding:0;
	list-style-type:none;
}

body{
/*	background-image:url("/cafemocha_itibankan/img/b_g.jpg");*/
	font-size:90%;
	text-align:center;
}

a:focus{
	outline:none;
}

span.Text01{
	font-size:14px;
}

span.Text02{
	color:#505050;
	font-size:12px;
}



/*上側*/

#TopLine{
	width:860px;
	height:18px;
	background-color:#550000;
	color:#ffffff;
}

#Box{
	width:862px;
	height:1343px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	border-width:0px 1px 0px 1px;
	border-color:#ff8700;
	border-style:solid;
	text-align:left;
}

#Title{
	width:852px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	background-image:url(../img/m_image.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position:right;
}

#TitleLine{
	width:852px;
	height:16px;
	background-color:#ff8700;
	text-align:right;
	vertical-align:bottom;
	font-size:12px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#TitleLine a{
	color:#ffffff;
	text-decoration:none;
} 



/*左側*/

#Left{
	width:160px;
	height:1220px;
	background-color:#ffdea4;
	float:left;
	word-spacing: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: 20;
	border-top-color: #ffcccc;
	border-right-color: #ffcccc;
	border-bottom-color: #ffcccc;
	border-left-color: #ffcccc;
}

/*ドロップダウンメニュー*/
div.treeNav{
	display:block;
}

div.treeNav a{
	display:block;
	zoom:1; /* ie */
	text-decoration:none;
	padding:4px 8px 4px;
}

div.treeNav a:hover{
	background-color:#ffcc00;
}

div a:link{
	color:#000000;
}

div a:visited{
	color:#000000;
}

div.treeNav ul{
    width:174px;
}

div.treeNav li{
	position:relative;
	width:160;
	float:left; /* ie */
	clear:both; /* ie */
	margin-left: 0px;
}

div.treeNav li ul{
	position:absolute;
	left:160px;
	top:0;
	display:none;
}

div.treeNav li:hover > ul{
    display:block;
}

div.treeNav li{
	background:#ffdea4;
}

#Sub{
	background:#ffcc00;
	width:159px;
}

#Sub a:hover{
	background-color:#ff8700;
}



/*右側*/

#Right{
	width:500px;
	height:1220px;
	background-color:#ffcc66;
	border-width:0px 0px 0px 1px;
	border-color:#ffcccc;
	border-style:solid;
	background-color:#ffffcc;
	text-align:center;
	float:left;
}

#Right h1{
	padding:3px;
	font-size:20px;
	color:#993300;
}

#RightTitle{
	width:630px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	border-width:0px 0px 1px 0px;
	border-color:#C0C0C0;
	border-style:solid;
	background-color:#ffcc66;
	text-align:right;
}

#RightText{
	width:500px;
	height:auto;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#RightText li{
	display:list-item;
	margin-left:1em;
	list-style-type:disc;
}



/*下側*/

#BottomLine{
	width:860px;
	height:18px;
	margin-left:auto;
	margin-right:auto;
	background-color:#550000;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#Box #Right #RightText P {
	font-weight: bold;
}

