/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: "MS ゴシック", 平成角ゴシック, sans-serif;
}
body {
font-size: 12pt;
text-align: center;
background: #ffffff;
background-image:url(http://www.taiyo-group.co.jp/siteimage/bodybg.png);
background-repeat:repeat-x;
}

*:first-child+html body {
padding-left:1px;
}

*html body {
padding-left:1px;
}

#box{
width:860px;
text-align:center;
margin-left:auto;
margin-right:auto;
background-image:url(http://www.taiyo-group.co.jp/siteimage/box_bg.png);
background-repeat:repeat-y;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #999999;
    text-decoration: underline;
}


/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}

#headcopy{
width:850px;
text-align:center;
line-height:25px;
background:#333333;
}
#headcopy span{
color:#ffffff;
font-size:80%;
}

#header {
background-image: url(http://www.taiyo-group.co.jp/siteimage/header_bg.png);
background-repeat:no-repeat;
width:850px;
height:100px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
}

#header a {
margin:0px;
background-image: url(http://www.taiyo-group.co.jp/siteimage/logo.png);
background-repeat: no-repeat;
text-indent:-99999px;
overflow:hidden;
display:block;
width:415px;
height:100px;
float:left;
}

/* フッタ */
#footer{
height:35px;
width:860px;
text-align:center;
font-size:83%;
color:#FFFFFF;
line-height:35px;
background-image: url(http://www.taiyo-group.co.jp/siteimage/footerbg.png);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}


/* タイトルバナー下の説明 */
.blog-description {
display:none;
height:0;
}

/* メインイメージ */
#image {
width:850px;
height:300px;
margin-left:auto;
margin-right:auto;
}

/* キャンペーンイメージ */
#cpimage {
width:600px;
height:300px;
}
/* サイドバーイメージ */
.photos{
}

.photos p img{
float:left;
margin-bottom:5px;
margin-right:10px;
width:85px;
margin-bottom:15px;
}


/* ブログ記事日付 */
.date {
    margin: 8px 0;
}

/* ブログ記事日付・各タイトル */
.date{
text-align:right;
    color: #999999;
    font-size: 65%;
margin-bottom:20px;
    border-top: 1px solid #999;
clear:both;
}


/* ブログ記事 */
.entry {
    width: 540;
    margin: 0px 0px 15px 0px;
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}
.entry-body {
	margin-left:15px;
	margin-right:15px;
	font-size:14px;
}
.entry h3{
background-image:url(http://www.taiyo-group.co.jp/siteimage/h3bg.png);
line-height: 30px;
width:540px;
margin-bottom:5px;
padding-left:15px;
text-indent:10px;
font-size:115%;
font-weight:bold;
color:#FF9900;
}

.entry h4{
background-image:url(http://www.taiyo-group.co.jp/siteimage/h4bg.png);
line-height: 30px;
width:540px;
margin-bottom:5px;
text-indent:10px;
font-size:120%;
font-weight:bold;
color:#FFCC00;
}


.entry-content{
padding:0px 10px;
    margin-top: 4px;
    font-size: 90%;
line-height:150%;
}
.entry-content img{
    padding: 3px;
border:1px solid #999999;
}
.entry-content2{
    margin-top: 8px;
    font-size: 90%;
line-height:150%;
margin-bottom:15px;
}
.entry-content2 img{
    padding: 3px;
border:0px solid #999999;
}

/* トップページ用ブログ記事 */
.topentry {
    width: auto;
    margin: 0px 0px 15px 0px;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}
.topentry .topicstitle {
background-image:url(http://www.taiyo-group.co.jp/siteimage/topicstitle.png);
background-repeat:no-repeat;
height: 30px;
width: 560px;
text-indent:-9999px;
}
.entry-content3{
    margin-top: 8px;
    font-size: 90%;
line-height:150%;
margin-bottom:15px;
}


/* 段落 */
.entry p {
    margin: 10px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}


/* 追記 */
.entry-more a{
color:#000000
}
.entry-more a:hover{
color:#999999
}


/* ウェブページ */
div.page {
    margin-top: -5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}


.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
    border-bottom: 1px solid  #999999;
    color: #ffffff;
    background: #777777;
    text-align: center;
    font-size: 75%;
    line-height:30px;
background-image:url(http://www.taiyo-group.co.jp/design/navi1.png);
background-repeat:repeat-x;
}

/* ナビゲーション */
#navi{
list-style:none;
width:830px;
margin:0px 15px 0px 15px;
height:35px;
margin-left:auto;
margin-right:auto;
border-bottom:solid 5px #FFCC00;
}

#navi ul{
margin:0px 0px;
padding:0px;
width:830px;
height:35px;
list-style-type:none;
}	

#navi li{
text-indent:-9999px;
padding:0px;
margin:0px;
float:left;
width:166x;
height:35px;
}

#navi li a{
width:166px;
height:35px;
display:block;
text-decoration:none;
}


#navi li a:hover{
width:166px;
height:35px;
display:block;
text-decoration:none;
}

