/*
Theme Name: （株）源太テンプレート	
Version: 
Author: KKSC
*/

/* Reset ------------------------------------------------------------------ */
:link,:visited {
    font-weight: bold;
    text-decoration: none;
    color: #142f6e;

}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}

fieldset,img,abbr,acronym {
    border: 0;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

a {
    font-weight: bold;
    color: #142f6e;
    text-decoration: underline;
    outline: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

a img,:link img,:visited img {
    border: none;
        color: #005697;

}

address {
    font-style: normal;
    display: inline;
}

/* Utilities ----------------------------------------------------------------- */
#content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#content-inner {
	display: inline-block;
}

/* no ie mac \*/
* html #content-inner { height: 1%; }
#content-inner {
	display: block;
	padding-top: 10px;
}

/* Content ---------------------------------------------------------------- */
a:link, a:visited {
    text-decoration: underline;
}

p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }

/* Assets */
.asset-body,
.asset-more,
.more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.trackbacks-info,
.trackback-content,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
#comment-form-external-auth,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-meta {
    font-size: 11px;
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
    clear:both;
    border: 0;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

/* Feedback */
.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */
.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
	margin:0;
	padding:0;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul ul {
    margin-left: 15px;
}

.widget li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.widget-search ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li {
    margin: 5px 0;
}

/* Layout ----------------------------------------------------------------- */
#container-inner {
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #footer {
    position: relative;
}

#alpha, #beta {
    display: inline;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
	padding: 0px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner {
    overflow: hidden;
	padding: 0;
}

#content-inner {
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	text-align:center;
	color:#333333;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#body-top {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333333;
}


/* リンクカラー */
a {
	color: #000000;
}

a:hover {
	color: #660403;
}

.clear {
	clear:both;
}

/* ---　ページトップ　--- */
#gotop {
	clear:both;
	margin-top: 10px;
	margin-right: 20;
	margin-bottom: 10px;
	margin-left: 0;
	width: 100%;
}

#gotop a {
	font-size:75% !important;
	text-indent: -500px;
	height: 15px;
	width: 65px;
	display: block;
	float: right;
	overflow: hidden;
	background: url('images/pagetop.gif') no-repeat 0 0;
}

#gotop a:hover {
	font-size:75% !important;
	text-indent: -500px;
	height: 15px;
	width: 65px;
	display: block;
	float: right;
	overflow: hidden;
	background: url('images/pagetop_ov.gif') no-repeat 0 0;
}

/* -----　パンくず　----- */
.navi {
	text-align:left;
	font-size:85% !important;
	font-size:80%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}

/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */
.layout #container {
	line-height:1.6;
	font-size:80%;
	width:900px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}

#container-inner {
	position: relative;
	width:900px;
	background-color: #000000;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
.layout #alpha {
	float: right;
	width: 611px;
	left: 0;
	background-image: url(images/righttopbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.layout #beta {
	float:left;
	left: 0;
	width: 240px;
	overflow: hidden;
	background-color: #000000;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
}

#alpha-inner {
	background-color: #FFFFFF;
	margin: 0;
	width: 611px;
	padding: 0px;
}

#beta-inner {
	margin:0;
	padding:0;
}



/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header {
	width:900px;
	margin-top: 1px;
}

#header-inner {
	width:900px;
}

#header-contents {
	width:100%;
}

#header-contents .left {
	width:205px;
	float:left;
}

#header-contents .right {
	width:40%;
	float:right;
}

.header-description {
	font-size:80%;
	line-height: 1.2;
	color: #737373;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: right;
}

/* -- サイト名 -- */
#header-name {
	color: #333;
	font-size:200% !important;
	font-size:195%;
	font-weight:bold;
	line-height: 1.5;
	margin-top: 20px;
	margin-left: 30px;
}

#header-name a {
	text-decoration: none;
	background-image: url(images/logo.png);
	height: 70px;
	width: 205px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#header-name a:hover {
	text-decoration: underline;
}

