@charset "UTF-8";

/*CSS re-set
****************************************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}

ol, ul{
    list-style:none;
}

fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

/*common
***********************************************************/

body {
	background-color: #fff;
	font-size: 100.01%;
	text-align:left;
	color: #333;
}

body, h1, h2, h3, h4, h5 p, li, td, input .inner {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

a {
	color: #369;
	text-decoration: none;
}
a:visited {
	color: #369;
}
a:hover {
	color: #F66;
}

p, li, td, .main {
	line-height:1.5;
	font-size:12px;
}

strong {
	color:#000;
	font-weight:bold;
}

em {
	font-style:italic;
}

.clearboth {
	clear:both;
}

.dn {
	display: none;
}

/*layout
***********************************************************/

#base {
	margin:0 auto;
	background: url(images/back-line.gif) repeat-x 0 50px;
}

#container {
	margin:0 auto;
	width: 800px;
	background: url(images/logo.gif) no-repeat right 38px;
}

/*header
***********************************************************/
#headerimg {
	padding-top: 8px;
	padding-left: 8px;
}

.description {
	display: none;
}

/*head-menu
***********************************************************/
#head-menu {
	margin-top: 11px;
}

#head-menu li {
list-style-type: none;
padding-right: 17px;
float: left;
}

#head-menu li.contact {
padding-right: 0;
}

/*footer
***********************************************************/
#footer {
color:#999;
margin:0;
padding:30px 0;
text-align:center;
}

#footer p {
font-size:10px;
}


/*sidebar
***********************************************************/
#sidebar {
font-size:11px;
float:left;
width:200px;
padding:0;
margin:0;
}

#sidebar #sidebar-inner {
	padding-left: 15px;
	padding-right: 15px;
}

#sidebar h3 {
font-size:12px;
line-height: 1;
margin:15px 0 0;
padding: 0 0 7px 15px;
background: url(images/sidebar-icon.gif) no-repeat 0 2px;
font-weight: bold;
}


#sidebar ul {
list-style:none;
margin:5px 0 0 10px;
}

#sidebar ul ul {
margin:2px 0 0 5px;
}

#sidebar ul ul ul {
margin:5px 0 0 5px;
}

#sidebar ul li {
padding:0 0 3px 10px;
font-size: 11px;
background: url(images/icon-dot_999.gif) no-repeat 0 0.5em;
}

#sidebar ul ul li {
padding:0 0 0 13px;
font-size: 11px;
background: url(images/icon-hyphen_ccc.gif) no-repeat 0 0.5em;
}

#sidebar ul li a {
	color:#000;
}

#sidebar ul li a:hover {
	color: #F66;
}

#sidebar select {
margin:10px 0 0 15px;
}
/*common
***********************************************************/
.clear {
clear:both;
}

.warning {
height:160px;
/*background: url(images/warning.gif) no-repeat;*/
padding:20px 0 0 80px;
margin:50px 0 0 10px;
}

.warning p {
font-size:14px;
}


abbr {
border:none;
}

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

.alignleft {
float:left;
}

.alignright {
float:right;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
margin:10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.wp-caption img {
margin:0;
padding:0;
border:0 none;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
padding:0 4px 5px;
margin:0;
}

/* self-clear floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* IE Hacks */

*html #bubble {
display:none;
}

*html #bubble p {
display:none;
}

* html .group,
* html #nav ul li a {
height: 1%;
}

*:first-child+html .group {
min-height: 1px;
}

* html #nav ul li a {
display: inline;
}


/*content
***********************************************************/

#content {
float:right;
width:560px;
}

#content-inner {
	margin: 15px 40px 0 0;
}

#content .page-title {
padding-left: 40px;
background: url(images/title_icon_other.gif) no-repeat 0 4px;
}

#news #content .page-title {
background: url(images/title_icon_news.gif) no-repeat 0 0;
}

#project #content .page-title {
background: url(images/title_icon_project.gif) no-repeat 0 2px;
}

#profile #content .page-title {
background: url(images/title_icon_profile.gif) no-repeat 0 2px;
}

#request #content .page-title {
background: url(images/title_icon_request.gif) no-repeat 0 0;
}


#blog #content .page-title {
background: url(images/title_icon_blog.gif) no-repeat 0 0;
}

#contact #content .page-title {
background: url(images/title_icon_contact.gif) no-repeat 0 4px;
}

#content .date {
font-size: 11px;
line-height:13px;
}

#content h2 {
font-size:16px;
font-weight: bold;
}

