* {
	margin: 0;
	padding: 0;
    outline: none;
}
html{


}
body {
	margin: 0 auto;
	/*background: url(http://file.bodysupportsin.blog.shinobi.jp/background.jpg) no-repeat center center fixed;     -webkit-background-size: cover;     -moz-background-size: cover;     -o-background-size: cover;     background-size: cover;
*/
background-color:#eee;
	 } 

td {
	text-align:center;
}
table {
	border-collapse: collapse;
}
#mainBlock {
	width:910px;
	text-align: left;
	border:0;
	margin:0 auto;
	color: #000;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック";
	padding: 0;
	background: url(http://file.bodysupportsin.blog.shinobi.jp/main_back1.png) repeat-y center;
}
#mainblock2 {
	background: url(http://file.bodysupportsin.blog.shinobi.jp/main_back_bottom.gif) no-repeat fixed center bottom;
}
#main {
	background: url(http://file.bodysupportsin.blog.shinobi.jp/main_up.png) repeat;
	width: 850px;
	margin-left: 30px;
}
.left {
	text-align:left;

}
.center {
	text-align:center;
}
.right {
	text-align:right;
	margin-right: 10px;
}
#leftblock {
	float:left;
	width:660px;
}
#leftplugin {
	margin-left: 10px;
}
#rightplugin {
	margin-right: 10px;
	
}
#rightblock {
	width:180px;
	display:inline;
	float:right;

}
a {
	outline: none;
}
a:link {
	color: #06F;
	text-decoration:none;
}
a:visited {
	color: #00c;
	text-decoration:none;
}
a:hover {
	color: #3FF;
}
img {
        border: 0;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
#TopBlock {
	width:850px;
	height:230px;
	margin-bottom:0px;
	text-align: left;
	background: url(http://file.bodysupportsin.blog.shinobi.jp/header.jpg) no-repeat;
	margin-left: 30px;
}
/*ページタイトル文字部分の設定*/


#TopTitle {
}

#TopTitle a {
	/*
	text-decoration:none;
	font-weight: bold;
	font-size: 36px;
	*/
	width: 850px;
	height: 230px;
	text-decoration: none;
	font-size: 0px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	
}
#TopTitle a:hover {
	background: url(http://file.bodysupportsin.blog.shinobi.jp/header.jpg) no-repeat 0px -230px;
}
#TopTitle a:active {
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
	color:#fff;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
}
#TopExplanation a {
	/*
	text-decoration: none;
	font-size:16px;
	color:#fff;
	font-style: italic;
	*/
	text-decoration: none;
	font-size: 0px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}
/**************************************************************************************
カテゴリナビゲーション用デザイン
**************************************************************************************/

