/* CSS Document */

/**********************************************************************
* Base 
**********************************************************************/

/*html,body,div,h1,h2,h3,h4,p,fieldset,a,br,form,hr,input {margin: 0; padding: 0;}*/
html,body,h1,h2,h3,h4,p,fieldset,form,input {margin: 0; padding: 0;}
/*img { margin: 0; padding: 0; border: none; }*/
img { border: none; }

body {
	font-family            : verdana,"Osaka", Helvetica, arial, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐ ゴシック", sans-serif;
	font-size              : 80%;
	line-height            : 130%;
	color                  : #333333;
	margin                 : 0px 0px 10px 0px;
	background-color       : #ffffff;
}

strong { font-size : 100%; color : #cc0000;}


.clear {
text-align           : right;
clear                : both;
margin               : 10px 0px 0px 0px;
padding              : 0px;
}

h2 { line-height : 140%;}

h3 {
	font-weight            : bold;
	font-size              : 110%;
	color                  : #009900;
	padding                : 7px;
	margin-bottom          : 10px;
	border-bottom          : 1px solid #333;
	border-left            : 5px solid #333;
	text-align		: center;
}

.aka { font-size : 100%; color : #ff0000;}

.tuki { font-size : 120%; color : #dd0000;}

/*  線  */
hr {
	border		: 0px; 
	border-top	: 1px dotted #bbb;
	margin		: 0px 0px 0px 0px;
	height: 	1px;
}



/**********************************************************************
* Link 
**********************************************************************/
/*
a:link{
	text-decoration        : underline;
	color:#009900;
}

a:visited{
	text-decoration        : underline;
	color:#cc6600;
}

a:hover{
	text-decoration        : underline;
	color:#006600;
}

a:active{
	text-decoration        : underline;
	color:#FFFFFF;
}
*/
a:link{
text-decoration      :underline;
color:#990000;
}

a:visited{
text-decoration      :underline;
color:#664100;
}

a:hover{
text-decoration      :none;
}

a:active{
text-decoration      :none;
}



/**********************************************************************
* ページ移動
**********************************************************************/

.uturundesu {
	padding: 10px;
/*	margin: 3px;*/
	font-size:13px;
	background-color	: #fff;
}

.uturundesu a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	text-decoration: none; /* no underline */
	color: #036CB4;
}

.uturundesu a:hover,
.uturundesu a:active {
	border: 1px solid #999;
	color: #666;
}
.uturundesu .uturu_current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #036CB4;
	font-weight: bold;
	background-color: #036CB4;
	color: #FFF;
}
.uturundesu .uturu_disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

/* 新着情報 */
td.enew {
	font-size              : 100%;
	line-height            : 130%;
}

/**********************************************************************
* Site Design 
**********************************************************************/

/*  メイン大枠  */
.container {
width                	: 900px;
margin               	: 0px auto 0px;
padding              	: 0px;
/*border			: 1px dotted #c00;*/
}

.container img { border:0px;}

/* ---------------------------- */
/*  ヘッダー枠  */
/* ---------------------------- */
#header-top{
width                : 900px;
margin               : 0px auto;
padding              : 0px;
clear                : both;
}

/*  ヘッダー内 左部分  */
#header-left{
float                : left;
width                : 400px;
padding              : 0px;
}

/*  ヘッダー内 右部分  */
#header-right {
width                : 500px;
float                : right;
padding              : 0px;
}

/*  ヘッダー内 右部分内　上段  */
#header-right-1 {
padding              : 3px 10px 3px 5px;
background-color     : #999999;
color:#fff;
text-align           : right;
}

#header-right-1 a:link{
	text-decoration        : none;
	color:#fff;
}

#header-right-1 a:visited{
	text-decoration        : none;
	color:#eee;
}

#header-right-1 a:hover{
	text-decoration        : none;
	color:#c00;
}

#header-right-1 a:active{
	text-decoration        : underline;
	color:#FFFFFF;
}

