@charset "UTF-8";
/*
Theme Name: Taiko&Associates mailmagazine
Theme URI:
Description: Taiko&Associates mailmagazine用
Version: 1.0
Author: ON

*/

/*-----------------------------------------
bodyの設定
2008/12/19
-----------------------------------------*/
html{
    height: 100%;
    margin: 0px;
}

body {
 	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffd706;
}

div,h1,h2,h3,h4,h5,p,ul,li,form,input  {
 	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	margin: 0;
	padding: 0;
}

a {
    text-decoration: none;
	color: #666666;
}

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

.float_none {
    clear: both;
	width: 0;
	height: 0;
}

/*-----------------------------------------
wrapperの設定
2008/11/27
-----------------------------------------*/
#wrapper {
    width: 1024px;
	margin: 0 auto;
	padding: 0;
}

#white_box {
    border-top: 8px solid #FFFFFF;
}

/*-----------------------------------------
languageの設定
2009/01/26
-----------------------------------------*/
#language {
    margin: 20px 0 0;
	padding: 0 22px;
	height: 11px;
}

#japanese {
    float: left;
	margin: 0 10px 0 830px;
}

#slash {
    float: left;
}

#english {
    float: right;
}

/*-----------------------------------------
headerの設定
2008/12/19
-----------------------------------------*/
#header {
    margin: 15px 0 20px;
	padding: 0 22px;
}

#logo {
    width: 453px;
	float: left;
}

#maincontents_title {
    margin-top: 8px;
}

#maincontents_title_left {
    float: left;
	margin-top: 4px;
}

#maincontents_title_right {
    float: left;
	margin-top: 4px;
	margin-left: 40px;
}

#header_right {
    float: right;
}

#subbt {
    font-size: 0.6em;
	height: 15px;
}

#subbt ul {
    list-style: none;
}


#subbt li {
    float: left;
	height: 15px;
	margin: 0 0 0 15px;
}

li.subbt_dot {
    padding-right: 15px;
    background: url(images/subbt_dot.gif) no-repeat right;
}

#subbt li#subbt_blog a {
    width: 25px;
	height: 7px;
	margin-top: 4px;
	position:relative;
	overflow:hidden;
	display: block;
	background: url(images/subbt_blog.gif) no-repeat;
}

#subbt li#subbt_blog a span {
    width: 100%;
	height: 100%;
    background: url(images/subbt_blog.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#subbt li#subbt_magazine p {
    width: 77px;
	height: 11px;
	margin-top: 4px;
    position:relative;
	overflow:hidden;
	display: block;
	background: url(images/subbt_magazine_i.gif) no-repeat;
}

#subbt li#subbt_magazine p span {
    width: 100%;
	height: 100%;
    background: url(images/subbt_magazine_i.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#subbt li#subbt_contact a {
    width: 47px;
	height: 7px;
	margin-top: 4px;
	position:relative;
	overflow:hidden;
	display: block;
	background: url(images/subbt_contact.gif) no-repeat;
}

#subbt li#subbt_contact a span {
    width: 100%;
	height: 100%;
    background: url(images/subbt_contact.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#subbt li#subbt_about a {
    width: 35px;
	height: 7px;
    margin-top: 4px;
    position:relative;
	overflow:hidden;
	display: block;
	background: url(images/subbt_about.gif) no-repeat;
}

#subbt li#subbt_about a span {
    width: 100%;
	height: 100%;
    background: url(images/subbt_about.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#subbt li#subbt_uanet a {
    width: 56px;
	height: 15px;
    position:relative;
	overflow:hidden;
	display: block;
	background: url(images/subbt_uanet.gif) no-repeat;
}

#subbt li#subbt_uanet a span {
    width: 100%;
	height: 100%;
    background: url(images/subbt_uanet.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#subbt li#subbt_blog a:hover span {
    width: 100%;
	height: 100%;
    background: url(images/subbt_blog_o.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#subbt li#subbt_about a:hover span {
    width: 100%;
	height: 100%;
    background: url(images/subbt_about_o.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#subbt li#subbt_contact a:hover span {
    width: 100%;
	height: 100%;
    background: url(images/subbt_contact_o.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#subbt li#subbt_uanet a:hover span {
    width: 100%;
	height: 100%;
    background: url(images/subbt_uanet_o.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#search {
	text-align: right;
	margin-top: 25px;
}

#searchform {
}

input#s {
    border: 1px solid #bebebe;
	width: 200px;
	margin-right: 5px;
}


/*-----------------------------------------
mainの設定
2008/12/19
-----------------------------------------*/
h2 {
    font-size: 1.5em;
	letter-spacing: 0.15em;
	line-height: 100%;
}

.left {
    float: left;
}

.back {
    float: right;
}

#mainbt {
    margin-top: 30px;
}

#mainbt_left {
    margin-left: 35px;
	float: left;
	text-indent: -9999px;
}

