@charset "UTF-8";
/* @Style license ID.0232 */
/* 全体の設定 */

*{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/* ボディー */
body {
	font-size: 100%;
	color: #666666;
	background-color: #ffffe6;
	background-image: url(img/back.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #e10608;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}

/* コンテナ */
#container {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	background: url(img/back02.gif) top left;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}
/* ヘッダー */
#header img {
	border-style: none;
}
#header .pad {
	padding-left: 30px;
}

#header h1 {
	position: absolute;
	left: -9999px;
}

#header p {
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* ロゴエリア */
#banner {
	background: url(img/top.jpg) no-repeat top left;
}
/* 検索エリア */
#searchbox {
	text-align: right;
	margin-top: 5px;
	padding: 0;
	margin-left: 0;
	margin-right: 0px;
	margin-bottom: 0;
	float: right;
}

/* 検索エリア余白 */
#searchbox .pad {
	padding-top: 10px;
	padding-right: 30px;
}
/* 検索 */
#searchbox form {
	margin: 0px;
	padding: 0px;
}
/* 検索ラベル */
#searchbox label {
	display: none;
}
/* サイト検索　結果 */
#search-form { margin : 20px 10px ;}

/* 上部ナビゲーションバー */
/*#navi {background-image: url(blogimg/navibg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 75%;
	width: 770px;
	float: left;
	clear: both;

}*/
/* 上部ナビゲーションバー余白 */
#navi .pad {
	padding: 0;
	
}
#navi .pad img { padding:0;margin:0;}
/* 上部ナビゲーションバー リスト */
#navi ul {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;

	padding: 0;
}
#navi ul li {
	display: inline;
}


/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	text-decoration: none;
	color: #336600;
	background-color: #EEEEEE;
	float: left;
	display:inline;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	color: #FF6600;
	background-color: #ffffff;
}

/* イメージ */
#image img { padding:0;margin:0;}
#image {

	margin: 0;
	padding: 0;
}
#wrapper {
	width: 585px;
	float: left;
}


/* コンテンツ枠 */
#content {
	width: 400px;
	float: right;
}

/* メインエリア */
#main {
	font-size: 80%;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 0;
	width: 400px;
}

/* メインリンク設定 */
#main a {
	text-decoration: none;
	color: #006699;
}
/* メインリンク基本色 */
#main a:link {
	text-decoration: none;
	color: #006699;
}
/* メインリンクマウスオーバー時 */
#main a:link:hover {
	text-decoration: underline;
	color: #ff6600;
}
/* メインリンククリック時 */
#main a:link:active {
	text-decoration: underline;
	color: #ff6600;
}
/* メインリンク訪問済み */
#main a:visited {
	text-decoration: none;
	color: #003366;
}
/* メインリンク訪問済みマウスオーバー */
#main a:visited:hover {
	text-decoration: underline;
	color: #ff6600;
}
/* メインリンク訪問済みクリック時 */
#main a:visited:active {
	text-decoration: underline;
	color: #ff6600;
}

/*メイン余白  */
#main .pad {
	padding : 25px 15px 0 15px ;
	background-image: url(img/ttmain.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
}
/* メイン日付 */
#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}
/* メイン見出しh2 */
#main h2 {
	font-size: 125%;
	line-height: 160% ;
	font-weight: bold;
	color: #D21C5F;
	margin: 0;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px ;
	clear: both;
}


/* メイン見出しh3 */
#main h3 {
	font-size: 100%;
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(blogimg/h3.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 6px;
	padding-left: 2px;
	margin-left:5px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	clear: both;
}
/* メイン見出しh4 */
#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	padding-left: 2px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
/* 引用元情報 */
cite {
	font-style: italic;
}
/* 引用 */
blockquote {
	color: #666666;
	background-color: #EfEfEf;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
}
/* 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	height: 100px;/* ここを変更すれば高さが変わります */
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	font-weight: bold;
	color: #336600;
	background-color: #ffffff;
}

#main dd {
	padding-left: 5px;
}
/* 会社概要用 */
.info {
	margin-top: 10px;
	margin-bottom: 25px;
}
.info dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
.info dd {
	line-height: 160%;
	margin-top: -1.9em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #666666;
}
/* お問い合わせ用 */
.form {
	line-height: 160%;
	margin: 0;
}
.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.form dd {
	line-height: 160%;
	margin-top: -1.9em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
/* 最近のエントリー用 */
.boxarea {
	color: #333333;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 15px;
}

.rentory {
	padding-left: 0px;
}

.rentory dt {
        padding: 0;
}
.rentory dd {
	line-height: 140%;
	margin-top: -1.8em;
	margin-left: 6em;
	margin-right: 0px;
	margin-bottom: .4em;
}
/* サイトマップ用 */
.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}
.archives dd {
	line-height: 140%;
	margin-top: -1.9em;
	margin-left: 13em;
	margin-right: 0;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* 順不同リスト（箇条書き）*/
#main ul {
	padding-left: 20px;
}
#main ul ol {
	padding-left: 30px;
}


