@charset "UTF-8";
/* @Style license ID.0303 */
/************************************************
*	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 */
/************************************************
*	全体の設定									*
************************************************/
/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #ff6600;
	background-color: transparent;
}
/* 強調 */
em {
	font-style: normal;
	color: #999999;
	background-color: transparent;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}
/************************************************
*	レイアウト									*
************************************************/
body {
	text-align: center;
	margin-top: 0;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}
/* 全体の枠 */
div#wrap {
	text-align: left;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	width: 950px;
}
/* ナビゲーション */
div#nav {
	text-align: center;
	margin-left: ;
	margin-right: ;
	position: absolute;
	top: 0px;
　　　　left: 50px;
	clear: both;

}
/* ヘッダ */
div#header {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* コンテナ */
div#container {
	text-align: left;
	width: 670px;
	float: right;
}
/* 下部ナビゲーション */
div#b_nav {
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	clear: both;
}
/* サイドバー */
div#sub {
	width: 270px;
	float: left;
}
/* フッタ */
div#footer {
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
/************************************************
*	詳細の設定									*
************************************************/
/************************************************
*	body										*
************************************************/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	color: #999999;
	background-color: #000000;
	background-image: url(http://www.lomi2.com/blogimg/bg.png);
	background-repeat: repeat-x;
}
/************************************************
*	wrap										*
************************************************/
/* 全体の枠 */
div#wrap {
    　　background-position-y: expression(document.body.scrollTop - this.offsetTop);
	background-image: url(http://www.lomi2.com/blogimg/back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
        background-attachment: fixed;
	line-height: 1.6;
}
/************************************************
*	header										*
************************************************/
/* ヘッダ */
div#header h1 {
	margin-bottom: 5px;
}
div#header p {
font-size: 16px;
	font-weight: bold;
	color: #00ff99;
	padding-top: 10px;
	padding-left: px;
	padding-bottom: 5px;
}


* html div.toukapng{
    background-image: url(src=http://www.lomi2.com/blogimg/logo.png);
    width: 630px;
    height: 80px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.lomi2.com/blogimg/logo.png);
}
* html div.toukapng img{
    display: none;
}

/************************************************
*	nav											*
************************************************/
/* ナビゲーションバー */
div#nav {
	font-size: 75%;
}
/* 上部ナビゲーションバー リスト */
div#nav ul {
	margin: 0px;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}
div#nav ul li {
	display: inline;
}
/* 上部ナビゲーションバーリンク設定 */
div#nav ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #cc9900;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
/* 上部ナビゲーションバー マウスオーバー時 */
div#nav ul li a:hover {
	color: #ffff00;
	background-color: transparent;
}
/************************************************
*	container									*
************************************************/
/* コンテナー */
div#container .inner3 {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
}
/************************************************
*	メインコンテナ								*
************************************************/
div#main {
	line-height: 1.6;
	letter-spacing: 0.07em;
}

/* mainリンク設定 */
div#main a {
	text-decoration: none;
	color: #cccccc;
	background-color: transparent;
}
/* mainリンク基本色 */
div#main a:link {
	text-decoration: none;
	color: #cccccc;
	background-color: transparent;
}
/* mainリンクマウスオーバー時 */
div#main a:link:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
}
/* mainリンククリック時 */
div#main a:link:active {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
}
/* mainリンク訪問済み */
div#main a:visited {
	text-decoration: none;
	color: #cccccc;
	background-color: transparent;
}
/* mainリンク訪問済みマウスオーバー */
div#main a:visited:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
}
/* mainリンク訪問済みクリック時 */
div#main a:visited:active {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
}
/* main 段落 */
div#main p {
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.06em;
}


div#main .w{
        color: #cccccc;
        margin-top: -20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
}



div#main h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ff9900;
	background-image: url(http://www.lomi2.com/blogimg/h2.png);
        background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
        margin-right: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
	padding-bottom: 10px;
	background-position: left middle;

behavior: expression(IEPNGFIX.fix(this));
}


div#main h1 {
	font-size: 16px;
	font-weight: bold;
	color: #ff9900;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 15px;
        text-align: center;
　　　　marginn-bottom: -10px;
}