#navi {
	width: 850px;
	background: #036;
	height: 50px;
	margin: 0px 0px 10px;
}
#navi ul li {
	float: left;
	list-style-type: none;
	display: inline;
}
#navi ul li a {
	color: #333;
	text-decoration: none;
	background-color: #333;
	font-size: 0px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 50px;
}
#navi ul li .nikki {
	background: url(http://file.bodysupportsin.blog.shinobi.jp/suda_navi_01.gif) 0px 0px;
	width: 170px;
}
#navi ul li .kenkou {
	background: url(http://file.bodysupportsin.blog.shinobi.jp/suda_navi_02.gif) 0px 0px;
	width: 170px;
}
#navi ul li .tol {
	background: url(http://file.bodysupportsin.blog.shinobi.jp/suda_navi_03.gif) 0px 0px;
	width: 170px;
}
#navi ul li .bike {
	background: url(http://file.bodysupportsin.blog.shinobi.jp/suda_navi_04.gif) 0px 0px;
	width: 170px;
}
#navi ul li .news {
	background: url(http://file.bodysupportsin.blog.shinobi.jp/suda_navi_05.gif) 0px 0px;
	width: 170px;
}
#navi ul li .nikki:hover {
	background: url(http://file.bodysupportsin.blog.shinobi.jp/suda_navi_01.gif) 0px -50px;
	width: 170px;
}
#navi ul li .kenkou:hover {
	background: url(http://file.bodysupportsin.blog.shinobi.jp/suda_navi_02.gif) 0px -50px;
	width: 170px;
}
#navi ul li .tol:hover {
	background: url(http://file.bodysupportsin.blog.shinobi.jp/suda_navi_03.gif) 0px -50px;
	width: 170px;
}
#navi ul li .bike:hover {
	background: url(http://file.bodysupportsin.blog.shinobi.jp/suda_navi_04.gif) 0px -50px;
	width: 170px;
}
#navi ul li .news:hover {
	background: url(http://file.bodysupportsin.blog.shinobi.jp/suda_navi_05.gif) 0px -50px;
	width: 170px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
	text-align: left;
	display: inline;
	float:left;
	width: 170px;
	margin: 0px 0 10px 0;
	padding: 0;
	overflow: hidden;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	font-size: small;
	margin: 0;
	padding: 0 0 10px 0;
	color:#666666;
        background-color:#fff;
	/*background: url(http://file.bodysupportsin.blog.shinobi.jp/base1_05.png) repeat;*/
}
.PluginInnerBlock .free {
	padding:7px;
}
.blogsearch {
	padding:10px;
}
.blogsearch form {
	margin:0;
}
.blogsearch .box {
	margin:0;
	width:90px;
	display:inline;
}
blogsearch .btn {
	margin:0;
	display:inline;
	width:30px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	color: #fff;
	background: url(http://file.bodysupportsin.blog.shinobi.jp/plugin_titlelong.gif) repeat-y;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 4px 2px 2px;
	height: 15px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
	padding: 0px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
	padding:0px;
	font-size:13px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/

/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
	width: 470px;
	text-align: left;
	margin: 0 0px 10px 0px;
	display: inline;
	float:right;
	background: url(http://file.bodysupportsin.blog.shinobi.jp/base1_05.png) repeat;
}
#FreeSpaceTitle {
	color:#00C;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
	text-align: left;
	margin-bottom:15px;
}
.AA {
	font-family:MSPゴシック;
	font-size:16px;
	line-height:18px;
}
blockquote p {
	padding:10px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
	text-align: left;
	margin: 10px 10px 0px 10px;
	padding: 3px;
	font-size: 15px;
	font-weight:bold;
	border-bottom: medium solid #666;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
	font-size:13px;
	color:#333333;
	margin:10px;
}
/*記事本文が記載される部分*/
.EntryText {
	padding: 0px;
}
/*追記文書が記載される部分*/
.EntryPsText {
	padding: 10px;
	text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	text-align:right;
	font-size:12px;
	color:#666;
	padding-right: 10px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
	margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
	margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
	margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
	margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock {
	text-align:center;
	padding:10px;
	font-size:13px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock {
	padding:10px;
	font-size:13px;
	/*background: url(http://file.bodysupportsin.blog.shinobi.jp/base1_05.png) repeat;*/
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle {
	text-align: left;
	margin: 10px 0px 0px 0px;
	/*background-color: #eee;*/
	padding: 3px 10px;
	font-size: 15px;
	font-weight:bold;
	color: #377DB4;
}
.CommentMenuTitle2 {
	text-align: left;
	width:500px;
	margin: 10px 0px 10px 0px;
	/*background-color: #eee;*/
	padding: 3px 10px;
	font-size: 15px;
	font-weight:bold;
	color: #377DB4;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox {
	text-align: left;
	margin:10px 0px 10px 20px;
}
/*コメントのタイトル部分*/
.CommentTitle {
	text-align: left;
	margin-bottom:10px;
}
/*コメント部分*/
.CommentText {
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter {
	text-align:right;
	padding:5px;
	color:#666;
	border-bottom:solid 1px #cccccc;
}
/*投稿者名の部分*/
.CommentUserName {
	margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL {
	margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate {
	margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit {
	margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock {
	margin-bottom:20px;
	margin-left:5px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable {
	font-size:13px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh {
	padding-top:5px;
	text-align:left;
}
/*コメントフォームTDタグ設定*/
	.CommentFormTd {
	text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit {
	text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms {
	margin:0;
	font-size:12px;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock {
	padding:10px;
	font-size:13px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle {
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 3px 10px;
	font-size: 15px;
	font-weight:bold;
	color: #377DB4;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox {
	text-align: left;
	margin:5px 0px 10px 20px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle {
	text-align: left;
	margin-bottom:5px;
}
/*トラックバックの記事部分*/
.TrackbackText {
	padding: 5px 5px 5px 10px;
	line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter {
	text-align:right;
	padding:5px;
	color:#666;
	border-bottom:solid 1px #cccccc;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName {
	margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL {
	margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate {
	margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle {
	text-align: left;
	font-size: 12px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:30px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL {
	color: #309;
	font: x-small Verdana, Arial, sans-serif;
	padding-left: 0.5em;
	width:210px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	line-height: 1.3em;
	padding: 7px 0px 6px 11px;
	/*background: url(http://file.bodysupportsin.blog.shinobi.jp/plug1.png) top left no-repeat;*/
	text-align:left;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	font-size:11px;
	text-align:right;
	padding: 4px 5px 3px 0px;
	margin-left:19px;
	/*background: url(http://file.bodysupportsin.blog.shinobi.jp/plug1_03.png) top left no-repeat;*/
}
/* バーコードのプロパティ */
.qrcode_image {
	/*background: url(http://file.bodysupportsin.blog.shinobi.jp/plug1_02.png) top left no-repeat;*/
	text-align:center;
}
.qrcode_image img {
	margin:10px 0px;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	background-color:#EBF1F5;
	padding: 5px;
	margin: 10px 10px 0 10px;
	width:150px;
	font-family:"Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	color:#313131;
	font-size:7pt;
	line-height:19px;
	text-align:center
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	color: #036;
	text-align:right;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
	color: #036;
	font-weight:bold;
	width:70px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
	color: #036;
	text-align:left;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width:150px;
	background-color:#EBF1F5;
	padding: 5px;
	margin: 0px 10px 10px 10px;
	font-family:"Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	color:#313131;
	font-size:7pt;
	line-height:19px;
	text-align:center
}
.CalendarTable td {
	width:20px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
	font-size:10px;
	color:transparent;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color:#cc0000;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color:#003366;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	color:#cc0000;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color:#003366;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
	color:#75b5c5;
	background-color:#c4d7e5;
	font-weight:bold;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
.CalendarTdLinkFont a:hover {
	color:#ffffff;
	background-color: #036;
}
.CalendarTdLinkFont a:visited {
	color: #036;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 0px;
	width:360px;
	margin-left:50px;
}
.CommentResBox {
	border:solid 1px #cccccc;
	padding:10px;
	text-align:left;
}
.CommentResTitle {
	font-size:13px;
	font-weight:700;
	font-weight:normal;
}
.CommentResText {
	padding:10px 0px 0px 10px;
}
.CommentResFooter {
	text-align:right;
	margin:15px 0;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/

/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	clear:both;
	height: 60px;
	width:850px;
	background-color:#f5f5f5;
	text-align: left;
	font-size:10px;
}
#FooterBlock p {
	line-height:12px;
	margin:0;
	padding:0;
	margin:10px;
}
