
body {
	min-width: 780px;
	padding-top: 20px;
	color: #222;
	font-size: 12px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	line-height: 1.6;
	background: #fff url(../img/bg.gif) 0 0 repeat;
}


body.windows {
	font-family: Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}





#nav {
	width: 150px;
	min-height: 500px;
	padding: 0 0 0 10px;
	z-index: 10;
}

#nav ul {
	margin: 10px 0 0;
}

#nav li {
	width: 140px;
	list-style: none;
	margin: 0 0 10px;
}

#nav li a {
	display: block;
	
	color: #222;
	font-size: 18px;
	line-height: 18px;
	font-weight: 100;
	
	height: 27px;
	padding	: 8px 6px 0 22px;
	text-decoration: none;
	background: transparent url(../img/sprite_nav.png) 0 0 no-repeat;
}



#nav li a:hover {
	color: #fff;
	background-position: 0 -50px;
}

#nav li a.active,
body#news #nav li.news a,
body#contact #nav li.contact a,
body#profile #nav li.profile a,
body#blog #nav li.blog a {
	color: #fff;
	cursor: default;
	background-position: 0 -50px;
}



#nav li ul {
	overflow: hidden;
	margin-top: 2px;
}

#nav li li {
	margin-bottom: 2px;
}

#nav li li a {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	height: 18px;
	padding-top: 7px;
	background-image: url(../img/sprite_nav_child.png);
}


body#news #nav li ul,
body#contact #nav li ul,
body#profile #nav li ul,
body#blog #nav li ul {
	display: none;
	margin-top: 0;
}




#foot {
	overflow: hidden;
	margin: 30px 0 0;
}
	
body#index #foot,
body#works #foot {
	margin-top: 20px;
}



.foot-wrapper {
	position: relative;
}

#foot #copyright {
	position: relative;
	padding: 8px 15px 6px;
	color: #333;
	font-size: 77%;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	background: #fff;
}

body#index #foot #copyright {
	color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


#jumpto-pagetop {
	position: relative;
	width: 100%;
	height: 14px;
	margin: 0 0 10px;
	font-size: 85%;
}

#jumpto-pagetop a {
	display: block;
	position: absolute;
	top: 0;
	right: 36px;
	width: 15px;
	height: 14px;
	text-indent: -5000px;
	text-decoration: none;
	background: transparent url(../img/button_pagetop.png) 0 0 no-repeat;
}

#jumpto-pagetop a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



#return-index,
#jumpto-pagetop a,
#nav li a,
#grid-content div.caption,
#grid-content div.foot,
#detail-title,
div.access-map .link,
#content h2,
#content .column-a h3,
#content .column-b h3,
#recent-entries dt,
#atom-feed,
.parmalink,
.external-link {
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



a.zoom-view:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}





/* ---------------------------------------------------------------------------------------------------- */

#content {
	width: 760px;
}

#main {
	width: 700px;
	padding: 22px 22px 44px;
	background: #fff;
}

body#blog #main {
	overflow: hidden;
}


#content h2 {
	padding: 0 0 5px;
	margin: 0 0 5px;
	font-size: 167%;
	font-weight: 100;
	background: transparent url(../img/line_bold.gif) -4px 100% repeat-x;
}

#content h3 {
	font-size: 138.5%;
	font-weight: 100;
}


#content .column-a {
	padding: 10px 0;
	margin: 0 0 5px;
	background: transparent url(../img/line_normal.gif) -4px 100% repeat-x;
}

#content .column-b {
	padding: 10px 0;
	margin: 0 0 5px;
}

#content .entry {
	padding: 20px 0;
	margin: 0 0 5px;
	background: transparent url(../img/line_normal.gif) -4px 100% repeat-x;
}

* html #content .column-a,
* html #content .column-b,
* html #content .entry {
	height: 1%;
}



/* ---------------------------------------------------------------------------------------------------- */
/* News */

.entry {
	overflow: hidden;
}

.entry .entry-date {
	font-size: 85%;
	font-weight: bold;
}

.entry h3,
.entry .entry-title {
	font-size: 123.1% !important;
	font-weight: bold !important;
}

.entry .entry-body {
	float: left;
	margin: 10px 0 0;
	line-height: 1.8;
}

body#news .entry .entry-body {
	width: 695px;
}

body#blog .entry .entry-body {
	width: 520px;
}


.entry .entry-pict {
	float: right;
	width: 160px;
	text-align: center;
}

.entry .entry-body p {
	margin: 0 0 10px;
}