/************************************************
*	メインページ ～news							*
************************************************/
/************************************************
*	lead									*
************************************************/
/* リード */
div#lead {
	margin-bottom: 20px;
	clear: both;
}
/* イメージ */
div#image {
	background-image: url(http://www.lomi2.com/blogimg/image.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-width: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	width: 300px;
	height: 350px;
	float: left;
}
/* リード文章 */
div#disc {
	background-image: url(http://www.lomi2.com/blogimg/disc.png);
	background-position: left top;
	background-repeat: no-repeat;

	font-size: 16px;
	width: 300px;
　　　　height: 350px;
	float: right;
behavior: expression(IEPNGFIX.fix(this));
}
/* リード文章見出し */
div#disc h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	background-image: url(http://www.lomi2.com/blogimg/);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: ;
	margin-bottom: -20px;

        margin-top: 15px;
}

* html .div#disc {

behavior: expression(IEPNGFIX.fix(this));

}
/* リード文章余白 */
div#disc .inner2 {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	padding-top: ;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
       margin-bottom: 30px;
}

/************************************************
*	news										*
************************************************/
/* 新着情報 */
div#news {
	margin-bottom: 20px;
	clear: both;
}
/* 新着情報 1 */
div#news .news_1 {
	background-image: url(http://www.lomi2.com/blogimg/);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	width: 300px;
	float: left;
        border: 1px solid #666666;
}
/* 新着情報 2 */
div#news .news_2 {
	background-image: url(&amp;amp;lt;$MTBlogURL$&gt;blogimg/);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	width: 300px;
	float: right;
        border: 1px solid #666666;

}
/* 新着情報見出し */
div#news .news_1 h3 , div#news .news_2 h3 {
	font-size: 87.5%;
	font-weight: bold;
	color: #cc9900;
	background-color: transparent;
	background-image: url(http://www.lomi2.com/blogimg/);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
behavior: expression(IEPNGFIX.fix(this));
}
/* 新着情報 日付 */
div#news .news_1 dl , div#news .news_2 dl {
	font-size: 75%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}
/* 新着情報 記事タイトル */
div#news .news_1 dd , div#news .news_2 dd {
	margin-top: -1.4em;
	margin-left: 5em;
	margin-right: 0;
	margin-bottom: .4em;
}
/************************************************
*	下層ページメインコンテナ					*
************************************************/
div#image_t {
	background-image: url(http://www.lomi2.com/blogimg/image_t.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-width: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-bottom: 20px;
	height: 170px;
}
p.path {
	font-size: 80%;
        margin-bottom: 20px;
}

div#main .entry {
        background-image: url(http://www.lomi2.com/blogimg/entry.png);
	background-position: center top;
	background-repeat: no-repeat;
　　　　/* -webkit-background-size: 100% 100%; */
behavior: expression(IEPNGFIX.fix(this));
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
	margin-bottom: 20px;
	padding-bottom: 0;
	width: 630px;
	clear: both;
}

/*
div#main .entry_bottom {
        background-image: url(http://www.lomi2.com/blogimg/entry_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
　　　　 -webkit-background-size: 100% 100%; 
behavior: expression(IEPNGFIX.fix(this));
	margin-bottom: 20px;
	padding-bottom: 0;
	width: 630px;
	clear: both;
}
*/



div#main .entry2 {
        background-image: url(http://www.lomi2.com/blogimg/entry2.png);
	background-position: center top;
	background-repeat: no-repeat;
behavior: expression(IEPNGFIX.fix(this));
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
	margin-bottom: 20px;
	width: 630px;
        height: 350px;
background-size: 100% 100%;
	clear: both;
}

div#main .entry3 {
        background-image: url(http://www.lomi2.com/blogimg/entry3.png);
	background-position: center top;
	background-repeat: no-repeat;
behavior: expression(IEPNGFIX.fix(this));
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
	margin-bottom: 20px;
	width: 630px;
        height: 130px;
background-size: 100% 100%;
	clear: both;
}


div#main .therapist {
        background-image: url(http://www.lomi2.com/blogimg/therapist.png);
	background-position: center top;
	background-repeat: no-repeat;
behavior: expression(IEPNGFIX.fix(this));
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
	margin-bottom: px;
	width: 630px;

	clear: both;
}






/* 記事見出し
div#main .entry h2 {
	font-size: 110%;
	font-weight: bold;
	color: #ffff66;
	background-color: ;
	padding-top: 30px;
	padding-left: 15px;
	padding-bottom: 5px;
}
 */

