/* CSS Document */

/***********************************************************************************************/

#HomeTop {
	display: block;
	clear: both;
	margin: 0 0 10px;
	padding: 0;
}
#HomeLeft {
	width: 240px;
	display: inline;
	float: left;
	margin: 15px 0 0;
}
#HomeRight {
	width: 285px;
	display: inline;
	float: right;
}
#HomeRight ul#topics {
	width: 285px;
	list-style-type: none;
}
#HomeRight ul#topics li {
	font-size: medium;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	padding: 6px 0;
}
#HomeRight ul#topics li.top {
	padding-top: 0;
}
#HomeInfo {
	margin: 0;
	display: block;
	clear: both;
}

/***********************************************************************************************/

#Charactor {
	background-image: url(../_img/charactor.gif);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	width: 285px;
	height: 300px;
	margin-top: 10px;
	padding: 0;
}
#Balloon {
	background-image: url(../_img/BalloonMenu.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin: 0;
	width: 140px;
	height: 300px;
}
#Balloon ul {
	margin: 0;
}
#Balloon ul li, #Balloon ul li a {
	display: block;
	line-height: -1.0em;
	text-indent: -9999px;
	height: 97px;
	width: 140px;
}
#Balloon ul li a {
	background-image: url(../_img/BalloonMenu.gif);
	background-repeat: no-repeat;
}
#Balloon ul li#item11 a {
	background-position: 0 0;
}
#Balloon ul li#item12 a {
	background-position: 0 -97px;
}
#Balloon ul li#item13 a {
	background-position: 0 -194px;
}
#Balloon ul li#item11 a:hover {
	background-position: -140px 0;
}
#Balloon ul li#item12 a:hover {
	background-position: -140px -97px;
}
#Balloon ul li#item13 a:hover {
	background-position: -140px -194px;
}

/***********************************************************************************************/

#GalleryBox {
	clear: both;
	display: block;
	margin: 0 0 5px;
}
#GalleryBox .caption {
	margin-top: 4px;
	clear: both;
	display: block;
}
#GalleryBox .caption p {
	float: left;
	font-size: x-small;
	font-family: "HiraKakuPro-W3", "MS PGothic", Osaka;
	line-height: 14px;
	margin-bottom: 2px;
}
#GalleryBox .caption p span.date {
	line-height: 14px;
	color: #006666;
	text-align: left;
	margin-right: 4px;
}
#GalleryBox .caption #archive {
	float: right;
}

/***********************************************************************************************/

#LinkList {
	border-top: 1px solid #9cc;
	list-style-type: none;
	line-height: 1.4em;
	clear: both;
	display: block;
	margin: 0;
}
#LinkList li.caption {
	font-size: x-small;
	font-family: "HiraKakuPro-W3", "MS PGothic", Osaka;
	margin: 2px 0;
}
#LinkList li a {
	background-image: url(../_img/markDisc_b.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: small;
	padding-left: 12px;
}

/***********************************************************************************************/

h3#InfoTitle {
	background-image: url(../_img/titleUpdate.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 12px;
	padding: 0;
	width: 544px;
	border-top: 1px solid #9cc;
	display: block;
	clear: both;
}
h3#InfoTitle span {
	float: left;
	margin-top: 4px;
	text-indent: -9999px;
}
#rss {
	float: right;
	margin-top: 4px;
}

/***********************************************************************************************/

.counter {
	font-size: 12px;
	line-height: 1.4em;
	color: #666666;
	margin: 0;
}
.countWord {
	font-size: 10px;
	line-height: 1.4em;
	color: #666666;
	margin: 0 0 8px;
	display: block;
}
#doPing {
	font-size: 10px;
	line-height: 1.0em;
	vertical-align: middle;
	margin: 4px 1px;
	padding: 1px 6px 2px;
	width: 314px;
	float: right;/**/
	background-color: #339999;
	color: #ffffff;
	border: 1px solid #bbdddd;
}

/***********************************************************************************************/

#InfoList dl {
	width: 544px;
}
#InfoList dl dt {
	float: left;
	font-size: small;
	margin: 0;
}
#InfoList dl dd {
	margin-bottom: 6px;
	padding: 0;
	text-indent: 0;
	line-height: 1.4em;
	text-align: left;
}

#InfoList dl dt {
	width: 80px;
}
#InfoList dl dd {
	margin-left: 95px;
}