#mainbt_left a {
    width: 173px;
	height: 43px;
	display: block;
    background: url(images/mainbt01_o.gif) no-repeat;
}

#mainbt_left a:hover {
    width: 173px;
	height: 43px;
	display: block;
    background: url(images/mainbt01.gif) no-repeat;
}

#mainbt_right {
    margin-left: 10px;
	float: left;
	text-indent: -9999px;
	outline : 0 ;
}

#mainbt_right a {
    width: 173px;
	height: 43px;
	display: block;
    background: url(images/mainbt02_o.gif) no-repeat;
}

#mainbt_right a:hover {
    width: 173px;
	height: 43px;
	display: block;
    background: url(images/mainbt02.gif) no-repeat;
}

#main {
    width: 895px;
	height: 100%;
	margin: 0 auto;
	padding: 10px 45px 0;
	background-color: #FFFFFF;
	position: relative;
}

#main_top {
    width: 985px;
	height: 13px;
	margin: 30px auto 0;
	background-image: url(images/back_top.gif);
	background-repeat: no-repeat;
}

#main_bottom {
    width: 985px;
	height: 13px;
	margin: 0 auto;
	background-image: url(images/back_bottom.gif);
	background-repeat: no-repeat;
}

#gotop {
    margin-top: 30px;
    text-align: right;
}


/*-----------------------------------------
contentの設定
2008/12/19
-----------------------------------------*/


#content {
    width: 380px;
	float: left;
}



#post img {
border: 1px #666666 solid;
margin:5px;
padding: 2px;

}

#post img a {
border: 1px #cccccc solid;
margin:5px;
padding: 2px;

}



#content p {
	height: 65px;
}

#content_top {
    padding-bottom: 10px;
	margin-bottom: 30px;
    border-bottom: 1px dotted #666666;
}

#content_top li a {
    color:#663300;
	text-decoration: underline;
}

#content_top li a:hover {
    color:#999999;
	text-decoration: none;
}

#line {
    height: auto;
	display: block;
	width:1px;
	float: left;
	background-image: url(images/dotted.gif);
	background-repeat: repeat-y;
}

#category_main .post {
    margin: 0;
	padding: 20px 40px 20px;
    background-image: url(images/post_middle.gif);
	background-repeat: repeat-y;
}

#category_main .post_top {
    width: 890px;
	height: 12px;
	margin: 20px 0 0 0;
    background-image: url(images/post_top.gif);
	background-repeat: no-repeat;
}

#category_main .post_bottom {
    width: 890px;
	height: 12px;
	margin: 0 0 10px 0;
    background-image: url(images/post_bottom.gif);
	background-repeat: no-repeat;
}

#content h3 {
    font-size: 1.4em;
	padding-left: 5px;
	letter-spacing: 0.1em;
	color:#fe8101;
	font-weight: 100;
	line-height: 95%;
	width: 268px;
	height: 18px;
    position:relative;
	overflow:hidden;
	display: block;
	margin: 0 0 20px 0;
}

#content h3 span {
    width: 100%;
	height: 100%;
    background: url(images/h3title01.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#inter_title {
    font-size: 1.4em;
	padding-left: 5px;
	letter-spacing: 0.1em;
	color:#fe8101;
	font-weight: 100;
	line-height: 95%;
	width: 268px;
	height: 18px;
    position:relative;
	overflow:hidden;
	display: block;
	margin: 0 0 20px 0;
}

#inter_title span {
    width: 100%;
	height: 100%;
    background: url(images/h3title01.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#monthly_title {
    font-size: 1.4em;
	padding-left: 5px;
	letter-spacing: 0.1em;
	color:#fe8101;
	font-weight: 100;
	line-height: 95%;
	width: 268px;
	height: 18px;
    position:relative;
	overflow:hidden;
	display: block;
	margin: 0 0 20px 0;
}

#monthly_title span {
    width: 100%;
	height: 100%;
    background: url(images/h3title02.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

h4 {
    font-size: 1em;
	padding-left: 5px;
	letter-spacing: 0.1em;
	border-left: 6px solid #999999;
	font-weight: 100;
	line-height: 95%;
}

.h4_title {
    margin-bottom: 15px;
	margin-top: 50px;
    padding-bottom: 3px;
}

p {
    font-size: 0.75em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

.post-info {
    font-size: 0.6em;
	margin: 30px 0 0 0;
}

.pagenav {
    text-align: right;
}

#content ul {
    list-style:inside;
	font-size: 0.77em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

#content li {
    margin-bottom: 1px;
}

#content_right ul {
    list-style:inside;
	font-size: 0.77em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

#content_right li {
    margin-bottom: 1px;
}


