@charset "utf-8";
/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: WordPress のテーマ「2010」は、スタイリッシュで、カスタマイズ可能で、簡潔で、読みやすく -- カスタムメニュー、ヘッダー画像、背景でサイトを作れます。
Twenty Ten は6つのウィジェットエリア (サイドバーに2つ、フッターに4つ) と、アイキャッチ画像 (ギャラリー投稿のサムネイルと、
投稿やページのカスタムヘッダー画像) に対応しています。
印刷用、管理のビジュアルエディター用、"Asides" と "Gallery" カテゴリー用のスタイルシートが用意されています。
また、サイドバーを取り去った1カラムのページのテンプレートもあります。
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -290px 30px 38px;
	width: 980px;
}
#content {
	margin: 0 250px 0 0px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
	padding:0 20px 20px;
	margin-right:20px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 985px;
}

/*
LAYOUT: One column, no sidebar info
DESCRIPTION: One centered column with no sidebar
*/

.one-column-info #content {
	margin: 0 auto;
	width: 985px;
}


/***************** Information ********************/

.one-column-info #content-info {
	background-color:#fff;
	border:1px dotted #ccc;
	padding:10px 10px 5px 10px;
}

.one-column-info #content-info .title {
	background:url("./images/common/icon_info.gif") no-repeat scroll left center #eeeeee;
	border-bottom:1px dotted #eee;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-left:0px;
	width: 936px;
	padding:2px 0 2px 27px;
	position:relative;
	height: 24px;
	line-height: 26px;

}

.one-column-info #content-info .date{
	color:#666;
	position:relative;
	float:right;
	right:10px;
	bottom:27px;
	font-size:10px;
	font-weight:bold;
	line-height: 24px;

}

.one-column-info #content-info .text {
	font-size:1em;
	font-size:12px;
	line-height: 20px;
	padding: 7px 10px 10px 0px;
}

.one-column-info #content-info .text img{
	margin-top:5px;
	margin-right:15px;
	padding:5px;
	border:1px solid #ccc;
	float: left;
}


/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

.left {
float:left;
}

.right {
float:right;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,#main_one,
#wrapper {
	margin: 0 auto;
	width: 1075px;
}
#wrapper {
	padding: 0 0px 0 0px;
}
#draph{
	margin: 0 auto;
	width: 1075px;
	height:10px;

}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background:url("./images/common/bg.jpg") repeat-x scroll 0 0 transparent ;
	border-top : 0px solid #000000;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: none;
	margin: 0 ;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0099cc;
	text-decoration: none;
}
a:visited {
	color: #0099cc;
	text-decoration: none;
}
a:active,
a:hover {
	color: #0066cc;
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	background:url("./images/common/bg_body.png") repeat-y scroll 0 0 transparent ;
	padding: 0px 0 0 0;
	margin: 0px;
	height: 148px;
}

#contact {
    background:url(./images/common/bg_contact.png) no-repeat;
    width:110px;
    height:35px;
	position: absolute;
    right:0px;
	float: right;
	text-align:center;
	margin:0 0 0 30px;
	padding:0 10px 0 0px;
	font-size:10px;
}

#contact a:link,visited {
	color: #000;
	text-decoration: none;
}
#contact a:active,hover {
	color: #000;
	text-decoration: none;
}

#masthead {
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 35px 0 0px 45px;
	width: 300px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	font-size:10px;
	clear: left;
	float: left;
	margin: -5px 0 0px 139px;
	width: 155px;
}

/* This is the custom header image */
#branding img {
	clear: both;
	display: block;
}


/* =Menu img
-------------------------------------------------------------- */
#access {
    padding: 0px;
	display: block;
	position:relative;
	bottom:45px;
	left:80px;
	margin: 0 auto;
	width: 960px;
    height: 60px;
    margin: 0px;
}
#access ul {
    padding:0px;
    margin: 0px;
}
#access li {
    display:inline;
    list-style-type:none;
}
#access li a {
    height:60px;
    display:block;
    float:left;
    text-indent:-9877em;
    text-decoration:none;
    overflow:hidden;
}

/*—以下のをボタン分用意する—*/

/*——oNavi01 INFO*/
/*——off*/
#access li.navi01 a {
    background:url(./images/common/navi_info.gif) no-repeat;
    width:95px;
}

