@charset "UTF-8";
/* ページ全体の基本的な設定と背景色 */
body {
margin: 0px 0px 0px 0px;
text-align: center;
}

/* 指定が無い時のリンクの下線の有無 */
a {
color: #3333CC;
text-decoration: underline;
}

/* 指定が無い時の未読リンクの色 */
a:link {
color: #3333CC;
text-decoration: underline;
}

/* 指定が無い時の既読リンクの色 */
a:visited {
color: #3333CC;
text-decoration: underline;
}

/* 指定無い時のリンク部分のクリック時 */
a:active {
color: #3333CC;
text-decoration: underline;
}

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

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

/* ブログを囲む枠の背景色や線、余白などの設定 */
#container {
line-height: 120%;
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 0px;
width: 749px;
/*background-color: #FFFFFF;
border: 1px solid #000000;*/
}


/* バナー部分の画像表示形式を指定するプロパティ */
#banner-img {
display: none;
}

#banner p{
margin:0;
padding:0;
float:left;
font-size:10px;
font-weight:bold;
color:#fff;
}

#banner p img{
border:none;
}

/* バナー部分の未読リンクの色 */
#banner a {
color: #333333;
text-decoration: none;
}

/* バナー部分のh1に対する文字サイズの指定 */
#banner h1 {
	font-size: 12px;
	color: #ffffff;
	line-height: 120%;
	/*background-image: url(http://3ta3.jp/img/banner.gif);*/
	background-image: url(https://sv73.xserver.jp/~kitchen/3ta3.jp/img/banner.gif);	
	height: 106px;
	width: 749px;
	text-indent: 5px;
	text-align: right;
}

/* バナー部分のh2に対する文字サイズの指定 */
#banner h2 {
font-size: small;
padding: 5px 0px 5px 10px;
background-image: url("img/back4.gif");
}

/* バナー部分の画像表示形式を指定するプロパティ */
/* ◆バナー◆ */
#banner ul{
padding: 0;
margin: 0;
width:749px;
}

#banner li{
display: block;
float: left;
text-indent: -9999px;
}

#banner li a{
display:block;
text-decoration:none;
}

/* ◆グローバルナビゲーション◆ */
#gn_1 ul{
padding: 0;
margin: 0;
width:749px;
}

#gn_1 li{
display: block;
float: left;
text-indent: -9999px;
}

#gn_1 li a{
display:block;
text-decoration:none;
}

#gn_1 li#gn_1_1 a {
height:27px;
width:150px;
background: url(img/gn_1.gif) no-repeat;
}

#gn_1 li#gn_1_2 a {
height:27px;
width:150px;
background: url(img/gn_2.gif) no-repeat;
}

#gn_1 li#gn_1_3 a {
height:27px;
width:151px;
background: url(img/gn_3.gif) no-repeat;
}

#gn_1 li#gn_1_4 a {
height:27px;
width:150px;
background: url(img/gn_4.gif) no-repeat;
}

#gn_1 li#gn_1_5 a {
height:27px;
width:148px;
background: url(img/gn_5.gif) no-repeat;
}

/* ◆グローバルナビゲーション2◆ */

#gn_2 {
	height: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* centerの内側のＢＯＸの基本設定 */
#content {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 515px;
	float: left;
}

/* 右側のメニューを入れるＢＯＸの基本設定 */
#right {
	float: right;
	width: 220px;
	background-color: #FFFFFF;
	overflow: hidden;
}

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

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

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

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

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

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

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

/* right（メニュー枠）の内側のＢＯＸの余白の設定 */
.sidebar {
	padding-right: 0px;
	padding-top: 10px;
	padding-left: 10px;
}

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

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

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

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

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

/* メニュー枠内でh2タグを使用した時の設定 */
.sidebar h2 {
	color: #666666;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	padding: 5px 0px;
	background-image: url(https://sv73.xserver.jp/~kitchen/3ta3.jp/img/parts1_01.gif);
	text-indent: 15px;
	height: 18px;
	background-repeat: no-repeat;
}

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

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

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

/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
color: #666666;
font-size: 12px;
text-align: left;
line-height: 130%;
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 {
	text-align: left;
	padding: 0px 10px 2px;
	margin-bottom: 5px;
}

/* ◆サイドバー（画像入り）◆ */
.side-outline{
background:url(https://sv73.xserver.jp/~kitchen/3ta3.jp/img/parts1_03.gif) no-repeat left bottom;
padding: 0px 0px 5px;
margin:0 0 5px;
}

.side-inline{
background:url(https://sv73.xserver.jp/~kitchen/3ta3.jp/img/parts1_02.gif) repeat-y left;
padding: 0px 0px 5px;
}

.side-content form{
margin:0;
padding:3px 0 0;
}

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

/* ◆コメントされたデータを表示した時の設定◆ */
#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:150%;
padding: 10px; 
border: 2px dotted #99CC00;
width: auto ;
}

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

.content p.about {
color: #666666;
font-family: Verdana, Arial, sans-serif;
font-size: small;
text-align: left;
line-height: normal;
border: 2px dotted #F6DEDF;
padding: 5px 15px 5px 15px;
margin: 0px 0px 10px 0px;
}

.toptitle{
	padding: 3px 0px 3px 3px;
	/*border: 1px solid #FF0000;*/
	/*background-color: #66CC00;*/
	text-align: left;
	text-indent: 5px;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 0px;
}

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

#comments-experimental .comment .comment-footer,
#comments-experimental .comment .comment-content {
margin-right: 25px;
margin-left: 25px;
margin-bottom: 15px;
}

#comments-experimental .comment .comment-header {
font-size: 16px;
margin: 5px auto 5px 10px;
text-shadow: #99A 2px 2px 1px #66F;
color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }

.module-tagcloud .module-content {text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

/* ◆ヘッダーメニュー部分の背景色や余白などの設定◆ */
#tophead {
background-image: url("");
background-color: #000066;
text-align: left;
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: small;
font-weight: bold;
margin : 0px 0px 0px 0px ;
padding: 5px 0px 5px 20px;
border-top: 1px solid #ffffff;
}

/* ◆ヘッダーメニュー部分のリンクの設定◆ */
#tophead a {
color: #ffffff;
text-decoration: none;
}

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

/* ◆footerの設定◆ */
#footer {
	font-size: 13px;
	margin : 5px 0px;
	width: 749px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 130%;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 999966;*/
	border-top:dotted 2px #cccccc;
	text-align: left;
	float: right;
}
#footer p {
	padding-top: 2px;
	padding-bottom: 3px;
	margin: 0px 0px 0px 50px;
	width: 350px;
	float: right;
}
.feed {
	font-size: 12px;
	padding-left: 15px;
}
#entry-update h2 {
	padding: 20px 0 0;
	margin-top:0px;
	overflow: hidden;
	background-image: url(http://3ta3.jp/img/update.gif);
	background-repeat: no-repeat;
	height: 0px!important;
	height /**/:40px;
	width: 480px;
	font-size: 10px;
	}
	
#entry-update ul {
	font-size: 12px;
	line-height: 120%;
	list-style-position: inside;
	margin-left: 8px;
	margin-top: 5px;
}

#entry-update li {
	list-style-position: inside;
	list-style-type: disc;
	line-height: 130%;
}

#p-navi {
	font-size: 12px;
	line-height: 130%;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #66CC00;
}

#comments input {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
}
#trackbacks .trackbacks-info input {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
}

#ently-footer .posted{
	font-size: 14px;
	line-height: 130%;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#word {
	line-height: 120%;
	padding: 0px;
	margin: 0px;
}
#word h4 {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
}
#word .tag {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#trackbacks {
	margin: 0px;
}
#trackbacks .trackbacks-info {
	margin: 2px 5px 3px;
	font-size: 12px;
}
#comments .comments-open-moderated {
	margin: 0px 5px;
}
#comments p {
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#ently-title #entry-1 {
	font-size: 14px;
	padding: 2px;
	text-indent: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
	/*background-color: #CCFFCC;*/
	margin-top: 2px;
	margin-bottom: 10px;
}

#ently-cat h3 {
	font-size: 12px;
	padding: 3px;
	text-indent: 10px;
}

#ently-post {
	text-indent: 15px;
	margin-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#ently-post .posted {
	font-size: 10px;
	margin: 0px;
	padding-left: 5px;
}
#ently-title img {
	padding-top: 3px;
	padding-bottom: 10px;
}

#ently-footer {
	/*border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;*/
	width:498px;
	margin-bottom:20px;
	border-bottom:2px dotted #666666;
	padding-bottom: 8px;
	margin-top: 10px;
	padding-left: 8px;
	margin-right: 5px;
}
#ently-body {
	font-size: 14px;
	line-height: 120%;
	padding-top: 10px;
	margin-top: 0px;
	width: 508px;
	border: 1px solid #666666;
	margin-bottom: 5px;
	margin-left: 5px;
}
.feed_left {
	float: left;
	font-size: 12px;
	line-height: 120%;
}
#gn_2 .gn_2 {
	font-size: 12px;
	line-height: 120%;
	float: right;
}
#ently-body #more ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 10px;
}
#ently-body #more li {
	line-height: 130%;
}
#ently-body h4 {
	font-size: 14px;
	line-height: 120%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #66CC00;
	padding-left: 5px;
}
#content #ently-body p {
	margin-right: 10px;
	margin-left: 10px;
}
#ently .link-note ul {
	margin-right: 5px;
}
#countdown .link-note {
	font-size: 14px;
	line-height: 100%;
}
/*コメント・トラックバックのアイコン*/
#icon {
	height:80px;
	padding-left: 75px;
	font-size:90%;
	font-weight:bold;
	line-height:140%;
	margin-bottom:10px;
	background-image: url(/img/icon.gif);
	background-repeat: no-repeat;
}
#ently-title h2 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 3px;
	background-image: url(http://3ta3.jp/img/title.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	color: #CCCCCC;
	width: 510px;
	margin-left: 5px;
}
#kanban {
	font-size: 12px;
	line-height: 120%;
}

p.about2 {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 130%;
text-align: left;
line-height: normal;
border-top: 2px dotted #999999;
}
#ently-body img {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#ently-body p {
	margin-top: 0px;
	margin-bottom: 8px;
}
#entry-update p {
	font-size: 14px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#entry-update p.t16 {
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 5px;
}
#entry-update {
	margin-bottom: 10px;
}
#ently-title a {
	color: #CCCCCC;
}
#content th {
	font-size: 12px;
	text-align: left;
}
/* デフォルト16pxを基準に12px 行間140%
----------------------------------------------*/
.mn1{
	font-size:75%;
	line-height:140%;
}

/* デフォルト16pxを基準に11px 行間140%
----------------------------------------------*/
.s1{
	font-size:75%;
	line-height:140%;
}