#header-name h2 {
	font-weight:bold;
	height: 70px;
	width: 205px;
	text-align: left;
}



/* -- サイトマップ・お問合せリンク -- */
#header .sub-contents {
	margin-bottom:0px;
	padding:0px 10px;
	text-align: right;
	clear: both;
	float: right;
	font-weight: bold;
	color: #FFFFFF;
}

#header .sub-contents a:link,
#header .sub-contents a:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#header .sub-contents a:hover,
#header .sub-contents a:active {
	text-decoration: underline;
	color:#FF9900;
}
.cat-1 {
}

.cat-company {
	background-image: url(images/bg_company.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 902px;
	margin-top: 1px;
	position: absolute;
	left: 5px;
	top: 42px;
}
.cat-jigyo {
	background-image: url(images/bg_service.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 902px;
	margin-top: 1px;
	position: absolute;
	left: 5px;
	top: 42px;
}
.cat-achive {
	background-image: url(images/bg_achive.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 902px;
	margin-top: 1px;
	position: absolute;
	left: 5px;
	top: 42px;
}
/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
	_height:1px;
	clear: both;
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #000000;
	margin-left: auto;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	clear:both;
	background-image: url(images/ftbg.jpg);
	height: 77px;
	width: 900px;
}

/* -- フッターメニュー -- 
.footer-menu {
	text-align:center;
	width:950px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
}
.footer-menu-content {
	text-align: left;
	padding-left: 30px;
}


.footer-menu ul {
	padding:2px 0;
}

.footer-menu li {
	display: inline;
	padding: 0 7px;
}
*/
/* -- コピーライト -- */
.copyright {
	color: #696969;
	width:100%;
	font-size: 12px;
}

.copyright .copyright-content {
	text-align:left;
	font-size: 90%!important;
	font-size: 80%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFFFFF;
}

.designed {
	text-align:right;
	padding:0 10px 5px;
	font-size:75%;
}

.designed a {
	color:#666;
}

.designed a:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
	font-size:20px!important;
	font-size:105%;
	font-weight:bold;
	background-image: url(images/blogtitlebg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 34px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.archive-title a {
	text-decoration: none;
}


.archive-title em {
	font-style:normal;
}

.entry-asset {
	width:570px;
	padding:10px;
}

.asset-header {
	padding:0;
	margin: 0px;
}

.asset-name {
	background: url('images/top-category_bg2.gif') no-repeat 0 -3px;
	padding:0 0 4px 13px;
	border-bottom:1px dotted #666666;
	color:#212121;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name a:link,
.asset-name a:hover,
.asset-name a:visited,
.asset-name a:active {
	text-decoration: none;
}

.asset-body {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 120%;
	line-height: 1.6em;
	padding-right: 30px;
	padding-left: 20px;
}

.asset-more {
	margin:0 10px 10px;
}

.more-link {
	clear:both;
	text-indent: -9999px;
	overflow: hidden;
	height: 28px;
	width: 141px;
	display: block;
	margin:0 0 10px 10px;
	background: url('images/syosai_bt.gif') no-repeat 0 0;
	margin-left:440px;
}

.more-link:hover {
	background: url('images/syosai_bt_ov.gif') no-repeat 0 0;
}

.asset-meta {
	text-align:right;
	margin-top:10px;
	padding:10px;
	border-top: 1px dotted #CCCCCC;
	font-size:100% !important;
	font-size:95%;
}
.post {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 574px;
}
.post h2 {
	font-size: 20px;
	font-weight: bold;
	color: #2C0404;
	background-image: url(images/blogtitlebg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.entry p,.entry{
	font-size:16px;
	line-height:1.6ems;
	
}
.top-tools {
	text-align: right;
	background-color: #E8E8E8;
}
.tools {
	background-color: #E4E4E4;
	text-align: right;
}





/* ---------------------------------------------------------------------
コメント&トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	clear:both;
	width: 580px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#trackbacks .trackbacks-header {
	color: #212121;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.trackbacks-info {
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
}

#comments {
	clear:both;
	width: 580px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#comments .comments-header {
	color: #212121;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

#comments .comments-content {
	padding:0 10px;
}

.comment {
	margin:10px;
}

.comment .inner {
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
	word-wrap: break-word; 
}

.comment .comment-header {
	padding:0 5px;
	margin:0 0 5px;
}

.comment .comment-content{
	padding:0 5px;
}

.comments-open {
	margin-top: 20px;
}

.comments-open-header {
	color: #212121;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.comments-open-content {
	padding:10px;
}

#comment-submit {
	background: url('images/search2.gif') 0 0 no-repeat;
	border:none;
	height:20px;
	width:65px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
	font-size:100%;
}

.comment-footer {
	text-align:right;
	margin:0;
	padding:5px;
	border-top: 1px dotted #999;
	font-size:95% !important;
	font-size:90%;
}

/* ---------------------------------------------------------------------
サイトマップ
--------------------------------------------------------------------- */
.archive-content {
	padding:10px;
	line-height:1.3;
}

.archive-content .archive-list {
	margin-bottom:3em;
}

.archive-content ul,
.archive-content ol {
	list-style:none;
}

.archive li a {
	display:block;
	margin-bottom:0.25em;
	background: #fff url('images/arrow.gif') 0 50% no-repeat;
	padding:3px 0 3px 25px;
	text-decoration:none;
	color:#003a91;
}

.archive li a:hover {
	color:#3f7edc;
}

/*サブカテゴリ*/
.archive li li {
	margin:0 0 0 20px;
}

.archive li li a {
	background: url('images/arrow.gif') 0 50% no-repeat;
	padding:3px 0 3px 25px;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-not-found {
	margin:10px;
}

.search-form-header {
	padding-left:10px;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#737373;
	margin:0 14px 10px 0;
	border-bottom:1px solid #004200;
	_height:1px;
}

.search-form-content {
	padding:10px;
}

.search-results-header {
	margin:25px 10px 10px;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	color:#000;
}

.search-form-content .box {
	width:200px;
}

.search-form-content .submit{
	background: url('images/search.gif') 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

/* ---------------------------------------------------------------------
Widget：[メイン]ウェルカムメッセージ
--------------------------------------------------------------------- */
#welcome_message {
	margin-bottom:20px;
}

#welcome_message h3.title {
	height:39px;
	padding:10px 10px 0 18px;
	background: url('images/message_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
	margin: 0;
}

#welcome_message .content {
	margin:0;
	padding:10px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
#top-news {
	margin:10px 0 20px;
}

#top-news h3 {
	margin: 0;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

#top-news .news {
	margin-right: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 35px;
	width: 550px;
}
#top-news .toplist {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E4E4;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 450px;
}



#top-news .title {
	width: 300px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]トップ表示記事
--------------------------------------------------------------------- */
.top-entry-content {
	margin-bottom:20px;
}

.top-entry-content h3.title {
	margin: 0;
	height:39px;
	padding:10px 10px 0 18px;
	background: url('images/title_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

.top-entry-content .content {
	padding:10px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]カテゴリー表示記事
--------------------------------------------------------------------- */
#top-category {
	margin-bottom:20px;
}

#top-category h3.title {
	margin: 0;
	height:39px;
	padding:10px 10px 0 18px;
	background: url('images/top-category_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

.top-category-content {
	margin-bottom:10px;
	background: #ffffff url('images/top_category_bg.gif') repeat-x top;
	width: 565px;
	border: 2px solid #dff1ff;
	margin-left: 8px;
	padding: 10px;
}

.top-category-content h4.name {
	margin:0;
	background: url('images/top-category_bg2.gif') no-repeat 0 -3px;
	padding:0 0 4px 7px;
	border-bottom:1px solid #a8aeb2;
	color:#737373;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

#top-category h4.name a {
	text-decoration:none;
}

#top-category .content {
	margin:0;
	padding:10px 10px 0 10px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]共通
--------------------------------------------------------------------- */
#beta .widget {
	width:180px;
	margin:5px 0 15px;
	padding-bottom:10px;
}

#beta .widget-header {
	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px dotted #cfcfcf;
	background:#ffffff;
	width:178px;
	padding:0 3px;
	color:#303030;
}

#beta .widget select {
	width:155px;
	margin:10px;
}

#beta .widget ul {
	width:170px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#beta .widget ul ul {
	padding:0;
	margin:0;
}

