/*
 * File      : styles-site.css
 * Version   : 5.03
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 * 4.01 2007.06.16: Update for Movable Type 4.
 * 4.02 2007.11.12: add div.page class selector.
 * 5.00 2008.02.01: Update for Movable Type 4.1.
 * 5.01 2008.08.18: Update for Movable Type 4.2.
 * 5.02 2008.09.17: change footer height.
 * 5.03 2008.10.09: add .search-results-header class selector.
 *
 * Copyright (C) 2005-2008 www.koikikukan.com All rights reserved.
 */

/* IE6 透過PNG */
/* Hedes from IE5-mac \*/
* html h2.title,* html h3.subtitle,* html h4.smalltitle,* html #up,.entry-header,.date {
	behavior: expression(IEPNGFIX.fix(this)); 
}
/* End hide from IE5-mac */


/*------------------------------------------------ */
/* Initialize
-------------------------------------------------- */
*{
	margin: 0px;
	padding: 0px;
	/*border:solid #FF0000 1px;*/
}

body {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-size: 75%;
}
html>/**/body,html>/**/form,html>/**/fieldset {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-size: 12px;
}
img {
	border-style:none;
}

a img {
	border-style:none;
}

fieldset {
    border:none;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd {
    margin: 0px;
	padding: 0px;
}

li {
    list-style: none;
}
input,textarea {
    font-size: 1em;
}


/* すべて */
* {
    font-family: Verdana, Arial, sans-serif;
}


/* Util ---------------------------- */
.cbox { 
	zoom: 100%;
}

.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

span.color01 {
	color: #FF6600;
}


#wrapper {
	background: url(http://shinestreet.jp/images/wrapper_back.png) repeat-x;
	line-height:160%;
}
#background {
	background: url(http://shinestreet.jp/images/background_back.gif) repeat-y;
}
.up {
	display:block;
	width: 102px;
	height: 26px;
	clear:both;
	margin:0 0 20px 490px;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
}

h2.title {
	clear: both;
	width: 598px;
	background: url(http://shinestreet.jp/images/h2_title.png) no-repeat;
	height: 55px;
	line-height: 55px;
	text-indent: 30px;
	font-size: 130%;
	margin: 5px 0 0 6px;
}

h3.subtitle {
	clear: both;
	width: 580px;
	background: url(http://shinestreet.jp/images/h3_back.png) no-repeat;
	height: 35px;
	line-height: 33px;
	text-indent: 25px;
	font-size: 120%;
	margin: 15px 0 0 10px;
}

h4.smalltitle {
	clear: both;
	width: 570px;
	background: url(http://shinestreet.jp/images/h4_back.png) no-repeat;
	height: 24px;
	line-height: 24px;
	text-indent: 20px;
	font-size: 110%;
	color: #FFFFFF;
	margin: 15px 0 0 15px;
}
#main p {
	font-size: 120%;
	padding: 10px 30px 20px;
}

#main table,#main ul,#main dl {
	font-size: 120%;
}

#main h3 {
	margin: 15px 0 0 15px;
}
#main h4 {
	margin: 15px 0 0 20px;
}
#main_center {
	padding: 0 30px;
	margin: 0 auto;
}
.main_center {
	padding: 0 30px;
	margin: 0 auto;
}

/* リンク */
a,a:link {
	color: #e30000;
}
a:visited {
	color: #e30000;
}
a:hover {
	color: #ff4b4b;
}
a:active {}

.entry-header a:link,h2.date a:link {
	color: #000000;
    text-decoration: none;
}
.entry-header a:visited,h2.date a:visited {
	color: #000000;
    text-decoration: none;
}
.entry-header a:hover,h2.date a:hover {
	color: #0096ff;
    text-decoration: underline;
}

p.entry-footer a:link,.content-nav a:link,.entry ul a:link,h3.subtitle a:link {
	color: #000000;
}
p.entry-footer a:visited,.content-nav a:visited,.entry ul a:visited,h3.subtitle a:visited {
	color: #000000;
}
p.entry-footer a:hover,.content-nav a:hover,.entry ul a:hover,h3.subtitle a:hover,h3.subtitle a:hover {
	color: #0096ff;
}

h4.smalltitle a:link {
	color: #FFFFFF;
}
h4.smalltitle a:visited {
	color: #FFFFFF;
}
h4.smalltitle a:hover {
	color: #e30000;
}


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

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