.entry a {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.entry a:hover {
	border-bottom-color: #fff;
}




.pager {
	margin: 30px 0 0;
	text-align: center;
}

.pager li {
	display: inline;
}

.pager a,
.pager strong,
.pager span {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	padding: 3px 4px 2px 3px;
}

.pager strong,
.pager a:hover {
	color: #fff;
	background: #333;
}

.pager span {
	color: #999;
}



/* ---------------------------------------------------------------------------------------------------- */
/* Blog */

.blog-wrapper {
	float: left;
	width: 520px;
}

.sidebar-wrapper {
	float: right;
	width: 160px;
}

.blog-footer {
	position: relative;
	clear: both;
	height: 2px;
	background: transparent url(../img/line_normal.gif) -4px 0 repeat-x;
}

#content .blog-wrapper .entry {
	margin: 5px 0 0;
	background-position: -4px 0;
}

#content .blog-wrapper .entry:first-child {
	background: none;
	margin: 0;
}

.blog-wrapper .entry .entry-body {
	width: 100%;
}



img.mt-image-none {
	margin: 0 0 20px;
}

.parmalink {
	padding: 10px;
	font-size: 93%;
	text-align: right;
}



/* ----- */

#calendar {
	position: relative;
	width: 154px;
	margin: 20px 0 30px;
	font-family: Verdana, Geneva, helvetica, Arial, sans-serif;
}

#calendar th,
#calendar td {
	width: 22px;
	padding: 2px 0;
	color: #111;
	text-align: center;
	font-size: 10px;
}

#calendar th {
	text-transform: capitalize;
}

#calendar .sunday,
#calendar .sunday a {
	color: #f44;
}

#calendar .saturday,
#calendar .saturday a {
	color: #44f;
}

#calendar td a {
	display: block;
	margin: 1px;
	text-decoration: none;
	background: #ddd;
}

#calendar td a:hover {
	color: #fff;
	background: #333;
}


#calendar .calendar-head {
	width: 114px;
	margin: 0 20px 2px;
	color: #111;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
}


#calendar a.prev,
#calendar a.next {
	display: block;
	position: absolute;
	width: 16px;
	top: 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

#calendar a.prev {
	left: 2px;
}
#calendar a.next {
	right: 2px;
}

#calendar a.prev:hover,
#calendar a.next:hover {
	color: #fff;
	background: #999;
}


/* ----- */

#recent-entries {
	margin: 30px 0;
}

#recent-entries dt {
	margin: 0 0 5px;
	font-weight: bold;
}

#recent-entries dd {
	margin: 0 0 8px;
	font-size: 85%;
}

#recent-entries a {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
#recent-entries a:hover {
	border-bottom-color: #fff;
}


#atom-feed {
	margin: 30px 0;
}

#atom-feed a {
	font-size: 85%;
	padding: 0 0 0 13px;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	background: transparent url(../img/icon_feed.gif) 0 40% no-repeat;
}
#atom-feed a:hover {
	border-bottom-color: #fff;
}




/* ---------------------------------------------------------------------------------------------------- */
/* Contact */

div.address {
	overflow: hidden;
}

div.address dl {
	float: left;
	width: 50%;
	padding: 15px 0;
}

div.address dt {
	margin: 0 0 8px 10px;
	font-size: 108%;
	font-weight: bold;
}

div.address dd {
	margin: 0 0 0 10px;
	font-size: 93%;
	font-weight: bold;
}



div.access-map {
	margin: 0 0 30px;
}

div.access-map p {
	margin: 0 0 0 110px;
}

div.access-map .link {
	margin-top: 10px;
}



div.access-list dl {
	margin: 0 10px 20px;
}

div.access-list dt {
	margin: 0 0 4px;
	font-size: 108%;
	font-weight: bold;
}

div.access-list dd dt {
	margin-bottom: 0;
	font-size: 100%;
}

div.access-list dd .note {
	margin: 10px 0 0;
}




/* ---------------------------------------------------------------------------------------------------- */
/* Profile */

body#profile dl {
	padding: 10px 2px;
}

body#profile dt {
	margin: 0 0 8px;
	font-size: 108%;
	font-weight: bold;
}

body#profile th,
body#profile td {
	padding: 3px 0;
}
body#profile th {
	width: 6em;
	padding-right: 20px;
	font-weight: bold;
	white-space: nowrap;
}

.company-table,
.history-table {
	margin: 10px 0;
}

.history-table th,
.history-table td {
	padding-bottom: 15px !important;
}

.history-table td li {
	margin-bottom: 5px;
}




/* ---------------------------------------------------------------------------------------------------- */
/* Index */

#grid-content {
	overflow: hidden;
	min-height: 500px;
	z-index: 5;
}

#grid-content div.block {
	width: 130px;
	padding: 5px;
	background: transparent url(../img/grid.png) 0 0 repeat;
}
#grid-content div.double {
	width: 280px;
}
#grid-content div.triple {
	width: 430px;
}