#navi li#menu01{
background:url(http://www.taiyo-group.co.jp/siteimage/menu.png) ;
background-repeat:no-repeat;
width:166px;
height:35px;
display:block;
text-decoration:none;
}

#navi li#menu01 a:hover{
background:url(http://www.taiyo-group.co.jp/siteimage/menu.png) no-repeat 0px -35px ;
width:166px;
height:35px;
display:block;
text-decoration:none;
}

#navi li#menu02{
background:url(http://www.taiyo-group.co.jp/siteimage/menu.png) no-repeat -166px 0px ;
width:166px;
height:35px;
display:block;
text-decoration:none;
}

#navi li#menu02 a:hover{
background:url(http://www.taiyo-group.co.jp/siteimage/menu.png) no-repeat -166px -35px ;
width:166px;
height:35px;
display:block;
text-decoration:none;
}

#navi li#menu03{
background:url(http://www.taiyo-group.co.jp/siteimage/menu.png) no-repeat -332px 0px ;
width:166px;
height:35px;
display:block;
text-decoration:none;
}

#navi li#menu03 a:hover{
background:url(http://www.taiyo-group.co.jp/siteimage/menu.png) no-repeat -332px -35px ;
width:166px;
height:35px;
display:block;
text-decoration:none;
}

#navi li#menu04{
background:url(http://www.taiyo-group.co.jp/siteimage/menu.png) no-repeat -498px 0px ;
width:166px;
height:35px;
display:block;
text-decoration:none;
}

#navi li#menu04 a:hover{
background:url(http://www.taiyo-group.co.jp/siteimage/menu.png) no-repeat -498px -35px ;
width:166px;
height:35px;
display:block;
text-decoration:none;
}


#navi li#menu05{
background:url(http://www.taiyo-group.co.jp/siteimage/menu.png) no-repeat -664px 0px ;
width:166px;
height:35px;
display:block;
text-decoration:none;
}

#navi li#menu05 a:hover{
background:url(http://www.taiyo-group.co.jp/siteimage/menu.png) no-repeat -664px -35px ;
width:166px;
height:35px;
display:block;
text-decoration:none;
}



/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}


/* 検索結果画面 */
.posted{
display:none
}
#search_notice{
margin:10px 0px 0px 10px;
}
.entry-body-text{
list-style:none;
font-size:90%;
}
.entry-body-text a{
color:#000000;
text-decoration:underline;
}
.entry-body-text a:hover{
color:#ff2222;
}
.entry-body-text li{
margin-bottom:6px;
list-style:none;
}



/* 固定レイアウト共通 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 0 0;
    text-align: left;
    width: 850px;
}
*html .layout-two-column-left #box{
width: 850px;
}

/* 固定レイアウト共通 */
#content_left{
float:left;
text-align: left;
margin-right:18px;
background-color: #fff;
width: 560px;
}

*html #content_left {
	width:542px;
}

#content_riht {
float:left;
background-color: #fff;
width: 250px;
}



/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 600px;
	background:#ffffff;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 250px;
}
*html .layout-two-column-right #links-right-box {
    width: 246px;
}

.layout-two-column-right #links-right {
    margin: 15px 15px 15px 15px;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 600px;
	margin-bottom:50px;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 250px;
}
*html .layout-two-column-left #links-left-box {
	text-align:center;
}


/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 15px 15px;
}

/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.layout-two-column-right .blog {
    padding: 15px 15px;
}


/* フッタ */
.layout-two-column-left #footer,
.layout-two-column-right #footer{
    margin-right: auto;
    margin-left: auto;
    height: 80px;
    color: #FFFFFF;
	background-image:url(http://www.taiyo-group.co.jp/siteimage/footerbg.png);
	background-repeat:repeat-x;
    font-size: 12px;
    text-align: center;
    line-height: 80px;
	letter-spacing:0.3em;
	font-weight:bold;
    width: 850px;
	text-align: center;
	clear:both;
}


input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }



#container{
width:830px;
height:auto;
background:#ffffff;
margin-top:30px;
margin-left:auto;
margin-right:auto;
}

*html #container{
	width:830px;
	overflow:auto;
}


/* トップ新着情報 */
.newsbody{
width:560px;
height:auto;
margin-bottom:10px;
margin-top:5px;
}