/* 記事見出し */
div#main .entry h5 {
	font-size: 16px;
	font-weight: bold;
	color: #ffff66;
	background-color: ;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}
div#main .entry2 h5 {
	font-size: 16px;
	font-weight: bold;
	color: #ffff66;
	background-color: ;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}



/* 記事余白 */
div#main .inner {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.07em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;


}
/* 記事 矢印 */
div#main div.entry .arrow {
	text-align: right;
	margin-right: 5px;
	margin-bottom: ;
}

/* 記事小見出し */
div#main .entry h3 {
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	background-color: ;
	padding-left: 0;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* 記事小見出し */
div#main .entry h4 {
	font-size: 14px;
	color: #ffffff;
	background-color: ;
	padding-left: 0;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* 記事小見出し */
div#main .entry2 h3 {
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	background-color: ;
	padding-left: 0;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* 記事小見出し */
div#main .entry2 h4 {
	font-size: 85%;
	color: #999999;
	background-color: ;
	padding-left: 0;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}



/* 出勤 */

div#main .shukkin {
        background-image: url(http://www.lomi2.com/blogimg/shukkin.png);
	background-position: center top;
	background-repeat: no-repeat;
behavior: expression(IEPNGFIX.fix(this));
	border-width: 0px;
	border-style: solid;
	border-color: #333333;
	margin-bottom: 20px;
	padding-top: ;	
padding-bottom: 0;
	width: 630px;
        height: 300px;
	clear: both;
}

div#main .top_shukkin{
       padding-top: 50px;
}


/* 出勤見出し */
div#main .shukkin h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ffff66;
	background-color: ;
	padding-top: ;
	padding-left: 20px;
	padding-bottom: 0px;
}

/* 出勤余白 */
div#main .shukkin .inner4 {
	font-size: 16px;
        color: #cccccc;
	line-height: 2;
	letter-spacing: 0.07em;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
/* 出勤 矢印 */
div#main div.shukkin .arrow {
	text-align: left;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: -50px;

}

/* 出勤小見出し */
div#main .shukkin h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: ;
	padding-left: 0;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* 出勤小見出し */
div#main .shukkin h4 {
	font-size: 14px;
	color: #999999;
	background-color: ;
	padding-left: 0;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}



div#main p.posted {
	font-size: 12px;
	margin-right: 20px;
	text-align: right;

}

/* 引用元情報 */
div#main cite {
	font-style: italic;
}
/* 引用 */
div#main blockquote {
	color: #999999;
	background-color: #000000;
	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: 10px;
}


div#main .imageleft {
    display: block;
    float: left;
    margin: 0px 20px 20px 0;


}

div#main .imageright {
    display: block;
    float: right;
    margin: 0px 20px 20px 0;


}


.yohaku {
	margin-left: 30px;
	margin-right: 30px;
}

.ryoukin {
	font-size: 85%;
	color: #999999;
	background-color: ;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: ;
	border-bottom: 1px dotted #999999;
}


.ryoukin2 {
	font-size: 85%;
	color: #999999;
	background-color: ;
	padding-left: 10px;
	padding-bottom: 30px;
	margin-bottom: 30px;

}

div#main .maui {
        background-image: url(http://www.lomi2.com/;blogimg/maui.png);
	background-position: left top;
	background-repeat: no-repeat;
       background-size: 630px 150px;
behavior: expression(IEPNGFIX.fix(this));
	margin-bottom: 20px;

	width: 630px;
　　　　height: 150px;
	clear: both;
}

div#main .maui .naiyou{
        color: #cccccc;
        font-size: 14px;
	padding-left: 300px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* 会社概要用 */
.info {
	margin-top: 10px;
	margin-bottom: 25px;
}
.info dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
	font-weight: bold;
        color: #ff9900;
}
.info dd {
	line-height: 160%;
	margin-top: -1.6em;
	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.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
.form fieldset {
	margin-bottom: 10px;
}
/* 順不同リスト（箇条書き）*/
div#main ul {
	padding-left: 20px;
	margin-bottom: 10px;
}
div#main ul ol {
	padding-left: 30px;
}

/* 画像 */
div#main img{
	margin-top: 0;
	margin-bottom: 20px;
}
/* 画像左配置 */
div#main .mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
div#main .mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
div#main .mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* 続き */
div#main .extended {
	font-size: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

