@charset "utf-8";

/* CSS Document */

/* =====================================

Contents:
	
	01. General Setting
	02. Basic Layout
	03. H and Text Setting
	04. Navi
	05. Profile - table setting
	06. Discography
	07. Footer
	08. Contact
	09. Common Setting
	10. News General Setting
	11. News Other Setting
	
===================================== */


/* =====================================
		01. General Setting
===================================== */

*{
	margin: 0;
	padding: 0;
	}


body {

	color: #333;
	font: 12px Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 170%;
	background: #b0b849 url(http://www.tomokonakamura.com/img/bg_score.gif) no-repeat 650px top fixed;
	
	}


img {
	border: none;
	}


.clear {
	clear: both;
	}
	
.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	}

/*\*/
* html div.clear { min-height: 1px; overflow: hidden;}
*+ html div.clear { min-height: 1px; overflow: hidden;}
/**/


/* =====================================
		02. Basic Layout
===================================== */

#wrapper {

	width: 650px;
	background: #e3e76f url(http://www.tomokonakamura.com/img/bg_main.jpg) no-repeat;

	}


#container {

	width: 490px;
	margin: 0 80px;
	
	}


#contents {

	width: 456px;
	padding: 0 17px;
	background-color: #fff;

	}


#main {

	width: 370px;
	margin: 0 0 0 86px;
	
	}


#header {

	width: 650px;

	}

#flag {

	width: 490px;
	padding: 0 17px 0 400px;
	float: right;

	background-color: #000;

	}


/* =====================================
		03. H and Text Setting
===================================== */


#logo {

	width: 280px;
	height: 105px;
	float: left;
	
	}


#logo a {

	display: block;
	
	width: 280px;
	height: 105px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(http://www.tomokonakamura.com/img/header_title.gif)  no-repeat;
	
	}


h2 {

	width: 456px;
	height:143px;
	margin-bottom: 20px;
	overflow: hidden;
	text-indent: -9999px;

	}


.news {
	background: url(http://www.tomokonakamura.com/img/title_news.jpg) no-repeat;
	}

.profile {
	background: url(http://www.tomokonakamura.com/img/title_prof.jpg) no-repeat;
	}

.disc {
	background: url(http://www.tomokonakamura.com/img/title_disc.jpg) no-repeat;
	}

.link {
	background: url(http://www.tomokonakamura.com/img/title_link.jpg) no-repeat;
	}

.contact {
	background: url(http://www.tomokonakamura.com/img/title_contact.jpg) no-repeat;
	}


h3 {

	margin-bottom: 7px;
	color: #c66;
	font: 130% Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;	

	}

h3.line {

	margin: 15px 0;
	padding: 0 0 10px;
	border-bottom: 1px dashed #c0c0c0;

	}


h3.second {

	margin-top: 15px;

	}


/* =====================================
		04. Navi
===================================== */

#navi {

	margin: 0 0 20px 183px;
	width: 456px;
	height: 37px;
	overflow: hidden;
	
	}


#navi ul {

	width: 456px;
	overflow: hidden;
	list-style: none;
	
}


#navi li {

	float: left;
	background-position: 0 bottom;
	
}


#navi li,
#navi li a,
#navi li span {

	height: 37px;
	background-repeat: no-repeat;
	
}


#navi li a {

	display: block;
	background-position: 0 top;
	
}


#navi li span {

	display: block;
	background-position: 0 bottom;
	
}


#navi li a span {

	display: none;
	
}


#navi li a.navi_img:hover {

	background-position: 0 bottom;
	
}


#navi li span {

	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	
}


#navi li#navi_news a,
#navi li#navi_news span {
	width: 65px;
	background-image: url(http://www.tomokonakamura.com/img/navi_news.gif);
}

#navi li#navi_prof a,
#navi li#navi_prof span {
	width: 67px;
	background-image: url(http://www.tomokonakamura.com/img/navi_prof.gif);
}

#navi li#navi_disc a,
#navi li#navi_disc span {
	width: 105px;
	background-image: url(http://www.tomokonakamura.com/img/navi_disc.gif);
}

#navi li#navi_link a,
#navi li#navi_link span {
	width: 52px;
	background-image: url(http://www.tomokonakamura.com/img/navi_link.gif);
}


#navi li#navi_contact a,
#navi li#navi_contact span {
	width: 81px;
	background-image: url(http://www.tomokonakamura.com/img/navi_contact.gif);
}


/* =====================================
		05. Profile - table setting
===================================== */

table {

	width: 100%;
	margin: 10px 0 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px dashed #999;

	}

table th, td {

	padding: 4px 4px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #999;
	
	}

table th {

	width: 20%;
	color: #c66;
	
	}

/* =====================================
		06. Discography
===================================== */


.topic {

	margin: -5px 0 0;
	padding: 0 0 7px;
	
	}

.works {

	margin: 0;
	padding: 10px 0;
	border-top: 1px dashed #c0c0c0;
	overflow: hidden;

	}

.works_img {

	float: left;
	margin: 0 15px 0 0;
	border: 4px solid #dcdcdc;	
	overflow: hidden;
	
	}

.works_title {

	font-weight: bold;
	overflow: hidden;

	}

.works_text {

	padding: 5px 0 3px;
	line-height: 160%;
	overflow: hidden;

	}


/* =====================================
		07. Footer
===================================== */

#footer {

	margin: 0;
	padding: 10px 0 0;

	background-color: #fff;
	color: #999;

	font-size: 10px;
	text-align: right;	

	}