.newsber_gyouda{
background-image:url(http://www.taiyo-group.co.jp/siteimage/top_gyouda.png);
background-repeat: no-repeat;
height: 25px;
width: 560px;
text-indent:-99999px;
display:block;
}

.newsber_misato{
background-image:url(http://www.taiyo-group.co.jp/siteimage/top_misato.png);
background-repeat: no-repeat;
height: 25px;
width: 560px;
text-indent:-99999px;
display:block;
}

.newsber_yashio{
background-image:url(http://www.taiyo-group.co.jp/siteimage/top_yashio.png);
background-repeat: no-repeat;
height: 25px;
width: 560px;
text-indent:-99999px;
display:block;
}

.newsber_nisshin{
background-image:url(http://www.taiyo-group.co.jp/siteimage/top_nisshin.png);
background-repeat: no-repeat;
height: 25px;
width: 560px;
text-indent:-99999px;
display:block;
}

.newsber_kounosu{
background-image:url(http://www.taiyo-group.co.jp/siteimage/top_kounosu.png);
background-repeat: no-repeat;
height: 25px;
width: 560px;
text-indent:-99999px;
display:block;
}

.newsber_kamigobashi{
background-image:url(http://www.taiyo-group.co.jp/siteimage/top_kamigobashi.png);
background-repeat: no-repeat;
height: 25px;
width: 560px;
text-indent:-99999px;
display:block;
}


.news{
width:560px;
height:auto;
margin-bottom:10px;
line-height:160%;
font-size: 80%;
}

.news a #a000644 {
text-decoration:underline;
color:#008738;
text-indent:10px;
}
.news a:hover #a000644 {
text-decoration:underline;
color:#DAEFB3;
}
.news a #a000660 {
text-decoration:underline;
color:#FC3E26;
text-indent:10px;
}
.news a:hover #a000660 {
text-decoration:underline;
color:#FFDBCE;
}
.news a #a000581 {
text-decoration:underline;
color:#FE972E;
text-indent:10px;
}
.news a:hover #a000581 {
text-decoration:underline;
color:#FFEED2;
}
.news a #a000678 {
text-decoration:underline;
color:#F751A7;
text-indent:10px;
}
.news a:hover #a000678 {
text-decoration:underline;
color:#FFDFF0;
}
.news a #a000693 {
text-decoration:underline;
color:#019EC7;
text-indent:10px;
}
.news a:hover #a000693 {
text-decoration:underline;
color:#DDEEFF;
}
.news a #a000609 {
text-decoration:underline;
color:#533A98;
text-indent:10px;
}
.news a:hover #a000609 {
text-decoration:underline;
color:#F0DDFF;
}








/* 右エリア */

.side_banna{
width:250px;
height:140px;
margin-bottom:-60px;
}

.enq {
background-image:url(http://www.taiyo-group.co.jp/siteimage/enq.png);
background-repeat:no-repeat;
color:#666666;
font-size:80%;
height:140px;
line-height:160%;
padding:50px 20px 20px;
text-align:left;
width:210px;
}

*html .enq{
width:250px;
height:210px;
}


.qr{
background-image:url(http://www.taiyo-group.co.jp/siteimage/qr.png);
width:250px;
height:180px;
text-indent:-99999px;
}

/* トップトピックス */


.title-header a{
color:#000000;
}
.title-header a:hover{
color:#999999;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 15px 0 0;
    padding-left: 5px;
    font-size: 100%;
    font-weight: bold;
line-height:30px;
border-left: 5px solid #999;
border-bottom: 1px solid  #999999;
border-top: 1px solid  #999999;
border-right: 1px solid  #999999;
}

.pagetitle01 {
	width:560px;
	height:50px;
	background-image:url(http://www.taiyo-group.co.jp/siteimage/pagetitle01.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:1px;
	margin-bottom:15px;
}
.pagetitle02 {
	width:560px;
	height:50px;
	background-image:url(http://www.taiyo-group.co.jp/siteimage/pagetitle02.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:1px;
	margin-bottom:15px;
}
.pagetitle03 {
	width:560px;
	height:50px;
	background-image:url(http://www.taiyo-group.co.jp/siteimage/pagetitle03.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:1px;
	margin-bottom:15px;
}
.pagetitle04 {
	width:560px;
	height:50px;
	background-image:url(http://www.taiyo-group.co.jp/siteimage/pagetitle04.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:1px;
	margin-bottom:15px;
}


/*カスタム*/

.font1{
font-size:110%;
font-weight:bold;
line-height:150%;
color:#FF9900;
}

table#table_01 {
    margin-top:10px;
    width: 540px;
    border-collapse: collapse;
    border-spacing: 0;
	border-bottom: 1px #CCCCCC solid;
}


table#table_01 td {
	padding:7px;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	font-size:100%;
	text-align: center;
	color:#333333;
    white-space: nowrap;
}

table#table_01 th {
	padding:7px;
    background: #FFFFCC;
    font-weight: bold;
	font-size:100%;
	text-align: center;
	color:#333333;
    white-space: nowrap;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

table#table_01 tr {
	padding:7px;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

*html table#table_01 td {
	padding:7px;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	font-size:12px;
	text-align: center;
	color:#333333;
    white-space: nowrap;
}

*html table#table_01 th {
	padding:7px;
    background: #FFFFCC;
    font-weight: bold;
	font-size:12px;
	text-align: center;
	color:#333333;
    white-space: nowrap;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}


table#table_02 {
    margin-top:10px;
    width: 540px;
    border-collapse: collapse;
    border-spacing: 0;
	border-bottom: 1px #CCCCCC solid;
}


table#table_02 td {
	padding:7px;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	font-size:100%;
	text-align: left;
	color:#333333;
}

.title-header{
display:none;
}
