@charset "UTF-8";

/* fomatting style
-------------------------- */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/ftLine.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #999;
	list-style: none;
	font: lighter 16px/1.6em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.2em;
}

h1, h2, h3, h4, th, dt {
	color: #333;
	font-weight: lighter;
}

h1 {
	letter-spacing: 0.3em;
	margin-bottom: 5px;
	font-size: 25px;
	font-style: normal;
}

h2 {
	font-size: 14px;
	margin-bottom: 50px;
}

h3 {
	font-size: 20px;
	padding-top: 40px;
	letter-spacing: 0.4em;
	padding-bottom: 10px;
}

h4 {
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 0.3em;
	padding: 0px 0px 0px 30px;
	margin-top: 30px;
	margin-bottom: 10px;
	background: url(../images/arrow_l.gif) no-repeat left center;
}

p {
	margin-top: 8px;
}

/* link style
-------------------------- */
a img {
	border-style: none;
}

a:link {
	color: #999999;
	text-decoration: none;
}

a:active {
	color: #66CC00;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
}

/* basic layout
-------------------------- */
#layout {
	width: 1000px;
	height: auto;
	top: 0px;
	margin: 0px auto;
}

#wrapper {
	width: 900px;
	padding-right: 50px;
	padding-left: 50px;
}

/* header style
-------------------------- */
#header {
	height: 160px;
	clear: both;
	width: 900px;
}

#header h1 img {
	padding-top: 16px;
}

#header h2 {
	letter-spacing: 1.7px;
	color: #CCCCCC;
	font: italic normal 12px/1.4 Arial, Helvetica, sans-serif;
	padding-top: 15px;
}

#navi {
	float: right;
	text-decoration: none;
	list-style: none;
}

#navi li {
	float: left;
}

#navi li a {
	height: 105px;
	width: 100px;
	text-align: center;
	display: block;
	padding-top: 20px;
	font-size: 11px;
	letter-spacing: 0.3em;
}

#navi #btn_portfolio a:hover {
	background: #fffef7;
	color: #F6D900;
}

#navi #btn_profile a:hover {
	background: #f7f9fd;
	color: #91d5ea;
}

#navi #btn_news a:hover {
	background: #f8fbf6;
	color: #afd135;
}

#navi #btn_contact a:hover {
	background: #fff9f7;
	color: #fac0c0;
}

/* footer style
-------------------------- */
#footer {
	clear: both;
	padding-top: 20px;
	text-align: center;
	line-height: 2em;
	padding-bottom: 40px;
	font-size: 11px;
}

#footer h3 {
	letter-spacing: 2px;
	margin-top: 20px;
	font-size: 12px;
	color: #999;
}

#page_top {
	clear: both;
	text-align: right;
	background: url(../images/pagetop_arrow.gif) no-repeat right;
	padding-right: 13px;
}

/* top style
-------------------------- */
#topmain {
	text-align: center;
	padding-bottom: 30px;
	clear: both;
}

#topPic {
	margin-right: auto;
	margin-left: auto;
}

#photoGallery {
	text-align: right;
	text-decoration: none;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(../images/gallery_mark.gif) no-repeat right;
	padding-right: 12px;
	letter-spacing: 0.1em;
}

.topMessage {
	text-align: left;
	font-size: 12px;
}

.topMessage h3 {
	font-size: 16px;
	color: #7F0000;
}

.topMessage p {
	margin-top: 3px;
	margin-bottom: 3px;
}

/* left_bar style
-------------------------- */
#left_bar {
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
}

#left_bar ul {
	font-size: 10px;
	line-height: 2em;
	text-align: left;
	list-style: none;
	margin-top: 30px;
	font-weight: bold;
}

#left_bar ul li {
	background: url(../images/arrow_a.gif) no-repeat right center;
	margin-top: 15px;
	border-bottom: 1px dotted #C6DDE1;
	height: 2em;
	margin-left: 10px;
	margin-right: 10px;
}

/* right_main style
-------------------------- */
#right_main {
	float: right;
	width: 670px;
	text-align: left;
	padding-left: 80px;
}

#right_main .portfolio_subhead {
	font: normal 18px/2em Arial, Helvetica, sans-serif;
	color: #FFF;
	letter-spacing: 0.5em;
	vertical-align: middle;
	height: 2em;
	margin-bottom: 30px;
	background: #F3F3F3;
	display: block;
	padding-left: 15px;
	padding-top: 35px;
}

ul.list {
	margin-left: 10px;
	font-size: 14px;
	list-style: none;
}

ul.list li {
	padding-left: 20px;	
	background: url(../images/arrow_s.gif) no-repeat left ;
}

.page_top {
	float:right;
	display: block;
	clear: both;
	margin-top: 8px;
	margin-bottom: 16px;
	width: 645px;
	border-top: 1px dotted #666;
	text-align: right;
	background: url(../images/pagetop_arrow.gif) no-repeat right;
	padding-right: 13px;
	font-size: 10px;
}


/* portfolio
-------------------------- */
p.picgallery_title {
	background: url(../images/gallery_mark.gif) no-repeat left center;
	padding-left: 25px;
	color: #CBD213;
	font-size: 14px;
	line-height: 3em;
}
#life {
	float: left;
	width: 334px;
	border-right: 1px dotted #CCC;
}
#life img {
	float:left;
	margin-right: 8px;
	margin-bottom: 8px;
}

#gratitude {
	float: right;
	width: 315px;
	margin-left: 20px;
}
#gratitude p {
	margin-left: 8px;
}
#gratitude img {
	float: left;
	margin-left: 8px;
	margin-bottom: 8px;
}

