/* CSS Document */
body{
	padding:0; 
	margin:0; 
	background:#fff; 
	color:#333333; 
	font-size:12px;
	text-align:center;
}

div, p, ul, h1, h2, h3, h4, img{
	padding:0; 
	margin:0;
}

ul{
	list-style-type:none;
}

.clear {
	clear: both; 
	margin: 0; 
	height:0;
}

p a{
	color:#0000FF; 
	text-decoration:underline;
}

p a:hover{ 
	text-decoration:none;
}

#container{
	width:775px; 
	margin:0 auto; 
	border:#bfbfbf 1px solid;
}

/* ヘッダー */

#header{
	width:674px; 
	height:202px; 
	margin:0 auto; 
	position:relative; 
	background:url(http://eenie-meenie.com/images/b_header.jpg) 0 0 no-repeat;
	clear:both;
	text-align:left;
}
#logo{
	position:absolute; 
	top:70px; 
	left:20px;
}

#logo h1{
	color:#B03060;
	font-size:18px;
	font-weight:bold;
}
#logo h1 a {
	color:#B03060;
	text-decoration:none;
}

#logo h2 {
	color:#B03060;
	font-size:12px;
	padding:0; 
	margin:5px 0 0 0; 
}

/* コンテンツエリア */

#content{
	width:674px; 
	margin:0 auto; 
	position:relative; 
	padding:0 ; 
	clear:both; 
	margin-bottom:15px;
	text-align:left;
}

/* サイドバー */
#leftPan{
	width:220px; 
	margin:0 29px 0 0; 
	float:left; 
	display:inline;
}

/* コンテンツエリア */
#rightPan{
	width:425px; 
	float:left;
}

/*サイドバーカテゴリー表示 */
#spotlight{
	width:220px; 
	background:#eff3f4 url(http://eenie-meenie.com/images/b_spotlight.jpg) 0 0 no-repeat;  
	padding-bottom:16px; 
	margin-bottom:20px;
}

#spotlight h3{
	line-height:30px; 
	margin:0 0 10px 5px;
	padding:5px 5px 5px 10px;
	font-size:14px;
}

#spotlight ul {
	width:190px; 
	margin-left:12px; 
	display: block;
}

#spotlight ul li{
	background:url(http://eenie-meenie.com/images/bullet1.gif) 9px 7px no-repeat; 
	padding-left:30px; 
	height:19px; 
	padding-top:5px; 
	padding-bottom:5px;
	border-bottom:#9c9b96 1px dotted;
}

#spotlight ul li a{
	color:#433e33; 
	text-decoration:none;
}
#spotlight ul li a:hover{
	color:#433e33; 
	text-decoration:underline;
}

/*サイドバーフリーエリア */
#contactInfo{
	width:220px; 
}
#contactInfo h3{
	line-height:30px; 
	border-left:5px solid #B03060;
	border-bottom:1px solid #B03060;
	margin-bottom:10px;
	font-size:14px;
	padding-left:5px;
}

#contactInfo p {
	margin:0 8px 0 8px;
	padding-top:5px;
}

#contactInfo ul {
	margin:10px 0 20px 20px;
}
#contactInfo ul li{
	background:url(http://eenie-meenie.com/images/arrow1.gif) 0 7px no-repeat; 
	padding-left:14px; 
}

/*トップページサイトへようこそエリア */
#welcome{
	margin:0 0 17px 0;
}

#welcome h3{
	background:url(http://eenie-meenie.com/images/title_bg.jpg) top left repeat-x; 
	margin:0 0 10px 0;
	padding:5px;
	line-height:30px;
	font-size:14px;
}

#welcome h4{
	line-height:30px; 
	margin:20px 0;
	border-left:5px solid #B03060;
	border-bottom:1px solid #B03060;
	font-size:14px;
	padding-left:10px;
}

#welcome .clear{
	height:12px;
}

#welcome ul.btnMore{
	margin-left:295px;
}