#beta .widget li {
	padding: 0 0 0 20px;
	list-style:none;
	_height: 1px;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width:180px;
	margin:5px 0 15px;
}

.widget-main-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	font-size:100% !important;
	font-size:95%;
	width:180px;
	border-bottom: 1px dotted #cfcfcf;
}

.widget-main-menu li {
	color: #FF0;
}

.widget-main-menu li a:link,
.widget-main-menu li a:visited {
	text-decoration:none;
	display:block;
	width:145px;
	border-top:1px dotted #cfcfcf;
	padding:3px 10px 3px 25px;
	color:#333333;
	background:url('images/arrow.gif')  no-repeat 3px center;
}

.widget-main-menu li a:hover,
.widget-main-menu li a:active {
	text-decoration:none;
	color: #333333;
	background:url('images/arrow_over.gif') no-repeat 3px center;
}

.widget-main-menu li li a:link,
.widget-main-menu li li a:visited {
	width:133px;
	display:block;
	padding:3px 10px 3px 37px;
	color:#333333;
	background:#eff8ff url('images/arrow2.gif') no-repeat 25px center;
}

.widget-main-menu li li a:hover,
.widget-main-menu li li a:active {
	text-decoration:none;
	color: #6BB4C4;
	background:#eff8ff url('images/arrow2.gif') no-repeat 25px center;
}