#profile #content h2,
#request #content h2,
#contact #content h2,
#archive #content h2,
#other #content h2,
#project #content .thumbnail-table h2 {
	padding-top: 12px;
}

#content h2 a {
	color: #000;
}

#content h2 a:hover {
	color: #F66;
}

#content h3 {
font-size:14px;
font-weight: bold;
color: #000;
margin-top: 20px;
margin-bottom: 5px;
}

#content p {
line-height:1.6;
margin:0 0 15px 0;
font-size:12px;
}

.navigation {	
font-size:11px;
margin:30px 0 20px 20px;
}

.main {
margin: 15px 0 20px 20px;
}

.main img {
padding:2px;
border:#ddd 1px solid;
margin: 2px;
}

.main a img {
padding:2px;
border:#ccc 1px solid;
}

.main a:hover img {
padding:2px;
border:#900 1px solid;
}

.main .note,
.main .note p{
	line-height:1.5;
	margin:0 0 15px 0;
	font-size:12px;
	color: #798A99;
}

.main ol {
line-height:18px;
margin:0 0 15px 30px;
list-style: decimal;
}

.main ul {
line-height:18px;
margin:0 0 15px 30px;
list-style: disc;
}

.main li {
margin:0 0 5px 0;
}

.main blockquote {
	border:#ccc 1px solid;
	padding: 10px 15px 0;
	margin-bottom: 15px;
	background:#f7f7f7;
}

.meta {
background:#f3f3f3;
font-size:11px;
line-height:15px;
color:#333;
padding:5px 10px;
margin:0 0 40px 20px;
border-top:#bbb 1px solid;
}

#content .meta p {
	margin: 0;
}

.comment-box {
	margin: 15px 0 20px 20px;
}

.to-top {
	font-size: 11px;
	text-align: right;
}

/*comment
***********************************************************/
input,
textarea {
background:#f6f6f6;
font-size:12px;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

input {
width:250px;
}

textarea {
width:400px;
}


input.submit,
input.wpcf7-submit {
background:#222;
font-size:11px;
display:block;
margin:0 0 10px 0;
padding:1px 4px 2px 4px;
border:#888 1px solid;
color:#eee;
width:auto;
}

input.subcom {
background:#eee;
font-size:11px;
margin:0 0 10px 0;
padding:1px 4px 2px 4px;
border:#888 1px solid;
color:#222;
}

input.comment {
background:#f6f6f6;
font-size:11px;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

input:focus,
textarea:focus{
background-color:#FFFAE5;
}

input:hover,
textarea:hover {
border:#fc0 1px solid;
}

input.submit:hover,
input.wpcf7-submit:hover {
background:#666;
cursor:pointer;
border:#999 1px solid;
color:#fff;
}

input.subcom:hover {
background:#222;
cursor:pointer;
border:#888 1px solid;
color:#eee;
}


.postinput small {
font-size:11px;
margin:0 0 0 5px;
}

p.logged {
font-size:12px;
}

h3.reply {
font-size:14px;
font-weight: bold;
margin:0 0 5px 0;
}

.nocomments {
margin:0 0 30px 0;
}

ol.commentlist {
font-size:12px;
list-style:none;
margin:0 0 30px 0;
border-bottom:#bbb 1px solid;
}

.commentlist li {
border-top:#bbb 1px solid;
padding:0 5px 10px;
}

.commentlist li.bypostauthor {
border-top:#bbb 2px solid;
background-color:#f3f3f3;
}

.comment_mod {
margin:10px 0 0 10px;
}

.comment_mod em {
background-color:#fff897;
padding:1px 3px;
}

.commentlist .comment-author-icon {
	float: left;
	width: 40px;
}

.commentlist .comment-main {
	float: right;
	width: 440px;
}

.commentlist .author-name {
	float: left;
	width: 300px;
	font-weight: bold;
	font-size: 12px;
}

.commentlist .comment-date {
	float: right;
	width: 120px;
	text-align: right;
	font-size: 11px;
}

.commentlist .comment-text {
margin:10px 0 0;
}


#commentform p {
line-height:18px;
margin:0 0 15px 0;
}




/**********************************************************/
/*sitetop
***********************************************************/

#sitetop .top-movie {
	padding: 40px 0 40px;
}

#sitetop #concept {
	padding: 35px 40px;
}

#sitetop #concept p {
	line-height:1.5;
	margin:0 0 15px 0;
	font-size:14px;
}

/*new-entries*/
#sitetop #new-entries {
	float: left;
	width: 510px;
	background: url(images/dot-line2.gif) repeat-x;
	margin-top: 4px;
}