* html #grid-content div.block {
	background-image: url(../img/grid.gif);
}
*+html #grid-content div.block {
	background-image: url(../img/grid.gif);
}

#grid-content div.article {
	padding: 4px;
	background: none;
	border: 1px solid #fff;
}
#grid-content div.article.double {
}
#grid-content div.article.triple {
}

#grid-content div.article embed,
#grid-content div.article object {
	display: none;
}


#grid-content div.block a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#grid-content div.has-link:hover {
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

* html #grid-content div.has-link:hover {
	background: #f6f6f6;
}
*+html #grid-content div.has-link:hover {
	background: #f6f6f6;
}





#grid-content div.caption,
#grid-content div.summary {
	padding: 8px 10px;
	color: #444;
	background: #fff;
}


#grid-content h2 {
	margin-bottom: 2px;
	font-size: 93%;
	line-height: 1.25;
}

#grid-content p {
	font-size: 85%;
}

#grid-content div.summary h2 {
	margin-bottom: 5px;
}

#grid-content div.caption p {
	line-height: 1.4;
}

#grid-content div.foot {
	margin: 2px 0 0;
	padding: 4px 10px;
	color: #444;
	font-weight: bold;
	background: #fff;
}

#grid-content #box-news .summary .body-text,
#grid-content #box-blog .summary .body-text {
	font-size: 85%;
	line-height: 1.6;
}


#grid-content #box-news .summary .body-text p,
#grid-content #box-blog .summary .body-text p {
	font-size: 100%;
}






#return-index {
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 85%;
	z-index: 20;
}

body#works #return-index {
}



#return-index a {
	color: #000;
	text-decoration: none;
}

#return-index a:hover {
	color: #666;
}




/* ---------------------------------------------------------------------------------------------------- */
/* Works */

#portfolio-content {
	overflow: hidden;
	min-height: 500px;
	z-index: 5;
}


#portfolio-nav {
	height: 90px;
	z-index: 6;
	overflow: hidden;
}

#portfolio-nav .container {
	position: relative;
	top: 25px;
	left: 20px;
	width: 10000px;
	overflow: hidden;
}

#portfolio-nav ul {
	position: relative;
	float: left;
	width: auto;
	top: 0;
	left: 0;
	white-space: nowrap;
	padding: 0 2px 0 6px;
}

#portfolio-nav  li {
	float: left;
	width: auto;
	padding-right: 4px;
}

#portfolio-nav li a {
	display: block;
	outline: none;
}

#portfolio-nav li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#portfolio-nav a.active {
	cursor: default;
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1.0 !important;
	opacity: 1.0 !important;
}



#slide-nav-prev,
#slide-nav-next {
	position: absolute;
	width: 20px;
	height: 60px;
	top: 25px;
}

#slide-nav-prev {
	left: 0;
	background: transparent url(../img/pager_prev_small.png) 0 50% no-repeat;
}
#slide-nav-next {
	right: 0;
	background: transparent url(../img/pager_next_small.png) 100% 50% no-repeat;
}



#slide-nav-prev:hover,
#slide-nav-next:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#portfolio-nav a.disabled {
	cursor: default;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}



#zoom-image {
	position: relative;
}

#zoom-image img {
	position: relative;
}


#detail-title {
	position: absolute;
	top: 98px;
	left: 60px;
	z-index: 10;
}

#detail-title dt {
	font-size: 108%;
	font-weight: bold;
}
#detail-title dd {
	font-size: 85%;
}
#detail-title dd.external-link {
	
}


#zoom-video {
	position: absolute;
}
#zoom-video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}



#zoom-nav-prev,
#zoom-nav-next {
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
}

#zoom-nav-prev {
	left: 10px;
}
#zoom-nav-next {
	right: 10px;
}

#zoom-nav-prev a,
#zoom-nav-next a {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 40px;
	height: 100px;
	margin-top: 0;
	text-indent: -5000px;
	overflow: hidden;
}

#zoom-nav-prev a {
	background: transparent url(../img/pager_prev_large.png) 0 50% no-repeat;
}
#zoom-nav-next a {
	background: transparent url(../img/pager_next_large.png) 0 50% no-repeat;
}

#zoom-nav-prev a:hover,
#zoom-nav-next a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#zoom-nav-prev a.disabled,
#zoom-nav-next a.disabled {
	cursor: default;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}


#loading-icon {
	position: absolute;
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	margin: 32px 0 0 -16px;
	z-index: 50;
	background: transparent url(/shared/img/loading_strip.png) 0 0 no-repeat;
}

* html #loading-icon {
	background: none;
}