/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget_search {
	width:180px;
	margin:5px 0 15px;	
	border-bottom:1px dotted #cfcfcf;
}

.widget_search .widget-header {
	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px dotted #cfcfcf;
	background:#ffffff;
	width:178px;
	padding:0 3px;
	color:#303030;
}

.widget_search .widget-content {
	width:170px;
	padding:5px;
	font-size:90% !important;
	font-size:85%;
}

.widget_search .box {
	width:100px;
}

.widget_search .submit {
	background: url('images/search.gif') 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}
.widgettitle {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/blogtitlebg.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 222px;
}


/* ---------------------------------------------------------------------
Widget：[サイド]当サイトのRSSを購読
--------------------------------------------------------------------- */
.rss {
	width:158px;
	margin:0 4px 15px;
}

.rss-content {
	background: url('images/rss.gif') 0 0 no-repeat;
	padding-left:20px;
}

.rss-content a {
	color: #eb6100;
	text-decoration: none;
}

.rss-content a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------
Widget：[サイド]rssフィード
--------------------------------------------------------------------- */
.widget-header a.rsswidget {
	text-decoration:underline;
}

.widget-header a.rsswidget:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
	font-size: 95% !important;
	font-size: 90%;
	line-height:1.4;
	width:160px;
	margin: 10px 0 15px 4px;
	padding: 5px;
	border: 1px solid #bab7b8;
	background: #ffffff url('images/side_freearea_bg.gif') repeat-x top;
}

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content {
	width:160px;
	line-height:1.4;
	font-size: 95% !important;
	font-size: 90%;
	border: 1px solid #bab7b8;
	padding: 5px;
	background: #ffffff url('images/side_freearea_bg.gif') repeat-x top;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 4px;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget_calendar caption {
	text-align:center;
	margin-bottom:5px;
}

.widget_calendar #calendar_wrap {
	margin:0 auto;
	padding:10px 0;
}

.widget_calendar #calendar_wrap table {
	font-size: 95% !important;
	font-size: 90%;
	color:#303030;
	text-align:center;
	margin:0 auto;
}