/*  ヘッダー内 右部分内　中段  */
#header-right-2 {
padding              : 4px;
font-size            : 85%;
font-weight          : normal;
}

#header-main-bar{
width                : 900px;
height               : 47px;
margin               : 0px auto;
padding-top          : 8px;
padding-bottom       : 0px;
/*margin-bottom:15px;*/
background-color     : #111111;
clear                : both;
}

.header-menu {
width                : 900px;
height               : 47px;
margin               : 0px auto 0px;
background-color     : #3c3c3c;
clear                : both;
}

.header-bottom {	/* Your comfortable life */
width                : 900px;
height               : 17px;
margin               : 0px auto 0px;
background-color     : #5d5d5d;
clear                : both;
}

/* ---------------------------- */
/*  メニュー  */
/* ---------------------------- */
#menu {
/*	background: #3c3c3c url(../img/menu_bg.gif) no-repeat;*/
	background: #3c3c3c;
	font-size: 100%;
	height: 40px;
}

#menu ul {
margin               : 0px;
padding              : 0px;
}

#menu li {
/*	background: url(../img/menu_bg_line.gif) no-repeat right;*/
	float: left;
	list-style: none;
	height: 40px;
margin               : 0px;
padding              : 0px;
}

#menu li a {
	color: #fff;
	text-decoration: none;
/*	font-size: 13px;*/
	display: block;
/*	width: 8em;*/
	width: 90px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 40px;
}

#menu li a:hover {
	background: url(../img/menu_bg_over.gif);
/*	background: #352000;*/
	color: #FFFFFF;
}

/* ---------------------------- */
/*  メイン土地枠  */
/* ---------------------------- */
#main-tochi-title{
width                : 900px;
height               : 50px;
background-image     : url(../img/main-tochi.gif);
background-repeat    : no-repeat;
margin               : 14px auto 0px;
color                : #cc0000;
/*border 		     : 1px dotted #f00;*/
clear                : both;
}

#main-tochi{
float                : left;
width                : 900px;
height               : 455px;
margin               : 10px auto 5px;
/*border 		     : 1px dotted #900;*/
clear                : both;
}

#main-tochi-map{
float                : left;
width                : 780px;
height               : 455px;
margin               : 0px;
/*border 		     : 1px dotted #900;*/
}

#main-tochi-bun{
float                : left;
width                : 120px;
height               : 455px;
margin               : 0px;
/*background: #352000;*/
/*border 		     : 1px dotted #090;*/
}

/* ---------------------------- */
/*  メインFlash枠  */
/* ---------------------------- */
#main-flash{
width                : 900px;
height               : 415px;
margin               : 4px auto 4px;
padding              : 0px;
clear                : both;
}

#main-flash-l{
float                : left;
width                : 635px;
height               : 415px;
margin               : 0px;
padding              : 0px;
background-color     : #ddd;
}

#main-flash-r1{
float                : right;
width                : 260px;
height               : 205px;
margin               : 0px 0px 0px 5px;
padding              : 0px;
background-color     : #eee;
}

#main-flash-r2{
float                : right;
width                : 260px;
height               : 205px;
margin               : 5px 0px 0px 5px;
padding              : 0px;
background-color     : #eee;
}

/* ---------------------------- */
/*  メイン s bar  */
/* ---------------------------- */
#main-s-bar{
width                : 900px;
height               : 19px;
margin               : 0px auto 0px;
padding-top          : 0px;
padding-bottom       : 8px;
background-color     : #111;
clear                : both;
}

/* ---------------------------- */
/*  メイン middle  */
/* ---------------------------- */
#main-middle{
/*position	: absolute;*/
width           : 900px;
padding              : 0px;
/*background-image     : url(../img/main-middle.gif);*/
margin-bottom        : 0px;
background-repeat    : no-repeat;
/*background-color     : #eee;*/
/*border : 1px dotted #999;*/
}

#main-middle-jishin{
float		: left;
width           : 900px;
margin		: 0px 0px 0px 0px;
padding         : 0px;
text-align	: center;
}


