@charset "utf-8";
/*
Theme Name: IeS-Simple
Theme URI: http://ies-ies.net/
Description: IeSテーマ-Simple
Author: IeS
Author URI: http://ies-ies.net/
*/

/* 共通 */
* {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	height:100%;
	margin-bottom:1px;
	overflow-y: scroll;
}
body  {
	color: #000;
	font:13px "ＭＳ Ｐゴシック",Arial,Helvetica,clean,sans-serif,"メイリオ",Meiryo,Osaka;
    *font-size:small;
    *font:x-small;
	/*font: 13px/1.231 Verdana,Arial,Helvetica,sans-serif,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック";*/
	text-align: center;
	letter-spacing: 0.2em;
}
h1 {
	margin-bottom: 50px;
	margin-left: 25px;
}
ul {
	list-style:none;
}
a {
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
/*input, textarea {
	border: 1px dotted #999;
}*/

#container {
	width: 800px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}
#history {
	margin: 20px 30px 60px;
	text-align: left;
	font-weight: bold;
}


/* Menu */
#menu {
	width:800px;
	height:21px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 2px solid #000;
}
#menu ul {
	width:800px;
	height:23px;
}
#menu ul li {
	float:left;
}
#menu li a {
	display:block;
	float:left;
	padding-left: 40px;
	padding-bottom: 5px;
	color:#000;
	font-size: 93%;
	font-weight: bold;
}
#menu li#li1 a {
	padding-left: 30px;
}
#menu li#li7 a {
	padding-left: 80px;
}
#menu li a:hover {
	color: #06F;
	white-space: nowrap;
	border-bottom: 4px solid #06F;
	text-decoration: none;
}
#menu li a.current {
	color: #C00;
	border-bottom: 4px solid #F00;
}
#menu li a.prepare {
	color: #CCC;
	cursor: text;
}
#menu li a.prepare:hover {
	color: #CCC;
	border-bottom: 0;
}


/* Footer */
#footer {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	text-align: center;
}

#submenu {
	margin-bottom: 15px;
	overflow: hidden;
}
#submenu li {
	display: inline-block;
	margin: 0 5px;
}
#submenu li a {
	background: transparent url(images/bg_submenu_left.gif) no-repeat top left;
	display: block;
	float: left;
	color: #FFF;
	font-size: 85%;
	font-weight: bold;
	line-height: 16px;
	height: 24px;
	padding-left: 11px;
	text-decoration: none;
}
#submenu li a span{
	background: transparent url(images/bg_submenu_right.gif) no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0;
}
#submenu li a:hover {
	background-position: bottom left;
}
#submenu li a:hover span{
	background-position: bottom right;
	color: black;
}

#copyright {
	font-size: 85%;
	color: #039;
	letter-spacing: 0;
}


/* Top */
#swf {
	margin-top: 90px;
}
#updateinfo-top {
	width:750px;
	height: 30px;
	margin:100px auto 4px;
	position:relative;
}
#updateinfo-bottom {
	width:750px;
	height: 20px;
	margin: 5px auto 150px;
	position:relative;
}
.updateinfo {
	position: absolute;
	padding-left: 20px;
	color: #039;
	font-size: 85%;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
}
.updateinfo span {
	letter-spacing: 0.1em;
}
#update_works {
	top: 0;
	left: 90px;
	background: url(images/icon_arrow_down.png) bottom left no-repeat;
}
#update_blog {
	top: 0;
	left: 240px;
	background: url(images/icon_arrow_down.png) bottom left no-repeat;
}
#update_map {
	top: 0;
	left: 580px;
	background: url(images/icon_arrow_down.png) bottom left no-repeat;
}
#update_design {
	top: 0;
	left: 170px;
	background: url(images/icon_arrow_up.png) top left no-repeat;
}
#update_shopping {
	top: 0;
	left: 340px;
	background: url(images/icon_arrow_up.png) top left no-repeat;
}
#info-top {
	position: absolute;
	top: 260px;
	right: 0;
	font-size: 85%;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#info-top img {
	margin-bottom: 5px;
	border: 1px solid #990033;
}
#info-top a {
	color: #990033;
	font-weight: bold;
}


/* Blog */
#main {
	margin: 0 30px;
	margin-bottom: 150px;
	text-align: left;
}
#main-2col {
	width: 500px;
	float: left;
	margin-bottom: 150px;
}
.entry {
	margin-bottom: 60px;
}
.entry h2 {
	margin-top: 3px;
	padding-bottom: 3px;
	font-size: 100%;
	border-bottom: 1px solid #EEE;
}
.entry .postdate {
	font-size: 85%;
	letter-spacing: 0.1em;
}
.entry .content {
	margin: 20px 0 5px;
	line-height: 1.4;
	font-size: 85%;
}
.entry .content a {
	padding-bottom: 2px;
	border-bottom: 1px dotted #039;
}
.entry .content a:hover {
	border-bottom: 1px solid #039;
	text-decoration: none;
}
.entry .postinfo {
	font-size: 85%;
	letter-spacing: 0.1em;
	text-align: right;
}

#prevpage {
	float: left;
	display: block;
	width: 200px;
}
#nextpage {
	float: right;
	display: block;
	width: 200px;
	text-align: right;
}