#welcome ul {
	margin-left:20px;
}
#welcome ul li{
	background:url(http://eenie-meenie.com/images/arrow1.gif) 0 7px no-repeat; 
	padding-left:14px; 

}
#welcome ul li a{
	text-decoration:underline;
}
#welcome ul li a:hover{
	text-decoration:none;
}

#welcome ul.btnMore{
	width:70px; 
	height:16px; 
	background:url(http://eenie-meenie.com/images/b_btn.gif) 0 0 no-repeat;
	float:right;
}
#welcome ul.btnMore li{
	font:10px/14px Tahoma, sans-serif;
	background:url(http://eenie-meenie.com/images/arrow_btn.gif) 5px 3px no-repeat; 
	padding-left:17px;
}
#welcome ul.btnMore li a{
	color:#686868; 
	text-decoration:none;
}
#welcome ul .btnMore li a:hover{
	color:#686868; 
	text-decoration:underline;
}

/* 画像のレイアウト */

#welcome img{
	border:none;
}

.imgleft {
	float: left;
	margin-right: 10px;
	vertical-align:top;
}

* html rightPan p.imgleft {
	margin:15px 10px 10px 8px;
}
.imgright {
	float: right;
	margin-left: 3px;
	vertical-align:top;
}
.imgborder {
	border:1px solid #cccccc;
}

.category {
	font-size: 10px;
	text-align:right;
	border-bottom: dotted 1px #999999;
	margin-bottom:20px;
	padding:3px;
}

/* 共通設定 */
/*パンくず*/
.bread {
	margin: 10px 0　10px 10px;
	padding: 0;
}

p {
	margin:10px 5px;
}
p.titles {
	margin:0px 10px 0 17px;
}

p.titles a {
        font-weight:bold;
}

p,li {   
    line-height:1.5;   
}

/* hr */

hr {
	display:none;
	}

div.line {
	height:15px;
	margin-bottom:0;
	background: url(http://eenie-meenie.com/images/title_line.jpg);
	clear:both;
}


.table1 {
	width:99%;
	background: #B7AB99;
	border:solid 10px #B7AB99;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	padding: 15px;
	}
.sr30 {
	width:30%;
	font-size:12px;
	background: #993300;
	border-right: 1px solid #B7AB99;
	border-bottom: 1px solid #B7AB99;
	padding:10px;
	color: #EEEEEE;
	text-align:right;
	}
.sr70 {
	width:70%;
	font-size:12px;
	background: #F5F0E7;
	border-right: 1px solid #B7AB99;
	border-bottom: 1px solid #B7AB99;
	padding:10px;
	color: #993300;
	}
.sr100 {
	width:100%;
	font-size:16px;
	background: #B7AB99;
	padding:0 0 5px 5px;
	color: #FFFFFF;
	font-weight:bold;
	}

/* フッター */

#footer{
	height:59px; 
	background:url(http://eenie-meenie.com/images/b_footer.gif) 0 0 repeat-x; 
	clear:both; 
	width:775px; 
	margin:0 auto;
}

#footer p{
	padding:0;
	margin:0;
	font-weight:normal; 
	text-align:center; 
	color:#848484;
}

#footer p a{
	font-weight:normal; 
	color:#848484; 
	text-decoration:none; 
	padding: 0 5px;
}

#footer p a:hover{
	text-decoration:none; 
	background:#848484; 
	color:#fff;
}

#footmenu {
	text-align:center;
	margin: 0 0 0 10px;
	padding:15px 0 0 0;
	}

#footmenu ul {
	padding:0 5px 0 0;
	margin : 0;
}
#footmenu ul li {
	display:inline;
	padding: 0 5px 0 20px;
	margin : 0;
	list-style : none;
	background-image: url(http://eenie-meenie.com/images/lines_footnav.jpg);
	background-repeat: no-repeat;
	background-position: 0.3em 0.2em;
}
#footmenu li.line {
	padding: 0 0 0 20px;
	margin : 0;
	list-style : none;
	background-image:none;
}

#footmenu ul li a {
	color: #666666;
	text-decoration:none;
}

#footmenu ul li a:hover{
	text-decoration:underline;
}
   
