/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
background: #666666;
background-image:url(http://www.okgift.ca/img/background.gif);
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
	color:#093A81;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
	color:#093A81;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	color:#C06;
}
/*アクティブ状態のリンクの設定*/
a:active {
	color:#C06;
}

/*全体の設定*/
#mainBlock {
margin:0px auto;
width:950px;
background-color:#FFF;
border: 0px solid #000000;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/*もう少し何か1*/

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
margin:0 auto;
padding: 0;
width:950px;
height:120px;
line-height:115%;
background-color:#FFFFFF;
position:relative;
text-align: center;
color:#fff;
}
#TopBlock h1 {
margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 0px;
font-size: x-small;
color: #FFF;
}
#TopBlock a{
color:#fff;
text-decoration:none;
}
#TopBlock table{
margin: -2px 0px 0px 0px;
padding:0px;
text-align: center;
border-collapse: collapse;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
font-size:9pt;
color:#fff;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 0px 0px 20px;
color:#fff;
font-size:10pt;
}
/*もう少し何かPart1*/
#TopBlock a{
color:#ffffff;
text-decoration:none;
font-style:normal;
}
#TopBlock a:hover{
color:#999999;
}
/*もう少し何かPart3*/
#something{
position:absolute;
bottom:10px;
right:10px;
}
#something a{
margin:0px 5px;
display:block;
float:left;
font-size:9pt;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
margin:0px auto;
width:950px;
height:1em;
background-color:#dddddd;
text-align: center;
padding: 5px 0;
}
.cm{
padding:0px;
font-size:6px;
color:#999;
}
.cm a{
color:#999;
}
.cm a:hover{
text-decoration:none;
color:#999;
}
.tmp{
padding: 0px;
font-size:6px;
color:#999;
}
.tmp a{
color:#999;
}
.tmp a:hover{
text-decoration:none;
}
.copy{
color:#000000;
font-size: 9pt;
}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
float: left; 
width: 200px; /* since this element is floated, a width must be given */
background: #FFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 10px 0; /* top and bottom padding create visual space within this div */
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
color: #003;
background-image: url(http://www.okgift.ca/img/side-h3-back.png);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 0px;
margin-right: 0px;
padding: 1px;
text-align: center;
font-size: 9pt;
font-weight: normal;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
font-size:9pt;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
font-size:8pt;
text-align:left;
line-height:130%;
padding: 5px;
}
.PluginContents a{
color:##093A81;
text-decoration:underline;
}
.PluginContents a:hover{
color:#C06;
text-decoration:underline;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
margin: 10px;
display:inline;
overflow-x:hidden;
width: 725px;
float: right;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
margin-top:10px;
margin-bottom:2px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
margin-bottom:10px;
padding:0px 10px 3px 10px;
text-align: left;
border-bottom:solid 3px #093A81;
font-size:12pt;
font-weight:bold;
}
.EntryTitle a{
color:#020202;
text-decoration:none;
}
.EntryTitle a:hover{
color:#aaaaaa;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
border-color:#eaeaea;
border-width:1px 1px 0px 1px;
border-style:solid;
color:#404040;
font-size:10pt;
line-height:150%;
}
.EntryTextBox a{
color:##093A81;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
padding:5px;
border-color:#eaeaea;
border-width:0px 1px 1px 1px;
border-style:solid;
font-size:9pt;
font-family: Verdana, Helvetica, sans-serif;
font-weight:bold;
text-align:left;
}
.EntryFooter a{
color:##093A81;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
margin:10pt 0px;
font-size:10pt;
font-family: Verdana, Helvetica, sans-serif;
text-align:center;
line-height:10pt;
}
.PageLinkBlock a{
color:##093A81;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
margin-top:30px;
font-size:10pt;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
margin-bottom:10px;
padding:0px 10px 3px 10px;
text-align: left;
border-bottom:solid 1px #dadada;
color:#020202;
font-size:14px;
font-weight:bold;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin:0px 0px 10px 0px;
padding:10px;
border:solid 1px #eaeaea;
}
/*コメントのタイトル部分*/
.CommentTitle{
padding:0px 0px 0px 3px ;
font-size:10pt;
color: #404040;
border-bottom:1px dashed #cccccc;
text-align: left;
}
/*コメント部分*/
.CommentText{
padding:10px 5px;
line-height:17px;
text-align: left;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
font-family: Verdana, Helvetica, sans-serif;
text-align:right;
margin: 0;
font-size: 8pt;
border-top:1px dotted #cccccc;
}
.CommentFooter a{
color:#0000ff;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
font-family: Verdana, Helvetica, sans-serif;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
width: 200px;
}
.Commentpass{
width: 80px;
}
.CommentFormstext{
width: 300px;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
margin-top:30px;
font-size:10pt;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
margin-bottom:10px;
padding:0px 10px 3px 10px;
text-align: left;
border-bottom:solid 1px #dadada;
color:#020202;
font-size:9pt;
font-weight:bold;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin:0px 0px 10px 0px;
padding:10px;
border:solid 1px #eaeaea;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding:10px 5px;
line-height:17px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
margin: 0;
font-size: 8pt;
font-family: Verdana, Helvetica, sans-serif;
border-top:1px dotted #cccccc;
}
.TrackbackFooter a{
color:#0000ff;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
margin-bottom:20px;
font-family: Verdana, Helvetica, sans-serif;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
padding-top:5px;
width:400px;
text-align:left;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
padding:3px 5px;
text-align:left;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
}
/*検索*/
.blogsearch{
text-align:center;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
margin:0px auto;
padding:5px;
width:75%;
font-family: Verdana, Helvetica, sans-serif;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
margin:0px auto;
width:80%;
padding:3px;
font-family: Verdana, Helvetica, sans-serif;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
text-align:center;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {

}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
font-family: Verdana, Helvetica, sans-serif;
padding:0px 10px 25px 20px;
}

.CommentResBox {
padding:10px;
background: #f9f9f9;
}

.CommentResTitle {
padding:0px 0px 0px 3px ;
font-size:10pt;
font-weight:normal;
color: #006699;
border-bottom:1px dashed #cccccc;
}

.CommentResText {
padding:10px 5px;
}

.CommentResFooter {
text-align:right;
margin: 0;
font-size: 9pt;
border-top:1px dotted #cccccc;
}

#TopBlock table {
	font-size:9pt;
	text-align: center;
	border-collapse:collapse;
	border:0px;
	padding:0px;
	width:100%;
}
#TopBlock table tr td {
	height: 45px;
	width: 158px;
	padding:0px;
}
#TopBlock .menu {
	border-style: none;
	background-image: url(http://www.okgift.ca/img/menu-bar01.png);
	color: #999;
	background-repeat: repeat-x;
	margin: 0px;
	background-position:bottom;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#TopBlock .current-menu {
	color:#093B81;
	text-decoration: none;
	background-image: url(http://www.okgift.ca/img/menu-bar03.png);
	background-repeat: repeat-x;
	margin: 0px;
	background-position:top;
	border-style:none solid none solid;
	border-color:#093B81;
	border-width:1px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#TopBlock div:hover{
	color:#093B81;
	text-decoration: none;
	background-image: url(http://www.okgift.ca/img/menu-bar02.png);
	background-repeat: repeat-x;
	margin: 0px;
	background-position: top;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #1E539E;
	border-right-color: #1E539E;
	border-bottom-color: #1E539E;
	border-left-color: #1E539E;
}
#TopBlock a {
	text-decoration: none;
}
#TopBlock a:hover {
 	text-decoration: none;
}
.NinjaClap img {
	border : 0;
}