.aria {
    height: 15px;
}

.box {
    border: 1px solid #999999;
	margin-left: 15px;
}

.send {
    width: 40px;
	height:20px;
	background-color: #c8c8c8;
}

#content_right {
    width: 380px;
	height: 360px;
	float: right;
	padding-left: 30px;
	border-left: 1px dotted #666666;
}

#content_right p {
	height: 65px;
}

#content_right h3 {
    font-size: 1.4em;
	padding-left: 5px;
	letter-spacing: 0.1em;
	color:#fe8101;
	font-weight: 100;
	line-height: 95%;
	width: 204px;
	height: 18px;
    position:relative;
	overflow:hidden;
	display: block;
	margin: 0 0 20px 0;
}

#content_right h3 span {
    width: 100%;
	height: 100%;
    background: url(images/h3title02.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

.more {
	text-align: right;
	font-size: 0.8em;
	margin: 15px 0 0 0;
}

.more a {
	color:#FF6600;
	text-decoration: underline;
}

.more a:hover {
	color:#666666;
	text-decoration:none;
}



.register {
}

.register p {
	margin: 15px 0 0 0;
}



/*-----------------------------------------
single_contentの設定
2008/12/19
-----------------------------------------*/


#single_content {
    width: 653px;
	float: left;
}

#line {
    height: auto;
	display: block;
	width:1px;
	float: left;
	background-image: url(images/dotted.gif);
	background-repeat: repeat-y;
}

#single_content .post {
    margin: 0;
	padding: 10px 30px 20px;
    background-image: url(images/post_middle_single.gif);
	background-repeat: repeat-y;
}

#single_content .post_top {
	height: 12px;
	margin: 20px 0 0 0;
    background-image: url(images/post_top_single.gif);
	background-repeat: no-repeat;
}

#single_content .post_bottom {
	height: 12px;
	margin: 0 0 10px 0;
    background-image: url(images/post_bottom_single.gif);
	background-repeat: no-repeat;
}


/*-----------------------------------------
カテゴリページの設定
-----------------------------------------*/
#category_interview {
    width: 653px;
	float: left;
}

#category_interview h3 {
    font-size: 1.4em;
	padding-left: 5px;
	letter-spacing: 0.1em;
	color:#fe8101;
	font-weight: 100;
	line-height: 95%;
	width: 268px;
	height: 18px;
    position:relative;
	overflow:hidden;
	display: block;
	margin: 0 0 20px 0;
}

#category_interview h3 span {
    width: 100%;
	height: 100%;
    background: url(images/h3title01.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

h5  {
 	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #888888;
	font-size: 95%;
clear: left;
	margin-top: 10px;
		padding: 3px;
	border: 1px #cccccc solid;

}

h6 {
 	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #cc0210;
	font-size: 105%;
clear: left;
}

#category_interview .post {
    margin: 0;
	padding: 20px 20px 20px;
    background-image: url(images/post_middle_single.gif);
	background-repeat: repeat-y;
}

#category_interview .post_top {
    width: 890px;
	height: 12px;
	margin: 20px 0 0 0;
    background-image: url(images/post_top_single.gif);
	background-repeat: no-repeat;
}

#category_interview .post_bottom {
    width: 890px;
	height: 12px;
	margin: 0 0 10px 0;
    background-image: url(images/post_bottom_single.gif);
	background-repeat: no-repeat;
}

#category_interview .post ul {
    list-style:inside;
	font-size: 0.77em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

#category_interview .post li {
}

#category_interview .post li a {
    color:#663300;
	text-decoration: underline;
}

#category_interview .post li a:hover {
    color:#999999;
	text-decoration: none;
}

#category_interview .post  a {
color: #FE8101;
}


#category_interview .post img {
border: 1px #666666 solid;
margin:5px;
padding: 1px;

}

#category_interview .post img a {
border: 1px #666666 solid;
}

#category_interview .post img a:hover {
border: 1px #FE8101 solid;
}


#category_interview .post p{
clear: left;
padding: 5px 0;
}

/*-----------------------------------------
カテゴリページの設定
-----------------------------------------*/
#category_monthly {
    width: 653px;
	float: left;
}

#category_monthly h3 {
    font-size: 1.4em;
	padding-left: 5px;
	letter-spacing: 0.1em;
	color:#fe8101;
	font-weight: 100;
	line-height: 95%;
	width: 268px;
	height: 18px;
    position:relative;
	overflow:hidden;
	display: block;
	margin: 0 0 20px 0;
}

#category_monthly h3 span {
    width: 100%;
	height: 100%;
    background: url(images/h3title02.gif) no-repeat;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#category_monthly .post {
    margin: 0;
	padding: 20px 40px 20px;
    background-image: url(images/post_middle_single.gif);
	background-repeat: repeat-y;
}

