@charset "UTF-8";
/* @Style license ID.0158 */
/************************************************
*	body										*
************************************************/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(blogimg/body_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	text-align: center;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 20px;
}
/************************************************
*	Reset										*
************************************************/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/************************************************
*	clearfix									*
************************************************/
div:after , .clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/* exlude IE6 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end IE6 */

/* for IE7 */
.clearfix{
  zoom:1;
}
/* end IE7 */
/************************************************
*	全体の設定									*
************************************************/
/* 画像ボーダー */
img {
	vertical-align: middle;
	border-style: none;
}
/* 強調 */
strong {
	color: #ff6600;
	background-color: #ffffff;
}
/* 強調 */
em {
	font-style: normal;
	color: #333333;
	background-color: #ffffff;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	clear: both;
	display: none;
}
/* リンク枠 */
a{
	outline:none;
}
/************************************************
*	レイアウト									*
************************************************/
/* image_area */
div#image_area {
	text-align: left;
	margin-top: 49px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 960px;
}
/* content */
div#content {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	clear: both;
}
/* main */
div#content div#wrap div#main {
	width: 700px;
	float: left;
}
/* lead */
div#content div#lead {
	width: 270px;
	float: left;
}
/* news */
div#content div#news {
	width: 380px;
	float: left;
}
/* sub */
div#content div#sub {
	width: 250px;
	float: right;
}
/* nav */
div#nav {
	position: absolute;
	top: 0px;
	width: 960px;
	clear: both;
}
div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	clear: both;
}
div#copy {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	clear: both;
}
/************************************************
*	イメージ及びロゴ							*
************************************************/
/* image_area 背景 */
div#image_area {
	background-image: url(blogimg/image_area_u.png);
	background-position: left top;
	background-repeat: no-repeat;
}
/* image_area 背景・余白 */
div#image_area .inner {
	background-image: url(blogimg/image_area_b.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
/* image_area ロゴ */
div#image_area .inner .desc {
	width: 373px;
	float: right;
	margin-top: 0px;  /* 上余白調整 */
}
div#image_area .inner .desc h1 {
	text-align: center;
}
/* image_area 概要 */
div#image_area .inner .desc p {
	font-size: 87.5%;
	margin-left: 15px;
	margin-right: 15px;
}
/* image_area イメージ画像 */
div#image_area .inner .image {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 550px;
	float: left;
}
/************************************************
*	コンテンツ									*
************************************************/
/* content 下余白 */
div#content {
	margin-bottom: 20px;
}
/* content 横余白 */
div#content div#wrap {
	margin-left: 5px;
	margin-right: 5px;
}
/* content lead 余白 */
div#content div#lead {
	margin-right: 20px;
	margin-top: 35px;
}
/* content News 背景 */
div#content div#news {
	background-image: url(blogimg/news.png);
	background-position: left top;
	background-repeat: no-repeat;
}
/* content News 余白 */
div#content div#news div.inner {
	margin-top: 35px;
}

/************************************************
*	メインコンテンツ							*
************************************************/
/* main 文字サイズ */
div#main {
	font-size: 87.5%;
}
/* メインリンク基本色 */
div#main a:link {
	text-decoration: none;
	color: #669900;
	background-color: transparent;
}
/* メインリンクマウスオーバー時 */
div#main a:link:hover {
	text-decoration: underline;
	color: #669900;
	background-color: transparent;
}
/* メインリンククリック時 */
div#main a:link:active {
	text-decoration: underline;
	color: #669900;
	background-color: transparent;
}
/* メインリンク訪問済み */
div#main a:visited {
	text-decoration: none;
	color: #669900;
	background-color: transparent;
}
/* メインリンク訪問済みマウスオーバー */
div#main a:visited:hover {
	text-decoration: underline;
	color: #669900;
	background-color: transparent;
}
/* メインリンク訪問済みクリック時 */
div#main a:visited:active {
	text-decoration: underline;
	color: #669900;
	background-color: transparent;
}
div#main div.track_w {
	margin-bottom: 20px;
	clear: both;
}

/* main 見出し */
div#main h2 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

div#main h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: .5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F0F0F0;
	clear: both;
}
/* main 段落 */
div#main p {
	margin-bottom: .7em;
}
/* main 投稿者情報 */
div#main p.posted {
	font-size: 85.71%;
}

