@charset "utf-8";
/**************************************************************/
/** pages Layout **********************************************/

#wrapper {
	margin-top: 35px;
}

.bt_up {
text-align: right;
clear: both;
margin-top: 20px;
}

/**************************************************************/
/** side ******************************************************/

#side {
	width: 180px;
	float: left;
}


/*- side menu ---------------------------*/
#menuArea {
	margin-bottom: 8px;
	background-image: url(../image/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}

#menuArea .menuTitle {
	border-bottom: 5px solid #a40035;
	padding-bottom: 7px;
	padding-left: 10px;
}
	#menuArea .menuTitle img {
		display: block;
	}
#menuArea .menuList {
/*
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
*/
	padding-top: 0px;
	padding-bottom: 4px;
}

#menuArea .menuList li {
	background: url(../image/menu_border.gif) no-repeat left top;
	display: block;
	margin-left: 9px;
	margin-right: 9px;
	padding-top: 9px;
	padding-bottom: 8px;
}
	#menuArea .menuList li.menuListStart {
		background-image: none;
}
#menuArea .menuList li a {
	display: block;
	padding-right: 28px;
	line-height: 120%;
}
#menuArea .menuList li a:link ,
#menuArea .menuList li a:visited {
	background: url(../image/menu_arrow.gif) no-repeat right center;
	color: #52001A;
	text-decoration: none;
}
#menuArea .menuList li a:hover ,
#menuArea .menuList li a:active ,
#menuArea .menuList li a.menuOn:link ,
#menuArea .menuList li a.menuOn:visited {
	background: url(../image/menu_arrow_on.gif) no-repeat right center;
	color: #A40035;
	text-decoration: none;
}


/*- blog parts ---------------------------*/
#side #blogPartsArea {
/*	border-bottom: 2px solid #EEEEEE;*/
	margin-top: 8px;
	margin-bottom: 8px;
}
#blogPartsArea #blogPartsInBox {
/*	border: 1px solid #C9C9C9;*/
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
#blogPartsArea .blogPartsBT {
	display: block;
	margin: 10px auto 0px;
}


/*- banner ---------------------------*/
#side #bannerArea {
}
#bannerArea ul {
}
#bannerArea li {
	width: 180px;
	display: block;
	margin-bottom: 3px;
}
#bannerArea li a {
}
#bannerArea li a img {
	display: block;
}

/**************************************************************/
/** main ******************************************************/

#main {
	float: right;
	width: 550px;
/*	background: url(../image/line.gif) repeat-x left top;
	padding-top: 3px;*/
}

/*- pankuzu -------------------*/
#pankuzu {
	margin-left: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#pankuzu .thisPage {
	color: #A40035;
}

/*- title ---------------------*/
#main .title {
	background-image: url(../image/title_bg_top.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 30px;
}
#main .title h1 {
	background-image: url(../image/title_bg_under.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 100%;
	line-height: 120%;
	color: #ffffff;
}




/*- entry ---------------------*/
#entry {
	margin-left: 10px;
	margin-right: 10px;
}
/*
#entry h1 {
	font-size: 180%;
	color: #A40035;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 120%;
}
*/

#entry .subtitle {
	border-left: 5px solid #BCFF6B;
	font-size: 170%;
	line-height: 115%;
	background: #F6F7F1;
	color: #39B6D4;
	padding: 10px 12px;
	margin-bottom: 17px;
	margin-left: -10px;
	margin-right: -10px;
}
#entry ul {
	margin-top: 1em;
	margin-bottom: 1em;
}


#entry .listStyle01 {
	background: url(../image/list_icon01.gif) no-repeat left 0.28em;
	padding-left: 20px;
}
#entry ul.listStyle01 {
	background: none;
	padding-left: 0px;
}
#entry ul.listStyle01 li {
	background: url(../image/list_icon01.gif) no-repeat left 0.28em;
	padding-left: 20px;
}

#entry ul.listStyle01 li li {
	background-image: none;
	padding-left: 0px;
}

/*- ArchivePages ---------------------*/
a.blink:link ,
a.blink:hover ,
a.blink:active ,
a.blink:visited {
	color: #a40035;
	font-weight: bold;
	text-decoration: none;
}

.searchList {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.searchList li {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../image/list_icon03.gif);
	background-repeat: no-repeat;
	background-position: left 18px;
}