/*——hover*/
#access li.navi01 a:hover {
    background:url(./images/common/navi_info.gif) no-repeat 0px -60px;
}

/*——oNavi02 ABOUT*/
/*——off*/
#access li.navi02 a {
    background:url(./images/common/navi_about.gif) no-repeat;
    width:113px;
}

/*——hover*/
#access li.navi02 a:hover {
    background:url(./images/common/navi_about.gif) no-repeat 0px -60px;
}

/*——oNavi03 GALLERY*/
/*——off*/
#access li.navi03 a {
    background:url(./images/common/navi_gallery.gif) no-repeat;
    width:143px;
}

/*——hover*/
#access li.navi03 a:hover {
    background:url(./images/common/navi_gallery.gif) no-repeat 0px -60px;
}

/*——oNavi04 WORK*/
/*——off*/
#access li.navi04 a {
    background:url(./images/common/navi_work.gif) no-repeat;
    width:109px;
}

/*——hover*/
#access li.navi04 a:hover {
    background:url(./images/common/navi_work.gif) no-repeat 0px -60px;
}

/*——oNavi05 LINK*/
/*——off*/
#access li.navi05 a {
    background:url(./images/common/navi_link.gif) no-repeat;
    width:105px;
}

/*——hover*/
#access li.navi05 a:hover {
    background:url(./images/common/navi_link.gif) no-repeat 0px -60px;
}

/*——oNavi06 BLOG*/
/*——off*/
#access li.navi06 a {
    background:url(./images/common/navi_blog.gif) no-repeat;
    width:101px;
}

/*——hover*/
#access li.navi06 a:hover {
    background:url(./images/common/navi_blog.gif) no-repeat 0px -60px;
}

/*——oNavi07 CONTACT*/
/*——off*/
#access li.navi07 a {
    background:url(./images/common/navi_contact.gif) no-repeat;
    width:110px;
}

/*——hover*/
#access li.navi07 a:hover {
    background:url(./images/common/navi_contact.gif) no-repeat 0px -50px;
}



/* =Content
-------------------------------------------------------------- */

#main {
	background:url("./images/common/bg_one.png") repeat-y scroll 0 0 transparent ;
	clear: both;
	overflow: hidden;
	padding:0px;
	margin:0px;
}
#main_one {
	background:url("./images/common/bg_body.png") repeat-y scroll 0 0 transparent ;
	clear: both;
	overflow: hidden;
	padding:0 0 0 10px;
	margin:0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
#content p,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ffff00;
}
#content .entry-title {
	background: url("http://draphic.com/images/icon/icon_blog_title.png") no-repeat scroll left top;
	border-bottom: 4px solid #000;
	color: #000;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	letter-spacing : 1px;
	padding: 0 0 8px 35px;


}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #999;
}
.entry-meta {
	color: #888;
	font-size: 11px;
	position:relative;
	float:left;
	left:0px;
	bottom:5px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	line-height :18px;
	font-size:12px;
	clear: both;
	padding: 0px 0 0 0px;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";

}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}


.entry-content a img {
	background:none repeat scroll 0 0 #cccccc;
	border:1px solid #999999;
	margin-right:10px;
	padding:5px;
}

.entry-content a:hover img {
	background:none repeat scroll 0 0 #0099ff;
	border:1px solid #999999;
	padding:5px;
}



#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin:0 10px 0 0px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #0099cc;
}
#content .video-player {
	padding: 0;
}
.comments-link {
	padding:5px;
	float: right;
}
.comments-link img{
	vertical-align: middle;
}


/* =top info
-------------------------------------------------------------- */
#content .topinfo {
	float:left;
	width: 470px;
	height: 200px;
	padding: 0px;
	background: scroll 0 0 #ffffff;
	margin-bottom:10px;
}

#content .topinfo ul{
	padding:0;
	color: #ffffff;
}

#content .topinfo li{
	background:url("./images/common/icon_arrow_6px.gif") no-repeat scroll left center #555555;
	color: #ffffff;
	font-size: 10px;
	border-top:1px dotted #CCCCCC;
	padding:5px 10px 5px 10px;
	line-height:14px;
}