.main-middle-bannerL{
float		: left;
width           : 450px;
height          : 120px;
padding		: 0px;
margin		: 10px 0px 0px 0px;
}

.main-middle-bannerR{
float		: right;
width           : 450px;
height          : 120px;
padding		: 0px;
margin		: 10px 0px 0px 0px;
}

.main-middle-bannerL2{
float		: left;
font-size       : 110%;
line-height     : 140%;
color		: #3366CC;
width           : 450px;
/*height          : 211px;*/
height          : 225px;
padding		: 0px;
margin		: 10px 0px 0px 0px;
text-align	: center;
}

.main-middle-bannerR2{
float		: right;
font-size       : 110%;
line-height     : 140%;
color		: #3366CC;
width           : 450px;
height          : 225px;
padding		: 0px;
margin		: 10px 0px 0px 0px;
text-align	: center;
}

.main-middle-bannerL3{
float		: left;
font-size       : 110%;
line-height     : 140%;
color		: #3366CC;
width           : 450px;
/*height          : 211px;*/
height          : 146px;
padding		: 0px;
margin		: 10px 0px 0px 0px;
text-align	: center;
}

.main-middle-bannerR3{
float		: right;
font-size       : 110%;
line-height     : 140%;
color		: #3366CC;
width           : 450px;
height          : 146px;
padding		: 0px;
margin		: 10px 0px 0px 0px;
text-align	: center;
}

.main-middle-sub{	/* 合計で高さ35px */
height : 25px;
color : #6E4A32;
font-weight: bold;
padding : 10px 0px 0px 240px;
margin-bottom        : 10px;
/*border : 1px dotted #0c0;*/
}

.main-middle-CM {	/* 広告 */
float		: left;
width 		: 240px;
height 		: 300px;
margin          : 0px 0px 0px 0px;
padding 	: 0px 0px 0px 0px;
border : 1px dotted #c00;
text-align	: left;
}

.main-middle-FLASH {	/* Flash */
float		: right;
width 		: 640px;
height 		: 400px;
margin          : 0px;
padding 	: 0px 0px 0px 0px;
/*border : 1px dotted #c00;*/
text-align	: left;
}

/* ---------------------------- */
/*	上部広告スペース	*/
/* ---------------------------- */

.main-middle-10-1005-GA {	/* 10-1005-gallery */
float		: right;
/*font-size       : 120%;
font-weight	: bold;
line-height     : 120%;*/
width 		: 270px;
height 		: 380px;
margin          : 0px 0px 0px 0px;
padding 	: 0px 0px 0px 0px;
/*border : 1px solid #ddd;*/
text-align	: center;
}

.main-middle-10-1005-GA2 {	/* 10-1005-gallery */
float		: left;
/*width 		: 260px;*/
/*width 		: 520px;*/
width 		: 900px;
/*height 		: 380px;*/
margin          : 0px 0px 0px 0px;
padding 	: 0px 0px 0px 0px;
/*border : 1px solid #ddd;*/
text-align	: center;
}

.main-middle-10-0622 {	/* 広告 */
float		: left;
width 		: 350px;
height 		: 240px;
margin          : 0px 0px 0px 0px;
padding 	: 0px 0px 0px 0px;
/*border : 1px solid #ddd;*/
text-align	: center;
}

.main-middle-0904 {	/* 広告 */
float		: left;
width 		: 610px;
height 		: 380px;
font-size       : 110%;
line-height     : 140%;
margin          : 0px 0px 0px 0px;
padding 	: 0px 0px 0px 0px;
/*border : 1px dotted #c00;*/
text-align	: center;
}

.main-middle-0426 {	/* 広告 */
float		: left;
/*width 		: 560px;*/
width 		: 360px;
height 		: 380px;
font-size       : 110%;
line-height     : 140%;
margin          : 0px 0px 0px 0px;
padding 	: 0px 0px 0px 0px;
/*border : 1px dotted #c00;*/
text-align	: center;
}