/* Works*/
.works-item {
	float: left;
	margin: 25px 0 0 22px;
}
.item-apparel {
	border-bottom: 3px solid #CC0000;
}
.item-web {
	border-bottom: 3px solid #0066FF;
}
.item-cd {
	border-bottom: 3px solid #009900;
}
.item-other {
	border-bottom: 3px solid #FFCC00;
}
.itemlist li {
	padding-left: 37px;
	list-style-type: none;
}
.itemlist-apparel {
	background: url(images/works/itemlist_red.gif) no-repeat left center;
}
.itemlist-web {
	background: url(images/works/itemlist_blue.gif) no-repeat left center;
}
.itemlist-cd {
	background: url(images/works/itemlist_green.gif) no-repeat left center;
}
.itemlist-other {
	background: url(images/works/itemlist_yellow.gif) no-repeat left center;
}


/* design */
.title-design {
	margin-bottom: 50px;
}
.content-design {
	margin-bottom: 50px;
	font-size: 85%;
	line-height: 1.5;
}
.mainimage-design {
	float: right;
	margin-left: 20px;
}
.images-design {
	margin:40px 0 20px
}
.images-design img {
	margin: 0 11px 10px 0;
	border: 1px solid #666666;
}
.size-design {
	float: left;
}
.sizedesc {
	float: left;
	margin-right: 10px;
	padding: 4px 6px 2px;
	border: 1px solid #666666;
}
.title-size {
	float: left;
	margin-right: 5px;
	padding: 4px 0 2px;
}
.notice-design {
	clear: both;
	padding-top: 5px;
}
.price-design {
	margin-top: 20px;
}
.info-design {
	margin-top: 20px;
	color: #6F0000;
	font-weight: bold;
}


/* about */
#about-content {
	float: left;
	width: 100%;
	margin-bottom: 60px;
	color: #06F;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.6;
	text-align: justify;
}
#member-left {
	float: left;
}
#member-right {
	float: right;
}
.member {
	width: 330px;
	margin-bottom: 150px;
	line-height: 1.4;
	font-size: 85%;
	text-align: justify;
}
.membername {
	margin-bottom: 10px;
	padding-top: 3px;
	font-size: 116%;
	border-top: 1px dotted #666666;
}
.pics_shige {
	float: left;
	margin-right: 10px;
}
.pics_miki {
	margin-bottom: 5px;
}


/* Link */
/*#linklist {
	margin-bottom: 210px;
}
#linklist li {
	clear: both;
	width: 90%;
	font-size: 85%;
}
#linklist li img {
	float: left;
	margin: 3px 12px 30px 0;
	border: 1px solid #000;
}
#linklist li a {
	display: block;
	margin-bottom: 5px;
	font-size: 108%;
	font-weight: bold;
}*/
/* Link */
h2.title-link {
	margin: 30px 0 10px;
	font-size: 100%;
}
.linklist {
	width: 100%;
	margin-left: 0;
	margin-bottom: 100px;
	list-style: none;
	letter-spacing: 0.1em;
}
.linklist li {
	float: left;
	width: 320px;
	margin-right: 25px;
	margin-bottom: 20px;
	font-size: 85%;
	background: url(images/icon_link.gif) 0 4px no-repeat;
}
.linklist li img {
	float: left;
	margin: 2px 10px 10px 0;
	border: 1px solid #000;
}
.linklist li a {
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
}
.linklist li p {
	margin-top: 5px;
}


/* haijimap */
#map {
	width: 100%;
	height: 600px;
}
.map-info {
	width: 400px;
	padding: 10px;
}
.map-img {
	float: left;
	margin-right: 5px;
}
.map-name {
	padding-bottom: 5px;
	font-weight: bold;
}
.map-desc {
	padding-top: 5px;
	font-size: 85%;
	line-height: 1.6;
	border-top: 1px solid #000;
}


/* Sidebar */
#sidebar {
	width: 160px;
	float: right;
	margin-bottom: 150px;
}
.sidemenu {
	margin-bottom: 60px;
}
.sidemenu h3 {
	margin-bottom: 10px;
	font-size: 100%;
}
.sidemenu ul li {
	margin-bottom: 7px;
	font-size: 85%;
	letter-spacing: 0.1em;
}
.sidemenulist li {
	list-style-type: square;
	list-style-position: inside;
}


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

	padding: 0;
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 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 記事内のイメージ */


/* 検索フォーム */
#sidebar #searchform {
	margin: 8px 0;
}

#sidebar #searchform #s {
	width: 170px;
	padding: 3px;
	border: 1px dotted #333366;
}

#sidebar #searchsubmit {
	margin-top: 5px;
	padding: 4px;
	border: 1px dotted #333366;
}
/* End 検索フォーム */


/* RSSフィード */
a.feed {
	display: block;
	margin: 20px 0 0;
	padding-left: 18px;
	background: url(images/rss_icon.png) left no-repeat;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a.feed:hover {
	color: #06F;
	border-bottom: 2px solid #06F;
}
/* End RSSフィード */




/* Comment */
.commentarea {
	font-size: 85%;
}
#postcomment {
	font-size: 93%;
	margin: 6px 0;
}
.commentlist {
	margin-bottom: 40px;
	list-style-type: decimal;
	list-style-position: inside;
}
.commentlist li, #commentform input, #commentform textarea {
	font-size: 93%;
}
.commentlist li ul li {
	margin-left: 10px;
	font-size: 85%;
}

.commentlist li {
	margin: 10px 0 10px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 85%;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	margin: 5px 0;
	font-size: 85%;
}

.commentmetadata {
	margin-left: 10px;
	font-weight: normal;
}

.nocomments {
	text-align: center;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 0px;
	border-bottom: 1px solid #000000;
}

#commentform {
	margin: 5px 0;
}
#commentform textarea {
	width: 100%;
	margin: 10px 0px;
	padding: 3px;
	border: 1px solid #000000;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	width: 114px;
	margin: 10px 0;
	float: right;
	border: none;
}
/* End Comment */