/* =Scroller
-------------------------------------------------------------- */
.Scroll_container {
  position:relative;
  top: 00px;
  left: 0px;
  width: 470px;
  height: 0px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 460px;
  height: 200px;
  padding: 0px 0px 10px 0;

}
#Scroller-1 p {
  background:url("./images/common/icon_arrow_6px.gif") no-repeat scroll 2px 7px #ffffff;
  vertical-align: baseline;margin: 0;
  padding: 3px 10px 1px 15px;
  font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
  font-size: 11px;
  color: #777;
  line-height:15px;
  border-top:1px dotted #CCCCCC;
}
#Scroller-1 .more {
  text-align: right;
  margin: 0;
  padding: 0px 10px 3px 0px;
  font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
  font-size: 11px;
  color: #777;
}

.Scroller-Container {
  position:relative;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
  width: 10px;
  height: 210px;
  position:relative;
  top: 0px;
  left: 460px;
  background-color: #ffffff;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 10px;
  height: 70px;
  background-color: #000000;
}

/* =top right
-------------------------------------------------------------- */
#content .rightcontents {
	float:right;
	width: 490px;
	height: 190px;
	padding: 0px 5px 0 10px;
	margin-bottom:10px;
	color:#fff;
	font-size:11px;
}
#content .rightcontents .blog{
	float:left;
	width: 250px;
	height: 190px;
	padding: 10px 10px 10px 15px;
	background: scroll 0 0 #333333;
	margin-bottom:10px;
	color:#ccc;
	font-size:11px;
	line-height: 18px;
}
#content .rightcontents .blog a:hover{
	color:#ffff00;
}

#content .rightcontents .blog .title{
	background-image : url("./images/common/icon_blog.png") ;
	background-repeat : no-repeat;
	padding:0 0 3px 18px;
	margin-bottom:5px;
	font-size:12px;
	font-weight: bold;
	width:230px;
	border-bottom:1px dotted #0099cc;
}
#content .rightcontents .other{
	float:right;
	width: 188px;
	height: 190px;
	padding: 10px 10px 10px 15px;
	background: url("./images/common/side_info_bg.gif") repeat-y scroll left center;
	margin-bottom:10px;
	color:#fff;
	font-size:11px;
}


/* =top twitter
-------------------------------------------------------------- */
#twitter_div {
text-align : left;
margin : 0px 0; /* 適宜変更推奨 */
padding : 0px;
}

#twitter_div h2 {
	background-image : url("./images/common/icon_twitter_h2.png") ;
	background-repeat : no-repeat;
	padding: 0 0 3px 18px;
	margin-bottom:2px;
	font-size:12px;
	font-weight: bold;
	width:172px;
	border-bottom:1px dotted #0099cc;
	color: #666666;
}

#twitter_div ul {
	width : 190px; /* 適宜変更推奨 */
	height: 160px;/* 適宜変更推奨 */

}

/* ↓ここの設定は、10px×7pxのアイコン画像を基準にした数値になっています。 */
#twitter_div li {
padding : 0px 0px 0px 18px; /* 適宜変更推奨 */
background-image : url("./images/common/icon_twitter.png");
background-repeat : no-repeat;
background-position : 0px 0px; /* 適宜変更推奨 */
border-bottom : dotted 1px #6e6055; /* 適宜変更推奨 */
}

#twitter_div li a {
font-size : 10px !important;
color : #0099cc; /* 適宜変更推奨 */
}

#twitter_div li a:hover {
color : #cccc00;
}

#twitter_div li span {
color : #666; /* 適宜変更推奨 */
font-size : 10px;
}

#twitter_div li span a {
color : #0099cc; /* 適宜変更推奨 */
font-size : 1em !important;
}

a#twitter-link {
font-size : 11px;
color : #0099cc; /* 適宜変更推奨 */
text-align : right;
display : block;
}

a#twitter-link:hover {
color : #cccc00;
}





/* =top About
-------------------------------------------------------------- */
#content .page-about {
	color: #000;
	margin: 0 0 10px 0;
	word-spacing: 0.1em;
}
#content .page-about a:link,
#content .page-about a:visited {
	color: #0099ff;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
}
.home .sticky #content .page-about a {
	background: #d9e8f7;
}
#content .page-about a:active,
#content .page-about a:hover {
	color: #0066ff;
}
body.page .edit-link {
	clear: both;
	display: block;
}

#content .page-about h3 { 
background: url("./images/common/icon_h3.gif") no-repeat scroll left center;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding: 0 0 4px 28px;
}

