@charset "UTF-8";

/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
}
div.bg_foot
{
	background-image: url(http://www.sri-net.co.jp/image/source/bg_foot.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

div.bg_head
{
	background-image: url(http://www.sri-net.co.jp/image/source/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/* ----- float解除 ----- */

div.clear
{
	clear:both;;
}

div.clear hr
{
	display:none;
}


/* ----- リンク ----- */

a
{
	color:#0099cc;
	text-decoration:none;
}

a:hover
{
	color:#006699;
	text-decoration:underline;
}

/* ----- テーブル ----- */
.tbl1 {
	padding-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	font-size: 85%;
	margin-top: 10px;
	line-height: 130%;
}
.tbl1 .head {
	padding: 5px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #333333;
	background-position: top left;
	border-bottom: 1px solid;
	border-bottom-color: #CCCCCC;
}
.tbl1 .detail {
	border-bottom: 1px solid;
	border-bottom-color: #CCCCCC;
	color: #333333;
	padding: 5px;
	background-repeat: repeat-x;
	background-position: top left;
	line-height: 130%;
}

.tbl2 {
	padding-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	font-size: 85%;
	margin-top: 10px;
	line-height: 130%;
}
.tbl2 td {
	padding: 5px;
	color: #333333;
}

/* ----- タイトル ----- */
.ttl1 {
	font-size:120%;
	font-weight: bold;
	color: #3188C6;
	margin: 0 0 10px 0;
}

/* ----- セパレーター ----- */
.sepa1 {
	margin: 0 0 20px 0;
}

/* ----- バナーリンク ----- */
.sol_link {
  margin:10px 0 0 100px
}

/* ----- テキスト強調 ----- */
span.t_b {
  font-weight: bold;
}

/* ----- body ----- */

body
{
	color:#666666;
	background-image:url(http://www.sri-net.co.jp/image/source/bg.jpg);
	text-align:center;
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#ebebeb;
}


/* ----- ブログ全体 ----- */

div#main-container
{
	width:980px;
	color:#666666;
	background:#FFFFFF;
	margin:0 auto;
	text-align:left;
}


/* ----- ヘッダー部分 ----- */

div#header
{
  background: url("http://www.sri-net.co.jp/image/source/hd_bg.gif") repeat-x 0 100% #FFFFFF;
  font: 8pt/1.4em Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 15px 10px 0;
  height: 74px !important; 
  height: 74px;
}

div#header h1.blog-name
{
	width:151px;
	height:49px;
	float: left;
	vertical-align: bottom;
}

div#header h1.blog-name a
{
	display:block;
	width:151px;
	height:49px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(http://www.sri-net.co.jp/image/source/hd_logo.gif) no-repeat 0 0;
}

div#header .logo2
{
	float:left;
	vertical-align: bottom;
	height: 49px;
}

div#header .search {
  float: right;
  padding: 2px 0 0;
  color: #666666;
  text-align: right;
  width: 500px;
  height: 66px !important; 
  height: 66px;
}


div#banner
{
	width:720px;
	height:65px;
	margin:0 0 20px 0;
	background-image: url(http://www.sri-net.co.jp/kimitsu/images/banner_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#banner h2.blog-description
{
	display:none;
}



/* ----- トップページメニュー ----- */
div.topmenu {
margin:0;
padding: 0;
}
div.topmenu ul.menu1 {
margin:0;
padding: 0;
list-style-type:none;
width:980px;
}
div.topmenu ul.menu1 li {
margin: 0;
padding: 0;
height: 61px;
text-indent:-9999px;
float:left;
}
div.topmenu ul.menu1 li a {
text-decoration: none;
display: block;
height: 61px;
}
div.topmenu ul.menu1 li.menu01 {
width: 270px;
background-image: url(http://www.sri-net.co.jp/kimitsu/images/idx_menu1.jpg);
background-repeat: no-repeat;
}
div.topmenu ul.menu1 li.menu02 {
width: 234px;
background-image: url(http://www.sri-net.co.jp/kimitsu/images/idx_menu2.jpg);
background-repeat: no-repeat;
}
div.topmenu ul.menu1 li.menu03 {
width: 216px;
background-image: url(http://www.sri-net.co.jp/kimitsu/images/idx_menu3.jpg);
background-repeat: no-repeat;
}
div.topmenu ul.menu1 li.menu04 {
width: 260px;
background-image: url(http://www.sri-net.co.jp/kimitsu/images/idx_menu4.jpg);
background-repeat: no-repeat;
}

div.topmenu ul.menu1 li.menu01 a:hover {
background-repeat: no-repeat;
background-image: url(http://www.sri-net.co.jp/kimitsu/images/idx_menu1-over.jpg);
}
div.topmenu ul.menu1 li.menu02 a:hover {
background-image: url(http://www.sri-net.co.jp/kimitsu/images/idx_menu2-over.jpg);
background-repeat: no-repeat;
}
div.topmenu ul.menu1 li.menu03 a:hover {
background-image: url(http://www.sri-net.co.jp/kimitsu/images/idx_menu3-over.jpg);
background-repeat: no-repeat;
}
div.topmenu ul.menu1 li.menu04 a:hover {
background-image: url(http://www.sri-net.co.jp/kimitsu/images/idx_menu4-over.jpg);
background-repeat: no-repeat;
}

#qualify_box a {
vertical-align:top;
}
#qualify_box a img.p_m{
margin-top:15px;
}



/* ----- コンテンツ全体 ----- */

div#container
{
	width:750px;
	float:right;
}
div#container .inner
{
	padding:0px 0px;
}


/* ----- エントリー全体 ----- */

div.content
{
	padding:10px;
}

/* ----- アーカイブナビゲーション ----- */

div.content p.navi-link
{
	font-size:80%;
	margin:0 0 10px 0;
}


/* ----- アーカイブタイトル ----- */

div.content h2#archive-title
{
	margin:0 0 20px 0;
}


/* ----- 新着情報 ----- */

div.top-news
{
	padding:10px;
}

div.top-news h3
{
	height:20px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(http://www.sri-net.co.jp/kimitsu/images/news_tit.gif) no-repeat 0 0;
	border-bottom:1px solid #cccccc;
	margin:0 0 10px 0;
}

div.top-news ol li
{
	margin:0 0 10px 0;
	list-style:none;
	font-size:80%;
	line-height:150%;
	background:url(http://www.sri-net.co.jp/kimitsu/images/news_icon.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
}

/* ----- エントリー日付 ----- */

div.content p.entry-date
{
	font-size:80%;
	color:#ffffff;
	background:#cccccc;
	line-height:100%;
	padding:3px;
	margin:0 0 15px 0;
}


/* ----- エントリータイトル ----- */

div.entry-content h2.entry-title
{
	color:#333333;
	background:#ffffff;
	line-height:100%;
	border-bottom:1px solid #cccccc;
	padding:0 0 3px 0;
	margin:0 0 10px 0;
}

div.entry-content h2.entry-title a
{
	color:#333333;
	background:#ffffff;
	text-decoration:none;
}

div.entry-content h2.entry-title a:hover
{
	text-decoration:underline;
}


/* ----- エントリー ----- */

div.entry
{
	margin:0 0 30px 0;
}

div.entry-content p
{
	font-size:80%;
	line-height:150%;
	margin:0 0 10px 0;
}

div.entry-content blockquote
{
	font-size:80%;
	line-height:150%;
	padding:10px;
	border:dotted 1px #cccccc;
	margin:20px 0;
}

div.entry-body ul,
div.entry-body ol
{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}

div.entry-body ul li,
div.entry-body ol li
{
	font-size:80%;
	margin:0 0 3px 0;
}


/* ----- タグ ----- */

div.entry-tags
{
	margin:0 0 20px 0;
}

div.entry-tags h3.entry-tags-header
{
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 5px 0;
}

div.entry-tags ul
{
	list-style:none;
}

div.entry-tags ul li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}


/* ----- エントリー情報 ----- */

div.entry ul.entry-info,
div.search-results-container ul.entry-info
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
	line-height:130%;
}

div.entry ul.entry-info li,
div.search-results-container ul.entry-info li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}


/* ----- サイドバー ----- */

div#sidebar-left
{
	width:230px;
	float:left;
	clear:left;
	background-image: url(http://www.sri-net.co.jp/kimitsu/images/sidebar-left_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#sidebar-right
{
	width:230px;
	float: right;
	clear: right;
}

div.sidebar-inner
{
	padding:15px 10px 0 10px;
}

div#sidebar-left .txt
{
	font-size: 75%;
	line-height: 130%;
	color: #666;
}
.txt img.border{
  border:1px solid #ccc;
}
.txt img.noborder{
  border:none;
}
div#sri_sites {
  width: 200px;
  margin-bottom:30px;
}
div#sri_sites p{
  margin:0 0 15px 5px;
}
div#sri_sites p a{
  font-weight:bold;
}
.lightTip { font-size: 12px; }
.lightTip .content { width: 310px; padding: 10px; border: 6px solid #e2e2e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; }
.lightTip .bottom { height: 14px; background: url(http://www.sri-net.co.jp/image/source/notch-white.png) top center no-repeat; }


/* ----- サイドバータイトル ----- */

div.category-archives h3
{


}


div.sidebar-inner h3 a
{
	color:#0099cc;
	background:#efefef;
}


/* ----- サイト内検索 ----- */

div#header .search .search-form h1 {
  font-weight: normal;
  margin-top: -3px;
  padding-bottom: 3px;
}
div#header .search .search-form a {
  color: #4F4F4F;
  text-decoration: none;
}
div#header .search .search-form a:hover {
  color: #4F4F4F;
  text-decoration: underline;
}
div#header .search .search-form div#language {
  width: 120px;
  float: right;
  font-size: 0;
}
div#header .search .search-form div#yjSsSb {
  float: right;
  font-size: 0;
}
div#header .search .search-form #yjSsMod_3 {
  text-align: right;
}
div#header .search .search-form #yjSsMod_3 a {
  font: 5pt/1.2em Arial, Helvetica, sans-serif;
  color: #999999;
  text-decoration: none;
}
form input.search-input {
  font: 8pt/1.4em Arial, Helvetica, sans-serif;
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 1px;
  vertical-align: middle;
  width: 160px;
}
form input.search-submit {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 82px;
}
div#header .search .search-form form a img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 120px;
}
div#header .clear {
  clear: both;
  font-size: 0;
  height:1px !important;
  height:1px;
}


/* ----- カテゴリー一覧 ----- */

div.category-archives
{
	margin:0 0 20px 0;
}

div.category-archives ul
{
	list-style:none;
	margin:0;
	line-height:100%;
}

div.category-archives ul li
{
	display:inline;
	line-height:100%;
	margin:0;
	padding:0;
}

div.category-archives ul li a
{
	display:block;
	padding:10px 10px 10px 15px;
	background:#95abc0;
	color:#ffffff;
	border-bottom:1px solid #cad5e0;
	margin:0;
}

div.category-archives ul li a:hover
{
	display:block;
	padding:10px 10px 10px 15px;
	background:#cad5e0 url(images/category_a.gif) no-repeat 0 50%;
	text-decoration:none;
	color:#ffffff;
	line-height:100%;
	border-bottom:1px solid #cad5e0;
	margin:0;
}

/* -- 追加(サブカテゴリー) -- */
div.category-archives-list
{
	font-size:80%;
}

div.category-archives ul li ul li a
{
	display:block;
	padding:5px 5px 5px 30px;
	color:#0099cc;
	background:#ffffff url(images/subcat_icon.gif) no-repeat 14px 4px;
	border-bottom:1px solid #cad5e0;
	margin:0;
}

div.category-archives ul li ul li a:hover
{
	display:block;
	padding:5px 5px 5px 30px;
	color:#006699;
	background:#ffffff url(images/subcat_icon.gif) no-repeat 14px 4px;
	line-height:100%;
	border-bottom:1px solid #cad5e0;
	margin:0;
}

/* ----- 新着記事一覧 ----- */

div.recent-entry
{
	margin:0 0 20px 0;
}

div.recent-entry ol
{
	list-style:none;
}

div.recent-entry ol li
{
	font-size:80%;
	margin:0 0 5px 0;
}


/* ----- バックナンバー一覧 ----- */

div.monthly-archives
{
	margin:0 0 20px 0;
}

div.monthly-archives ol
{
	list-style:none;
}

div.monthly-archives ol li
{
	font-size:80%;
	margin:0 0 5px 0;
}


/* ----- 外部リンク ----- */

div.site-link
{
	margin:0 0 20px 0;
}

div.site-link ul
{
	list-style:none;
}

div.site-link ul li
{
	font-size:80%;
	margin:0 0 5px 0;
}


/* ----- クリエイティブ・コモンズ・ライセンス ----- */

div.cclicense
{
	margin:0 0 20px 0;
	font-size:60%;
	line-height:130%;
	text-align:center;
}

div.cclicense img
{
	margin:0 auto 5px auto;
}


/* ----- RSSリンク ----- */

div.syndicate
{
	margin:0 0 20px 0;
}

div.syndicate ul
{
	list-style:none;
}

div.syndicate ul li a
{
	display:block;
	height:38px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/rss.gif) no-repeat 0 0;
}

div.syndicate ul li a:hover
{
	background:url(images/rss.gif) no-repeat 0 -38px;
}

/* ----- powered ----- */

div.powered
{
	margin:0 0 20px 0;
}

div.powered ul
{
	list-style:none;
}

div.powered ul li
{
	font-size:60%;
	line-height:130%;
}


/* ----- トラックバック ----- */

div.trackbacks-body
{
	margin:0 0 20px 0;
}

div.trackbacks-body h3
{
	font-size:80%;
	font-weight:normal;
	color:#333333;
	background:#aaaaaa url(images/tit_bg.gif) 0 0;
	padding:5px 5px 5px 25px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

div.trackbacks-body dt
{
	font-size:80%;
	font-weight:bold;
	margin:0 0 5px 0;
}

div.trackbacks-body p
{
	font-size:80%;
	margin:0 0 10px 0;
}

div.trackbacks-body ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.trackbacks-body ul li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}

div.trackbacks-body input
{
	width:250px;
}


/* ----- コメント ----- */

div.comments
{
	margin:0 0 20px 0;
}

div.comments h3
{
	font-size:80%;
	font-weight:normal;
	color:#333333;
	background:#aaaaaa url(images/tit_bg.gif) 0 0;
	padding:5px 5px 5px 25px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

div.comments p
{
	font-size:80%;
	line-height:130%;
	margin:0 0 10px 0;
}

div.comments ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.comments ul li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}

div.comments a img
{
	border:none;
}

/* ----- コメントフォーム ----- */

div.typekey-text
{
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
}

div.comments-post
{
	margin:0 0 20px 0;
}

div.comments-post h4
{
	font-size:80%;
	font-weight:normal;
	background:#cccccc;
	color:#ffffff;
	padding:3px;
	margin:0 0 5px 0;
}

div.comments-post-content p.comments-open-moderated
{
	font-size:80%;
	line-height:150%;
	margin:0 0 10px 0;
}

div#comments-open-data fieldset
{
	border:none;
}

div#comments-open-data legend
{
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

dl#name-email dt,
dl#comments-url-data dt
{
	font-size:80%;
}

dl#name-email dd,
dl#comments-url-data dd
{
	font-size:80%;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie
{
	list-style:none;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie li
{
	font-size:80%;
}

dl#comments-open-text dt
{
	font-size:80%;
}

dl#comments-open-text dd textarea
{
	font-size:80%;
	margin:0 0 10px 0;
}

div#comments-open-data ul.comments-open-footer
{
	list-style:none;
}

div#comments-open-data ul.comments-open-footer li
{
	display:inline;
	font-size:80%;
}

div#comments-open-data ul.comments-open-footer li input
{
	width:80px;
}


/* ----- システムテンプレート ----- */

body.one-column div#container
{
	width:auto;
	margin:0 40px;
	float:none;
}


/* ----- 検索テンプレート ----- */

div.module-content
{
	margin:0 0 20px 0;
}

div.module-content p
{
	font-size:80%;
	line-height:130%;
	margin:0 0 5px 0;
}

div.module-content ul
{
	margin:0 0 0 20px;
}

div.module-content ul li
{
	font-size:80%;
	margin:0 0 5px 0;
}

div.entry-content h2.search-result-tit
{
	font-size:80%;
	font-weight:normal;
	background:#666666;
	color:#ffffff;
	padding:3px;
	margin:0 0 15px 0;
}

div.straight-search
{
	margin:0 0 20px 0;
}

div.straight-search fieldset
{
	border:none;
}

div.straight-search legend
{
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

div.straight-search ul
{
	list-style:none;
	margin:0 0 5px 0;
}

div.straight-search ul li
{
	display:inline;
}

div.straight-search ul li label
{
	font-size:80%;
}

div.straight-search ul li input.search-input
{
	width:160px;
	font-size:80%;
	margin:0 0 5px 0;
	vertical-align:middle;
}

div.straight-search ul li input.search-submit
{
	width:82px;
	font-size:60%;
	margin:0;
	padding:0;
	vertical-align:middle;
}



/* ----- フッター（追加） ----- */

div.footer {
  padding:20px 0;
  text-align:center;
  font-size:11px;
  line-height:1.5;
  color:#666666;
  background-image: url(http://www.sri-net.co.jp/image/source/ft_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
div.footer a:link {
  color: #2f3fdf;
  text-decoration: none;
}
div.footer a:visited {
  color: #551A8B;
  text-decoration: none;
}
div.footer a:hover {
  color: #df3f2f;
  text-decoration: underline;
}
div.footer a:active {
  color: #2f3fdf;
  text-decoration: none;
}
span.t_bo {
  font-weight: bold;
}
#f_logo {
  margin-bottom: 15px;
  padding-left: 50px;
  text-align: left;
}
#f_inner {
  width: 940px;
  margin: 0 auto;
  text-align:left;
  font-size:11px;
  line-height:18px;
}
#f_inner div {
  float: left;
  display: inline;
  width: 300px;
}
#f_inner #f_1 {
  margin-left: 0;
}
#f_inner #f_2 {
  margin-left: 20px;
}
#f_inner #f_3 {
  margin-left: 20px;
}
#f_inner ul {
  list-style:none outside none;
  margin-bottom: 0;
  padding:0 0 10px 50px;
}
#f_inner li.f_none {
  font-size: 0;
  line-height: 0;
}

#f_location {
  padding: 2px 0;
}
#f_contact {
  margin-left: 100px;
  text-align: left;
  padding: 2px 0;
}
#f_contact ul {
  display: inline;
  float: left;
  list-style-type: none outside none;
}
#f_contact li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 10px 0 10px;
  border-right: 1px solid #CCCCCC;
}
#f_contact li.last-child {
  border-right: none;
}
#f_contact li#f_tel {
  display: block;
  overflow: hidden;
  width: 282px;
  height: 17px;
  padding-right: 0;
  background: url(http://www.sri-net.co.jp/image/source/f_tel.gif) no-repeat scroll left top;
}
#f_contact li#f_web{
  width: 199px;
}
#f_contact li#f_web a{
  display: block;
  width: 199px;
  height: 17px;
  background: url(http://www.sri-net.co.jp/image/source/f_mail.gif) no-repeat scroll left top;
}
#f_contact li#f_web a:hover {
  background-position: left bottom;
}
#f_copy {
  padding: 20px 0;
}




