/*----------------------------------------------------
  Title : Live Space plan-B CSS
  Author : by ayako osanai
  Update : 2008/04/18
------------------------------------------------------*/

/* --------------------------------------
 2008
-------------------------------------- */

body {
	background-color: #333333;
	margin: 0px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	line-height: 150%;
	font-size: 80%;
}
#container #boxB p {
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
.red {
	color: #FF0000;
}

h1 {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #CCC1BC;
}
h2 {
	padding-left: 6px;
	padding-top: 8px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	margin-left: 25px;
	margin-right: 25px;
	background-image: url(images/bg_h2.gif);
}
.komidashi {
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom: 30px;
}
#container #boxC h3 {
	color: #000000;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	height: 30px;
	padding-bottom: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}


#container {
	width:800px;
	text-align:left;
	margin: 0px;
	padding: 0px 10px;
	background-image: url(images/bg.jpg);
	background-color: #333333;
	background-repeat: repeat-y;
}


#boxB {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 15px;
	background-image: url(images/bg_logo.jpg);
	height: 100%;
	background-repeat: no-repeat;
	background-color: #FF9900;
}

#boxC {
	width: 620px;
	float:left;
	padding-bottom: 20px;
}


#footer {
	text-align: center;
	font-size: 90%;
	padding-bottom: 40px;
	padding-top: 10px;
	clear: both;
	background-color: #000000;
	color: #666666;
}
#container #boxC p {
	padding-left: 25px;
	padding-right: 25px;
}

.sidemenu div {
	background-image: url(images/bg_sidemenu2.gif);
}
.sidemenu a {
	display: block;
	width: 130px;
	height: 20px;
	padding: 4px 0px 3px 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 1px;
	background-image: url(images/bg_sidemenu1.gif);
	color: #ffffff;
}
.sidemenu a:hover {
	background-image: url(images/bg_sidemenu2.gif);
}
.hiddenImg {
    display: none;
}



.pagetop {
	margin-bottom: 20px;
}
.pagetop a {
	clear: right;
	float: right;
	text-decoration: none;
	white-space: nowrap;
	font-size: 84%;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC1BC;
	padding-right: 5px;
	padding-left: 5px;
	color: #CCC1BC;
}
.pagetop a:hover {
	clear: right;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990033;
	color: #990033;
}

hr {
	margin-top: 16px;
	margin-bottom: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC1BC;
}