#content .page-about table {
	text-align: left;
	width: 100%;
	margin: 0 0 10px;
	border: 0px;
    font-size: 90%;
}
#content .page-about table tr {
}

#content .page-about table td {
	line-height: 18px;
	padding: 5px 10px 3px 10px;
	text-align:left;
	border-top: 1px dotted #999;
    background-color: #fff;
}
#content .page-about table td .age {
}

#content .page-about ul{
    line-height: 160%;
    margin: 0 0 10px 0;
    padding: 0 20px 0 5px;
}
#content .page-about ul img{
	vertical-align: middle;
}
#content .page-about ul .listtext{
    font-size: 90%;
	list-style: square outside none;
    margin: 0 0 10px 35px;
    padding: 0 0 0 0px;
    line-height: 16px;
}
#content .page-about li{
}

#content .page-about .blockquote { 
    background-color: #eee;
    display: block;
    margin: 0 0 10px;
    padding: 20px;
    line-height: 24px;
}
#content .page-about .blockquote img { 
    padding-bottom: 15px;
}
#content .page-about .blockquote .subprofile { 
    margin-top: 10px;
    font-size: 90%;
    line-height: 160%;
}

/* =top Gallery
-------------------------------------------------------------- */
#content .page-gallery {
	color: #000;
	margin: 0 0 10px 0;
	word-spacing: 0.1em;
}
#content .page-gallery a:link,
#content .page-gallery a:visited {
	color: #0099ff;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
}
#content .page-gallery a:active,
#content .page-gallery a:hover {
	color: #0066ff;
}

#content .page-gallery-topimg {
	background:url("./images/gallery/top_img.jpg") no-repeat scroll center bottom;
	float: left;
	width:500px;
	height:540px;
	margin: 0 0 30px 0;
	padding:0px;
	border:0px solid #cccccc;
}
#content .page-gallery-topimg img{
	display:block;
	margin:auto;
}

#content .page-gallery-right {
	width:470px;
	float: right;
	margin: 0 0px 0 0;
}
#content .page-gallery-right p{
	padding:5px;
}
#content .page-gallery-right img { 
	background:none repeat scroll 0 0 #eee;
	border:1px solid #cccccc;
	margin:0;
	padding:5px;
}
#content .page-gallery-right a:hover img { 
	background:none repeat scroll 0 0 #0099ff;
	border:1px solid #222222;
}

#content .page-gallery-right img { 
	background:none repeat scroll 0 0 #eee;
	border:1px solid #cccccc;
	margin:0;
	padding:3px;
}

#content .page-gallery-detail { 
}

#content .page-gallery-detail img { 
	background:none repeat scroll 0 0 #fff;
	border:1px solid #cccccc;
	margin:0;
	padding:5px;
}
#content .page-gallery-detail a:hover img { 
	background:none repeat scroll 0 0 #0099ff;
	border:1px solid #cccccc;
}
#content .page-gallery-detail ul.images {
	list-style-type:none;
	margin:0 0 20px 0px;
}

#content .page-gallery-detail ul.images li {
	float:left;
	margin:0 10px 5px 0;
}


/* =top Work
-------------------------------------------------------------- */
#content .page-work {
	color: #000;
	margin: 0 0 10px 0;
	word-spacing: 0.1em;
}
#content .page-work a:link,
#content .page-work a:visited {
	color: #0099ff;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
}
#content .page-work a:active,
#content .page-work a:hover {
	color: #0066ff;
}

#content .page-work .left { 
width:350px;
padding:0 0 30px 10px;
}
#content .page-work .left .textlist{ 
padding:0 0 0px 23px;
}
#content .page-work .left img{ 
vertical-align: middle;
border: 0px;
padding:0px;
}

#content .page-work .right { 
width:350px;
padding:0 10px 30px 0px;
}
#content .page-work .right .textlist{ 
width:330px;
padding:0 0 0px 23px;
}
#content .page-work .right img{ 
vertical-align: middle;
border: 0px;
padding:0px;
}

#content .page-work #category ul { 
    float: left;
    list-style: none outside none;
    margin-left: 0;
    width: 760px;
}
#content .page-work #category li {
	display: block;
    float: left;
    text-align: center;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 4px;
    width: 170px;
	list-style: none;
	border: none;
}
#content .page-work #category li img {
	background:none repeat scroll 0 0 #eee;
	border:1px solid #cccccc;
	margin:0;
	padding:5px;
}
#content .page-work #category li a:hover img { 
	background:none repeat scroll 0 0 #0099ff;
	border:1px solid #cccccc;
}