/* ヘッダ */
#header {
height: 201px;
background: url(http://shinestreet.jp/images/header_back.png) no-repeat;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}


#header h1 {
	text-indent: -9999px;
	height: 138px;
}
#header h1 a {
	text-decoration: none;
	display: block;
	height: 126px;
	width: 630px;
}

#header_menu {
	height: 38px;
	margin: 0 0 0px 80px;
    text-indent: -9999px;
}


#header_menu li  {
	margin: 0 0 0 10px;
	float: left;
	height: 38px;
	width: 140px;
	list-style: none;
}

#header_menu li.parts {
	background:url(http://shinestreet.jp/images/top_mn01.gif) no-repeat;
}

#header_menu li.database {
	background:url(http://shinestreet.jp/images/top_mn02.gif) no-repeat;
}

#header_menu li.album {
	background:url(http://shinestreet.jp/images/top_mn03.gif) no-repeat;
}

#header_menu li.youtube {
	background:url(http://shinestreet.jp/images/top_mn04.gif) no-repeat;
}

#header_menu li.archives {
	background:url(http://shinestreet.jp/images/top_mn05.gif) no-repeat;
}


#header_menu li a {
	display:block;
	text-decoration: none;
	height: 38px;
}

#header_menu li.parts a:hover {
	background:url(http://shinestreet.jp/images/top_mn01.gif) no-repeat;
	background-position:0px -38px;
}
#header_menu li.database a:hover {
	background:url(http://shinestreet.jp/images/top_mn02.gif) no-repeat;
	background-position:0px -38px;
}
#header_menu li.album a:hover {
	background:url(http://shinestreet.jp/images/top_mn03.gif) no-repeat;
	background-position:0px -38px;
}
#header_menu li.youtube a:hover {
	background:url(http://shinestreet.jp/images/top_mn04.gif) no-repeat;
	background-position:0px -38px;
}
#header_menu li.archives a:hover {
	background:url(http://shinestreet.jp/images/top_mn05.gif) no-repeat;
	background-position:0px -38px;
}



#header_submenu {
	height: 25px;
	color: #FFFFFF;
	text-align: center;
	font-size: 80%;
}
#header_submenu li {
	display: inline;
	border-left: 1px solid #FFFFFF;
	padding: 0 15px;
	line-height: 25px;
}
#header_submenu li.service {
	border-right: 1px solid #FFFFFF;
}

#header_submenu li a {
	text-decoration: none;
}
#header_submenu li a:hover {
	color: #F60;
}


/* タイトルバナー下の説明 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}

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

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    padding-left: 15px;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.0;
}

/* ブログ記事タイトル */
.entry-header,h2.date {
    padding-left: 0px;
	width: 598px;
	background: url(http://shinestreet.jp/images/h2_title.png) no-repeat;
	height: 55px;
	line-height: 55px;
	text-indent: 30px;
	font-size: 130%;
	margin: 0 auto 0 auto;
    font-weight: bold;
}

/* ブログ記事 */
.entry {
	width: 598px;
	border: #bababa 1px solid;
	margin: 5px 5px 27px 5px;
}
.entry div {
    padding: 10px 15px;
	font-size: 110%;
}

div.entry-body {
    padding: 0;
	font-size: 90%;
}

div.entry-more {
    padding: 0;
	font-size: 90%;
}

/* 段落 */
.entry p {
    margin: 10px 15px;
	font-size: 110%;
}

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

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

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

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #F6F6F6;
    font-size: 90%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 90%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 90%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
p.entry-footer {
    margin: 10px 10px;
    padding-top: 3px;
    font-size: 80%;
    text-align: right;
	clear: both;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 110%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

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

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

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 90%;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 90%;
}

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

/* サイドメニュータイトル */
#sidetitle_link {
	text-indent: -9999px;
	height: 0px;
}
.sidetitle {
	margin: 10px 0 0 0;
	background: url(http://shinestreet.jp/images/ct_title_back.gif) no-repeat;
	line-height: 45px;
	text-indent: 30px;
	text-shadow: #FFFFFF 0 1px 0;
	font-size: 130%;
}
#sidetitle01 {
	margin: 10px 0 0 0;
	background: url(http://shinestreet.jp/images/ct_title_back.gif) no-repeat;
	line-height: 45px;
	text-indent: 30px;
	color: #000000;
}
span.ct_title {
	font-size: 150%;
	text-shadow: #FFFFFF 0 1px 0;
}

/* サイドメニュー */
.side {
	margin: 10px 0 20px 0;
	color: #FFFFFF;
}
.side_link {
	margin: 0px 0 20px 0;
}
.side ul {
	margin: 10px 0 0 0;
}

.side ul li.list01,.side ul#list02 li {
	background: url(http://shinestreet.jp/images/ct_menu.gif) no-repeat;
	background-position: 0 4px;
	text-indent: 0px;
	line-height: 18px;
	margin: 0 0 2px 9px;
	padding: 0 3px 0 10px;
	font-size: 100%;
	list-style: none;
}

.side ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
.side ul li a:visited {
	color: #FFFFFF;
}
.side ul li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
fieldset {
    border: none;
	margin: 0 0 0 18px;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

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

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 80%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    text-align: center;
}

/* リンク */
div.side_link img {
	vertical-align: bottom;
}
ul#links_bannar li {
	background-image: none;
	list-style: none;
}
ul#links {
	margin: 10px 0 0px 30px;
	color: #FFFFFF;
}
ul#links li {
	list-style: circle;
	list-style-position: outside;
	margin: 0 0 5px 0px;
	padding: 0 0 0 0px;
	font-size: 90%;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 90%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 80%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}