/* main 下層枠 */
div.entry_area {
	margin-top: 10px;
	width: 670px;
	float: left;
}
/* パンくず */
ul.path {
	margin-left: -20px;
	font-size: 85.71%;
}
ul.path li {
	margin-right: 5px;
	display: inline;
}
ul.path li a {
	background-image: url(blogimg/path.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}

/* 引用元情報 */
div#main cite {
	font-style: italic;
}
/* 引用 */
div#main blockquote {
	color: #333333;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}
/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	/*height: 100px;*/ /* ここを変更すれば高さが変わります */
	overflow: scroll;
	clear: both;
}
div#main dl {
	margin-bottom: 1em;
}
/* 会社概要用 */
dl.info {
	margin-bottom: 25px;
}
dl.info dt {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
dl.info dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #333333;
}
/* お問い合わせ用 */
.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.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
.form fieldset {
	margin-bottom: 10px;
}
/* 順不同リスト（箇条書き）*/
div#main ul {
	padding-left: 20px;
	margin-bottom: 1em;
}
div#main ul ol {
	padding-left: 30px;
}
/* 画像 */
div#main img{
	margin-top: 0;
	margin-bottom: 20px;
}
/* 画像左配置 */
div#main img.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
div#main img.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
div#main img.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* 続き */
div#main .extended {
	font-size: 85.71%;
	width: auto;
	float: right;
	clear: both;
}
div#main textarea{
	width: 600px;
}
div#main input, div#main textarea {
	font-size: 100%;
}
div.comment-reply {
	margin-left: 20px;
}
/* コメンター画像 */
.asset-meta img {
	vertical-align: top;
	position: relative;
	top: 3px;
}
div#main label {
	margin-bottom: 0.8em;
	width: 11em;
	float: left;
	clear: both;
	white-space: nowrap;
}
/* タグ */
.entry-tags {
	font-size: 85.71%;
	margin: 0 0 10px 0;
	clear: both;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
}
p.search-results-header {
	font-size: 85.71%;
	font-weight: bold;
}

/* Sitemap */
ul li.home {
list-style-type: none;
}
ul.tree {
margin: 0 0 0 1em!important;
padding: 0!important;
list-style: none!important;
}
ul.tree ul {
margin: 0 0 0 1em!important;
padding: 0!important;
}
ul.tree li {
margin: 0!important;
padding: 0 0 0 16px!important;
background-image: url(blogimg/tree_lst.gif);
background-repeat: no-repeat!important;
list-style: none!important;
}
ul.tree li.tree_end {
background-image: url(blogimg/tree_end.gif);
list-style: none;
}

/************************************************
*	上部ナビゲーションバー						*
************************************************/
div#nav ul {
	font-size: 81.25%;
	margin-top: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#nav ul li {
	font-weight: bold;
	display: inline;
}
div#nav ul li a {
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	background-image: url(blogimg/li_tab1.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 5px;
	width: auto;
	float: left;
	display: block;
}
div#nav ul li a span {
	background-image: url(blogimg/li_tab2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	display: block;
}

div#nav ul li a:hover {
	color: #669900;
	background-color: transparent;
}

/************************************************
*	サイドバー									*
************************************************/
div#sub {
	font-size: 81.25%;
}
dl.page_list {
	margin-bottom: 20px;
}
dl.page_list dt {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(blogimg/sub_box_1.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding-bottom: 5px;
}
dl.page_list dd {
	padding-top: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
/* ページリスト */
dl.page_list ul {
	padding: 0;
	margin-left: 0px;
	list-style: none;
}
dl.page_list ul li {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	line-height: 1.2;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 5px;
}
/* ページリスト リンク */
dl.page_list ul li a{
	display: block;
}
/* サブカテゴリー */
dl.page_list ul ul {
	font-size: 100%;
	margin-top: 0px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* サブカテゴリーリスト */
dl.page_list ul ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 5px;
}
/* サブカテゴリーリスト リンク */
dl.page_list ul ul li a {
	display: block;
}
/* ページリスト リンク設定 */
div#sub a:link {
	color: #669900;
	background-color: transparent;
	text-decoration: none;
}
div#sub a:link:hover {
	color: #FF6600;
	background-color: transparent;
	text-decoration: none;
}
div#sub a:visited {
	color: #669900;
	background-color: transparent;
	text-decoration: none;
}
div#sub a:visited:hover {
	color: #FF6600;
	background-color: transparent;
	text-decoration: none;
}
/* 検索 */
div#sub form {
	margin-bottom: 10px;
}
div#sub label {
position: absolute;
left: -9999px;
}
div#sub input#search {
	color: #000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	width: 160px;
}
div#sub h2 {
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
div#sub ul.sub_feed {
	margin-left: 20px;
	margin-bottom: 20px;
}