#content .page-work h3 { 
background: url("./images/common/icon_h3.gif") no-repeat scroll left center;
    border-bottom: 2px dotted #000000;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding: 0 0 4px 28px;
}
#content .page-work h4 { 
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding: 0 0 4px 8px;
}

#content .page-work p { 
    padding: 15px;
}

#content .page-work img { 
	background:none repeat scroll 0 0 #fff;
	border:1px solid #cccccc;
	margin:0;
	padding:5px;
}
#content .page-work a:hover img { 
	background:none repeat scroll 0 0 #0099ff;
	border:1px solid #cccccc;
}
#content .page-work .newimage ul {
	list-style-type:none;
	margin:0 0 20px 0px;
    padding: 0 0 0 10px;
	height:150px;
	width:750px;

}

#content .page-work .newimage li {
	list-style: none;
	float:left;
	margin:0 10px 5px 0;
	padding:0;
	border: none;
}


#content .page-work ul{
    line-height: 160%;
    margin: 0 0 0px 0;
}


#content .page-work li{
    line-height: 160%;
    margin: 0;
    padding: 0 0 0 0px;
    list-style: square outside none;
	border-bottom:1px dotted #cccccc;

}

#content .page-work .blockquote { 
    background-color: #eee;
    display: block;
    margin: 0 0 10px;
    padding: 20px;
    line-height: 24px;
}


/* =top Link
-------------------------------------------------------------- */
#content .page-link {
	color: #000;
	margin: 0 0 10px 0;
	word-spacing: 0.1em;
}
#content .page-link a:link,
#content .page-link a:visited {
	color: #0099ff;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
}
.home .sticky #content .page-link a {
	background: #d9e8f7;
}
#content .page-link a:active,
#content .page-link a:hover {
	color: #0066ff;
}
body.page .edit-link {
	clear: both;
	display: block;
}

#content .page-link table {
	border: 1px solid #e7e7e7;
	text-align: left;
	width: 100%;
	margin: 0 0 20px;
}
#content .page-link table tr {
}

#content .page-link table th { 
	background-color: #222;
	padding: 10px 10px 5px 10px;
	color: #666;
	width: 100px;
	vertical-align:middle;
	border-bottom:1px dotted #fff;
}

#content .page-link table td { 
	border-top:1px dotted #CCCCCC;
	background:url("./images/common/icon_info.gif") no-repeat scroll left center #ffffff;
	padding: 13px 5px 5px 28px;
	text-align:left;
	color: #666;
}
#content .page-link table img { 
	background:none repeat scroll 0 0 #555555;
	border:1px solid #222222;
	margin:0;
	padding:5px;
}
#content .page-link a:hover img { 
	background:none repeat scroll 0 0 #0099cc;
	border:1px solid #222222;
}

#content .page-link .bnr {
	float:left;
}

#content .page-link .bnr_bottom {
	float:left;
}


/* =kuzu パンくず
-------------------------------------------------------------- */
#content .kuzu {
	  font-size: 10px;
}

#content .kuzu a:link {
	color: #cc0000;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
}
#content .kuzu a:active,
#content .kuzu a:hover {
	color: #0099ff;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	height: auto;
	max-width: 1000px;
	width: auto;
}

#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 20%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 0px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Contact Form
-------------------------------------------------------------- */
.wpcf7-form{
	background: none repeat scroll 0 0 #000000;
    border: 1px solid #333333;
    margin: 0 0 15px;
    padding: 30px;
    text-align: center;
}
.wpcf7-form #box{
 text-align:left;
}
.wpcf7-form #box p{
	 color:#fff;
	 margin:0;
}
.wpcf7-form #box con{
}
.wpcf7-form #box textarea{
width: 98%;
}
.wpcf7-form #box .form-submit {
	margin: 12px 0;
	text-align: center;
}
.wpcf7-form #box .form-submit input {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #555555;
    color: #A5A5A5;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    padding: 4px 0;
    width: 200px;
}
.wpcf7-form #box .form-submit input:hover { 
	color:#cccc00; 
	border:1px solid #cccc00; 
}