#footer a.back {

	margin: 5px 17px 0;
	padding: 3px;

	background-color: #e64845;
	color: #fff;

	text-decoration: none;
	outline: none; /* to remove lines around images for IE */
	
	}

#footer a:hover.back {

		background-color: #fcc;
		color: #fff;
	
	}


#footer address {

	margin: 10px 0 0;
	padding: 3px 0;

	border-top: 1px dashed #999;

	font-style: normal;	
	text-align: center;	
	line-height: 170%;
	
	}


/* =====================================
		08. Contact
===================================== */

#form_space {

	background-color: #fff;

	}

form {

	margin:0;
	
}

th.form_msg, td.form_msg {

	border-bottom: none;
	
	}

td.form_button {

	text-align:center;
	
	}

/* =====================================
		09. Common Setting
===================================== */

a {
	overflow: hidden;
	outline: none;
	}

a:link, a:visited {

	color: #8d6449;
	text-decoration: underline;

}

a:hover, a:active {

	background-color: #e64845;
	color: #fff;
	text-decoration: none;

}

a img {

	border: none;
	text-decoration: none;
	
	}
	
img {

	border: none;
	vertical-align: bottom;
	
	}

.space_top {

	margin: 10px 0 0;
	
	}

.space_bottom {

	margin: 0 0 12px;
	
	}

/* =====================================
		10. News General Setting
===================================== */


div#main_news{
	margin: 0;
	width: 456px;
	text-align: left;
}

div#contents_news{
	padding: 0 15px 0 0;
	width: 295px;
	float: left;

	border-right: 1px dashed #999;

}

div#sidebar_news{
	padding: 0 0 0 15px;
	width: 130px;
	float: right;

}

/* =====================================
		11. News Other Setting
		※blog改造部分、アップ忘れず
===================================== */

div#site_title {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
margin: 0;
font-size: 24px;
font-weight: bolder;
color: #FFF;
display: none;
}

form {
margin: 0px;
padding: 0px;
}

#sidebar_news ul {
margin: 10px 0px 0px 10px;
padding: 0px;
list-style-type: square;

}

#sidebar_news li {
margin: 0px 0px 0px 0px;
padding: 0px;
}


.description {
margin: 0px 0px 15px -2px;
padding: 0px;
font-size: 11px;
line-height: 140%;
color: #333;

}

.entry {
margin: 0px 0px 30px 0px;
padding: 0px;

}

.entry_title {
font-size: 13px;
line-height:130%;
font-weight: bolder;
color: #933;
border-left: 3px solid #933;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 4px;
}

.entry_author {
font-size: 10px;
font-weight: normal;
text-align:right;
color: #666666;
margin: 3px 0px 0px 0px;
padding: 0px 0px 0px 0px;

border-top: 2px solid #EEE;
}

.entry_body {
font-size: 12px;
line-height: 160%;
color: #333;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.entry_more {
font-size: 12px;
line-height: 160%;
color: #333;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 0px;
}

.entry_state {
font-size: 11px;
color: #666;
margin: 0px 0px 30px 0px;
padding: 0px 5px 0px 5px;
text-align: right;
}

.entry_navi {
text-align: center;
font-size: 11px;
padding: 4px 0px 2px 0px;
background: #EEEEEE;
margin-bottom :20px;
}

blockquote {
font-size: 12px;
color: #808080;
margin: 20px 10px 20px 10px;
padding: 10px;
border-left: 2px solid #CCCCCC;
}

.comment {
margin: 15px 15px;
padding: 0px 5px 5px 0px;	
}

.comment_title {
font-size: 14px;
line-height:120%;
font-weight: bolder;
color: #666;
border-left: 5px solid #333366;
margin: 15px 0px 15px 0px;
padding: 0px 0px 0px 5px;
}

.comment_author {
font-size: 10px;
font-weight: normal;
text-align:left;
color: #666666;
margin: 5px 0px 25px 0px;
padding: 0px 0px 3px 0px;
border-bottom: 1px solid #666;
}

.trackback {
margin: 15px 15px;
padding: 0px 5px 5px 0px;	
}

.trackback_title {
font-size: 14px;
line-height:120%;
font-weight: bolder;
color: #666;
border-left: 5px solid #333366;
margin: 15px 0px 15px 0px;
padding: 0px 0px 0px 5px;
}

.trackback_url {
font-size: 12px;
line-height:120%;
color: #333;
background: #EEE;
}

.trackback_author {
font-size: 10px;
font-weight: normal;
text-align:left;
color: #666666;
margin: 5px 0px 25px 0px;
padding: 0px 0px 3px 0px;
border-bottom: 1px solid #666;
}

.pict {
border-width: 3px;
border-style: solid;
border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}




.links {
margin: 10px 0px 25px 0px;
}

.linktitle {
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #933;
line-height: 100%;
margin: 0px 10px -5px 0px;
border-left: 3px solid #933;
padding: 0 0 0 4px;
}

.linktext {
font-size: 10px;
color: #333;
line-height: 150%;
margin: 1px 10px 5px 0px;
padding: 0px 0px 0px 2px;
}

.search {
border-top: 1px solid #666666;
margin: 5px 0px 0px 0px;
padding: 5px 0px 0px 0px;
}

.copyright {
font-size: 10px;
color: #666;
margin: 5px 0px 5px 0px;
padding: 0px 0px 0px 0px;
}

.calendar {
text-align: center;
font-size: 11px;
padding: 20px 0px 20px 0px;
border-bottom: 1px solid #666666;
}

.today {
text-decoration: underline;
background: #CCC;
}

