/*   
Theme Name: SawaSawa
Theme URI: http://www.sawasawa.co.jp
Description: SawaSawa
Author: SawaSawa
Author URI: http://www.sawasawa.co.jp
Version: 1.0
200806
*/

body {
	font-family: "Optima", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", Arial, sans-serif;
	font-size: 100%;
	color: #292929;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}
a:link {
	color: #0E8C99;
	text-decoration: none;
}
a:visited {
	color: #0E8C99;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page {
font-size: 80%;
}
#headerimg, #nav ul, #main, #footer {
	width: 780px;
	margin: 0px auto;
	text-align: left;
}
#header {
	background-color: #EAC7C8;
	background-image: url(images/headerBg.jpg);
	background-repeat: repeat-x;
}
#headerimg {
	height: 75px;
	background: url(images/headerImg.gif) no-repeat right 0px;
}
#nav {
}
#nav ul {
	padding: 0px;
	list-style-type: none;
	height: 34px;
	background: url(images/nav.gif) no-repeat;
}
.navTop .current, .navTop a:hover { background: url(images/nav.gif) no-repeat 0px -34px; }
.navProfile .current, .navProfile a:hover { background: url(images/nav.gif) no-repeat -106px -34px; }
.navWorks .current, .navWorks a:hover { background: url(images/nav.gif) no-repeat -212px -34px; }
.navBlog .current, .navBlog a:hover { background: url(images/nav.gif) no-repeat -318px -34px; }
.navGallery .current, .navGallery a:hover { background: url(images/nav.gif) no-repeat -424px -34px; }
.navContact .current, .navContact a:hover { background: url(images/nav.gif) no-repeat -530px -34px; }

#main {
	margin-top: 16px;
}
#content {
	float: left;
	width: 540px;
}
#sidebar {
	float: right;
	width: 180px;
}
#footer {
	clear: both;
	font-size: 90%;
	padding: 60px 0px 0px;
	height: 50px;
}
/* header------------------------------------------- */
#nav li {
	float: left;
}
#nav li a {
	display: block;
	width: 106px;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
}
#headerimg .headerBlog {
	margin: 0px;
	padding: 14px 0px 0px;
	line-height: 1.4;
	font-size: 24px;
}
#headerimg .headerLogo {
	margin: 0px;
	padding: 10px 0px 0px;
}
#headerimg h1 a:link, #headerimg h1 a:visited {
	color: #393328;
	text-decoration: none;
}
#headerimg .description {
	color: #393328;
	font-size: 12px;
}
.breadcrumb {
	color: #666666;
	margin-bottom: 6px;
	font-size: 90%;
}
/* entry------------------------------------------- */
.entry {
	background: url(images/entryPoint.jpg) no-repeat;
	padding: 4px 0px 0px 18px;
	margin-bottom: 60px;
	clear: both;
	margin-top: 6px;
}
.entry h2 {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	line-height: 1.5;
}
.entry h2 a:link, .entry h2 a:visited {
	color: #333333;
	text-decoration: none;
}
.entrydate {
	margin: 0px 0px 24px;
	padding: 0px;
	color: #999999;
}
.entrydate a {
	margin-left: 8px;
}
.entry img {
	border:none;
}
.entrybody {
	line-height: 1.6;
	margin-bottom: 24px;
}
.entrybody img {
	border: 3px solid #EDEDED;
}
blockquote {
	padding-left:2em;
}
.entrybody .UTWPrimaryTags {
	font-size: 11px;
}
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, sans-serif;
}
.metadata {
	margin-bottom:1em;
	font-size: 11px;
	color:#999999;
	text-align: right;
	clear: both;
}
.navigation {
	font-size: 92%;
}
.alignright {
	float: right;
	margin-bottom: 18px;
}
.alignleft {
	float: left;
	margin-bottom: 18px;
}

/* comment------------------------------------------- */