.movie {
	clear: both;
	display: block;
}

.movie_text {
	width: 305px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.movie_text h2.title {
	font-size: 16px;
	line-height: 1.4;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	color: #666;
}

.movie_text h2.title_eng {
	font-size: 11px;
	line-height: 1.4;
	margin-bottom: 8px;
	border-bottom: 2px solid #c6dde1;
	padding-bottom: 8px;
}

.movie_text .text_jp {
	font-size: 12px;
	line-height: 1.4;
	padding-top: 4px;
}

.movie_text .text_eng {
	font-size: 12px;
	line-height: 1.4;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #CCC;
}

.movie .image {
	float: right;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

/* profile
-------------------------- */
#profile_contents {
	margin-bottom: 50px;
}

#profile_contents p {
	font-size: 16px;
	line-height: 1.5em;
	color: #999;
}

#profile_contents .eng {
	font-size: 12px;
	line-height: 1.5em;
	color: #aaa;
	margin-top: 10px;
}

#profileList li {
	font-size: 12px;
	line-height: 2em;
	list-style: none;
	padding-left: 10px;
	background-image: url(../images/arrow_s.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
}

#pagetitle {
	float: left;
	clear: both;
}

/* news
-------------------------- */
#news_contents {
	margin-bottom: 50px;
}

#news_contents dl {
	margin-top: 30px;
}

#news_contents dt {
	color: #333;
	width: 115px;
	padding-left: 20px;
	margin-top: 3px;
	display: block;
	float: left;
	clear: both;
	background-image: url(../images/arrow_l.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style: none;
}

#news_contents dd {
	color: #666;
	font-size: 14px;
	width: 500px;
	float: right;
	clear: right;
	display: block;
	margin-bottom: 20px;
}

/* contact
-------------------------- */
#contact_contents {
	margin-bottom: 50px;
}

#contact_contents h1 {
	letter-spacing: 0.3em;
	margin-bottom: 5px;
	font-size: 25px;
	font-style: normal;
}

#contact_contents h2 {
	font-size: 14px;
	margin-bottom: 50px;
}

#contact_contents form {
	margin-top: 30px;
	margin-bottom: 25px;
}

#contact_contents table {
	margin-top: 20px;
}

#contact_contents th {
	width: 40%;
	border-top: 1px dotted #CCC;
}

#contact_contents th p {
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	letter-spacing: 0.4em;
	padding-left: 40px;
	border-left: 3px solid #CCC;
}

#contact_contents th.conf p {
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	letter-spacing: 0.4em;
	padding-left: 40px;
	border-left: 3px solid #fee;
	color: #69C;
}

#contact_contents td {
	width: 60%;
	border-top: 1px dotted #CCC;
}

#contact_contents th, #contact_contents td {
	padding-top: 12px;
	padding-bottom: 12px;
}

#contact_contents input[type="text"] {
	font-size: 16px;
	width: 350px;
	border-bottom: 1px solid #666;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 3px;
	line-height: 1.5em;
	vertical-align: middle;
	display: block;
	height: 1.5em;
}

#contact_contents textarea#message {
	overflow: auto;
	height: 120px;
	width: 350px;
	font-size: 14px;
	display: block;
}


 /* partial copy of [ zeromail.css]
-------------------------- */

fieldset {
	border: none;
}

/* 必須 */
.require {
	color: #CC0000;
}

/* １段階小さい文字 */
.small {
	font-size:65%;
}

/* ボタンの親 */
.button {
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
}

.zeromail legend {
	display:none;
}

.zeromail [type=check], .zeromail [type=radio], .zeromail [type=submit] .zeromail [type=myreset] {
	cursor: pointer;
}

.zeromail button[id=submit] {
	float:right;
	display: block;
	border: 0px;
	width: 300px;
	height: 50px;
}

.zeromail button[id=myreset] {
	float:left;
	display: block;
	width: 300px;
	height: 50px;
	clear: left;
	background: url(../images/reset_btn_a.gif);
	border: 0px;
}
.zeromail button[id=back] {
	float:left;
	display: block;
	width: 300px;
	height: 50px;
	clear: left;
	background: url(../images/back_btn_a.gif);
	border: 0px;
}

/*入力エラー*/
.zeromail strong.error {
	display:inline;
	padding:0;
	margin:0;
	border:0;
	background:none;
	color:#A82B2B;
}

/* Message()のメッセージ */
.message {
	text-align:left;
}

/*エラー*/
.zeromail span.error {
	display:block;
	margin:1.5em 0;
	padding:1.5em;
	background-color:edd;
	border:solid 1px #e16c48;
	text-align:left;
	color:#333;
}

/*エラーなし*/
.zeromail span.confirm {
	/*	display:block;
*/	color:#339933;
	/*	border:solid 1px;
	border-color:#D9F4C4;
*/	padding:1.5em 0;
}

/*-----------------------------------------------------
  copyright
-----------------------------------------------------*/
.wtn_copyright {
	display:none;
	clear:both;
	margin-top:30px;
	font-size:10px;
	text-align:center;
}

.wtn_copyright a {
	color:#AABCE8;
	text-decoration:none;
}

/* links
-------------------------- */
#links_contents {
	margin-bottom: 50px;
}

#links_contents dl {
	margin-top: 30px;
}

#links_contents dt {
	color: #333;
	padding-left: 20px;
	margin-top: 3px;
	background-image: url(../images/arrow_l.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style: none;
}

#links_contents dd {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}

#links_contents dd.url {
	font-size: 14px;
	margin-bottom: 0;
	background: url(../images/arrow_a.gif) no-repeat left center;
	padding-left: 18px;
}
