@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------

    じゃガ～ル - Home Page
	URL: http://www.ja-girl.com/
	Date: 2008-03-19
	Copyright (C) じゃガ～ル All Rights Reserved.

-------------------------------------------------------------------------*/


body#home{
     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#home div.main{width:100%;}


/* ヘッダー
-----------------------------------------------------------------------------------*/

body#home #header{
	border-top-style:double;
	border-top-width:10px;
	border-top-color:#E03911;
	padding-bottom:300px;
	background:
url(../img/home/main.jpg) no-repeat left bottom;
 }
 
body#home #header div#main{
	width:100%;
	height:87px;
	text-align:left;
 }
 
 
body#home #header h1#logo{
	float:left;
	padding-left:18px;
	padding-top:18px;
}
 
body#home #header ul{
	list-style-type:none;
	padding-top:23px;
	padding-left:18px;
	float:left;
 }
body#home #header li{
 float:left;margin-left:10px;
	margin-top:3px;}
	
body#home #header dt{
height:0;
width:0;
position:absolute;
overflow:hidden;
}


/* ナビ
-----------------------------------------------------------------------------------*/

body#home div#nav{
margin-top:5px;
}

body#home div#nav dt{
height:0;
width:0;
position:absolute;
overflow:hidden;
}

body#home div#nav ul{
	list-style-type:none;
	float:left;
	padding:1px 0px 1px 0px;
}

body#home div#nav li{
float:left;

}





/* レフト
-----------------------------------------------------------------------------------*/

body#home div#left{
	width:180px;
	text-align:left;
	float: left;
	padding-top: 15px;
}

body#home div#left dt{
height:0;
width:0;
position:absolute;
overflow:hidden;
}

body#home div#left div.left_menu{
	width:180px;
	height:230px;
	background-image:url(../img/home/left_menu.gif);
	margin-bottom: 10px;
}

body#home div#left div.left_menu ul{
	padding-left:8px;
	padding-right:8px;
	padding-top:30px;
	list-style-type:none;
}
body#home 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#home div#left ul{
	list-style-type:none;
}

body#home div#left .mailmagazine{margin-top:5px;}


/* ライト
-----------------------------------------------------------------------------------*/

body#home #right{
	width:710px;
	text-align:left;
	float: right;
	padding-top: 15px;
}

body#home div.content{
	width:710px;
	height:150px;
}

body#home div.content_b{
	width:710px;
	height:80px;
}

body#home div.content_inner{
	width:100%;
	clear:both;
}

body#home .content_recomened{
	float:left;
	width:255px;
	height:140px;
	padding-right:10px;
}

body#home .content_blog{
    width:255px;
    height:80px;
	float:left;
	padding-right:10px;
}

body#home .content_banar{
	float:right;
	width:445px;
	height:80px;
}

body#home .news{
	float:right;
	width:445px;
	height:140px;
	background-image:url(../img/home/news.gif);
}

body#home .news dl{
	margin-top:50px;
	margin-left:45px;
}

body#home .news dl dd{
	margin:-1.5em 0 0em 6.5em;
}



body#home #address {
	background: #FFFDE3;
	width:710px;
	margin-top:10px;
	background-image: url(../img/home/address.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
body#home #address dl {
	text-align:left;
	height: 80px;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-left: 170px;
}

body#home #address img {
margin-right:20px;
float:left;
}

body#home #address ul {
list-style-type:none;
}


/* フッター
-----------------------------------------------------------------------------------*/

body#home #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#home #footer address{
font-family:
		Arial,
		Helvetica,
		sans-serif;
		font-style:normal;
}