/* メイン段落 */
#main p {
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 8px;
	margin-right: 5px;
}
/* 画像左配置 */
#main .imageleft{
	padding-right: 10px;
	float: left;
}
/* 画像右配置 */
#main .imageright{
	padding-left: 10px;
	float: right;
}
/* 追記 */
.more {
	margin-top: 3px;
	margin-bottom: 10px;
	float: right;
}
/* タグ */
.entry-tags {
    margin: 0 0 10px 10px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}
/* 投稿者情報 */
#main .posted {
	font-size: 90%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: normal;
	padding: 3px;
	margin-bottom: 25px;
	clear: both;
}
/* パンくずリンク */
#main .pankuzu_link {
	text-align: left;
	margin-top:50px;
	line-height: normal;
	clear: both;
}

.techstuff {
	font-size: 100%;
}

/* コメント関連 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea{
	width: 360px;
	}
/* コメンター画像 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
.sign {
	margin-bottom: 10px;
}
.extended {
	display:block;
	float:right;
}

input,textarea {
	font-size: 100%;
}

#left {
	font-size: 75%;
	line-height: 140%;
	width: 180px;
	float: left;
}

#right{
	font-size: 75%;
	line-height: 140%;
	width: 180px;
	float: right;
}


/* サイドバー */

/* サイドバー余白 */
#left .pad {
	padding-top:10px;
	padding-left: 20px;
	padding-right: 3px;
	padding-bottom: 0;
}

#right .pad {
	padding-top:10px;
	padding-left: 3px;
	padding-right: 20px;
}
/* サイドバーリンク設定 */
#left a,#right a {
	text-decoration: none;
	color: #e86f9f;
}
/* サイドバーリンク色 */
#left  a:link, #right a:link {
	text-decoration: none;
	color: #e86f9f;
}
/* サイドバーマウスオーバー時 */
#left a:link:hover, #right a:link:hover {
	text-decoration: underline;
	color: #d21c5f;
}
/* サイドバークリック時 */
#left a:link:active,#right a:link:active {
	text-decoration: underline;
	color: #d21c5f;
}
/* サイドバー訪問済み */
#left a:visited, #right a:visited {
	text-decoration: none;
	color: #e86f9f;
}
/* サイドバー訪問済みマウスオーバー */
#left a:visited:hover, #right a:visited:hover {
	text-decoration: underline;
	color: #d21c5f;
}
/* サイドバー訪問済みクリック時 */
#left a:visited:active,#right a:visited:active {
	text-decoration: underline;
	color: #d21c5f;
}

/* サイドバー見出しh2 */
#left h2,#right h2 {
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
	border-bottom : 3px solid #E86F9F ;
	background-color: #d21c5f;
	background-image: url(img/ttside.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 8px;
	margin-left:0px;
	padding-right: 8px;
	margin-bottom: 0px;
	padding-bottom: 4px;
}
/* サイドバー見出しh3 */
#left h3,#right h3 {
	font-size: 100%;
	color: #336600;
	background-color: #ffffff;
	padding-top: 2px;
	padding-left: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	clear: both;
}
/* サイドバー段落 */
#left p,#right p {
	margin-bottom: 0px;
	padding: 5px 0 5px 8px;
} 
/* カテゴリー */
#categories{
	background-color: #fcfaa9;
	padding-bottom: 2px;
}
/* サイドバーフリースペース */
.note{
	background-color: #fcfaa9;
	padding-left: 0px;
	padding-right: 0px;
}
/* サイドバーフリースペースの段落 */
.note p {
	line-height: 130%;
	padding-bottom: 2px;
	font-weight: bold;
}
/* サイドバーリンク色(2010.3.8 追加) */
#right div.note p a {
	color: #F00;
}
#right div.note p a:hover {
	color: #F00;
}
/* サイドバーカテゴリー一覧 */
#left ul,#right ul {
	margin-top: 5px;
	margin-left: 8px;
	padding-left: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	list-style-type: none;
}
#left ul ul li,#right ul ul li {
	margin-left: 10px;
}
#left li a,#right li a {
	text-decoration: none;
}
#right li a:hover  {
	text-decoration: none;
}
/* サイドバー画像 */
#left img,#right img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}
/* サイドバーリンク */
.link-note {
	font-size: 75%;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#powered {
	font-size: 75%;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 20px;
}

/* 下部ナビゲーション */
#footernavi { display:none;
	font-size: 72%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li {
	display: inline;
}
#footernavi ul li a {
	text-decoration: none;
	color: #336600;
	background-color: #ffffff;
	padding: 0 .5em;
}
#footernavi ul li a:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

/* フッター */
#footer {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color:#ffffff;
	background: url(img/footer_bg.gif) #e86f9f center top repeat-y;
	margin: 0 auto;
	width: 770px;
	clear: both;
}
/* 文責 */
address {
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}






/*　テーブルデザイン　左がピンク　間に山吹色の太いボーダー　右がライトイエロー　*/
/*　what's newの新規加盟店で使用　*/
.table01 th { padding:8px;background-color:#FFE6E6; border-right:4px solid #FFCC33;}
.table01 td { padding:8px;background-color:#FFFFCC; }