/* ----- 画像リンク枠なし ----- */

img {
    border-style:none;
}

/* img center*/
span.img_center {
  clear: both;
  display : block;
  text-align: center;
}

/* contact */
span.btn_contact {
  clear: both;
  display : block;
  margin: 5px 20px;
  text-align: center;
}

/* next */
span.btn_next {
  clear: both;
  display : block;
  margin: 5px 20px;
  text-align: right;
}

/* bottom border */
span.bottom_border {
  clear: both;
  display : block;
  border-bottom:1px solid #CCCCCC;
}


/*---------------------------------------------------------------------------*/
/*---- contact_box ----*/

#contact_box{
  background: url(http://www.sri-net.co.jp/image/value_proposition/contact_back.png);
  padding:10px;
  border:1px solid #bdc1a3;
}

#contact_box h3{
  border-bottom: 2px solid #666666;
  color: #555555;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 4px;
}

#contact_box h4 {
    border-bottom: 2px solid #666666;
    color: #555555;
    font-size: 11pt;
    font-weight: bold;
    margin-top: 30px;
    padding-left: 4px;
}

#contact_box p {
    font-size: 10pt;
    line-height: 1.6;
    margin: 12px 0;
}

#contact_box img.c_img_p{
  float:right;
  margin-left:20px;
  margin-bottom:10px;
  margin-top:20px;
}

#contact_box div#contact_s ul{
  list-style-position: outside;
  margin: 12px 0 12px 30px;
}

#contact_box div#contact_s li{
  line-height:1.6;
  color: #222;
  margin:5px 0;
}

#contact_box .img_c_btn{
  text-align:center;
  clear:both;
}

#contact_box .img_c_btn img{
  margin:10px auto;
}

#contact_box div#contact_tel img{
  margin-top:10px;
  margin-bottom:40px;
}

#contact_box p{
  color: #222;
  padding:0 12px;
}

/*---------------------------------------------------------------------------*/

