@charset "utf-8";
/*
Theme Name: Sueyoshi
Version: 1.0
Author: IeS Design
Author URI: http://ies-ies.net/
*/

/* Common */
* {
	margin: 0;
	padding: 0;
	border: none;
}


html{
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}


body  {	
	color: #333333;
	/*font:13px "ＭＳ Ｐゴシック",Arial,Helvetica,clean,sans-serif,"メイリオ",Meiryo,Osaka;*/
	font: 13px "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
    *font-size: small;
    *font: x-small;
	text-align: center;
	letter-spacing: 0.2em;
}


ul {
	list-style-type: none;
}


a {
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}


#history {
	margin: 0 0 40px;
	padding-top: 5px;
	text-align: right;
	color: #999900;
	font-size: 93%;
	font-weight: bold;
	border-top: 2px solid #999900; 
}
/* End Common */


/* Container */
#container {
	width: 800px;
	margin: 60px auto 50px;
}
/* Container */


/* Header */
#header {
	width: 100%;
}

#sitename {
	float: left;
}

#menu {
	float: right;
	text-align: right;
}
#menu ul li {
}
#menu li a {
	display:block;
	margin-bottom: 17px;
}
/* End Header */


/* Top */
#title-information {
	margin: 17px 0 10px;
	text-align: right;
}
#information {
	margin-bottom: 20px;
	text-align: right;
	font-size: 93%;
	color: #006699;
}
#information li {
	margin-bottom: 6px;
	margin-right: -1px;
}
.date {
	margin-right: 8px;
	letter-spacing: 0.1em;
}
/* End Top */


/* About */
#contents {
	width: 100%;
	margin-bottom: 20px;
	color: #666666;
	font-size: 93%;
	font-weight: bold;
	text-align: left;
}
#about-contents-left {
	float: left;
	width: 260px;
}
#about-image {
	float: left;
	width: 260px;
	margin-right: 20px;
}
.profilelist  {
	float: left;
	width: 260px;
	margin-top: 20px;
	line-height: 1.4;
}
.profilelist li {
	margin-bottom: 12px;
	padding-bottom: 1px;
	border-bottom: 1px dotted #999900;
}
.qualification {
	width: 260px;
}
.qualification li {
	margin: 5px 0 8px 5px;
	padding-left: 14px;
	background: url(images/bg_circle.gif) left no-repeat;
	border: none;
}
#about-contents-right {
	float: right;
	width: 480px;
	letter-spacing: 0.2em;
}
/*.showlist {
	margin-bottom: 40px;
	line-height: 1.6;
}
.showlist li {
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 14px;
	background: url(images/bg_circle.gif) left no-repeat;
}
.title-profile {
	margin-bottom: 14px;
	padding-bottom: 3px;
	font-size: 116%;
	border-bottom: 2px solid #BFBF00;
}*/

h2.trigger {
	float: left;
	width: 480px;
	height: 30px;
	padding-left: 32px;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 30px;
	background: url(images/bgSection.png) left top no-repeat;
}
h2.trigger a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
h2.trigger a:hover {
	color: #006699;
}
h2.active {
	background-position: left bottom;
}

.toggle_container {
	clear: both;
	width: 478px;
	margin-bottom: 15px;
	border: 1px solid #d6d6d6;
	overflow: hidden;
}

.showlist {
	padding: 15px 10px;
	font-weight: bold;
}
.showlist li {
	margin-bottom: 10px;
	padding-left: 14px;
	background: url(images/bg_circle.gif) left no-repeat;
}
/* End About */


/* Contact */
#contact {
	float: right;
	width: 700px;
	font-size: 93%;
}
/* End Contact */


/* Footer */
#footer {
	width: 860px;
	margin: 0 auto;
	height: 82px;
	position: relative;
	padding-bottom: 20px;
	font-size: 77%;
	color: #999900;
	letter-spacing: 0;
	text-align: center;
	background: url(images/bg_footer.png) right no-repeat;
}
#copyright {
	position: absolute;
	top: 57px;
	left: 135px;
}
#author {
	position: absolute;
	top: 70px;
	right: 80px;
}
#author a {
	color: #999900;
}
/* End Footer */


/* 記事内のイメージ */
p img {
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.wp-caption {
	margin-top: 10px;
	padding-top: 5px;
	border: 1px solid #AAAAAA;
	text-align: center;
}
/* End 記事内のイメージ */
