/*  
Theme Name: TEC
Theme URI: http://www.tec-souzoku.com/
Description: Only for <a href="http://www.tec-souzoku.com/">TEC-souzoku</a>.
Version: 0.1
Author: Office Kotou
Author URI: http://www.kotouyuuki.com/
*/

@charset "utf-8";

/* Basic Setteings
------------------------------*/

html {
	   margin: 0;
	   padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

/* Clear Settings
------------------------------*/
form, input {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
}

a img {
	border-width: 0;
	border-style: none;
	border-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	 font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
   margin-top: 0;
   margin-bottom: 0;
}

hr {
	margin: 0;
	padding: 0;
	visibility: hidden;
clear: both;
}

/* General Settings
------------------------------*/

a:link,
a:visited,
a:active {
}

a:hover {
}

/* basic layout
------------------------------*/
#wrapper {
	position: relative;
	width: 720px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;	
	background-color: #800307;
	background-image: url(images/bg_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
z-index:10;
}

#header {
	width: 720px;
	height: 160px;
	position: relative;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#main {
	float: left;
	width: 720px;
	background-color: transparent;
	background-image: url(images/bg_main.gif);
}

#main2 {
	float: left;
	background-color: transparent;
	background-image: url(images/bg_main2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#sidebar {
	float: left;
	width: 180px;
	background-color: transparent;
padding-bottom: 140px;
}

#content {
	float: right;
	width: 540px;
background-color: #FFFFFF;
}

#footer {
	clear: both;
	overflow: hidden;
	font-size: 11px;
text-align: center;
color: #FFFFFF;
	background-color: transparent;
}

/* #header section
-------------------------------------*/

#header h1 a {
	display: block;
	width: 228px;
	height: 26px;
	padding: 90px 0 0 6px;
	text-decoration: none;
	color: #800307;
}

#glbnav1 {
	position: absolute;
	top: 6px;
	right: 12px;
	width: 240px;
text-align: right;
}

#glbnav1 form label {
font-size: 10px;
color: #FFFFFF;
}

#glbnav1 form input {
font-size: 10px;
color: #800307;
	background-color: #FFFFFF;
}

#glbnav2 {
position: absolute;
top: 124px;
left: 0;
width: 720px;
height: 36px;
	background-color: #cccccc;
}

#glbnav2 ul, #glbnav2 li {
margin: 0;
padding: 0;
}

#glbnav2 li {
	display: block;
	width: 120px;
	height: 36px;
	float: left;
	text-indent: -9999px;
	list-style-type: none;
}

#glbnav2 li a {
	display: block;
	width: 120px;
	height: 36px;
	background-image: url(images/glbnav2.jpg);
}



#nav01 a {background-position: 0 0;}
#nav02 a {background-position: -120px 0;}
#nav03 a {background-position: -240px 0;}
#nav04 a {background-position: -360px 0;}
#nav05 a {background-position: -480px 0;}
#nav06 a {background-position: -600px 0;}

#nav01 a.stay {background-position: 0      -72px;}
#nav02 a.stay {background-position: -120px -72px;}
#nav03 a.stay {background-position: -240px -72px;}
#nav04 a.stay {background-position: -360px -72px;}
#nav05 a.stay {background-position: -480px -72px;}
#nav06 a.stay {background-position: -600px -72px;}

#nav01 a:hover {background-position: 0      -36px;}
#nav02 a:hover {background-position: -120px -36px;}
#nav03 a:hover {background-position: -240px -36px;}
#nav04 a:hover {background-position: -360px -36px;}
#nav05 a:hover {background-position: -480px -36px;}
#nav06 a:hover {background-position: -600px -36px;}

/* #sidebar section
-------------------------------------*/
#sidebartitle h2 {
width: 160px;
height: 32px;
margin: 18px 10px 18px 10px;
background-image: url(images/sidebartitle.jpg);
text-indent: -9999px;
}