.main-middle-0520 {	/* ハガキ */
float		: left;
width 		: 520px;
height 		: 380px;
font-size       : 110%;
line-height     : 140%;
margin          : 0px 0px 0px 0px;
padding 	: 0px 0px 0px 0px;
/*border : 1px dotted #c00;*/
text-align	: center;
}

.main-middle-0904-ca {	/* キャンペーン */
float		: left;
font-size       : 120%;
line-height     : 140%;
width 		: 150px;
height 		: 240px;
margin          : 0px 0px 0px 10px;
padding 	: 0px 0px 0px 0px;
/*background-color       : #900;*/
/*border : 1px dotted #0c0;*/
text-align	: center;
}

.main-middle-0904-01 {	/* 販売中 */
float		: left;
background-image     : url(../img_head/b-bukken.jpg);
background-repeat    : no-repeat;
color		: #6E4A32;
font-size       : 120%;
font-weight	: bold;
line-height     : 120%;
width 		: 260px;
height 		: 230px;
margin          : 0px 0px 0px 10px;
padding 	: 10px 0px 0px 0px;
border : 1px solid #ddd;
text-align	: center;
}

.main-middle-0904-01-f {	/* 販売中 */
float		: left;
background-image     : url(../img_head/b-bukken.gif);
background-repeat    : no-repeat;
color		: #6E4A32;
font-size       : 120%;
font-weight	: bold;
line-height     : 120%;
width 		: 260px;
height 		: 230px;
margin          : 0px 0px 0px 10px;
padding 	: 10px 0px 0px 0px;
border : 1px solid #ddd;
text-align	: center;
}

.main-middle-0904-02 {	/* model */
float		: left;
color		: #6E4A32;
font-weight	: bold;
line-height     : 120%;
width 		: 230px;
height 		: 200px;
margin          : 10px 10px 0px 0px;
padding 	: 0px 0px 0px 0px;
/*border : 1px dotted #c00;*/
text-align	: center;
}

.main-middle-1119-map {	/* map */
float		: left;
font-size       : 120%;
font-weight	: bold;
width 		: 230px;
height 		: 180px;
margin          : 15px 10px 0px 0px;
padding 	: 0px 0px 0px 0px;
text-align	: center;
}

.main-middle-1228-CM {	/* CM */
float		: left;
font-size       : 120%;
font-weight	: bold;
width 		: 230px;
height 		: 180px;
margin          : 15px 10px 0px 0px;
padding 	: 0px 0px 0px 0px;
text-align	: center;
}

/* ---------------------------- */
/*    中部モデル・ギャラリー	*/
/* ---------------------------- */

.main-middle-left {	/* model */
float		: left;
font-size       : 120%;
font-weight	: bold;
width 		: 230px;
height 		: 180px;
background-image     : url(../img_head/gallery/01-DSCF8393-meikeminami.jpg);
background-repeat    : no-repeat;
margin          : 15px 10px 0px 0px;
padding 	: 0px 0px 0px 0px;
/*border : 1px dotted #c00;*/
text-align	: center;
}

.main-middle-center {	/* model */
float		: left;
font-size       : 120%;
font-weight	: bold;
width 		: 230px;
height 		: 180px;
background-image     : url(../img_head/gallery/04-DSCF7731-teraji.jpg);
background-repeat    : no-repeat;
margin          : 15px 10px 0px 0px;
padding 	: 0px 0px 0px 0px;
/*border : 1px dotted #c00;*/
text-align	: center;
}

.main-middle-right {	/* model */
float		: left;
font-size       : 120%;
font-weight	: bold;
width 		: 230px;
height 		: 180px;
background-image     : url(../img_head/gallery/00-DSCF5107-nishikawa.jpg);
background-repeat    : no-repeat;
margin          : 15px 10px 0px 0px;
padding 	: 0px 0px 0px 0px;
/*border : 1px dotted #c00;*/
text-align	: center;
}


.main-middle-0904-02-title {	/* model */
float		: left;
color		: #6E4A32;
font-weight	: bold;
line-height     : 120%;
width 		: 150px;
height 		: 180px;
margin          : 15px 20px 0px 0px;
padding 	: 0px 0px 0px 0px;
/*border : 1px dotted #c00;*/
text-align	: center;
}