.widget_calendar #calendar_wrap table td {
	padding:1px 3px;
	font-size: 100% !important;
	font-size: 95%;
	color:#303030;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
.side-monthly p {
	font-weight: bold;
	color: #5DA8DD;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.side-monthly ul {
	list-style-type: none;
	padding-left: 10px;
}

.s_shinchoku {
	background-image: url(images/s_shinchoku_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	border: 1px solid #EBEBEB;
	padding-top: 50px;
	margin-top: 10px;
}
.s_shinchoku ul {
	list-style-type: none;
	padding-left: 10px;
}
.s_shinchoku li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(images/vector_blue.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
	padding-left: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.achivement_post {
	width: 550px;
	font-size: 14px;
}
.achivement_post .achivement_comment {
	text-align: left;
	background-color: #4C7ED7;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 15px;
}

.achivement_post td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.achivement_post .avhive_td {
	font-weight: bold;
	width: 200px;
	text-align: center;
}

.company-info td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #096AB3;
	padding-top: 5px;
	padding-bottom: 5px;
}

.company-info .c-info-left {
	color: #096AB3;
	width: 140px;
}
.company-info .company-shikaku td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
}
.company-info .c-enkaku-left {
	color: #096AB3;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
}.company-info h3 {
	font-weight: bold;
	color: #5DA8DD;
	font-size: 16px;
}
.single-postlist {
	padding-left: 20px;
}
.single-postlist h3 {
	color: #4198D8;
	font-weight: bold;
	font-size: 110%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}
.single-postlist ul {
	padding-left: 10px;
}


.gnavi {
	width: 615px;
	height: 44px;
	float: right;
	margin-right: 18px;
}