#sidenavi {
line-height: 140%;
}

#sidenavi ul {
list-style-type: none;
list-style-position: outside;
margin: 0;
padding: 2px;
}

#sidenavi li {
list-style-type: none;
list-style-position: outside;
padding-left: 1em;
}

#sidenavi li a {
color: #FFFF00;
}

#sidenavi li a:hover {
color: #FFFFFF;
}

#sidenavi li.page_item a:link {
color: #FFFF00;
}
#sidenavi li.page_item a:hover {
color: #FFFFFF;
}

li.current-cat a:link {
color:#FFFFFF;
text-decoration: none;
}

li.current-cat ul li a:link {
color: #FFFF00;
text-decoration: underline;
}


li.current_page_item a:link {
color:#FFFFFF;
text-decoration: none;
}

li.current_page_item ul li a:link {
color: #FFFF00;
text-decoration: underline;
}

#contact {
margin: 18px 25px;
text-align: center;
}

#contact a {
display: block;
text-indent: -9999px;
width: 129px;
height: 28px;
background-image: url(images/contact.jpg);
overflow: hidden;
}

#contact a:hover {
background-image: url(images/contact_hover.jpg);
}

/* #content section
-------------------------------------*/
.breadcrumb {
padding: 6px 45px 12px 45px;
}

.post h2 {
margin: 0 45px;
padding-bottom:3px;
border-bottom: 2px solid #800307;
font-size: 14px;
text-align: right;
color: #800307;
}
.entry {
padding: 12px 45px;
}/* see .entry section*/

/* #indexmainimgnav */
#indexmainimgnav {
width: 540px;
height: 346px;
margin: 0;
padding 0;
background-color: #cccccc;
}

#indexmainimgnav ul, #indexmainimgnav li {
margin: 0;
padding: 0;
}

#indexmainimgnav li {
	display: block;
	width: 180px;
	height: 346px;
	float: left;
	text-indent: -9999px;
	list-style-type: none;
}

#indexmainimgnav li a {
	display: block;
	width: 180px;
	height: 346px;
	background-image: url(images/indexmainimg.jpg);
}

.imin1 a {background-position: 0 0;}
.imin2 a {background-position: -180px 0;}
.imin3 a {background-position: -360px 0;}

.imin1 a:hover {background-position: 0      -346px;}
.imin2 a:hover {background-position: -180px -346px;}
.imin3 a:hover {background-position: -360px -346px;}

/* #footer section
-------------------------------------*/

#footer p {
padding: 3px 0;
}

#footer a {
color: #FFFFFF;
}

/* .entry section （個々の記事）
-------------------------------------*/
.entry {
line-height: 150%;
}

.entry h3 img {
margin-bottom: 12px;
}

.entry h4 {
padding-top: 15px;
padding-bottom: 15px;
}

img.entryleft {
float: left;
padding-right: 12px;
padding-bottom: 12px;
vertical-align: top;
}

img.entryright {
float: right;
padding-left: 12px;
padding-bottom: 12px;
vertical-align: top;
}

/* .biography */
h4.biographytitle {
margin-top: 18px;
height: 20px;
padding: 15px 15px 0 15px;
color: #800307;
background-image: url(images/bg_biography_top.gif);
background-repeat: no-repeat;
}

.biography {
padding: 15px;
background-image: url(images/bg_biography_main.gif);
}

.biography h5 {
font-weight: bold;
}

.biography img {
padding: 0 12px 12px 0;
}

.biography hr {
line-height:100%;
margin: 0;
padding: 0;
}

.biographybottom {
height: 20px;
background-image: url(images/bg_biography_bottom.gif);
background-position: bottom;
background-repeat: no-repeat;
}

.biography p {
line-height: 120%;
}

.biography ul, .biography li {
line-height: 120%;
}

/* #author */
#author {
margin: 15px 0;
text-align: right;
}
