/* CSS Document */


body
    {background-color: #ffffff;
	margin: 0px;
	 padding: 0px;
}

a:link{color: #be6225;}


a:visited
    {color: #be6225;
	 text-decoration: none;
}
a:hover
    {color: #be6225;
	 text-decoration: underline;
}
a:active
    {color: #be6225;
	 text-decoration: none;
}

*{margin:0pxpadding:0px;}

h1{margin:0px; padding:0px;}


div#container
{width:986px;
height:auto;
margin-left:auto;
margin-right:auto;
background-image:url(/images/main_bg.gif);
background-repeat:repeat-y;
font-size: 12px;
	 color: #333333;
	 line-height: 150%;
}

#containerInner {
width: 98%;
padding-left:11px;
padding-right:11px;
}

/* --- ヘッダ --- */
#header {
background-color: #ffffff; /* ヘッダの背景色 */
}

#br{
background-image:url(/images/br.gif);
background-repeat:repeat-x;
height:10px;
margin-top:5px;
margin-bottom:5px;
width:98%;
margin-left:auto;
margin-right:auto;
}

#main
{width:98%;
height:auto;
margin-bottom:11px;
}

/* --- メインカラム --- */
#content {
float: left;
width: 540px; /* メインカラムの幅 */
margin-left:20px;
}

#search {
background-image:url(/images/search.gif);
background-repeat:no-repeat;
width:540px;
height:30px;
}


/* --- ナビゲーション --- */
#nav {
float: left;
width: 180px; /* サイドバー1の幅 */
}

#new_btn {
margin-left:11px;
margin-top:11px;
}

#user_menu {
	width: 184px;
	height: 166px;
	background-image: url(/images/user_menu.gif);
	background-repeat: no-repeat;
	margin-left: 11px;
	margin-top: 11px;
}

#update_blog {
width:184px;
height:273px;
background-image:url(/images/update_btn.gif);
background-repeat:no-repeat;
margin-left:11px;
margin-top:11px;}

#new_blog ul {
	list-style-image: url(/img/new.gif);

}

#category {
width:184px;
height:184px;
background-image:url(/images/category.gif);
background-repeat:no-repeat;
margin-left:11px;
margin-top:11px;}

/* --- サブナビゲーション --- */
#aside {
float: left;
width: 207px; /* サイドバー2の幅 */
margin-left:9px;
}

.pr {
background-image:url(/images/pr.gif);
background-repeat:no-repeat;
width:207px;
height:197px;
margin-top:11px;
}


#new_blog{
background-image:url(/images/newalive.gif);
background-repeat:no-repeat;
width:207px;
height:250px;
margin-top:11px;
}

.mobi{
background-image:url(/images/mobi.gif);
background-repeat:no-repeat;
width:207px;
height:197px;
margin-top:11px;
}

/* --- フッタ --- */
#footer {
clear: left; /* フロートのクリア */
width: 98%;
background-color: #F094B4; /* フッタの背景色 */
margin-left:1px;
margin-right:1px;
margin-top:20px;
height:100px;
color:#FFFFFF;
text-align:center;
}