div#main .techstuff {
	font-size: 100%;
}

div#main textarea{
	width: 450px;
}

/* コメンター画像 */
div#main .commenter-profile img {
	vertical-align: middle;
	margin-top: -15px;
	border-width: 0;
}
div#main .sign {
	margin-bottom: 10px;
}

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

/* タグ */
.entry-tags {
        font-size: 12px;
        padding-right: 20px;
        text-align: right;
        margin-bottom: 10px;

	clear:both;

}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding-left: 0;

}

p.search-results-header {
	font-size: 87.5%;
	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(http://www.lomi2.com/blogimg/tree_lst.gif);
background-repeat: no-repeat!important;
list-style: none!important;
}
ul.tree li.tree_end {
background-image: url(&;lt;$MTBlogURL$>blogimg/tree_end.gif);
list-style: none;
}







/************************************************
*	b_nav										*
************************************************/
/* 下部ナビゲーション */
div#b_nav {
	font-size: 75%;
}
div#b_nav ul {
	margin: 0;
	padding: 0;
}
div#b_nav ul li {
	display: inline;
	padding: 0 .5em;
}
/* 下部ナビゲーションリンク色 */
div#b_nav ul li a {
	text-decoration: none;
	color: #ffffff;
	background-color:;
}
div#b_nav ul li a:hover {
	text-decoration: underline;
	color: #ffff00;
	background-color: ;
}
/************************************************
*	sub											*
************************************************/
/* サイドバー */
div#sub .inner {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
/* サイドバーリンク設定 */
div#sub a {
	text-decoration: none;
	color: #cccccc;
	background-color: transparent;
}
/* サイドバーリンク基本色 */
div#sub a:link {
	text-decoration: none;
	color: #cccccc;
	background-color: transparent;
}
/* サイドバーリンクマウスオーバー時 */
div#sub a:link:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
}
/* サイドバーリンククリック時 */
div#sub a:link:active {
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
}
/* サイドバーリンク訪問済み */
div#sub a:visited {
	text-decoration: none;
	color: #cccccc;
	background-color: transparent;
}
/* サイドバーリンク訪問済みマウスオーバー */
div#sub a:visited:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
}
/* サイドバーリンク訪問済みクリック時 */
div#sub a:visited:active {
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
}
/* サイドバー枠 */
div#sub .inner dl {
	font-size: 14px;
        border-right: 1px solid #333333;
	border-left: 1px solid #333333;
        border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(http://www.lomi2.com/blogimg/sub_box.png);
        background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-position: left top;

behavior: expression(IEPNGFIX.fix(this));

}



/* サイドバー枠 */
div#sub .inner .category {
	font-size: 14px;
	background-image: url(http://www.lomi2.com/blogimg/touka_category.png);
        background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 30px;
	background-position: left top;
    width: 250px;

behavior: expression(IEPNGFIX.fix(this));

}



/* サイドバー見出し */
div#sub .inner dt {
	font-size: 16px;
	font-weight: bold;
	color: #996600;
	background-color: transparent;
	background-image: url();
  

	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}


/* サイドバー項目 */
div#sub .inner dd {
	font-size: 16px;
	margin-top: 10px;
	margin-left: px;
	margin-right: 10px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-top: 30px;

}

/* サイドバーリスト */
div#sub .inner dd li {
	font-size: 14px;
	margin-bottom: 3px;
	list-style-type: none;

}
/* サイドバーリスト（ネスト） */
div#sub .inner dd li li {
	font-size: 100%;
	margin-left: 15px;
}
/* サイドバーラベル非表示 */
div#sub .inner dd label {
position: absolute;
left: -9999px;
}
/* サイドバー検索ボックス調整 */
div#sub .inner dd form {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* サイドバー p */
div#sub .inner dd p {
	margin-bottom: 10px;
}
/* タグクラウド */
div#sub .module-tagcloud .module-content
	{text-align: left; }

div#sub .module-tagcloud .module-content .module-list
	{ list-style: none; }

div#sub .module-tagcloud .module-content .module-list .module-list-item
	{ display: inline; }