.main-middle-box{	/* イチオシ物件 */
float		: left;
color		: #6E4A32;
font-weight	: bold;
line-height     : 150%;
width 		: 200px;
height 		: 200px;
margin          : 0px 0px 0px 10px;
padding 	: 0px 0px 0px 0px;
/*border : 1px dotted #c00;*/
text-align	: center;
}

.main-middle-box-n {	/* イチオシ物件 */
float		: left;
color		: #6E4A32;
font-weight	: bold;
line-height     : 150%;
width 		: 160px;
height 		: 200px;
margin          : 0px 0px 0px 10px;
padding 	: 0px 0px 0px 0px;
/*border : 1px dotted #ccc;*/
text-align	: center;
}

.main-middle-box-model {	/* イチオシ物件 */
float		: left;
color		: #6E4A32;
font-weight	: bold;
line-height     : 120%;
width 		: 190px;
height 		: 205px;
margin          : 0px 0px 0px 10px;
padding 	: 0px 0px 0px 0px;
border : 1px dotted #00c;
text-align	: center;
}

.main-middle-box-img {	/* イチオシ物件 */
float		: left;
color		: #6E4A32;
font-weight	: bold;
line-height     : 150%;
width 		: 260px;
height 		: 205px;
margin          : 0px 0px 0px 10px;
padding 	: 0px 0px 0px 0px;
/*border : 1px dotted #0c0;*/
text-align	: center;
}

/* ---------------------------- */
/*  メイン bottom  */
/* ---------------------------- */
#main-bottom {
width                	: 900px;
margin-top		: 20px;
margin-bottom		: 20px;
/*border : 1px dotted #ccc;*/
}

/* ----------------------------- */
/* メイン left (メイン bottom内) */
/* ----------------------------- */
#main-left {
float                	: left;
width                	: 590px;
padding              	: 0px;
/*background-color: #eee;*/
}

#main-left-sub{
text-align:right;
margin-bottom:5px;
padding-top : 2px;
}

/* 最新情報 */
#main-left-update{
line-height          : 150%;
padding              : 26px 5px 0px 0px;
background-image     : url(../img/main-left-update.gif);
margin-bottom        : 10px;
background-repeat    : no-repeat;
}

/* 販売中物件 */
#main-left-bukken{
padding              : 0px 5px 0px 6px;
background-image     : url(../img/main-left-bukken.gif);
margin-bottom        : 10px;
background-repeat    : no-repeat;
}

/* 販売中物件（土地）用 */
#main-left-tochi{
padding              : 0px 5px 0px 6px;
background-image     : url(../img/main-left-tochi.gif);
margin-bottom        : 10px;
background-repeat    : no-repeat;
}

/* 広告物件 */
#main-left-new{
padding              : 15px 10px 10px 0px;
background-image     : url(../img/main-left-new.gif);
margin-bottom        : 10px;
background-repeat    : no-repeat;
/*border-bottom        : 1px solid #4E7ECA;*/
}

/* ブログ */
#main-left-blog{
line-height          : 150%;
padding              : 15px 10px 10px 0px;
background-image     : url(../img/main-left-blog.gif);
margin-bottom        : 10px;
background-repeat    : no-repeat;
/*border-bottom        : 1px solid #4E7ECA;*/
}

/* ----------------------------- */
/* メイン right (メイン bottom内) */
/* ----------------------------- */
#main-right {
float                	: right;
width                	: 295px;
margin-left		: 15px;
/*border 		: 1px dotted #999;*/
}

/* ブログ */
#main-right-blog{
line-height          : 150%;
padding              : 15px 10px 10px 0px;
background-image     : url(../img/main-left-blog.gif);
margin-bottom        : 10px;
background-repeat    : no-repeat;
/*border-bottom        : 1px solid #4E7ECA;*/
}


