@charset "utf-8";
/*
Theme Name: ベリーナカスタマイズテーマ
*/

/*==========================================================================================

	// 共通部分

==========================================================================================*/


body{
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #000000;
	margin: 0;
	background-image:url(/blog/wp-content/themes/bellina/images/back.gif);
	background-repeat:repeat-y;
	background-color:#CEDAE6;
	padding-left:100px;
}

.clear {
	clear:both;
}

p {
	margin:0 0 20px;
}

.bottom20 {
    margin-bottom:20px;
}


/* リンク要素
------------------------*/

a:link {
    color: #D2222A;
    text-decoration: none;
}

a:visited {
    color: #D2222A;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}


/* header
------------------------*/

#header {
	width:820px;
	height:127px;
}
#header #logo {
	padding:0;
	margin:0;
	float:left;
}
#header #logo_urabnag {
	padding:0;
	margin:0;
	float:left;
}



/*==========================================================================================

	// コンテンツ

==========================================================================================*/

#wrapper {
	width:820px;
	// background-color:#FFFFFF;
}


/* leftコンテンツ
------------------------*/

#wrapper #left {
	padding:40px 30px 20px 28px;
	float:left;
}
#wrapper #left .document {
	width:540px;
	padding: 0;
	margin: 0;
}
#wrapper #left .comentBox {
	background-image: url(/blog/wp-content/themes/bellina/images/coment_back.gif);
	width:540px;
	padding:10px 0px;
	margin-bottom:40px;
}
#wrapper #left .comentBox .coment {
	background-color:#ffffff;
	padding:17px 20px 10px;
	text-align:left;
	margin:0px 10px;
}
#wrapper #left .comentBox .coment .date {
	font-weight:bold;
	font-size:10px;
	color:#CF3829;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper #left .comentBox .coment .ttl {
	font-weight:bold;
	line-height:120%;
	font-size:14px;
	color:#0F0F0F;
}
#wrapper #left .comentBox .coment .link a {
	color:#0E0E0E;
	text-decoration:none;
}
#wrapper #left .comentBox .coment .link a:hover {
	color:#D2222A;
	text-decoration:underline;
}

/* rightコンテンツ
------------------------*/

#wrapper #right {
	width:180px;
	margin-right:20px;
	margin-top:14px;
	float:right;
	text-align:left;
	padding-bottom:40px;
}
#wrapper #right h1 {
	padding-top:25px;
	font-size:12px;
	font-weight: normal;
	color:#0A69BD;
	margin:0px;
}
#wrapper #right .searchBox {
	border:1px solid #333333;
	width:110px;
}
#wrapper #right #rss {
	padding-bottom:7px;
}
#wrapper #right .midashi {
	width:180px;
	background-color:#E5ECF2;
	padding:3px;
	line-height:100%;
	text-align:center;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", Helvetica, sans-serif, Arial;
	margin-bottom:7px;
	color:#333333;
}
#wrapper #wp-calendar {
	width:186px;
}
caption {
	width:180px;
	background-color:#E5ECF2;
	padding:3px;
	line-height:100%;
	text-align:center;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", Helvetica, sans-serif, Arial;
	margin-bottom:7px;
	color:#333333;
}

#wrapper #right #calendar {
	margin-bottom:20px;
}
#wrapper #right #calendar .page {
	font-size:10px;
	padding-bottom:5px;
	font-weight:bold;
	line-height:100%;
}
#wrapper #right #calendar .page a {
	text-decoration:none;
	color:#333333;
}
#wrapper #right #calendar .page a:hover {
	text-decoration:none;
	color:#D2222A;
}
#wrapper #right #calendar .day {
	font-weight:bold;
	color:#1970BF;
	text-align:center;
	padding:2px 5px;
}
#wrapper #right #calendar .tdA {
	text-align:center;
	font-size:10px;
	color:#333333;
	padding:5px 0;
	line-height:100%;
	width:24px;
}
#wrapper #right #calendar .tdA a {
	text-decoration:none;
	color:#D2222A;
	font-weight:bold;
}
#wrapper #right #calendar .tdA a:hover {
	text-decoration: underline;
	color:#333333;
}

#wrapper #right ul.list {
	margin-top: 0;
	margin-bottom: 25px;
	padding-left: 10px;
	margin-left: 10px;
	list-style-image: url("/blog/wp-content/themes/bellina/images/arrow.gif");
}

#wrapper #right ul.list li {
	margin-top: 3px;
	margin-bottom: 5px;
	padding-left: 0;
	line-height:120%;
}
#wrapper #right ul.list li a {
	color:#000000;
	text-decoration:none;
}
#wrapper #right ul.list li a:hover {
	text-decoration: underline;
	color:#D2222A;
}


/* フッター
------------------------*/
#footer{
	width:818px;
	background-image:url(/blog/wp-content/themes/bellina/images/footer_back.gif);
	background-repeat:repeat-x;
	height:53px;
	vertical-align:top;
	text-align:center;
	margin-left:1px;
}
#copy{
	width:800px;
	text-align:left;	
	padding-top:15px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#BDBDBC;
}
.linkcol {
	color: #000000;
}