div#sub .module-tagcloud .module-content .module-list li.taglevel1
	{ font-size: 170%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel2
 	{ font-size: 150%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel3
	{ font-size: 130%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel4
	{ font-size: 110%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel5
	{ font-size: 90%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel6
	{ font-size: 70%; }

div#sub .imageleft {
    display: block;
    float: left;
    margin: 0px 20px 20px 0;

}


* html div.touka_recruit{
    background-image: url(src=http://www.lomi2.com/blogimg/touka_recruit.png);
    width: 250px;
    height: 139px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.lomi2.com/blogimg/touka_recruit.png);
}

* html div.touka_recruit img{
    display:none;
}




* html div.touka_m{
    background-image: url(src=http://www.lomi2.com/blogimg/touka_m.png);
    width: 250px;
    height: 300px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.lomi2.com/blogimg/touka_m.png);
}

* html div.touka_m img{
    display:none;
}


* html div.touka_ryoukin{
    background-image: url(src=http://www.lomi2.com/blogimg/ryoukin.png);
    width: 630px;
    height: 630px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.lomi2.com/blogimg/ryoukin.png);
}

* html div.touka_ryoukin img{
    display:none;
}

* html div.touka_maui{
    background-image: url(src=http://www.lomi2.com/blogimg/maui.png);
    width: 630px;
    height: 150px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.lomi2.com/blogimg/maui.png);
}

* html div.touka_maui img{
    display:none;
}

* html div.touka_oahu{
    background-image: url(src=http://www.lomi2.com/blogimg/oahu.png);
    width: 630px;
    height: 150px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.lomi2.com/blogimg/oahu.png);
}

* html div.touka_oahu img{
    display:none;
}

* html div.touka_kauai{
    background-image: url(src=http://www.lomi2.com/blogimg/kauai.png);
    width: 630px;
    height: 150px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.lomi2.com/blogimg/kauai.png);
}

* html div.touka_kauai img{
    display:none;
}

* html div.touka_kamehameha{
    background-image: url(src=http://www.lomi2.com/blogimg/kamehameha.png);
    width: 630px;
    height: 150px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.lomi2.com/blogimg/kamehameha.png);
}

* html div.touka_kamehameha img{
    display:none;
}

* html div.touka_option{
    background-image: url(src=http://www.lomi2.com/blogimg/option.png);
    width: 630px;
    height: 150px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.lomi2.com/blogimg/option.png);
}

* html div.touka_option img{
    display:none;
}

* html div.touka_recruit_pics{
    background-image: url(src=http://www.lomi2.com/blogimg/recruit_pics.png);
    width: 630px;
    height: 630px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.lomi2.com/blogimg/recruit_pics.png);
}

* html div.touka_recruit_pics img{
    display:none;
}


* html div.touka_waribiki{
    background-image: url(src=http://www.lomi2.com/blogimg/waribiki.png);
    width: 630px;
    height: 200px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.lomi2.com/blogimg/waribiki.png);
}

* html div.touka_waribiki img{
    display:none;
}




* html div.touka_waribiki2{
    background-image: url(src=http://www.lomi2.com/blogimg/touka_waribiki.png);
    width: 250px;
    height: 139px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.lomi2.com/blogimg/touka_waribiki.png);
}

* html div.touka_waribiki2 img{
    display:none;
}

* html div.touka_blog{
    background-image: url(src=http://www.lomi2.com/blogimg/touka_blog.png);
    width: 250px;
    height: 139px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.lomi2.com/blogimg/touka_blog.png);
}

* html div.touka_blog img{
    display:none;
}



/************************************************
*	footer										*
************************************************/
/* フッタ */
div#footer {
	color: #cc9900;
	background-color: #000000;
	background-image: url(http://www.lomi2.com/blogimg/bg_footer.png);
	background-position: center top;
	background-repeat: repeat-x;
}
/* フッターリンク色 */
div#footer a {
	text-decoration: none;
	color: #cc6600;
	background-color: ;
}
div#footer a:hover {
	text-decoration: underline;
	color: #cc6600;
	background-color: ;
}
/* フッター powered */
div#footer .link-note {
	font-size: 75%;
	text-align: left;
	width: 350px;
	float: left;
}
div#footer .link-note ul {
	margin-left: 20px;
}
div#footer .link-note ul li {
	display: inline;
}
/* フッター Copy */
div#footer .copy {
	text-align: right;
	width: 600px;
        padding-top: 30px;
	float: right;
}
div#footer address {
	font-size: 75%;
	font-weight: bold;
	margin-right: 20px;
}