/************************************************
*	footer										*
************************************************/
div#footer {
	font-size: 75%;
	color: #333333;
	background-color: #E0E0E0;
	background-image: url(blogimg/footer_u.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 1.4;
}
div#footer div.inner {
	background-image: url(blogimg/footer_b.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 10px;
	margin-left: auto;
	padding-left: 15px;
	margin-right: auto;
	padding-right: 15px;
	padding-bottom: 15px;
}

/* フッターリンク基本色 */
div#footer a:link {
	text-decoration: none;
	color: #333333;
	background-color: transparent;
}
/* フッターリンクマウスオーバー時 */
div#footer a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* フッターリンククリック時 */
div#footer a:link:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}
/* フッターリンク訪問済み */
div#footer a:visited {
	text-decoration: none;
	color: #333333;
	background-color: transparent;
}
/* フッターリンク訪問済みマウスオーバー */
div#footer a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* フッターリンク訪問済みクリック時 */
div#footer a:visited:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}

/* footer内レイアウト */
div#footer div.page {
	margin-top: 1.5em;
	margin-right: 20px;
	width: 260px;
	float: left;
}
div#footer div.recent {
	margin-right: 30px;
	width: 375px;
	float: left;
}
div#footer div.tag_area {
	width: 245px;
	float: left;
}
/* ページリスト */
div#footer div.page li {
	margin-bottom: 3px;
	list-style-type: none;
}
div#footer div.page li li {
	margin-left: 15px;
}

dt.list_title {
	font-weight: bold;
	color: #999999;
	background-color: transparent;
}

/* タグクラウド表示（文字サイズ） */
div.tag_area dl .module-tagcloud
	{ text-align: left; }
div.tag_area dl .module-tagcloud .module-list
	{ list-style: none; }
div.tag_area dl .module-tagcloud .module-list .module-list-item
	{ display: inline; }
div.tag_area dl .module-tagcloud .module-list li.taglevel1
	{ font-size: 180%; }
div.tag_area dl .module-tagcloud .module-list li.taglevel2
 	{ font-size: 160%; }
div.tag_area dl .module-tagcloud .module-list li.taglevel3
	{ font-size: 130%; }
div.tag_area dl .module-tagcloud .module-list li.taglevel4
	{ font-size: 120%; }
div.tag_area dl .module-tagcloud .module-list li.taglevel5
	{ font-size: 100%; }
div.tag_area dl .module-tagcloud .module-list li.taglevel6
	{ font-size: 80%; }


/* 新着情報 記事タイトル */
div.recent  dl dd dd  {
	margin-top: -1.4em;
	margin-left: 5em;
	margin-bottom: .4em;
}
/* copy */
div#copy {
	font-size: 68.75%;
	padding-bottom: 10px;
}
/* copyリンク基本色 */
div#copy a:link {
	text-decoration: none;
	color: #669900;
	background-color: transparent;
}
/* copyリンクマウスオーバー時 */
div#copy  a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* copyリンククリック時 */
div#copy a:link:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}
/* copyリンク訪問済み */
div#copy a:visited {
	text-decoration: none;
	color: #CCCCCC;
	background-color: transparent;
}
/* copyリンク訪問済みマウスオーバー */
div#copy a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* copyリンク訪問済みクリック時 */
div#copy a:visited:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}
/* powered */
.link-note {
	text-align: left;
	width: 330px;
	float: left;
}
.link-note ul li {
	display: inline;
}
/* address */
address {
	text-align: right;
	width: 620px;
	float: right;
}

dl.twitter {
	margin-bottom: 20px;
}
dl.twitter dt {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(blogimg/sub_box_1.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding-bottom: 5px;
}
dl.twitter dd {
	padding-top: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}


dl.twitter ul li {
	font-size: 100%;
	background-image: url(http://baby-on-board.jp/blogimg/twitter_li.png);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 130%;
	text-indent: 17px;
	margin-top: 3px;
	margin-bottom: .6em;
	list-style-type: none;
}

.mpage {
	font-size: 85.7%;
	padding-top: 20px;
	margin-left: -25px;
	padding-bottom: 40px;
}

.mpage li {
    float: left;
    list-style-type: none;
}
span.current_page {
    padding-right: 5px;
    padding-left: 5px;
}
.mpage li a {
    padding-right: 5px;
    padding-left: 5px;
}
