/* ページ全体の基本的な設定と背景色 */
body {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	
        	text-align: center;
        
	}

/* 指定が無い時のリンクの下線の有無 */
a {
	text-decoration: none;
	
	
	}

/* 指定が無い時の未読リンクの色 */
a:link {
	color: #006699;
	}

/* 指定が無い時の既読リンクの色 */
a:visited {
	color: #006699;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #006699;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

/* 指定が無い時の見出しタグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* ブログを囲む枠の背景色や線、余白などの設定 */
#container {
	line-height: 1.25;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
	border: 0px;
	background-repeat:no-repeat;
	background-image: url("");
	}


/* エントリー全体を入れるＢＯＸの基本設定 */
#center {
	margin-right : 180px ;
	margin-left  : 180px ;
	margin-top : 0px ;
	overflow: hidden;
	}

/* centerの内側のＢＯＸの基本設定 */
.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

/* 右側のメニューを入れるＢＯＸの基本設定 */
#right {
		position : absolute ;
		right : 15px ;
		top : 170px ;
		width : 160px ;
	padding: 0px;	
	margin:0px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

/* 左側のメニューを入れるＢＯＸの基本設定 */
#left {
		position : absolute ;
		left : 15px ;
		top : 170px ;
		width : 160px ;

	padding: 0px;	
	margin:0px;		
	background-color: #FFFFFF;	
	overflow: hidden;
	}

/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}

/* contentで指定されているＢＯＸの中でblockquoteタグを使用した時の設定 */
.content blockquote {
	line-height: 1.5;
	}

/* メニュー枠内でulタグを使用した時の設定 */
.content ul {
	padding-left: 15px;
	margin: 0px;
	margin-bottom: 10px;
	}

/* contentで指定されているＢＯＸの中でliタグを使用した時の設定 */
.content li {
	line-height: 1.5;
	padding: 3px 0px 3px 0px;
	}

/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
	text-align: left;
   font-weight: bold;	
	}

.title	{ 

	background:#ffffff;	
	padding: 5px 0px 5px 15px;	
	margin-bottom: 10px;
	border-top: 1px solid #ad1a08;
	border-bottom: 1px solid #ad1a08;
	border-left: 10px solid #ad1a08;
	border-right: 1px solid #ad1a08;
	}



/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定（エントリータイトル） */
.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	}

/* エントリーの日付 */
.content p.date	{
		font-weight: bold; 
		font-size: 12px;
		color: #666666;
		padding:5px 0px 0px 0px;
		margin:6px 0px 0px 5px;

	}


/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-top: 1px solid #999999;
	text-align: left;
	
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}


.trackbacks-header	{ 

	background:#75c1ff;	
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	border: 1px solid #75c1ff;
	}

.comments-header	{ 

	background:#75c1ff;	
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	border: 1px solid #75c1ff;
	}

.content p.trackbacks-info {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background:#d9eeff;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #75c1ff;
	}



/* メニュー枠の内側のＢＯＸの余白の設定 */
.sidebar {
	padding: 15px;
	}



/* カレンダーの基本設定 */
#calendar {
  	line-height: 1.25;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
  	padding: 0px;
	text-align: center;
	margin-bottom: 10px;
	width: 150px;
	}

/* カレンダーテーブルの基本設定 */
#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	font-size: 10px;
	width: 100%;
	}

/* カレンダーのタイトル部分の設定（月、日） */
#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .0em;
	}

/* カレンダーのセル(th)部分の設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	}

/* カレンダーのセル(td)部分の設定 */
#calendar td {
	text-align: center;
	font-size: 10px;
	}

/* メニュー枠内でh2タグを使用した時の設定 */
.sidebox h2 {
	color:#000000;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:3px;
	background:none;
	line-height:1.25;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:left;

	}


/* メニュー枠内でulタグを使用した時の設定 */
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 5px;
	}

/* メニュー枠内でul ulタグを使用した時の設定 */
.sidebar ul ul {
	margin-bottom: 0px;
	}

/* メニュー枠内でcategories ulタグを使用した時の設定 */
.sidebar #categories ul {
	padding-left: 15px;
	}

/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 130%;
	
	margin-top: 10px;
	list-style-type: none;
	}

/* メニュー枠内で categories li　を使用した時の設定 */
.sidebar #categories li {
	list-style-type: circle;
	}

/* メニュー枠内で img(画像）タグを使用した時画像の周りに白い枠線がつく設定 */
.sidebar img {
	border: 3px solid #FFFFFF;
	}

/* photo を使用した時の設定 */
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	}

/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	text-align: left;
	color: #666666;
	margin-top: 15px;
	}

/*  コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

/*  コメントのフォームのtextareaの幅の設定 */
textarea[id="comment-text"] {
	width: 80%;
	}

