/* ページ全体の基本的な設定と背景色 */
body {
	margin: 0;
	padding-top:10px;
	background-color:#B5Ef7B;
	color:#444;
	background-image:url("http://www.unodan.com/images/bg.gif");
	background-repeat: repeat-x;
        	text-align: center;
	font-family: 'Century Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, YuGothic, 'Yu Gothic', sans-serif;
	font-size: 15px;
	}

#body_bottom {
	background-image:url("http://www.unodan.com/images/bg_bottom.gif");
	background-repeat: repeat-x;
	background-position:bottom;
}

td,th{
	font-size:13px;
}


/* 指定がないときのemタグの設定 */
em {
	font-style: normal;
	}

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

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

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

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

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

/* 指定が無い時の見出しタグの設定 */
h1, h2, h3, h4, h5, h6{
	font-size: 114%;
	font-weight: bold;
	line-height:1.68;
	margin-bottom:20px;
	}

img{
	max-width:100%;
	height: auto;
}

/* バナー　HOMEリンク画像 */
.homelink {
	margin-top:50px;
}

.to-online-order{
	margin-bottom: 50px;
}
.to-online-order a{
	display: block;
	margin-bottom:20px;
}

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

/* バナー部分の文字や背景色、枠線、余白などの設定 */
#banner {
/*	text-align: left; */
	background-image: url("http://www.unodan.com/archives/images/header.png");
	background-repeat:no-repeat;
	background-size:800px 165px;
	height: 165px;
	}

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

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

/* バナー部分のh1に対する文字サイズの指定 */
#banner h1 {
	font-size: 15px;
	padding-top: 0px;
	margin-top:0;
	text-align: center;
	color: #FFFFFF;
	}

/* バナー部分のh2に対する文字サイズの指定 */
#banner h2 {
	font-size: 15px;
	padding-top: 5px;
	text-align: left;	
	}

/* トップメニューの設定(通常時) */
.tabs {
	padding: 0px;
	background-image: url(images/top_menu_001_off.gif);
	margin: 0px;
	background-repeat: repeat-x;
	font-family: ＭＳ Ｐゴシック, Verdana, Arial, sans-serif;
	color: #ffffff;
	}

/* トップメニューの設定(リンク) */
.tabs a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

/* トップメニューの設定(マウスが重なったとき) */
.tabs a:hover {
	background-image: url(images/top_menu_001_on.gif);
	color: #006600;
	background-repeat: repeat-x;
	}


/* エントリー全体を入れるＢＯＸの基本設定 */
#center {
	float: left;
	width: 608px;
	
	overflow: hidden;
	}

/* centerの内側のＢＯＸの基本設定 */
.content {
	padding-top: 1px;
	padding-right: 0px;
	padding-left: 8px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	}

/* centerの内側のＢＯＸの基本設定 */
.content_date {
	color: #777777;
	font-size: 10px;
	font-weight: bold;
	}

/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	font-weight: normal;
	margin-bottom: 30px;
	overflow: hidden;
	}


/* contentで指定されているＢＯＸの中でh1タグを使用した時の設定（日付他） */
.content h1 {
	font-size: 140%;
	background-color:rgba(0,0,0,.1);
	padding:10px;
	border-radius: 6px;
	margin-bottom: 20px;
	}

/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（エントリータイトル他） */
.content h2 {
	font-size: 130%;
	border-bottom:2px solid;
	}

/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定 */
.content h3 {
	font-size: 120%;
	padding-left:16px;
	border-left:4px solid;
	}

/* contentで指定されているＢＯＸの中でh4タグを使用した時の設定（日付他） */
.content h4 {
	color: #009933;
	font-size: 110%;
	}

/* contentで指定されているＢＯＸの中でh5タグを使用した時の設定 */
.content h5 {
	color: #55555;
	font-size: 105%;
	border-bottom:1px dashed;
	}

/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.posted {
	color: #999999;
	font-size: 100%;
	text-align: left;
	margin-bottom: 25px;
	padding: 3px;
	}

/* em⇒標準化中央コンテンツ内 */
.content em {
	font-style: normal;
	}


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

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

/* 右側のメニューのemタグの設定 */
.sidebar em {
	font-style: normal;
	}

/* 右側のメニューのの強調タグの設定 */
.sidebar strong {
	font-weight: normal;
	}

/* メニュー枠内でh2タグを使用した時の設定 */
.sidebar h2 {
	color: #FFFFFF;
	font-size: 14.5px;
	text-align: center;
	letter-spacing: 1px;
	margin:0;
	padding: 0 10px;
	}

/* メニュー枠内で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: 10px;
	}

/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
	color: #666666;
	text-align: left;
	list-style-type: none;	
	margin-top: 10px;

	}

/* メニュー枠内で 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: 2px;
	margin-bottom: 10px;
	}

/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-size: 11px;
	background-color: #009A00;
	text-align: left;
	color: #666666;
	margin-top: 10px;
	}

/* 相互リンク用の設定 */
#sogolink {
	font-size: 10px;
	text-align: center;
	color: #666666;
	clear: both;
	}

/* サイトのフッター部分の設定 */
#footer {
	font-size: 12px;
	text-align: center;
	color: #555555;
	margin: 20px 0 0 0;
	clear: both;
	}

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