#comment-reply-label {
  display: inline;
}
#comment-form-reply {
  margin-bottom: 8px;
}

/* 検索結果画面 */
#search-form {
    font-size: 90%;
}
.search-header {
    margin: 15px 0;
}
.search-results-header {
    margin: 8px 0 15px 10px;
    font-size: 120%;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-three-column-right,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: url(http://shinestreet.jp/images/body_back.gif);
}
.layout-three-column #container,
.layout-three-column-right #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-three-column-right #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column-right #box,
.layout-three-column #box {
    width: 950px;
}


/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    width: 610px;
	background: url(http://shinestreet.jp/images/main_back.gif) no-repeat;
	background-position: top;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
}
.layout-three-column #links-left-box {
    width: 180px;
}
.layout-three-column #links-right-box {
    width: 160px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 0;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-three-column-right #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer,
.layout-one-column-liquid #footer {
    margin-right: auto;
    margin-left: auto;
    font-size: 90%;
    text-align: center;
color: #000000;
}
.layout-three-column #footer,
.layout-three-column-right #footer {
    width: 950px;
	line-height: 50px;
	height: 50px;
	padding: 0px 0 50px 0;
	background: url(http://shinestreet.jp/images/footer_back.gif) repeat-x;
}
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 665px;
}
.layout-one-column #footer {
    width: 478px;
}
.layout-three-column-liquid #footer {
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
}
.layout-two-column-liquid-left #footer,
.layout-two-column-liquid-right #footer {
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
}
.layout-one-column-liquid #footer {
    margin-right: 100px;
    margin-left : 100px;
}

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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* お問い合わせ */
#contact div#contents p {
	padding: 5px 10px 15px 10px;
}

#contact_table {
	width: 580px;
	font-size: 100%;
	margin: 0px auto 30px auto;
	background-position: right bottom;
}
#contact_table caption{
	display:none;
}
#contact_table th {
	padding:4px;
	width: 140px;
	text-align: right;
	vertical-align: top;
	border-bottom: #fcfcfc;
}
#contact_table td {
	padding:4px 8px 4px 8px;
}
#contact div.box01 ul {
	margin: 0 0 0 30px;
}
#contact div.box01 ul li {
	list-style: decimal outside;
	margin: 0 0 10px 0;
}
#contact div.center {
	text-align:center;
	margin-bottom: 20px;
}
#contact em {
	font-style:normal;
}
#contact #detail {
	width: 380px;
}

/* サービス内容 */

ul.list_cercle  {
	padding: 0 0;
}

ul.list_cercle li {
	list-style: circle outside;
	margin: 0 20px;
}

dl.dt_orange dt {
	padding: 0 20px;
}

dl.dt_orange dt {
	background-color: #F60;
	color: #FFF;
	margin: 0 10px 5px 0;
	border-right: #FC0 solid 2px;
	border-bottom: #FC0 solid 2px;
	width: 120px;
	float: left;
	text-align: center;
}

dl.dt_orange dd {
	margin: 0 0 7px 0;
}