#category_monthly .post_top {
    width: 890px;
	height: 12px;
	margin: 20px 0 0 0;
    background-image: url(images/post_top_single.gif);
	background-repeat: no-repeat;
}

#category_monthly .post_bottom {
    width: 890px;
	height: 12px;
	margin: 0 0 10px 0;
    background-image: url(images/post_bottom_single.gif);
	background-repeat: no-repeat;
}

#category_monthly .post ul {
    list-style:inside;
	font-size: 0.77em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

#category_monthly .post li {
}

#category_monthly .post li a {
    color:#663300;
	text-decoration: underline;
}

#category_monthly .post li a:hover {
    color:#999999;
	text-decoration: none;
}



/*-----------------------------------------
sidebarの設定
2008/12/19
-----------------------------------------*/
#sidebar {
    width: 200px;
	margin-top: 20px;
	float: right;
}

#backnumber {
	margin-bottom: 40px;
}

#backnumber h3{
    padding-left: 30px;
	padding-bottom: 2px;
	background: url(images/list_box.gif) no-repeat 0 0;
	height: 15px;
    position:relative;
	overflow:hidden;
	display: block;
	border-bottom: 1px dotted #999999;
	text-indent: -9999px;
}

#backnumber h3 span{
	width: 100%;
	height: 100%;
    background: url(images/sidebar_backnumber.gif) no-repeat 15px 0;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#backnumber ul {
    font-size: 0.75em;
	margin: 15px 0 0 0;
}

#backnumber li {
	margin: 3px 0 0 0;
	padding: 0 0 0 10px;
	background: url(images/list_dot.gif) no-repeat 3px 8px;
	list-style: none;
}


#recentposts {
    margin-bottom: 40px;
}

#recentposts h3{
    padding-left: 30px;
	padding-bottom: 2px;
	background: url(images/list_box.gif) no-repeat 0 0;
	height: 15px;
    position:relative;
	overflow:hidden;
	display: block;
	border-bottom: 1px dotted #999999;
	text-indent: -9999px
}

#recentposts h3 span{
	width: 100%;
	height: 100%;
    background: url(images/sidebar_posts.gif) no-repeat 15px 0;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

#recentposts ul {
    font-size: 0.75em;
	margin: 15px 0 0 0;
}

#recentposts li {
	margin: 3px 0 0 0;
	padding: 0 0 0 10px;
	background: url(images/list_dot.gif) no-repeat 3px 8px;
	list-style: none;
}

#menu {
background: url(images/list_box.gif) no-repeat 0 0;
}

#menu ul {
    list-style: none;
}

#menu .side_wig {
	height: 15px;
	margin-bottom: 15px;
    background: url(images/sidebar_reg.gif) no-repeat 15px 0;
	text-indent: -9999px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 2px;
}

#menu input {
    border: 1px solid #999999;
	margin: 5px 0;
}

/*-----------　ページナビ設定　---------------------------------------------------------------*/

.wp-pagenavi {
    font-size: 0.65em;
	text-decoration: none;
}


span.pages {
}

.wp-pagenavi a, .wp-pagenavi a:link {
	width:;
	padding: 2px;
	margin: 2px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #fe8101;
	color: #fe8101;
	background-color: #FFFFFF;
	text-align: center;
}
.wp-pagenavi a:visited {
	width:;
	padding: 2px;
	margin: 2px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #fe8101;
	color: #fe8101;
	background-color: #FFFFFF;
	text-align: center;
}
.wp-pagenavi a:hover {	
    width:;
	padding: 2px;
	margin: 2px;
	display: inline-block;
	border: 1px solid #999999;
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.wp-pagenavi a:active {
    width:;
	padding: 2px;
	margin: 2px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #fe8101;
	color: #fe8101;
	background-color: #FFFFFF;
	text-align: center;
}
.wp-pagenavi span.pages {
	width:x;
	padding: 2px 0;
	margin: 2px;
	display: inline-block;
	color: #666666;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	text-align: center;
}
.wp-pagenavi span.current {
	padding: 2px 0;
	margin: 2px;
	display: inline-block;;
	font-weight: bold;
	border: 1px solid #999999;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
}
.wp-pagenavi span.extend {
	width:22px;
	padding: 2px 0;
	margin: 2px;
	display: inline-block;
	border: 1px solid #999999;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
}


/*-----------------------------------------
footerの設定
2008/12/19
-----------------------------------------*/
#footer {
    clear: both;
	margin: 20px 22px 10px;
}

#footer address {
    font-size: 0.6em;
	font-style: normal;
	letter-spacing: 0.15em;
}