/* ---------------------------- */
/*  フッター  */
/* ---------------------------- */
/*  フッター枠  */
#footer-top{
width                : 800px;
margin               : 0px auto;
padding              : 0px;
}

/*  フッター 1段目  */
#footer-top-1{
width                : 780px;
height               : 80px;
margin               : 0px auto;
padding              : 10px;
border-top           : 1px dotted #aaaaaa;
border-bottom        : 1px dotted #aaaaaa;
}

/*  フッター 1段目内左  */
#footer-top-1-left{
width                : 390px;
margin               : 0px auto;
padding              : 0px;
float                : left;
}

/*  フッター 1段目内右  */
#footer-top-1-right{
width                : 379px;
margin               : 0px auto;
padding              : 0px 0px 0px 10px;
float                : right;
border-left          : 1px dotted #aaaaaa;
}

/*  フッター 2段目  */
#footer-top-2{
padding              : 5px;
text-align           : center;
}


/*  コピーライト  */
#copyright{
color                : #777777;
margin               : 0 auto;
padding              : 5px;
text-align           : center;
}


/* ------------------------------------------------- */

#main-center {
/*position		: relative;*/
/*float                	: left;*/
float                	: center;
width                	: 880px;
background-color	: #fff;
margin			: 10px auto 10px;
border			: 1px dotted #00c;
}

#main-menu {
position		: relative;
float                	: center;
width                	: 800px;
background-color	: #ddd;
margin               	: 20px auto 0px;
padding			: 5px;
border			: 1px dotted #ccc;
text-align		: center;
}

#main-c0 {
position		: relative;
float                	: center;
width                	: 800px;
background-color	: #fff;
margin               	: 20px auto 0px;
padding			: 5px;
border			: 1px dotted #ccc;
}

#main-c1 {
position		: relative;
float                	: center;
width                	: 800px;
background-color	: #eee;
margin               	: 0px auto 0px;
padding			: 5px;
}

#main-c2 {
position		: relative;
float                	: left;
width                	: 385px;
/*height                	: 120px;*/
margin               	: 20px 0px 0px 35px;
padding			: 5px;
background-color	: #eee;
text-align		: center;
}

#main-c3 {
position		: relative;
float                	: left;
width                	: 385px;
/*height                	: 120px;*/
margin               	: 20px 0px 0px 20px;
padding			: 5px;
background-color	: #eee;
text-align		: left;
}

#main-c4 {
position		: relative;
float                	: center;
width                	: 800px;
background-color	: #eee;
margin               	: 20px auto 0px;
padding			: 5px;
}

#main-c5 {
position		: relative;
float                	: center;
width                	: 800px;
background-color	: #eee;
margin               	: 20px auto 0px;
padding			: 5px;
text-align		: left;
}

/* ------------------------------------------------- */

.bukken {
	position	: relative;
	float          	: left;
/*	width 		: 150px;
	height 		: 130px;*/
	width 		: 220px;
	height 		: 180px;
	background-color: #fff;
	margin 		: 5px;
	padding 	: 10px 0px 5px 0px;
	border 		: 1px dotted #aaa;
	text-align 	: center;
}

.bukken_all {
	position	: relative;
	float          	: left;
	width 		: 250px;
	height 		: 280px;
	background-color: #fff;
	margin 		: 5px;
	padding 	: 10px 0px 5px 0px;
	border 		: 1px dotted #aaa;
	text-align 	: center;
}

.gallery {
	position	: relative;
	float          	: left;
	width 		: 175px;
	height 		: 180px;
	background-color: #fff;
	margin 		: 5px;
	padding 	: 5px;
	border 		: 1px dotted #aaa;
	text-align 	: center;
}

.search {
	position	: relative;
	float          	: left;
	width 		: 375px;
/*	height 		: 130px;*/
	background-color: #fff;
	margin 		: 5px;
	padding 	: 5px;
	border 		: 1px dotted #aaa;
	text-align 	: left;
}