/*  commenter-profile imgを使用した時の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* 引用タグ（blockquote）を使用したときの設定 */
	blockquote {
		color: #000000;
		margin:10px 5px 0px 5px;
		font-size:12px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:1.5;
		padding: 10px; 
		border: 2px dotted #99CC00;
		width: auto ;
	}

/* エントリーの画像 */
.content img {
margin-right: 8px;
margin-bottom: 5px;
}


.sidebar hr { border:1px dashed #999999;}

td {
	font-size: 12px;
	line-height: 1.5;		
	}

/* フッター2006/20/15 */
#footer {
	color:#666666;
	font-size: 12px;
	line-height: 1.5;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
clear: both;
	}

/* カレンダーの基本設定 */
#topmenu {
clear: both;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: auto;
	}

/* カレンダーテーブルの基本設定 */
#topmenu table {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	font-size: 12px;
	text-align: center;
	width: auto;
	}

/* カレンダーのセル(td)部分の設定 */
#topmenu td {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #ffffff;
	}

.toptd2 {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-weight:normal;
	line-height:1.5;
	background-image: url("http://www.sanshin-factory.com/tab2/bt_center.gif");
	}

#topmenu a {
	color: #ad1a08;
	text-decoration: none;
	}

#topmenu a:hover {
	color: #006699;
	text-decoration: underline;
	}


/* タイトルバナー左 */
#banner {
	margin-right: auto;
	margin-left: auto;
	color:#000000;
	padding: 10px 0px 10px 0px;
	text-align: left;
	border: 0px;
	width: 640px;
	}

a#banner-img {
	display: none;
	}

/* タイトル名の文字のリンク色 */
	#banner a {
		font-weight:bold;
		font-size: 18px;
		font-family: "ＭＳゴシック",sans-serif;
		text-decoration: none;
	}
	#banner a:link{
		color: #000000;
		background: none;
	}
	#banner a:visited{
		font-size: 18px;
		color: #000000;
		background: none;
	}
	#banner a:active,
	#banner a:hover {
		font-size: 18px;
		color: #000000;
		background: none;
	}

/* バナー部分のh1に対する文字サイズの指定 */
#banner h1 {
		float: left;
	font-size: 18px;
	line-height: 1.15;
	padding: 0px;
	margin-top: 15px;
   font-weight: bold;
	}

/* バナー部分のh2に対する文字サイズの指定 */
#banner h2 {
	font-size: 12px;
	line-height: 1.5;
	padding: 0px;
	margin-top: 15px;
	}

/* ◆HOMEがあるメニュー部分の背景色や余白などの設定◆ */
#tophead {
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: 0px;
	
	}

/* ◆HOMEがあるメニュー部分のリンクの設定◆ */
#tophead a {
	color: #FFFFFF;
	text-decoration: none;
	}

#tophead a:hover {
	color: #FF9900;
	text-decoration: underline;
	}

#lines {
	margin-right: auto;
	margin-left: auto;
	padding: 7px 0px 5px 0px;
	background-color: #ad1a08;
	text-align: center;
	color: #ffcc00;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	border: 0px;
	
	}

/* ◆HOMEがあるメニュー部分のリンクの設定◆ */
#lines a {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	}

#lines a:hover {
	color: #ffff00;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	}

.sidtitle {
	background-position:left; 
	background-repeat:no-repeat;
	background-image: url("http://www.sanshin-factory.com/tab2/said_bt.gif");
	color:#ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	margin:3px 0px 0px 0px;
	font-weight: bold;
	line-height:140%;
	padding: 4px 0px 3px 0px;
	text-align:center;
	}

.sidebox {
	font-family: Verdana, Arial, sans-serif;
	color:#666666;
	background: none;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	padding: 5px 3px 3px 3px;
	margin-bottom:25px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	word-break: break-all; 
	}

	.saidtitle2 {
		background: #eeeecc;
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
		font-size:12px;
		margin:3px 0px 0px 0px;
		font-weight: bold;
		line-height:140%;
		padding: 4px 0px 3px 0px;
		text-align:center;
	}


	.sidebox2 {
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		background: #f0eeec;
		font-size:12px;
		font-weight:normal;
		line-height:150%;
		padding: 5px 3px 3px 3px;
		margin-bottom:25px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	word-break: break-all;
	}

.sidebox3 {
	font-family: Verdana, Arial, sans-serif;
	color:#666666;
	background: none;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	padding: 5px 3px 3px 3px;
	margin-bottom:25px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	word-break: break-all;
	}


.sidebox a {
	color: #006699;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	}

.sidebox a:hover {
	color: #3333cc;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	}


.sidebox a:visited{
	color: #006699;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}

.sidebox a:active {
	color: #006699;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}

.sidebox hr { border:1px dashed #999999;}

.sidebox2 hr { border:1px dashed #999999;}

.sidebox3 hr { border:1px dashed #999999;}