h3 {
	font-size:100%;
	padding:10px 0 0.6em 0;
}
h4 {
	font-size:88%;
	padding:0 0 0.4em 0;
	color:#666;
}
input#trackbackurl {
	width:400px;
	font-size:76%;
	margin-bottom:1em;
	color:#666;
}
ol#commentlist {
	margin:0 0 15px;
	font-size:80%;
	padding: 0px;
	overflow: hidden;
}
#comments h4 {
	margin: 0px 0px 8px;
	padding: 0px;
}
ol#commentlist li.commentcontent {
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding:10px 15px;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}
ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd {
	font-size:88%;
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}
ol#commentlist li, ol#commentlist p {
	font-size:100%;
}

p.note {
	background:#FFF8D5;
	padding:3px 8px;
	color:#666;
	border:2px solid #E5AB6A
}
form#commentform label {
	width:140px;
	float:left;
	margin:0.25em 10px 0 0;
	font-weight:bold;
}
form#commentform p {
	clear:both;
}
form#commentform sub {
	display:block;
	padding-top:2px;
}
input#author, input#email, input#url {
	width:244px;
	border:3px double #ccc;
	padding:1px 3px;
}
textarea {
	font-size:100%;
	border:3px double #ccc;
	width:400px;
}
p.submitbutton {
	text-align:center;
}
p.submitbutton input {
	padding:3px 1em;
	font-weight:bold;
	color:#555;
}

/* sidebar------------------------------------------- */

#sidebar {
font-size: 11px;
}
#sidebar ul {
	margin: 1em 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li {
	list-style-type:none;
}
div#sidebar li li {
	background: url(images/sidebarPoint.gif) no-repeat 0px 7px;
	padding-left: 14px;
	line-height: 2;
	}
#sidebar h2 {
	font-size: 120%;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px double #eed;
	color: #312b22;
}
#sidebar .sidebarTags h2 {
	margin-bottom: 10px;
}
.sidebarTags {
	line-height: 1.6;
	margin-bottom: 20px;
}

.sideProfile {
	background-color: #f4f1ea;
	background-image: url(images/prfBg.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-bottom: 12px;
 overflow: hidden;
}
#sidebar .sideProfile h2 {
	background-image: url(images/prfBg.gif);
	background-repeat: no-repeat;
	border-bottom: 3px double #f4f1ea;
	padding: 8px 0px 2px 10px;
}
.sideProfile img {
	float: left;
	margin: 0px 5px 8px 8px;
}
.sideProfile p {
	margin: 0px;
	padding: 0px 0px 6px;
	line-height: 1.3;
	width: 110px;
	float: left;
}
.sideProfile:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .sideProfile {
    height: 1em;
    overflow: visible;
}/**/
#calendar {
	border: 1px solid #eed;
	padding-top: 8px;
	clear: both;
}
#wp-calendar {
	width: 160px;
	margin: 0px 0px 0px 12px;
	font-size: 11px;
}

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

#footer .pagetop {
	text-align: right;
	line-height: 2;
	margin: 8px;
}
#footer p {
	float: left;
	line-height: 2;
}
#footer ul {
	float: right;
	list-style-type: none;
	line-height: 2;
}
#footer li {
	display: inline;
	margin: 0px;
	padding: 0px 8px;
	border-left: 1px solid #E1E1E1;
}
#footer .navTop a, #footer .navProfile a, #footer .navWorks a, #footer .navBlog a, #footer .navGallery a, #footer .navContact a {
	background: url(none);
}

/* page------------------------------------------- */