#sitetop #new-entries .new-cate-entries{
	background: url(images/dot-line2.gif) repeat-x bottom;
	
}

#sitetop #new-entries .new-cate-entries .inner {
	padding:20px 15px 5px;
}

#sitetop #new-entries .new-cate-entries h2{
	border-left: 4px solid #000;
	color:#000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 20px;
	margin-bottom: 15px;
}

#sitetop #new-entries .new-cate-entries .entry-data {
	font-size: 11px;
}

#sitetop #new-entries .new-cate-entries li {
	padding-bottom: 15px;
}

/*photo-entry*/
#sitetop #photo-entry {
	float: right;
	width: 270px;
}

#sitetop #photo-entry .polaroid {
	margin-bottom: 15px;
	background: url(images/polaroid_middle.gif) repeat-y;
}

#sitetop #photo-entry .polaroid .unit-t, 
#sitetop #photo-entry .polaroid .unit-b {
	height: 15px;
	font-size: 1px;/*Win IE*/
	line-height: 1%;/*Win IE*/
}

#sitetop #photo-entry .polaroid .unit-t {
	background: url(images/polaroid_top.gif) no-repeat;
}

#sitetop #photo-entry .polaroid .unit-b {
	background: url(images/polaroid_bottom.gif) no-repeat;
}

#sitetop #photo-entry .polaroid .inner {
	padding: 0 13px;
}

#sitetop #photo-entry .polaroid .entry-text {
	padding: 0 5px;
}

#sitetop #photo-entry .polaroid .entry-title {
	font-size: 12px;
	font-weight: bold;
	margin: 13px 0 10px;
}

#sitetop #photo-entry .polaroid p.entry-more{
	text-align: right;
	margin: 10px 0 0;
	font-size: 11px;
}


/*Win IE ¥*/
* html #sitetop #photo-entry .polaroi .inner {
	height: 1%;
}
/* */


/*archive
***********************************************************/
#archive .entries-list {
	margin: 15px 0 15px 20px;
}

#archive .entries-list li {
	line-height: 1.4;
	font-size: 12px;
	margin-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
	border-left:4px solid #ddd;
}

#archive .entries-list .entry-data {
font-size:11px;
color:#666;
font-weight: normal;
}


#archive .entries-list .meta {
background: none;
font-size:11px;
line-height:1.2;
color:#666;
padding:0;
margin:0;
border-top: none;
font-weight: normal;
}

/*contact
***********************************************************/
#contact #content p {
line-height:1.8;
}

/*thumbnail-table
***********************************************************/
#content #content-inner.thumbnail-table  {
	margin: 15px 0 0 0;
}

#content .thumbnail-table .list-unit {
	margin: 10px 0 20px;
}


#content .thumbnail-table li {
	float: left;
	text-align: center;
}


#content .thumbnail-table li .entry-title {
	font-size: 11px;
	padding-top: 5px;
	

}

#content .thumbnail-table li .entry-image {
	width:185px;
}

#content .thumbnail-table li .no-image{
	width:185px;
	height: 130px;
}

/*
#content .thumbnail-table li .entry-image img {
padding:0px;
border:#ddd 1px solid;
}
*/
#content .thumbnail-table li .entry-image  a img {
padding:0px;
border:#ccc 1px solid;
}

#content .thumbnail-table li .entry-image  a:hover img {
padding:0px;
border:#900 1px solid;
}

/*WP-PageNavi
***********************************************************/

.wp-pagenavi {
	clear: both;
	font-size: 11px;
	margin-top: 20px;
	margin-left: 20px;
}

.wp-pagenavi a, 
.wp-pagenavi span {
	text-decoration: none;
	/*border: 1px solid #BFBFBF;*/
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	/*border-color: #000;*/
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/*calendar_wrap
***********************************************************/
#calendar_wrap {
	font-size: 11px;
	color: #666;
	margin-left: 10px;
	margin-top: 10px;
}

#calendar_wrap caption {
	color: #333;
}
#calendar_wrap th,
#calendar_wrap td {
	width: 22px;
}

#calendar_wrap #wp-calendar a {
	color:#F99;
	font-weight: bold;
}

#calendar_wrap #wp-calendar a:hover {
	color: #F66;
}

#calendar_wrap #wp-calendar #prev a,
#calendar_wrap #wp-calendar #next a {
	color: #369;
	font-weight: normal;
	font-size: 11px;
}

#calendar_wrap #wp-calendar #prev a:hover,
#calendar_wrap #wp-calendar #next a:hover {
	color: #F66;
}


#calendar_wrap #wp-calendar #next {
	text-align: right;
}