@charset "UTF-8";
/* CSS Document */


#logo {
	float:left;
	width:119px;
	height:66px;
}

input{
	font-family: "ヒラギノ丸ゴ Pro W4", 'Hiragino Maru Gothic Pro', "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	border: 1px solid #e6e6e6;
	background: #fff;
	margin-top:2px;
}

#blog-contents{
	width:650px;
	background:url(http://search.submit.ne.jp/images/main-contents_bg.gif) repeat-y;
	overflow:hidden;
	margin-bottom:20px;
	}

#blog-container {
    width:650px;
    background:url(http://search.submit.ne.jp/images/main-contents_bottom.gif) no-repeat bottom;
    font-size:95%;
    line-height:150%;
    padding-bottom:10px;
} 
	
/* リンク */
.entry-footer a:link,
.entry-footer a:visited,
.page-link a:link,
.page-link a:visited,
.entry a:link,
.entry a:visited,
.latest-entry a:link,
.latest-entry a:visited,
.subcategory a:link,
.subcategory a:visited
{
	color: #3366ff;
	text-decoration: underline;
}

.entry-footer a:hover,
.entry-footer a:focus,
.entry-footer a:active,
.page-link a:hover,
.page-link a:focus,
.page-link a:active,
.entry a:hover,
.entry a:focus,
.entry a:active,
.latest-entry a:hover,
.latest-entry a:active,
.latest-entry a:focus,
.subcategory a:hover,
.subcategory a:focus,
.subcategory a:active
{
	color: #ffa800;
}


/* コンテンツ */
#contents-header{
	widows:650px;
	background:url(http://search.submit.ne.jp/images/main-contents_top.gif) no-repeat;
	padding-top:20px;
}
#title{
	width:610px;
	height:60px;
	background:url(http://search.submit.ne.jp/blog/common/images/title_bg.gif) no-repeat;
	margin-left:20px;
	margin-bottom:20px;
	overflow:hidden;
	line-height:1;
	}
#title h1{
	float:left;
	padding-top:5px;
	padding-left:8px;
	}
#title h1 img{
	vertical-align:top;
	margin:0;
	padding:0;
	}
#title h1 a{
	height:45px;
	text-indent:-9999px;
	display:block;
}
#blog-box{
	border-right:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	margin-bottom:20px;
	padding:20px;
}

