/*
Theme Name: Sunmercy
Version: 1.0
*/


@charset "UTF-8";
/* CSS Document */

html {
	background-color: #f29600;
}
body {
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(images/bg_subheader.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 1.8;
	font-family: "メイリオ", Meiryo, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
table {
    font-size: inherit;
    font: 100%;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
a img {
	border: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #f29600;
	text-decoration: none;
}

.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }

.clear {
	clear: both;
	line-height: 0;
}


/* --------------------------------
	header
-------------------------------- */

#header {
	height: 92px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 28px;
}
#headerlogo {
	height: 51px;
	width: 282px;
	position: absolute;
	left: 0px;
	top: 25px;
}


/* --------------------------------
	menu
-------------------------------- */

#menu {
	height: 52px;
	width: 980px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}


/* --------------------------------
	contents
-------------------------------- */

#subtitle {
	width: 980px;
	padding-top: 56px;
	height: 46px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-bottom: 1px;
}
#wrapper {
	width: 978px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 50px;
	text-align: left;
}
#contents {
	width: 978px;
	overflow: hidden;
	position: relative;
}
#pagetop {
	height: 60px;
	width: 64px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}


/* --------------------------------
	main
-------------------------------- */

#main {
	float: left;
	width: 660px;
	padding-right: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
}
.title {
	font-size: 139% !important;
	margin: 50px 0 12px !important;
	padding: 0 !important;
	color: #333333;
}
div.post:first-child .title {
	margin-top: 0 !important;
}
.title a {
	color: #333333;
	text-decoration: none;
}
.title a:hover {
	color: #f29600
}

div.infobox {
	zoom: 1; /* IE */
	color: #666666;
	font-size: 93%;
	margin: 0 0 25px;
	height: 21px;
	line-height: 21px;
}
div.infobox ul {
	margin: 0;
}
div.infobox li {
	float: left;
	margin: 0 20px 0 0px !important;
	list-style: none !important
}
div.infobox li a {
	text-decoration: underline;
	color: #666666;
}
div.infobox li a:hover {
	color: #f29600;
	text-decoration: none;
}

img.attachment-post-thumbnail {
	float: left;
	margin: 0 15px 0 0 !important;
}
a.more-link {
	background: #fffaf0;
	color: #333333;
	font-size: 93%;
	text-align: center;
	text-decoration: none;
	margin-left: 560px;
	display: block;
	line-height: 30px;
	height: 30px;
	width: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a.more-link:hover {
	color: #f29600
}

.post p {
	margin-bottom: 30px;
}
.post em {
	font-style: italic;
}
.post code {
	color: #b16633;
	font-family: 'Courier New', Courier, monospace;
}
.post img {
	margin: 0px;
}
.post img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
.post img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
.post img.aligncenter {
	display: block;
	margin: 0 auto;
}
.post img.wp-smiley {
	border: none;
	padding: 0;
	background: none;
	margin: 0;
}
.post blockquote {
	border-left: 5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin: 20px 0;
	font-style: italic;
}
.post blockquote p {
	margin: 0;
}
.post div.wp-caption {
	margin: 20px 0;
}
.post div.wp-caption img {
	margin: 0;
}
.post div.wp-caption p {
	font-size: 93%;
	margin-top: 10px;
}
.post ul, .post ol {
	margin: 20px 0;
}
.post ul li {
	list-style: disc outside;
	margin-left: 20px;
}
.post ol li {
	list-style: decimal outside;
	margin-left: 20px;
}
.post table {
	border-collapse: collapse;
	margin-bottom: 30px;
}
.post table caption {
	margin-bottom: 5px;
}
.post table th {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	padding-left: 15px;
	border: 1px solid #cccccc;
	padding-right: 15px;
	background-color: #f5f5f5;
	font-weight: normal;
}
.post table td {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	padding-left: 15px;
	border: 1px solid #cccccc;
	padding-right: 15px;
}
.navi-below {
	width: 660px;
	height: 21px;
	margin-top: 40px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
.navi-below a {
	color: #666666;
}
.navi-below a:hover {
	color: #f29600;
	text-decoration: none;
}
.navi-new {
	float: left;
	height: 21px;
	width: 200px;
	line-height: 21px;
}
.navi-old {
	float: right;
	height: 21px;
	width: 200px;
	line-height: 21px;
	text-align: right;
}


/* --------------------------------
	side
-------------------------------- */

#side {
	float: right;
	width: 215px;
}
#side ul {
	list-style-type: none;
}
#side h3 {
	font-weight: bold;
	font-size: 108%;
	margin-bottom: 10px;
}
.widget-container {
	margin-bottom: 30px;
}
.widget-container ul li {
	margin-left: 17px;
	list-style-type: disc;
}
#side a:link {
	color: #333333;
	text-decoration: underline;
}
#side a:visited {
	color: #333333;
	text-decoration: underline;
}
#side a:hover, a:active {
	color: #f29600;
	text-decoration: none;
}
#s {
	width: 125px;
}


/* --------------------------------
	footer
-------------------------------- */

#footerbase {
	width: 100%;
	height: 250px;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	position: relative;
}
#footer {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 93%;
	height: 225px;
	position: relative;
	padding-top: 25px;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	margin-right: 8px;
	margin-left: 8px;
	display: inline;
}
#footer li a {
	color: #666666;
}
#footer li a:hover {
	color: #f29600;
	text-decoration: none;
}
#footerlogo {
	height: 71px;
	width: 166px;
	position: absolute;
	top: 22px;
	left: 407px;
}
#copyright {
	height: 11px;
	width: 251px;
	position: absolute;
	left: 365px;
	bottom: 21px;
}