.se {
	position	: relative;
	float          	: left;
	width 		: 110px;
/*	height 		: 130px;*/
	background-color: #fff;
	margin 		: 5px;
	padding 	: 5px 0px 5px 0px;
	border 		: 1px dotted #aaa;
	text-align 	: left;
}

.title_bu {
	position	: relative;
	float          	: center;
	width 		: 235px;
	color		: #fff;
	background-color: #DB7093;
	margin 		: 0px 5px 10px 5px;
	padding 	: 2px;
	text-align 	: center;
}

.title_la {
	position	: relative;
	float          	: center;
	width 		: 235px;
	color		: #fff;
	background-color: #D2B48C;
	margin 		: 0px 5px 10px 5px;
	padding 	: 2px;
	text-align 	: center;
}

.title_ga {
	position	: relative;
	float          	: center;
	width 		: 235px;
	color		: #fff;
	background-color: #4169E1;
	margin 		: 0px 5px 10px 5px;
	padding 	: 2px;
	text-align 	: center;
}

/* -- 検索バー -------------------------------------- */

.se h4,li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.se ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.se li {
	font-size: 80%;
}

/* -- メニューバー -------------------------------------- */

ul.globalNavi {
	float : center;
	width : 810px;
	margin: 10px auto 0px;
/*	margin: 0;*/
	padding: 0;
	line-height: 1;
	background-color: #eee;
	list-style-type: none;
}

ul.globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	/* 固定幅設定 */
	width: 100px;
	text-align: center;
	font-size: 13px;
}

ul.globalNavi li a {
	border-right: 1px solid #666;
	padding: 9px 10px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

ul.globalNavi li a:hover {
	border-color: #ccc;
	color: #333;
	background-color: #ccc;
}

/* ------------------------------------------------- */

#main-sentence {
position		: relative;
float                	: center;
width                	: 700px;
margin               	: 20px auto 0px;
background-color	: #111111;
TEXT-ALIGN		: center;
}

#main-enter {
position		: relative;
float                	: center;
width                	: 700px;
margin               	: 15px auto 0px;
background-color	: #000000;
TEXT-ALIGN		: center;
}

#main-yahoo {
position		: relative;
float                	: center;
width                	: 700px;
margin               	: 20px auto 0px;
background-color	: #000000;
TEXT-ALIGN		: center;
}

#main-recruit {
position		: relative;
float                	: center;
width                	: 700px;
margin               	: 5px auto 0px;
background-color	: #000000;
TEXT-ALIGN		: center;
}

#main-new {
position		: relative;
float                	: center;
width                	: 600px;
margin               	: 5px auto 10px;
padding			: 10px;
background-color	: #000000;
border			: 1px dotted #666;
TEXT-ALIGN		: left;
}

#main-copyright {
position		: relative;
float                	: center;
width                	: 700px;
margin               	: 15px auto 0px;
background-color	: #111111;
TEXT-ALIGN		: center;
}

#main-link {
position		: relative;
float                	: center;
width                	: 700px;
margin               	: 15px auto 0px;
background-color	: #000000;
TEXT-ALIGN		: center;
}

#b-link {
position		: relative;
float                	: center;
width                	: 700px;
margin               	: 0px auto 0px;
background-color	: #000000;
TEXT-ALIGN		: center;
}

#b-link img {
border:0px;
margin:0px 8px 6px 8px;
padding:0px;
}

.r_img {
position	: relative;
/*float		: left;*/
width		: 110px;
height		: 110px;
text-align	: center;
/*background-color: #000000;*/
margin		: auto;
padding		: 0px;
}


.r_text {
position	: relative;
/*float		: left;*/
width		: 120px;
text-align	: center;
font-size	: 10px;
line-height	: 140%;
color		: #fff;
margin		: 35px 0px 0px 0px;
padding		: 0px;
}

.b_tiara {
width: 120px;
height: 200px;
margin:0px 0px 5px 0px;
padding:5px 0px 0px 0px;
background-image:url(../img/right-b/tiara.jpg);
background-repeat:no-repeat;
background-position    : center top;
}

