/*
Theme Name:		Comon bebe
Theme URI:		http://comonbebe.net/
Description:	Basic Theme for WordPress
Author:			Keiichi
*/


/* 全体のデザイン　*/

html {
	height: 100%;
	}

body {
	text-align: center;
	margin-top: 0px;
	color: #777777;
	font-size: 12px;
	font-family: "MS UI Gothic" ,"ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",verdana ,arial ,sans-serif;
	height: 100%;
	}

.clear {
	clear: both;
	margin: 0px;
	}
	
a {
	color: #3366aa;
	}


h4 {
	font-size: 12px;
	}

/* コンテナ部分のデザイン　*/


#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
	}

/* ヘッダー部分のデザイン　*/

#header {
	background-color: #ffffff;
	}

#header h1 {
	text-align: right;
	position: relative;
	margin-top: -5px;
	margin-right: 0px;
	font-size: 12px;
	}


#header img{
	border: none;
	float: left;
	background-color: #ffffff;
	}


.note {
	position: relative;
	margin-top: 10px;
	padding: 5px;
	text-align: right;
	background-color: #ffffff;
	float: right;
	}

.note ul {
	list-style-type: none;
	margin: 0px;
	}

.note li {
	display: inline;
	}

.note li a {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	text-decoration: none;
	color: #4e3527;
	font-size: 12px;
	float: left;
	}

.note li a:hover {
	color: #ff0000;
	}

.navigation  {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 10px;
	}
	
.navigation  a {
	color: #909090;
	}

.navigation  a:hover {
	color: #ff0000;
	}

/* メイン部分のデザイン　*/


#main {
	clear: both;
	background-color: #ffffff;
	margin-top: 3px;
	border-top: solid 1px #4e3527;
	}

#bread {
	font-size: 11px;
	margin-top: 3px;
	}

/* コンテンツ部分のデザイン　*/


#content {
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	padding: 0px;
	background-color: #ffffff;
	width: 640px;
	}



/* トップページのデザイン　*/


#topimg {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
	width: 320px;
	background-color: #ffffff;
	font-size: 9px;
	color: #888888;
	}




#topmsg {
	float: left;
	line-height: 1.3em;;
	width: 300px;
	margin-top: 0px;
	background-color: #ffffff;
	}


.topnews  {
	clear: both;
	position: relative;
	left: 340px;
	top: -260px;
	width: 460px;
	background-color: #ffffff;
	}


.topnews h4 {
	border-bottom: solid 1px;
	border-color: #9f9f9f;
	background-color: #ffffff;
	color: #4e3527;
	font-size: 12px;
	line-height: 1em;
	margin: 0px;
	padding: 3px;
	}

.topnews div {
	background-color: #ffffff;
	overflow: auto;
	height: 65px;
	font-size: 12px;
	line-height: 1.2em;
	padding: 5px;
	}

.topnews a {
	display: block;
	text-decoration: none;
	color: #4e3527;
	text-align: left;
	}

.topnews a:hover {
	font-weight: bold;
	}


.topalbum  {
	position: relative;
	left: 340px;
	top: -275px;
	width: 460px;
	margin-top: 20px;
	margin-bottom: 0px;
	}


.topalbum h4 {
	background-color: #ffffff;
	color: #4e3527;
	border-bottom: solid 1px #9f9f9f;
	font-size: 12px;
	margin: 0px;
	padding: 3px;
	line-height: 1em;
	}

.topalbum div {
	text-align: left;
	background-color: #ffffff;
	font-size: 9px;
	line-height: 2.0em;
	color: #9f9f9f;
	}

.topalbum img {
	border: solid 2px;
	border-color: #ffffff;
	}

.topalbum span {
	margin-left: 3px;
	}

.topalbum img:hover {
	border: solid 2px;
	border-color: #ff0000;
	}

.order a:hover {
	color: #ff0000;
	}

/* サイドバー部分のデザイン　*/


.sidebar {
	float: right;
	width: 150px;
	margin-right: 0px;
	background-color: #ffffff;
	}

.sidebar ul {
	background-color: #ffffff;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	}

.sidebar ul ul {
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	}

.sidebar li {
	text-align: right;
	float: left;
	border: solid 1px #ffffff;
	color: #4e3527;
	}

.sidebar li a {
	display: block;
	width: 150px;
	text-decoration: none;
	color: #4e3527;
	}

.sidebar li a:hover {
	border-right: solid 1px #4e3527;
	border-bottom: solid 1px #4e3527;
	}

.sidebar li a:active {
	border-top: solid 1px #4e3527;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #4e3527;
	}

.sidebar li li {
	font-size: 10px;
	font-weight: normal;
	}

.sidebar li li a {
	color: #4e3527;
	}

.sidebar li li a:hover {
	border-bottom: solid 1px #4e3527;
	}

/* フッター部分のデザイン　*/


#footer {
	position: relative;
	width: 800px;
	bottom: 0px;
	clear: both;
	font-family: 'HG丸ｺﾞｼｯｸM-PRO', Tahoma, verdana ,arial ,osaka, sans-serif;
	font-size: 11px;
	color: #4e2527;
	background-color: #ffffff;
	text-align: right;
	}
	

