/*   
Theme Name: tt
Description: tt. Illustrations theme 
Author: kozo yamagata
Author URI: http://blog.nebura.jp / http://www.tuneupdesign.com
Version: 1.0
*/

@charset "UTF-8";

/* Initializations / Rules
------------------------------------------------------------------*/ 
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, img
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}

body {
	width: 100%;
	background: #222222;
	color: #232323;
	font-size:12px;
	line-height:1.5;
	font-family: "MS PƒSƒVƒbƒN","Hiragino Kaku Gothic Pro",sans-serif;
	margin: 0;
	padding: 0;
	}

/*Text setting
------------------------------------------------------------------*/
#centerWrapper {
	}

#content p {
	margin-top: 1em;
	margin-bottom: 1em;
	}

h3 {
	color: #222222;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	}
h3 a {
	color: #222222;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	}
h3 a:hover { color: #888888; text-decoration: none; }

strong {
	font-weight: bold;
	/*color: #B69A6E;*/
	}

ul {
	list-style-position: outside;
	padding-left: 1.5em;
	}

#footer p {
	color: #CDCDCD;
	font-size: 10px
	}
a { color: #222222; text-decoration: none; }
a:hover { color: #888888; text-decoration: underline; }
#footer p a { color: #97C876; text-decoration: none; }
#footer p a:hover { color: #C3D1BA; text-decoration: underline; }

/*Basic layout
------------------------------------------------------------------*/
#paperTex {
	width: 100%;
	background: url(images/bg.gif);
	margin: 0;
	}

#centerWrapper {
	width: 905px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#header {
	width: 900px;
	height: 164px;
	position: relative;
	margin: 0 0 15px 0;
	}

#content {
	margin: 10px 0;
	position: relative;
	}

#underbox {
	}

#footer {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	}

.partition { margin: 0 8px 0 8px; }

/*Header detail
------------------------------------------------------------------*/
h1 {
	width: 197px;
	height: 134px;
	text-indent: -9999px;
	background: url(images/title.png);
	position: absolute;
	top: 17px;
	left: 0;
	behavior: expression(IEPNGFIX.fix(this));
	}

#searchForm {
	width: 220px;
	height: 50px;
	position: absolute;
	top: 36px;
	left: 680px;
}
#searchForm input#s {
	_width: 180px;
	width: 160px;
	/*height: 28px;*/
	border: none;
	background: url(images/searchText_bg.gif) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 10px;
	}
#searchForm input#submit {
	width: 30px;
	height: 30px;
	border: none;
	text-indent: -9999px;
	background: url(images/searchBtn_bg.gif) no-repeat top left;
	position: absolute;
	top: 0;
	left: 190px;
	}
#searchForm input#submit:hover { background: url(images/searchBtn_bg_on.gif) no-repeat top left; }


/*Globalnavi detail
------------------------------------------------------------------*/
#home #globalnavi {
	list-style: none;
	padding: 0;
	width: 520px;
	height: 58px;
	background: url(images/globalnavi_bg_home.gif) no-repeat top left;
	position: absolute;
	top: 97px;
	left: 380px;
	}
#profile #globalnavi {
	list-style: none;
	padding: 0;
	width: 520px;
	height: 58px;
	background: url(images/globalnavi_bg_profile.gif) no-repeat top left;
	position: absolute;
	top: 97px;
	left: 380px;
	}
#gallery #globalnavi {
	list-style: none;
	padding: 0;
	width: 520px;
	height: 58px;
	background: url(images/globalnavi_bg_gallery.gif) no-repeat top left;
	position: absolute;
	top: 97px;
	left: 380px;
	}
#contact #globalnavi {
	list-style: none;
	padding: 0;
	width: 520px;
	height: 58px;
	background: url(images/globalnavi_bg_contact.gif) no-repeat top left;
	position: absolute;
	top: 97px;
	left: 380px;
	}
#link #globalnavi {
	list-style: none;
	padding: 0;
	width: 520px;
	height: 58px;
	background: url(images/globalnavi_bg_link.gif) no-repeat top left;
	position: absolute;
	top: 97px;
	left: 380px;
	}

#globalnavi li {
	width: 104px;
	height: 58px;
	float: left;
	margin: 0;
	}
#globalnavi li.home a { overflow: hidden; display: block; height: 50px; text-indent: -9999px; background-image: url(images/menu.gif); background-position: 0 0; }
#globalnavi li.profile a { overflow: hidden; display: block; height: 50px; text-indent: -9999px; background-image: url(images/menu.gif); background-position: -104px 0; }
#globalnavi li.gallery a { overflow: hidden; display: block; height: 50px; text-indent: -9999px; background-image: url(images/menu.gif); background-position: -208px 0; }
#globalnavi li.contact a { overflow: hidden; display: block; height: 50px; text-indent: -9999px; background-image: url(images/menu.gif); background-position: -312px 0; }
#globalnavi li.link a { overflow: hidden; display: block; height: 50px; text-indent: -9999px; background-image: url(images/menu.gif); background-position: -416px 0; }
#globalnavi li.home a:hover { background-position: 0 -50px; }
#globalnavi li.profile a:hover { background-position: -104px -50px; }
#globalnavi li.gallery a:hover { background-position: -208px -50px; }
#globalnavi li.contact a:hover { background-position: -312px -50px; }
#globalnavi li.link a:hover { background-position: -416px -50px; }