/* 検索エンジンWatch */
h1#news-blog a:link,
h1#news-blog a:visited
{
	width:240px;
	background:url(http://search.submit.ne.jp/blog/common/images/news.gif) no-repeat;
	}
/* Over */
h1#news-blog a:hover,
h1#news-blog a:focus,
h1#news-blog a:active
{
	background:url(http://search.submit.ne.jp/blog/common/images/news2.gif) no-repeat;
	}

/* 審査の落とし穴 */
h1#ng-blog a:link,
h1#ng-blog a:visited
{
	width:240px;
	background:url(http://search.submit.ne.jp/blog/common/images/yahoo_ng.gif) no-repeat;
	}
/* Over */
h1#ng-blog a:hover,
h1#ng-blog a:focus,
h1#ng-blog a:active
{
	background:url(http://search.submit.ne.jp/blog/common/images/yahoo_ng2.gif) no-repeat;
	}


/* 審査通過サイト紹介 */
h1#ok-blog a:link,
h1#ok-blog a:visited
{
	width:260px;
	background:url(http://search.submit.ne.jp/blog/yahoo_ok/common/images/yahoo_ok.gif) no-repeat;
	}
h1#ok-blog a:hover,
h1#ok-blog a:focus,
h1#ok-blog a:active
{
	background:url(http://search.submit.ne.jp/blog/common/images/yahoo_ok2.gif) no-repeat;
	}

.header-rss{
	float:right;
	width:60px;
	padding-top:20px;
	padding-right:10px;
	}

/*--------------------------------------
* ブログ Body Module
* --------------------------------------*/
#blog-body{
	width:580px;
	margin-left:35px;
	}
dl.category-type{
	padding-bottom:20px;
	}
	
dl.category-type dt{
	font-weight:bold;
	font-size:120%;
	padding-bottom:5px;
}
#blog-body blockquote{
	padding-bottom:20px;
}

/* ブログヘッダー */

#title-news,
#title-ng,
#title-ok{
	width:580px;
	height:40px;
	overflow:hidden;
/*	margin-bottom:15px;*/
}

#title-news h2 a,
#title-ng h2 a,
#title-ok h2 a{
	width:420px;
	height:40px;
	text-indent:-9999px;
	display:block;
	float:left;
}

/* 検索エンジンWatch */
#title-news{
	background:url(http://search.submit.ne.jp/blog/common/images/title_news.gif) no-repeat;
}
#title-news h2 a:link,
#title-news h2 a:visited
{
	background:url(http://search.submit.ne.jp/blog/common/images/title_news.gif) no-repeat;
}
/* 掲載審査の落とし穴 */
#title-ng{
	background:url(http://search.submit.ne.jp/blog/common/images/title_ng.gif) no-repeat;
}
#title-ng h2 a:link,
#title-ng h2 a:visited
{
	background:url(http://search.submit.ne.jp/blog/common/images/title_ng.gif) no-repeat;
}
/* 審査通過サイトのご紹介 */
#title-ok{
	background:url(http://search.submit.ne.jp/blog/yahoo_ok/common/images/title_ok.gif) no-repeat;
}
#title-ok h2 a:link,
#title-ok h2 a:visited
{
	background:url(http://search.submit.ne.jp/blog/yahoo_ok/common/images/title_ok.gif) no-repeat;
}
#title-news h2 a:hover,
#title-news h2 a:focus,
#title-news h2 a:active,
#title-ng h2 a:hover,
#title-ng h2 a:focus,
#title-ng h2 a:active,
#title-ok h2 a:hover,
#title-ok h2 a:focus,
#title-ok h2 a:active{
	background-position:0 -40px;
}
.rss-btn{
	float:right;
	width:60px;
	padding-top:10px;
	padding-right:10px;
}


/* コメント */
h3.blog-comment{
	margin-left:10px;
	font-size:110%;
	color:#555;
	line-height:150%;
	padding-bottom:20px;
	}
/* 最新情報 */
.blog-latest{
	width:560px;
	padding:10px 0;
	background:#f6f6f6;
	overflow:hidden;
	margin-left:10px;
	margin-bottom:10px;
	}
.blog-latest h4{
	float:left;
	padding:5px 0 0 10px;
	width:400px;
	font-weight:normal;
	margin:0px;
}

/* 一覧を見る */
.entry-list_btn{
	float:right;
	width:120px;
	text-align:right;
	padding-right:10px;
	}
.entry-list_btn a{
	padding-left:20px;
	background:url(http://search.submit.ne.jp/blog/common/images/arrow3.gif) no-repeat 0px 5px;
	}

/* 最新エントリー一覧 */
ul.latest-entry{
	font-size:100%;
	line-height:200%;
	margin-left:10px;
}
ul.latest-entry li{
	background:url(http://search.submit.ne.jp/blog/common/images/arrow1.gif) no-repeat 0 7px;
	padding-left:15px;
}
.entry-date {
	float:left;
	padding:0 15px 20px 15px;
}

/*--------------------------------------
* ブログ エントリー Module
* --------------------------------------*/
.entry{
	width:580px;
	padding-bottom:10px;
	}
	
.entry h3{
	font-weight:bold;
	padding-bottom:0;
	margin:0;
	font-size:100%;
}


/*--------------------------------------
* 　PREV,NEXR
* --------------------------------------*/
ul.entry-navi{
	width:580px;
	overflow:hidden;
}
ul.entry-navi li{
	width:150px;
	padding-bottom:20px;
	}
li.entry-prev{
	float:left;
	}
li.entry-next{
	float:right;
	text-align:right;
	}

/*--------------------------------------
* 　エントリーヘッダー
* --------------------------------------*/
.entry-header{
	width:570px;
	border-bottom:1px dotted darkgray;
	margin-bottom:10px;
	padding-left:10px;
	overflow:hidden;
	}
.entry-header h2{
	float:left;
	font-weight:bold;
	padding:10px 0 5px 5px;
	font-size:120%;
	line-height:150%;
	}
.entry-header h2 a:link,
.entry-header h2 a:visited
{
	text-decoration:none;
	color:#3366FF;
	}
.entry-header h2 a:hover,
.entry-header h2 a:focus,
.entry-header h2 a:active
{
	color: #FFA800;
	}
.entry-header h2 span{
	color:#666;
	font-weight:normal;
	font-size:80%;
	padding-top:7px;
	padding-left:10px;
	}
	
/*--------------------------------------
* 　カテゴリー・キーワード
* --------------------------------------*/
ul.header-category{
	overflow:hidden;
	}
ul.header-category li{
	float:right;
	padding-left:5px;
	padding-bottom:20px;
	}
ul.header-category2{
	display:inline-block;
	}
ul.header-category2 li{
	padding-bottom:20px;
	}
ul.entry-category{
	background:url(http://search.submit.ne.jp/blog/common/images/category.gif) no-repeat 5px 6px;
	padding-left:65px;
	padding-bottom:15px;
	overflow:hidden;
	}
img.categ {
	vertical-align:middle;
}
ul.subcategory{
	padding:10px;
	margin-bottom:15px;
	color:#000000;
	font-size:85%;
	background:#fffff2;
	}
ul.tag{
	float:left;
	background:url(http://search.submit.ne.jp/blog/common/images/tag.gif) no-repeat 5px 6px;
	padding-left:59px;
	width:500px;
	overflow:hidden;
	}
ul.entry-category li,
ul.tag li{
	display:inline;
	padding-right:2px;
	font-size:90%;
	}
ul.subcategory li{
	padding:2px 0 8px 0;
	}

/*--------------------------------------
* 　エントリー本文
* --------------------------------------*/
.entry-body{
	width:570px;
	padding:15px 5px 20px 15px;
	font-size:110%;
	line-height:180%;
	}
.entry-body p{
	padding-bottom:20px;
}
.entry-body blockquote{
	border-left:4pt solid #C2CBAE;
	color:#333333;
	margin-left:1em;
	margin-top:1em;
	margin-bottom:1em;
	padding-left:1em;
}
/*--------------------------------------
* 　関連リンク
* --------------------------------------*/
.related-area{
	padding:0 5px 30px 5px;
	}

.related-area li{
	background:url(http://search.submit.ne.jp/blog/common/images/arrow2.gif) no-repeat 0 7px;
	padding:2px 0 10px 15px;
}
p.permarlink{
	text-align:right;
	}

/*--------------------------------------
* 　エントリーフッター
* --------------------------------------*/
.entry-footer{
	clear:both;
	width:580;
	background:url(http://search.submit.ne.jp/blog/common/images/dot.gif) no-repeat top #f6f6f6;
	padding:8px 0;
	overflow:hidden;
	margin-bottom:20px;
}
ul.bookmark{
	float:right;
	width:45px;
	padding-left:5px;
	overflow:hidden;
	}
ul.bookmark li{
	float:right;
	display:inline;
	padding-right:5px;
}


/*--------------------------------------
* 　トラックパック
* --------------------------------------*/
dl.trackback{
	clear:both;
	width:580px;
	overflow:hidden;
	}
dl.trackback dt{
	float:left;
	width:242px;
	padding-top:3px;
	padding-left:5px;
	}
dl.trackback dd{
	float:left;
	width:328px;
	padding-right:5px;
	}
dl.trackback dd input{
	width:320px;
	padding:3px;
	}

/*--------------------------------------
* 　サービス紹介 Module
* --------------------------------------*/
#service-area{
	width:580px;
	overflow:hidden;
	margin-bottom:20px;
	border:#cecece 1px solid;
	padding-top:10px;
	padding-bottom:10px;
	}
#service-banner_area{
	width:580px;
	overflow:hidden;
	margin-bottom:20px;
	}
#service-area .service-image{
	float:left;
	width:120px;
	padding-left:10px;
	}
dl.service-comment{
	float:right;
	width:440px;
	padding-right:10px;
	}
dl.service-comment dt{
	font-weight:bold;
	padding-bottom:5px;
	}
dl.service-comment dd.order{
	text-align:right;
	}

/*--------------------------------------
* 　ブログサイドメニューModule
* --------------------------------------*/
#blog-side{
	width:190px;
	float:right;
	text-align:left;
}
#blog-side h2{
	background-color:#999;
	padding:7px 10px;
	color:#fff;
	font-size:90%;
	font-weight:bold;
	margin-bottom:10px;
	}

#blog-side h3 a{
	width:180px;
	display:block;
	text-indent:-9999px;
	margin-bottom:10px;
	}

h3#blog_news a:link,
h3#blog_news a:visited
{
	height:25px;
	background:url(http://search.submit.ne.jp/blog/common/images/blog_news.gif) no-repeat;
	}
h3#blog_ng a:link,
h3#blog_ng a:visited
{
	height:37px;
	background:url(http://search.submit.ne.jp/blog/common/images/blog_ng.gif) no-repeat;
}
h3#blog_ok a:link,
h3#blog_ok a:visited
{
	height:37px;
	background:url(http://search.submit.ne.jp/blog/yahoo_ok/common/blog_ok.gif) no-repeat;
}

#blog-side h3 a:hover,
#blog-side h3 a:focus,
#blog-side h3 a:active
{
	background-position:-180px 0;
}

#blog-side h4{
	color:#8da103;
	font-size:90%;
	padding:0 10px 10px;
	margin-bottom:0;
	}
#blog-side ul{
	padding-left:5px;
	padding-bottom:15px;
	}
#blog-side li{
	background:url(http://search.submit.ne.jp/blog/common/images/arrow2.gif) no-repeat 0 7px;
	padding:2px 0 2px 15px;
	font-size:85%;
	}
#blog-side li a:link,
#blog-side li a:visited
{
	text-decoration:none;
}

#blog-side li a:hover,
#blog-side li a:focus,
#blog-side li a:active{
	color:#ffa800;
	}
#side-category{

}
#side-category ul{
	padding-left:5px;
	padding-bottom:15px;
}
#side-category li.top-category{
	background:none;
	padding:2px 10px 3px 10px;
	font-size:90%;
	font-weight:bold;
	}
#side-category li.top-category a:link,
#side-category li.top-category a:visited
{
	color:#666;
	text-decoration:none;
	}

#side-category li.top-category a:hover,
#side-category li.top-category a:focus,
#side-category li.top-category a:active
{
	color:#ffa800;
	}

#side-category li.sub-category{
	margin-left:10px;
	padding:2px 0 3px 15px;
}