.wpcf7-form div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
    border: 2px solid #0099ff;
    color:#fff;
}
.wpcf7-form div.wpcf7-mail-sent-ng {
    border: 2px solid #FF0000;
}
.wpcf7-form div.wpcf7-spam-blocked {
    border: 2px solid #FFA500;
}
.wpcf7-form div.wpcf7-validation-errors {
    border: 2px solid #0099ff;
    color:#fff;
}
.wpcf7-form span.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    font-size: 10pt;
    color:#333;
    left: 20%;
    padding: 2px;
    position: absolute;
    top: 20%;
    width: 280px;
    z-index: 100;
}
.wpcf7-form span.wpcf7-not-valid-tip-no-ajax {
    color: #FF0000;
    display: block;
    font-size: 10pt;
}
.wpcf7-form span.wpcf7-list-item {
    margin-left: 0.5em;
}
.wpcf7-form .wpcf7-display-none {
    display: none;
}
.wpcf7-form img.ajax-loader {
    border: medium none;
    vertical-align: middle;
}




/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ffff00;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	margin: 20px 0 10px 0;
	font-size: 14px;
	color:#fff;
	background-color: #000000;
    padding: 10px 20px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #333333;
    margin: 0 0 15px;
    padding: 15px 20px 3px;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
	color: #ffffff;
    font-size: 12px;

}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 20px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
	line-height: 12px;
}
.comment-author cite {
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.comment-author .says {
		color: #fff;
	font-size: 11px;
}
.comment-meta {
    color: #757676;
    font-size: 11px;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #eee;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ffff00;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 12px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ffff00;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #333333;
    margin: 0 0 15px;
    padding: 30px;
    text-align: center;
}
#respond p {
	color:#ffffff;
	margin: 0;
    text-align: left;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
	color: #333;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ffff00;
	font-weight: bold;
}
#respond label {
    color: #ffffff;
    display: block;
    font-size: 11px;
    margin: 0 0 0px;
    padding: 0;
}
#respond input {
	margin: 0 0 9px;
	width: 70%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
	text-align: center;
}
#respond .form-submit input {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #555555;
    color: #A5A5A5;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    padding: 4px 0;
    width: 200px;
}
#respond .form-submit input:hover { 
	color:#cccc00; 
	border:1px solid #cccc00; 
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
	font-size: 10px;
	color: #cccccc;
}
.widget-area ul ul a{
	font-size: 12px;
}
.widget-area .info_bg {
	background: url("./images/common/side_info_bg.gif") repeat-y scroll left center;
	padding:5px 15px 15px 12px;
}
.widget-area .info_bg ul{
}
.widget-area .info_bg li{
	border-bottom: 1px dotted #333;
    line-height: 160%;
    list-style: square outside none;
    margin: 0;
    padding: 0 0 0 0;
    color: #333333;
}


.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	background: url("./images/common/side_category_bg.png") no-repeat scroll left center;
	height: 40px;
	color: #222;
	text-align: center;
	padding: 22px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #cccccc;
	font-size: 10px;
	padding-bottom: 4px;
	text-align: center;
}
#wp-calendar td#today {
	background:none repeat scroll 0 0 #111111;
	color:#ffffff;
	text-decoration: none;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
	background:none repeat scroll 0 0 #000000;
	border: 1px solid #555;
	font-weight:normal;
	line-height:100%;
	padding:4px 0 2px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	border: 1px solid #555;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot td {
	border:medium none;
	padding:5px 0;
	font-size: 10px;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ffff00;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main,#main_one .widget-area ul {
	margin-left: 0;
	padding: 20px 20px 0 0;
}
#main,#main_one .widget-area ul ul {
	border: none;
	margin-left: 0px;
	padding: 0 0 0 10px;

}
#main,#main_one .widget-area ul ul a:hover {
	color: #ffff00;
	text-decoration: none;
}
#main,#main_one .widget-area ul li {
	line-height: 18px;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin: 0 auto;
	background: #000000;
}
#colophon {
	margin: 0 auto;
	overflow: hidden;
	padding: 13px 0;
}
#site-info {
	font-size: 12px;
	color: #fff;
	text-align:center;
}
#site-info a {
	color: #fff;
	text-decoration: none;
}
#site-info .copy{
	font-size: 10px;
	font-weight: none;
	color: #fff;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main,#main_one {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}