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

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

    じゃガ～ル - local
	URL: http://www.ja-girl.com/
	Date: 2008-03-26
	Copyright (C) じゃガ～ル All Rights Reserved.

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


body#local{
     margin-left:0;
	 margin-top:0;
	background-color:#FFEAB8;
	font-size: 11px;
	line-height: 16px;
	color:#000000;
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
	text-align:center;
}

body#local div.main{width:100%;}


/* ヘッダー
-----------------------------------------------------------------------------------*/

body#local #header{
	border-top-style:double;
	border-top-width:10px;
	border-top-color:#E03911;
	
 }
 
body#local #header div#main{
	width:100%;
	height:83px;
	text-align:left;
 }
 
 
body#local #header h1#logo{
	float:left;
	padding-left:18px;
	padding-top:25px;
}
 
body#local #header ul{
	list-style-type:none;
	padding-top:23px;
	padding-left:18px;
	float:left;
 }
body#local #header li{ float:left;margin-left:10px;
	margin-top:3px;}
	
body#local #header dt{height:0;
width:0;
position:absolute;
overflow:hidden;
}



/* レフト
-----------------------------------------------------------------------------------*/

body#local div#left{
	width:180px;
	text-align:left;
	float: left;
	padding: 123px 0px 0px 0px;
	background-image: url(../img/local/jman.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

body#local div#left dt{
height:0;
width:0;
position:absolute;
overflow:hidden;
}

body#local div#left div.left_menu{
	width:180px;
	height:230px;
	background-image:url(../img/home/left_menu.gif);
	margin-bottom: 10px;
}

body#local div#left div.left_menu ul{
	padding-left:8px;
	padding-right:8px;
	padding-top:30px;
	list-style-type:none;
}
body#local div#left div.left_menu li{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:17px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	background-image:url(../img/home/list.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

body#local div#left ul{
	list-style-type:none;
}

body#local div#left img{margin-bottom:5px;}


/* ライト
-----------------------------------------------------------------------------------*/

body#local #right{
	width:710px;
	text-align:left;
	float: right;
	padding-top: 15px;
}






/* フッター
-----------------------------------------------------------------------------------*/

body#local #footer{
	width:100%;
	text-align:right;
	clear: both;
	margin-top:10px;
	height:30px;
	background-image:url(../img/home/bottom_bar.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

body#local #footer address{
font-family:
		Arial,
		Helvetica,
		sans-serif;
		font-style:normal;
}