p.page-link{
	text-align:center;
	padding-bottom:20px;
	}
p.page-link span.select-page{
	font-size:110%;
	font-weight:bold;
}

/*--------------------------------------
	Tag Cloud
---------------------------------------*/
#side-tag{
	padding:5px;
	border:#ccc 1px solid;
	margin-bottom:20px;
	overflow:hidden;
}
#side-tag li{
	background:none;
	margin: 0;
	padding: 0;
}

ul.tagCloud {
	margin: 0;
	padding: 0.5em 10px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}
ul.tagCloud li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%; /* ここで相対的に文字サイズを変更 */
}
ul.tagCloud li a {
	text-decoration: none;
}

/* タグレベル1～6 */

ul.tagCloud li.level1 a {
	font-size: 167%;
	font-weight: bold;
	color: #0066ff;
	}
ul.tagCloud li.level2 a {
	font-size: 136%;
	font-weight: bold;
	color: #187aff;
	}
ul.tagCloud li.level3 a {
	font-size: 122%;
	font-weight: bold;
	color: #358afe;
	}
ul.tagCloud li.level4 a {
	font-size: 114%;
	color: #539cff;
	}
ul.tagCloud li.level5 a {
	font-size: 92%;
	color: #70adff;
	}
ul.tagCloud li.level6 a {
	font-size: 77%;
	color: #8cbdff;
	}
