/* すべて */
* {
	font: normal normal normal 100%/1.5 verdana ,arial ,san-serif;
    font-weight: normal;
}


/* 定義リスト */
dl {}
dt {
	font-weight: bold;
	display: inline;
}
dd {
    padding-left: 8px;
    margin: 3px;
}

td {
}

ul {
	margin: 2px;
}

ul li {
	list-style-image: url(http://www.s-koichi.info/Image/red-ball.gif);
}

ul.link {
	padding-left: 1px;
}

ul.link li {
	list-style: none;
	margin: 2px;
}

section li, article li {
	padding: 0px;
	background-image: none;
	margin-left: 8px;
}
.bio {
	margin: 1px;
}

#profile {
	width: 98%;
	padding: 0px 3px 1px 3px;
	background-color: #fefefe;
}

#timeline {
	margin: 0px 5px 15px 0px;
}

.siteTitle {
	display: none;
}

.profileTitle {
	font-weight: bold;
	font-size: 150%;
	border-bottom: 3px solid #80c0ff;
	margin-top: 15px;
	text-align: left;
}

.profileContent {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	line-height: 120%;
}

.profileContent table {
	width: auto;
}

.profileFooter {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	padding: 5px;
}

.profileFooter hr {
	border-top: 3px solid #80c0ff;
}

img.favicon {
	vertical-align: top;
	margin-right: 3px;
}

strong.name {
	font-weight: normal;
	font-size: 140%;
}

caption {
	font-weight: bold;
	text-align: left;
}

table.skill {
	width: 90%;
}

table.skill tr {
	
}

table.skill td {
	border-width: 1px;
}

img#photo {
	border-width: 2px; 
	border-style: ridge; 
	float: right;
	cursor:pointer;
	margin: 2px 5px;
}

#tooltip {
	border: none;
	width: 300px;
	padding:20px;
	opacity: 0.8;
}

#tooltip.popuptooltip h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.popuptooltip div { width: 220px; text-align: left; }

@media screen and (max-width: 540px) {
	.ui-accordion .ui-accordion-content {
		height: auto;
		padding: 1em 0.25em;
	}
}