.b_okusama {
width: 120px;
height: 200px;
margin:0px 0px 5px 0px;
padding:5px 0px 0px 0px;
background-image:url(../img/right-b/okusama.jpg);
background-repeat:no-repeat;
background-position    : center top;
}

.b_feri {
width: 120px;
height: 200px;
margin:0px 0px 5px 0px;
padding:5px 0px 0px 0px;
background-image:url(../img/right-b/feri.jpg);
background-repeat:no-repeat;
background-position    : center top;
}



.copyright {
	font-family            : "ＭＳ ゴシック", "Osaka−等幅";
	font-size              : 12px;
	color                  : #D5D5D5;
	text-decoration        : none;
}

a.footer{
	color                  : #D5D5D5;
	text-decoration        : none;
	font-size              : 12px;
}

a.footer:visited{
	color                  : #D5D5D5;
	text-decoration        : none;
	font-size              : 12px;
}

a.footer:hover{
	text-decoration        : underline;
	color                  : #FFFFFF;
	font-size              : 12px;
}

.tab {
	font-weight            : bold;
	font-size              : 16px;
	color                  : #FF6600;
	padding                : 7px;
	margin-bottom          : 10px;
	border-bottom          : 1px solid #333333;
	border-left            : 5px solid #333333;
}
		
.onlineTable {
	border-right-width     : 2px;
	border-bottom-width    : 2px;
	border-left-width      : 2px;
	border-top-style       : none;
	border-right-style     : solid;
	border-bottom-style    : solid;
	border-left-style      : solid;
	border-right-color     : #333333;
	border-bottom-color    : #333333;
	border-left-color      : #333333;
}

.onlineBg {
	background-image       : url(../index_file/top_online_bg.gif);
	background-repeat      : no-repeat;
	background-position    : top;
}

.otherTable {
	border-left-width      : 2px;
	border-top-style       : none;
	border-right-style     : none;
	border-bottom-style    : none;
	border-left-style      : solid;
	border-left-color      : #333333;
}

.corTable {
	border-top-width       : 1px;
	border-right-width     : 1px;
	border-bottom-width    : 1px;
	border-left-width      : 1px;
	border-top-style       : solid;
	border-right-style     : solid;
	border-bottom-style    : solid;
	border-left-style      : solid;
	border-top-color       : #555555;
	border-right-color     : #555555;
	border-bottom-color    : #555555;
	border-left-color      : #555555;
}

.otherBg {

	background-image       : url(../index_file/top_parts_04.gif);
	background-repeat      : no-repeat;
	background-position    : top;
}

.memtop_header {
	background-image       : url(../index_file/memtop_header.gif);
	background-repeat      : no-repeat;
}

.memName {
	font-size              : 12px;
	line-height            : 16px;
	color                  : #000000;
	letter-spacing         : 1px;
}




/**********************************************************************
* Other 
**********************************************************************/

.m1 {margin	                :1px;}
.m3 {margin	                :3px;}
.m5 {margin	                :5px;}
.m10 {margin			    :10px;}
.t1 {margin-top				:1px;}
.t3 {margin-top				:3px;}
.t5 {margin-top				:5px;}
.t10 {margin-top			:10px;}
.t15 {margin-top			:15px;}
.t20 {margin-top			:20px;}
.r1 {margin-right			:1px;}
.r3 {margin-right			:3px;}
.r5 {margin-right			:5px;}
.r10 {margin-right			:10px;}
.r15 {margin-right			:15px;}
.r20 {margin-right			:20px;}
.l1 {margin-left			:1px;}
.l3 {margin-left			:3px;}
.l5 {margin-left			:5px;}
.l10 {margin-left			:10px;}
.l15 {margin-left			:15px;}
.l20 {margin-left           :20px;}
.b1 {margin-bottom          :1px ;}
.b3 {margin-bottom          :3px ;}
.b5 {margin-bottom          :5px ;}
.b10 {margin-bottom         :10px;}
.b15 {margin-bottom         :15px;}
.b20 {margin-bottom         :20px;}