/* オンマウス */
ul.tagCloud li a:hover {
	color: #ffa800;
	}

/*--------------------------------------
* 　検索 Module
* --------------------------------------*/
dl.blog-search{
	width:180px;
	overflow:hidden;
	padding-bottom:20px;
	}
dl.blog-search dt{
	width:130px;
	padding-left:5px;
	float:left;
	}
dl.blog-search dt input{
	width:120px;
	background:#fafafa;
	}
dl.blog-search dt input:hover{
	background:#fff;
	}
dl.blog-search dd{
	width:40px;
	padding-right:5px;
	float:left;
	}

p.search-word,
p.category-title
{
	padding-bottom:20px;
	font-size:150%;
	font-weight:bold;
	}

/* NG */
h3.ng-notice{
	width:540px;
	height:28px;
	margin-top:30px;
	background:url(http://search.submit.ne.jp/blog/common/images/notice.gif) no-repeat;
	padding-left:50px;
	padding-top:17px;
	display:block;
	overflow:hidden;
	}
	
*html body h3.ng-notice{
	width:540px;
	height:45px;
	margin-top:30px;
	background:url(http://search.submit.ne.jp/blog/common/images/notice.gif) no-repeat;
	padding-left:50px;
	padding-top:17px;
	display:block;
	overflow:hidden;
	}


h4.ng-cause{
	padding:5px 10px 10px;
	border-bottom:#ffc000 2px solid;
	}
p.ng-notice{
	width:510px;
	background:#FFF3A4 none repeat scroll 0 0;
	margin:0px;
	padding:30px;
	margin-bottom:20px;
	}
	
*html body p.ng-notice{
	width:540px;
	background:#FFF3A4 none repeat scroll 0 0;
	margin:0px;
	padding:30px;
	margin-bottom:20px;
	}

/* OK */
h3.customer_comment{
	width:570px;
	height:28px;
	background:url(http://search.submit.ne.jp/blog/common/images/customer_comment.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	margin:30px 0 20px 0;
}
h3.staff_comment{
	margin:30px 0 20px 0;
}

ul.fullnextprev {
	padding-bottom:20px;
}
ul.fullnextprev li {
	padding-bottom:10px;
}

