body {
	margin-top: 0px;
	background-color: #EBD5E5;
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 80%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
        color: #CC6600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: text-bottom;
}
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
















/*ヘッダー---------------------*/
































#header {
	width: 920px;
	margin: 0px;
	padding: 0px;
}
#header #header-name {
	color: #CE33AB;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
}
#header #header-description {
	font-size: 10px;
	color: #5A59A6;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#header #headertop {
	height: 95px;
	background-image: url(img/headright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
}
#header #navimain {
	height: 50px;
}
#header #navimain ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header #navimain li {
	float: left;
}
#header #subnavi {
	height: 27px;
}
#header #subnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header #subnavi li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#moji {
	height: 32px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}
































/*コンテンツ---------------------*/
















#contents {
	width: 920px;
	margin-top: 10px;
	line-height: 125%;
	color: #666666;
}
















/*左コンテンツ---------------------*/
#contents #leftbox {
	padding: 10px;
	float: left;
	width: 180px;
}
#contents #leftbox p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
















/*メインコンテンツ---------------------*/
















#contents #mainbox {
	float: left;
	width: 515px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 0.3mm;
	border-left-width: 0.3mm;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	line-height: 125%;
}
#contents #mainbox #blog h2 {
	font-size: 110%;
        background-color: #F4F2F5;
	color: #455399;
	border-bottom-width: 0.3mm;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #455399;
	border-left-color: #455399;
　　　　 line-height: 140%;
        padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#contents #mainbox h2 a:link {
	color: #455399;
　　　　 	text-decoration: none;
}
#contents #mainbox h2 a:visited {
	text-decoration: none;
	color: #455399;
}
#contents #mainbox h2 a:hover {
	text-decoration: underline;
	color: #ff0000;
}
#contents #mainbox h2 a:active {
	text-decoration: none;
	color: #455399;
}
#contents  #mainbox #blog #kiji {
	padding-left: 45px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}
#contents #mainbox #blog .date {
	font-size: 70%;
	color: #811E6D;
	padding-left: 10px;
	background-color: #F3E5F0;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#contents #mainbox dl {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#contents #mainbox dl dt {
        background: #FFFFFF url(img/icon_list_mark.gif) no-repeat left 6px;
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;;
}
















#contents #mainbox dl dd {
	border-bottom: 1px dotted #666666;
	padding: 0 0 0.5em 10px;
	margin: 0 0 0.5em 0; 
}
















#contents #mainbox dl dd a {
	background: #FFFFFF url(img/icon_arrow_page.gif) no-repeat right center;
	padding: 1px 18px 3px 0;
}
















/*右コンテンツ---------------------*/
#contents #rightbox {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: right;
	width: 180px;
}
#contents   #rightbox   p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 80%;
}
.middle {
	text-align: center;
}
















/*フッター---------------------*/
































#footer {
	width: 900px;
	padding: 10px;
	clear: both;
	background-image: url(img/footerback.jpg);
	background-repeat: repeat;
}
#footer #undernavi {
	font-size: 0.9em;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p {
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 150%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 50px;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #00FFFF;
}
#footer a:active {
	color: #FFFFFF;
}
#mainphoto {
	padding: 10px;
}
















}
.middle {
	text-align: center;
}
#contents  #rightbox  .kakomi  {
	padding: 5px;
	border: 0.3mm solid #999999;
}
















#contents #leftbox h4 {
	font-size: 1em;
	font-weight: bold;
	color: #660066;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #660066;
}
#contents #leftbox ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#contents #leftbox li {
	list-style-image: url(img/listarrow.gif);
	padding-bottom: 5px;
	font-size: 0.8em;
	border-bottom-width: 0.3mm;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	list-style-position: inside;
}
















































