/*Content detail
------------------------------------------------------------------*/
#content img { margin-right: 10px; }

/*Profile Page Content detail
------------------------------------------------------------------*/
#hukidashi_p-1 {
	width: 284px;
	height: 146px;
	position: absolute;
	top: 52px;
	left: 32px;
	background: url(images/hukidashi_p-1.png) top left no-repeat;
	text-indent: -9999px;
	} 

#hukidashi_p-2 {
	width: 233px;
	height: 119px;
	position: absolute;
	top: 207px;
	left: 224px;
	background: url(images/hukidashi_p-2.png) top left no-repeat;
	text-indent: -9999px;
	} 

#hukidashi_p-3 {
	width: 299px;
	height: 153px;
	position: absolute;
	top: 314px;
	left: 74px;
	background: url(images/hukidashi_p-3.png) top left no-repeat;
	text-indent: -9999px;
	} 

/*Link Page Content detail
------------------------------------------------------------------*/
#linkpage ul {
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-image: url(images/listmark.gif);
	}
#linkpage ul li {
	width: 430px;
	margin-right: 10px;
	float: left;
	}

/*Contact Page Content detail
------------------------------------------------------------------*/
span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea {
	background: #D0D0D0;
	border: 0;
	padding: 9px 10px;
	}
input:focus { outline: 0; }
*:focus {outline: 0;}

/*Gallery Page Content detail
------------------------------------------------------------------*/
.thumb a {
	margin: 0 20px 20px 0;
	float: left;
	display: block;
	width: 130px;
	height: 130px;
	background: #222222;
	position: relative;
	border: none;
	}
.thumb a:hover { background: #C3D1BA; }

.thumb a img {
	position: absolute;
	top: 5px;
	left: 5px;
	border: none;
	}


/*Single Gallery detail
------------------------------------------------------------------*/
#illustration {
	width: 890px;

	position: relative;
	}

#galleryimg {
	width: 890px;

	text-align: center;
	}
#galleryimg p { margin: 0 auto; }
#galleryimg p img { margin: 0; }

#prevlink a {
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 600px;
	background: url(images/prevlink.gif) center left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	overflow: hidden;
	}
#prevlink a:hover { background: url(images/prevlink_on.gif) center left no-repeat; }

#nextlink a {
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 600px;
	background: url(images/nextlink.gif) center left no-repeat;
	position: absolute;
	top: 0;
	right: -5px;
	z-index: 99;
	overflow: hidden;
	}
#nextlink a:hover { background: url(images/nextlink_on.gif) center left no-repeat; }


#caption {
	width: 500px;
	list-style: none;
	margin-top: 15px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	}
#caption li {
	clear: both;
	margin: 0 0 0 -10px;
	padding: 0 0 1.8em 0;
	position: relative;
	font-family:Georgia,"Times New Roman",Times,serif;
	border-bottom: dotted 2px #999;
	}
#caption strong {
	padding: 0 0px 0 0;
	font-weight: bold;
	position: absolute;
	bottom: -.3em;
	left: 0;
	}
#caption em {
	padding: 0 0 0 5px;
	position: absolute;
	bottom: -.2em;
	right: 0;
	}

ul.wp-tag-cloud {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family:Georgia,"Times New Roman",Times,serif;
	width: 500px;
	}
ul.wp-tag-cloud li {
	float: left;
	margin-right: 5px;
	}

/*Underbox detail
------------------------------------------------------------------*/
.container {
	width: 464px;
	height: 122px;
	padding: 10px;
	background: #222222;
	text-align: left;
	position: absolute;
	bottom: 0;
	right: 0;
	}
.container .wrap {
	width: 454px;
	height: 122px;
	position: relative;	
	padding-right: 10px;
	overflow: hidden;
	}
#ticker {
	position: relative;
	}
#ticker span {
	padding: 0 20px 0 0;
	}
#ticker span a { text-decoration: none; }
#ticker span a img { border: 1px solid #CDCDCD; }
#ticker span a img:hover { border: 1px solid #97C876 ; }

/*Footer detail
------------------------------------------------------------------*/
#copyright {
	float: left;
	margin-top: 10px;
	}

#toTop {
	float: right;
	margin-top: 10px;
	}
#footer #toTop a { color: #CDCDCD; text-decoration: none; }
#footer #toTop a:hover { color: #FFFFFF; text-decoration: none; }


/*Page Setting
------------------------------------------------------------------*/

/*===========contact form setting===========*/

/*==========//contact form setting===========*/


/*clearfix
------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	min-height: 1px;
	}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
	}

.clear {
	clear: both;
	font: 1px/1px monospace;
	}

/*iepngfix
------------------------------------------------------------------*/
.iepngfix{
	behavior: expression(IEPNGFIX.fix(this));
	}

