/*  
Theme Name: xw-otoe
Theme URI: http://www.xwork.jp/
Description: otoe.jp用WordPressテーマ
Version: 1.0
Author: Hitoshi Sasaki
Author URI: http://www.xwork.jp/
*/

body {
	font-size: 12px; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #999;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	/*
	background-image: url(images/page-bk.gif);
	background-repeat: repeat-y;
	background-position: left top;
	*/
}
#page {
	width: 740px;
	/*background-color: white;*/

	margin-left: auto;
	margin-right: auto;

}

#header {
	height: 56px;
	width: 740px;
	background-image: url(images/header-bk.gif);
	background-repeat: no-repeat;
	background-position: center bottom;

	margin-bottom: 10px;

}
#header h1 {
	font-size: 12px;
	float: left;
	margin: 0;
	padding:0;
	color: #EDB329;
}
#header img {
	border: 0;
}

/* Menu関連 */
#header ul {
	float: right;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 10px;
	padding: 0;
	background-image: url(images/header-ulbk.jpg);
	background-repeat: no-repeat;
	background-position: right center;

	height: 31px;
	width: 462px;
	color: #FFFFFF;
}

#header li {
	list-style-type: none;
	display: inline;
	/*margin-left: 1em;*/
	margin-left: 15px;
	height: 30px;
	float: left;

}
 /** works **/
#mworks {
	text-align: right;
	background: url(images/header-works_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 80px;
	height: 30px;
}
#mworks a {
	display:block;
	width: 80px;
	height: 30px;
}
#mworks a:hover {
	background-color:transparent;
}
#mworks a:hover img {
	visibility:hidden;
}
 /**Howto order **/
#morder {
	background: url(images/header-howtoorder_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 105px;
	height: 30px;
}
#morder a {
	display:block;
	width: 105px;
	height: 30px;
}
#morder a:hover {
	background-color:transparent;
}
#morder a:hover img {
	visibility:hidden;
}
 /** BLOG **/
#mblog {
	background: url(images/header-blog_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 36px;
	height: 30px;
}
#mblog a {
	display:block;
	width: 36px;
	height: 30px;
}
#mblog a:hover {
	background-color:transparent;
}
#mblog a:hover img {
	visibility:hidden;
}

 /** atelier **/
#matelier {
	background: url(images/header-atelier_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 61px;
	height: 30px;
}
#matelier a {
	display:block;
	width: 61px;
	height: 30px;
}
#matelier a:hover {
	background-color:transparent;
}
#matelier a:hover img {
	visibility:hidden;
}
 /** atelier **/
#mcontact {
	background: url(images/header-contact_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 62px;
	height: 30px;
}
#mcontact a {
	display:block;
	width: 62px;
	height: 30px;
}
#mcontact a:hover {
	background-color:transparent;
}
#mcontact a:hover img {
	visibility:hidden;
}
/* Menu関連ここまで */

/**LINK***/
a:link {
	color:#333837;
}
a:visited {
	color:#333837;
}
a:hover {
	color:#EDB329;
}
a:active {
	color:#EDB329;
}
/*********/


#footer {
	clear: both;
	height: 40px;
	width: 740px;
	background-image: url(images/footer-bk.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	text-align: right;
	margin-top: 10px;
}

#contents {
	/*text-align: left;*/
	width: 730px;
}

p {
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
}
/* concept--home.php */
.cptimg {
	margin-top: 15px;
	/*margin-left: 17px;*/
	margin-bottom: 15px;
	border: 0;
}

#works {
	text-align: left;
	width: 705px;
	height: 200px;
	background-image: url(images/works-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#works img {
	margin: 0;
	border: 0;
}

#event {
	text-align: left;
	width: 705px;
	height: 200px;
	background-image: url(images/works-ev-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#event img {
	margin: 0;
	border: 0;
}

h2 {
	text-align: left;
	/*background-color: #CEAC53;*/
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #5A3D1B;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A3D1B;

	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.2em;
}
.dlworks {
	margin-top: 0;
	margin-left: 2.5em;
}
.dlworks dt {
	text-align: left;
	line-height: 18px;
	width: 300px;
	float: left;
	clear: both;
}
.dlworks dd {	
	margin-left: 300px;
	text-align: left;
	line-height: 18px;
	letter-spacing: 0.1em;
}
.dlworks img{
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
}
.pev {
	margin-left: 2.5em;
}
.pev img{
	border: 0;
	margin-top: 5px;
	margin-right: 5px;
}
/*wedding howto order */
.pwedding {
	margin-left: 25px;
}
.pwedding img {
	margin-top: 5px;
	margin-right: 5px;
	border: 0;
}

/*blog*/
#blog {
	width:480px;
	float:left;
	/*background-color: #EEEEEE;*/
}
#blog img {
	border: 0;
}
#sidebar {
	width:250px;
	float:right;
	/*background-color: #CCCCCC;*/
}
#sidebar h2 {
	text-align: left;

	border-left-width: 0px;
	//border-left-style: solid;
	//border-left-color: #5A3D1B;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A3D1B;

	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;

	margin-left: 0;
	margin-right: 15px;
	margin-top: 0;
	margin-bottom: 0;

	font-size: 14px;
	color: #000000;
	letter-spacing: 0.2em;
}

#sidebar ul {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}
#sidebar li {
	text-align: left;
	margin-left: 1em;
}

#sidebar img {
	vertical-align: bottom;
}
.single {
	margin-bottom: 15px;
}
.navi {
	text-align: left;
	height: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 15px;
	background-image: url(images/icon-sankaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
h3 {
	clear: both;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;

	font-size:14px;
	color: #000000;
	text-align: left;

	/*
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #5A3D1B;
	*/

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A3D1B;
}
h3 a:link {
	color: #000000;
	text-decoration: none;
}
h3 a:visited {
	color: #000000;
	text-decoration: none;
}
h3 a:hover {
	color: #FF0000;
}
h3 a:active {
	color: #FF0000;
}
.date {
	clear: both;
	text-align: right;
	font-size: 10px;
	margin-right: 0.3em;
}

.article {
	clear: both;
	text-align: left;
	font-size: 12px;
	margin-left:15px;
	word-break:break-all;
	overflow:hidden;
}
#comments {
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.commentlist {
	//margin-top:     0;
	margin-left:   40px;
	//margin-bottom: 15px;
	//margin-right:   0;
	padding:0;
}
.commentlist li {
	margin:0;
	padding:0;
	text-align: left;
}
#respond {
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#trackback {
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.trackbackurl {
	margin-top:5px;
	margin-left:   40px;
	text-align: left;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
/* atelier */
.map {
	float:right;
	margin-right: 10px;
	border: 0;
}