#sidePage02 ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
	list-style-type: none;
}
.sidepagePrf, .sidepageAbout, .sidepageList, .sidepageWorks, .sidepageCntct {
	background-image: url(images/sideMenu.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	/*\*/overflow: hidden;/**/
}
.sidepagePrf a, .sidepageAbout a, .sidepageList a, .sidepageWorks a, .sidepageCntct a {
	display: block;
	height: 37px;
}
.sidepagePrf { height: 39px; }
.sidepageAbout { background-position: 0px -39px; }
.sidepageList {	background-position: 0px -76px; }
.sidepageWorks { background-position: 0px -113px; }
.sidepageCntct { height: 41px; background-position: 0px -150px; }

.sidepagePrf .current, .sidepagePrf a:hover { background: url(images/sideMenu.gif) no-repeat -180px 0px; }
.sidepageAbout .current, .sidepageAbout a:hover { background: url(images/sideMenu.gif) no-repeat -180px -39px; }
.sidepageList .current, .sidepageList a:hover { background: url(images/sideMenu.gif) no-repeat -180px -76px; }
.sidepageWorks .current, .sidepageWorks a:hover { background: url(images/sideMenu.gif) no-repeat -180px -113px; }
.sidepageCntct .current, .sidepageCntct a:hover { background: url(images/sideMenu.gif) no-repeat -180px -150px; }

#contentPage02 {
	float: right;
	width: 560px;
}
.post {
	background: url(images/pageTtl.gif) no-repeat;
}
#contentPage02 .entrybody {
	padding: 6px;
}
.post .entrybody h3 {
	margin: 0px;
	padding: 14px 0px 20px 14px;
	font-size: 14px;
}
.post .entrybody h4 {
	font-size: 110%;
	color: #12CBE6;
	margin: 24px 0px 10px;
	padding: 0px;
}
.post .entrybody .workslistImg {
	float: left;
}
.post .entrybody .infolist {
	margin: 0px;
	padding: 10px 0px 0px;
}
.post .entrybody .infolist li {
	font-weight: bold;
	border-bottom: 1px solid #ECECEC;
	margin: 0px 0px 12px;
	padding: 0px 0px 10px 4px;
	list-style-type: none;
	clear: both;
}
.post .entrybody .infoImgcap {
	font-weight: bold;
	padding-left: 260px;
}
.post .entrybody .infoImgcap img {
 border:none;
}
.worksImgBox {
	float: left;
	margin: 0px;
	padding: 0px;
	background: #ededed;
}
.worksfm {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ECECEC;
	_height: 174px;
}
.post .entrybody .infoTxNml {
	font-weight: normal;
	color: #666666;
	font-size: 11px;
	line-height: 1.3;
}
.post .entrybody .infoTxNml a {
	padding-left: 8px;
}
.post .entrybody .infoWorksCmt {
	font-size: 11px;
	line-height: 1.4;
	clear: both;
	background-image: url(images/infoWorksCmtBg.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 24px;
	margin-bottom: 20px;
}
.post .entrybody .infoWorksCmt p {
	background-image: url(images/infoWorksCmtBg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px 10px 12px 30px;
}
/* page gallery------------------------------------------- */

#contentGlly .post, #contentGllytop .post {
	background: url(none);
}
#contentGlly h2 {
	font-size: 16px;
	line-height: 1.1;
	margin: 8px 0px 0px 10px;
	padding: 0px;
}
#contentTOP {
	padding: 15px 0px 0px;
}
#contentTOP .topWllcm {
	background: #f6fff6;
	padding: 15px 15px 30px;
}
#contentTOP ul {
	margin: 32px 0px 10px;
	padding: 0px 0px 0px 3px;
	list-style-type: none;
	background: url(images/topLine.gif) no-repeat left 0px;
	height: 200px;
}
#contentTOP li {
	margin: 0px;
	padding: 0px 16px 0px 14px;
	list-style-type: none;
	background: url(images/topLine.gif) no-repeat right 0px;
	width: 227px;
	float: left;
	height: 200px;
}
#contentTOP .topTx {
	line-height: 1.3;
	padding-top: 5px;
}
.topImg00 a img {
	border: 3px solid #ededed;
}
.topImg00 a:hover img {
	border: 3px solid #cccccc;
}
.topTtl01 {
	background: url(images/topTtl01.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	height: 28px;
}
.topTtl02 {
	background: url(images/topTtl02.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	height: 28px;
}
.topTtl03 {
	background: url(images/topTtl03.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	height: 28px;
}
.topBlogTtl {
	background: url(images/topTtlBlog.gif) no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	text-indent: -9999px;
	height: 28px;
}
.topBlogTtl a {
	display: block;
	height: 28px;
}
#contentTOP .topBlogList ul {
	margin: 6px 0px 0px 12px;
	padding: 0px;
	background-image: none;
	height: 90px;
	font-size: 90%;
}
#contentTOP .topBlogList li {
	margin: 0px;
	padding: 0px 0px 0px 14px;
	background-image: none;
	float: none;
	width: 600px;
	height: 28px;
	background: url(images/sidebarPoint.gif) no-repeat 0px 7px;
	line-height: 2;
}