@charset "utf-8";
/* CSS Document */

/*ベース*/
* {
	*font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;/*IE6.7*/
	line-height: 15px;
	margin-top: 0px;
}
.txt16 {
	line-height: 21px;
}
.txt16 b {
	line-height: 21px;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	width: 900px;
	height: 150px;
}
h1 {
	font-size: 10px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	color: #663333;
	float: left;
	height: 13px;
	width: 900px;
	text-align: right;
}
#rogo {
	float: left;
	height: 72px;
	width: 450px;
}
#s-menu {
	float: right;
	height: 21px;
	width: 305px;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	width: 734px;
	background-color: #BAB1A5;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
a {
	text-decoration: none;
}

#top-slider {
	width: 738px;
}
.top-bnr {
	width: 738px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
}
.block1 {
	padding: 0px;
	width: 740px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#whats-new-waku {
	height: 500px;
	width: 740px;
	float: left;
	margin-bottom: 20px;
}
#whats-new-title {
	height: 51px;
	width: 740px;
	float: left;
}
#whats-new-txt {
	width:740px;
	height:450px;
	overflow-y:auto;
	float: left;
}
.topic1 {
	width: 140px;
	float: right;
}
#info-waku {
	height: auto;
	width: 740px;
	margin-top: 10px;
	float: left;
}
#info-title {
	height: 51px;
	width: 740px;
	float: left;
}
#info-txt {
	width:720px;
	height:352px;
	overflow-y:scroll;
	margin-left: 20px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
	padding-top: 5px;
}
.topic-waku {
	width: 140px;
	border: 1px solid #CCCCCC;
	margin-top: 13px;
}
.topic1-title {
	color: #FFFFFF;
	background-color: #C29D9B;
	width: 140px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.topic1-txt {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 13px;
}
/*dropdownmenu*/
#ui-tab {
	width: 740px;
	float: left;
}
.tabmenu-block {
	width: 732px;
	float: left;
	margin-bottom: 10px;
}
.tabmenu-block ul {
	width: 315px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
.tabmenu-block li {
	list-style-type: none;
	background-image: url(http://e-julian.co.jp/asp-img/tmp/eda01.gif);
	background-repeat: no-repeat;
	text-indent: 13px;
	height: 17px;
}
.tabmenu-block li.last {
	list-style-type: none;
	background-image: url(http://e-julian.co.jp/asp-img/tmp/eda02.gif);
	background-repeat: no-repeat;
	text-indent: 13px;
}
#fragment-1, #fragment-2, #fragment-3, #fragment-4, #fragment-5, #fragment-6, #fragment-7, #fragment-8{
	float: left;
	width: 740px;
}
.tabmenu-bnr {
	width: 732px;
	float: left;
	margin-top: 10px;
}
/* メインメニュー */
#menu ul {
	display:block;
	list-style-type: none;
	margin:0;
	padding:0;
}
/* サブメニュー1段目 */
#menu ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
}
/* リスト */
#menu li {
	float:left;
}
#menu li li {
	clear:both;
	background-color: #E2E2E2;
	width: 140px;
	*width: 150px;/*IE6.7*/
	border: 1px solid #BAB1A5;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
}
#menu li li a{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
#menu li:hover {
   position:relative;
}
#menu li:hover > ul {
   display: block
}
/* IE6用 */
* html #menu li {
   behavior: expression(      this.onmouseover=new Function("this.className='column1'"),      this.onmouseout=new Function("this.className=''"),      this.style.behavior = 'none'   );
}
* html #menu li li {
   behavior: expression(      this.onmouseover=new Function("this.className='column2'"),      this.onmouseout=new Function("this.className=''"),      this.style.behavior = 'none'   );
}
* html #menu li li li {
   behavior: expression(      this.onmouseover=new Function("this.className='column3'"),      this.onmouseout=new Function("this.className=''"),      this.style.behavior = 'none'   );
}
#menu .column1 {
   position:relative;
}
#menu .column1 ul {
   display:block;
}
#menu .column1 * ul {
   display:none;
}
/* いいねボタン */
.fb-like{
	height: 20px;
	padding-top: 5px;
	width: 74px;
	float: right;
}
/* トップバナー */
#bnr-wrap{
	width: 738px;
	height: 455px;
}
.t-block{
	width: 738px;
	float: left;
}
.t-left{
	height: 290px;
	width: 489px;
	margin-right: 9px;
	float: left;
}
.t-right{
	height: 290px;
	width: 240px;
	float: left;
}
.t-right2{
	height: 140px;
	width: 240px;
	float: left;
	margin-top: 9px;
}
.u-block{
	margin-top: 15px;
	float: left;
	width: 738px;
}
.u-left{
	height: 140px;
	width: 240px;
	margin-right: 9px;
	float: left;
}
.u-right,.t-right1{
	height: 140px;
	width: 240px;
	float: left;
	}
/*右縦バナー*/

#length-bnr {
	width: 100px;
	height:400px;
	position: fixed;
	right: 0px;
	top: 200px;
	float: right;
}
/*右縦バナー2つ*/

#length-bnr2 {
	width: 100px;
	height:820px;
	position: fixed;
	right: 0px;
	top: 80px;
	float: right;
}
.length-block {
	width: 100px;
	height:400px;
	margin-bottom: 10px;
}
/*あいさつ文*/
.greetings{
	width: 726px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