ul.navi {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul.navi li {
	float: left;
	width: 123px;
	list-style-type: none;
}
ul.navi a {
	display: block;
	height: 44px;
	width: 123px;
	text-indent: -9999px;
	background-image: url(images/gnavi.jpg);
	overflow: hidden;
}
a.n01 {
	background-position: 0px 0px;
}
a:hover.n01 {
	background-position: 0px -43px;
}

a.n02 {
	background-position: -123px 0px;
}
a:hover.n02 {
	background-position: -123px -43px;
}

a.n03 {
	background-position: -246px 0px;
}
a:hover.n03 {
	background-position: -246px -43px;
}
a.n04 {
	background-position: -369px 0px;
}
a:hover.n04 {
	background-position: -369px -43px;
}
a.n05 {
	background-position: -492px 0px;
}
a:hover.n05 {
	background-position: -492px -43px;
}


.servicetopbox table {
	margin-bottom: 20px;
}

.service-list {
	list-style-type: none;
	padding-left: 30px;
}
.service-list li {
	background-image: url(images/vector_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 5px;
}
.service-indi-box td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.jigyo-title {
	background-image: url(images/jigyo_title_bar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #4C7ED7;
	font-weight: bold;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	width: 576px;
	height: 31px;
}
.simplepie {
	background-image: url(images/topside-blog.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 284px;
	padding-top: 60px;
}
.simplepie ul {
	list-style-type: none;
	padding-left: 20px;
}
.simplepie li {
	background-image: url(images/vector_blue.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.s-yoyaku {
	height: 100px;
	width: 236px;
	background-image: url(images/side_btn_yoyaku.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}

a.linkyoyaku{
	background-image: url(images/side_btn_yoyaku.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 236px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
a:hover.linkyoyaku {
	height: 100px;
	width: 236px;

	background-position: 0px -100px;

}
#mainpic {
	margin-left: 15px;
	margin-top: 3px;
}
#topbnr1 {
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

.topinfobox {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.topinfobox .top-title a{
	font-size: 120%;
}
.topinfobox td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.topblogbox {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
}
.itamae-blog {
	float: left;
	width: 220px;
	background-image: url(images/top_imtamae.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.hole-blog {
	float: left;
	width: 220px;
	padding: 5px;
	background-image: url(images/top-hole.gif);
	background-repeat: no-repeat;
	background-position: left top;	
		padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	}
.topblogbox li{
	list-style-type:none;
}
.topbloglist {
	list-style-type: none;
}

.topblogtxt {
	color: #666666;
}
#top-news .news tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#beta td {
	padding-bottom: 10px;
}
#blog-btmbox {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
}
#blog-btm {
	width: 180px;
}
hr {
	color: #FFFFFF;
}

.menubox {
	width: 550px;
}

.menumainbox {
	font-size: 10px;
	width: 550px;
}

.menu-title01 {
	font-size: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #750809;
	border-bottom-color: #750809;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #750809;
	margin-bottom: 10px;
	font-weight: bold;
}
.syunsenbox {
	color: #FFFFFF;
	background-color: #B70000;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 20px;
	padding-top: 20px;
}
.menuR {
	padding-left: 20px;
}
.menutitle {
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
}
.menuothertd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
}
.menuothercap {
	font-size: 10px;
}
.sideishoku {
	background-image: url(images/side_btn_ishoku.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 119px;
	width: 236px;
	position: relative;
}
.sidebtn01 {
	position: absolute;
	top: 90px;
	left: 58px;
	height: 21px;
	width: 86px;
}
.sidebtn01 a{
	top: 0px;
	left: 0px;
	height: 21px;
	width: 86px;
	text-indent: -9999px;
	background-image: url(images/btn_grandmenu.gif);
	background-repeat: no-repeat;
	position: absolute;
}
.sidebtn01 a:hover{
	background-image: url(images/btn_grandmenu-over.gif);
}
.sidebtn02 {

	position: absolute;
	top: 90px;
	left: 147px;
}

.sidebtn02 a{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 21px;
	width: 86px;
	text-indent: -9999px;
	background-image: url(images/btn_lunchmenu.jpg);
}


.sidebtn02 a:hover{
	background-image: url(images/btn_lunchmenu-over.jpg);
}


.siderobata {
	background-image: url(images/side_bnr_robata.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 119px;
	width: 236px;
	position: relative;
	text-indent: -9999px;
	display: block;
}

.siderobata a{
	background-image: url(images/side_bnr_robata.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 119px;
	width: 236px;
}

.siderobata a:hover{
	background-image: url(images/side_bnr_robata-over.jpg);
}

.sidershidashi {
	background-image: url(images/side_bnr_shidashi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 119px;
	width: 236px;
	position: relative;
	text-indent: -9999px;
	display: block;
}


.sidebtn03 {
	position: absolute;
	top: 90px;
	left: 58px;
	height: 21px;
	width: 86px;
}
.sidebtn03 a{
	top: 0px;
	left: 0px;
	height: 21px;
	width: 86px;
	text-indent: -9999px;
	background-image: url(images/btn_iwai.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
.sidebtn03 a:hover{
	background-image: url(images/btn_iwai-over.jpg);
}


.sidebtn04 {
	position: absolute;
	top: 90px;
	left: 147px;
	height: 21px;
	width: 86px;
}
.sidebtn04 a{
	top: 0px;
	left: 0px;
	height: 21px;
	width: 86px;
	text-indent: -9999px;
	background-image: url(images/btn_hoji.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
.sidebtn04 a:hover{
	background-image: url(images/btn_hoji-over.jpg);
}



.blogcoupon{
	background-image: url(images/blogcoupon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 174px;
	padding-top: 60px;
	padding-left: 105px;
	padding-right: 175px;
	line-height:1.2ems;
	margin-top: 20px;
	font-size:12px;
}

















div.each_map img, div.googlemaps img {
 max-width:none;
}
#widgetlist {
	color: #FFFFFF;
	text-align: left;
	list-style-type: none;
}
#widgetlist a {
	color: #FFFFFF;
}
#widgetlist ul {
	padding-left: 10px;
	list-style-type: none;
}
#widgetlist li {
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.tenpoleft {
	color: #3E0605;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4D0508;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tenporight {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #480306;
}

