@charset "utf-8";

/* 
name: iryou_f2
designer: Firstserver
designer_url: http://www.fsv.jp/ 
layouts: layout-tw,layout-wt,layout-twt
Ver1.0 2008/07/17
*/


/* ---------------------------------------------------------------------
reset elements
--------------------------------------------------------------------- */
* {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
margin-bottom: .75em;
}

#header-inner, #content-inner, #footer-inner {
padding: 0;
}

#content-inner {
padding: 0 0 25px;
}

#beta-innarchive-contenter, #gamma-inner {
padding: 0;
}

.widget-content {
margin:0;
padding:0;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */

/*2列左メニューの場合*/
.layout-tw #alpha {
float: right;
width: 630px;
left: 0;
overflow: hidden;
}

.layout-tw #beta {
float:left;
left: 0;
width: 200px;
overflow: hidden;
}

.layout-tw  #content-inner {
background: url(content_inner_bg_tw.jpg) no-repeat;
}

/*2列右メニューの場合*/
.layout-wt #alpha {
float: left;
width: 630px;
left: 0;
overflow: hidden;
}

.layout-wt #beta {
float:right;
left: 0;
width: 200px;
overflow: hidden;
}

.layout-wt  #content-inner {
background: url(content_inner_bg_wt.jpg) no-repeat;
}

/*3列メニューの場合*/
.layout-twt #alpha {
float: left;
width: 430px;
left: 200px;
margin:0;
overflow: hidden;
}

.layout-twt #beta {
float:left;
left: -430px;
margin:0;
width: 200px;
overflow: hidden;
}

.layout-twt #gamma {
float:left;
margin:0;
width: 200px;
overflow: hidden;
}

.layout-twt #content-inner {
background: url(content_inner_bg_twt.jpg) no-repeat;
}

/*2列左メニューの場合*/
.layout-tw #alpha-inner {
padding:20px 20px 0 20px;
}

/*2列右メニューの場合*/
.layout-wt #alpha-inner {
padding:20px 20px 0 20px;
}

/*3列メニューの場合*/
.layout-twt #alpha-inner {
padding:20px 10px 0;
}

#beta-inner {
margin:20px 0 0 0;
padding:0;
}

#gamma-inner {
margin:20px 0 0 0;
padding:0;
}

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
text-align:center;
color:#292929;
background:#FFFFFF url(body_bg.jpg) repeat-x top;
font: normal 100%/1.5 "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* リンクカラー */
a {
color: #002043;
}

a:hover {
color: #006c99;
}

.clear {
clear:both;
}

/* ---　ページトップ　--- */
#gotop {
clear:both;
width:100%;
font-size:85% !important;
font-size:80%;
margin:0;
}

#gotop a {
background: url(gotop_text.gif) no-repeat;
display: block;
height: 7px;
width: 56px;
text-indent: -9999px;
float: right;
overflow: hidden;
}

#gotop a:hover {
background: url(gotop_text_hover.gif) no-repeat;
}

/* -----　パンくず　----- */
.navi {
margin:5px 5px 15px;
text-align:left;
font-size:85% !important;
font-size:80%;
}


/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */


/*2列左メニューの場合*/
.layout-tw #container {
line-height:1.6;
font-size:80%;
width:830px;
margin:0 auto;
text-align:left;
border-left:1px solid #002043;
border-right:1px solid #002043;
background: url(container_bg_tw.jpg) repeat-y;
}

/*2列右メニューの場合*/
.layout-wt #container {
line-height:1.6;
font-size:80%;
width:830px;
margin:0 auto;
text-align:left;
border-left:1px solid #002043;
border-right:1px solid #002043;
background: url(container_bg_wt.jpg) repeat-y;
}

/*3列メニューの場合*/
.layout-twt #container {
line-height:1.6;
font-size:80%;
width:830px;
margin:0 auto;
text-align:left;
border-left:1px solid #002043;
border-right:1px solid #002043;
background: url(container_bg_twt.jpg) repeat-y;
}

/*共通*/
#container-inner {
position: relative;
width:830px;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header-module {
width:830px;
background:#fff;
}

#header-module-inner {
width:830px;
background:#FFFFFF url(header_bg.jpg) no-repeat right top;
border-bottom: 3px solid #002043;
}

#header-contents {
width:100%;
}

#header-contents .left {
width:60%;
float:left;
}

#header-contents .right {
width:40%;
float:right;
text-align:right;
padding:8px 0 5px 0;
}

#header-description {
width:810px;
padding: 8px 10px 7px;
visibility: visible;
font-size:90% !important;
font-size:80%;
color: #4b4b4b;
}

#head-main {
width:830px;
}

#head-main-inner {
background:#fff;
}

/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
_height:1px;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
width:830px;
clear:both;
background:#ffffff;
padding-bottom:10px;
border-top: 3px solid #1e638f;
}

.designed {
text-align:right;
padding:0px 15px 0;
font-size: 85% !important;
font-size: 80%;
color:#818181;
}

.designed a {
color:#666;
}

.designed a:hover {
text-decoration:none;
}


/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
_height:1px;
padding:7px 10px 7px 19px;
margin:0 0 10px;
background:url(m_archive-content_h1.gif) left top repeat-x;
font-size:130% !important;
font-size:125%;
font-weight:bold;
color:#000000;
border-bottom: 1px solid #69aac2;
}

.archive-title em {
font-style:normal;
}


.entry-asset {
margin:0 0 0 0;
}

.asset-header {
padding:0;
}

.asset-name {
padding:7px 0 7px 40px;
margin:0 0 0 10px;
_height:1px;
background: url(m_archive-content_h2.gif) no-repeat left 4px;
font-weight:bold;
}

.asset-content {
padding-left:10px;
}

.page-asset .asset-name {
_height:1px;
padding:6px 10px 4px 15px;
background: #6382C1;
font-size:130% !important;
font-size:125%;
font-weight:bold;
color:#FFF;
}

.asset-name a:link,
.asset-name a:hover,
.asset-name a:visited,
.asset-name a:active {
}

.asset-body {
margin:0 0 0 5px;
}

.asset-more {
margin:0 10px 10px;
}

.asset-more-link {
text-indent: -9999px;
height: 25px;
clear:both;
overflow: hidden;
}

.asset-more-link a {
text-indent: -9999px;
height:25px;
width:120px;
display: block;
overflow: hidden;
background: url(m_asset_more_link.gif) no-repeat 0 0;
}

.asset-more-link a:hover {
background: url(m_asset_more_link_hover.gif) no-repeat 0 0;
}

.asset-meta {
text-align:right;
margin-top:5px;
padding-top:7px;
background: url(m_asset_meta_border.gif) no-repeat left top;
font-size:95% !important;
font-size:90%;
color:#4f4f4f;
}

.asset-meta a {
text-decoration:none;
}

.asset-meta a:hover {
text-decoration:underline;
}


/* ---------------------------------------------------------------------
トラックバック
--------------------------------------------------------------------- */
#trackbacks {
margin:10px 0;
}

#trackbacks .trackbacks-header {
background: url(m_trackbacks_header_h2.gif) repeat-x left center;
_height:1px;
padding:6px 10px 6px 19px;
font-size:105% !important;
font-size:100%;
font-weight:bold;
color:#333;
}

.trackbacks-info {
padding:0 10px;
}

.trackback .inner {
padding:10px;
margin:0 10px;
border:1px solid #999;
background:#eee;
}

.trackback-footer {
text-align:right;
margin:0;
padding-top:5px;
border-top: 1px dotted #999;
font-size:95% !important;
font-size:90%;
}

/* ---------------------------------------------------------------------
コメント
--------------------------------------------------------------------- */
#comments {
margin:10px 0;
}

#comments .comments-header {
_height:1px;
padding:6px 10px 6px 19px;
background: url(m_comments_header_h2.gif) left center repeat-x;
font-size:105% !important;
font-size:100%;
font-weight:bold;
color:#333;
}

#comments .comments-open-header {
padding:6px 10px 6px 19px;
background: url(m_comments_header_h2.gif) left center repeat-x;
font-size:105% !important;
font-size:100%;
font-weight:bold;
color:#333;
}

.comment {
margin:10px 10px 10px 0;
}

.comment .inner {
padding:5px 10px;
_height:1px;
}

.comment .comment-header {
padding:0 5px;
margin:0 0 5px;
}

.comment .comment-content {
padding:0 5px;
}

.comments-open {
margin-top: 20px;
}

.comments-open-header {
_height:1px;
padding:6px 10px 8px 15px;
}

.comments-open-content {
padding:10px;
}


#comment-preview, #comment-submit, #comment-cancel {
padding:0 2px;
height:19px;
font-size:95% !important;
font-size:90%;
background-color: #CCCCCC;
color:#333333;
border:1px solid #999999;
padding:0 2px;
height:19px;
}


.comment-footer {
text-align:right;
margin:0;
padding:0px 5px;
font-size:95% !important;
font-size:90%;
}


/* ---------------------------------------------------------------------
サイトマップ
--------------------------------------------------------------------- */
.archive-content {
padding:0 10px 10px;
line-height:1.3;
}

.archive-content ul,
.archive-content ol {
list-style:none;
}

.archive .archive-list-item .category_name {
margin-top:10px;
padding:8px 0 8px 25px;
font-weight:bold;
background: url(m_sitemap_list1.gif) 0 5px no-repeat;
font-size:115% !important;
font-size:110%;
height:1%;
}

.archive .archive-list-item .category_name a {
text-decoration:underline;
}

.archive .archive-list-item {
border-bottom: 1px solid #555555;
}

.archive .archive-list-item a {
display:block;
margin:0;
padding:0 15px 0 12px;
}


.archive .archive-list-item ul {
margin:0 0 10px;
padding:0 0 5px;
}

.archive .archive-list-item li {
margin:0 0 0 25px;
padding:3px 12px;
background: url(m_sitemap_list2.gif) 10px 8px no-repeat;
font-weight:normal;
}

/*サブカテゴリ*/
.archive .archive-list-item .archive-list-item {
background:none;
margin:0 0 0 20px;
padding:10px 0 0 0;
border:none;
border-top: 1px solid #555555;
}

.archive .archive-list-item .archive-list-item .category_name {
margin:0;
padding:8px 0 8px 20px;
}

.archive .archive-list-item .archive-list-item .category_name a {
background: none;
}

.archive .archive-list-item .archive-list-item ul {
margin:0;
padding:0 0 5px 10px;
}

.archive .archive-list-item .archive-list-item li {
padding:0 0 6px;
background: none;
}

.archive .archive-list-item .archive-list-item a {
background: url(m_sitemap_list2.gif) 0 4px no-repeat;
display:block;
margin:0;
padding: 0 15px;
}


/*サブカテゴリ(第３階層)*/
.archive .archive-list-item .archive-list-item .archive-list-item {
margin:0 0 0 20px;
padding:10px 0 0;
border:none;
border-top: 1px solid #555555;
}


/*サブカテゴリ(第４階層)*/
.archive .archive-list-item .archive-list-item .archive-list-item .archive-list-item {
margin:0 0 0 20px;
padding:10px 0 0 0;
border:none;
border-top: 1px solid #555555;
}

/* ---------------------------------------------------------------------
コメントプレビュー/コメント完了
--------------------------------------------------------------------- */
.comment-title {
_height:1px;
padding:7px 10px 7px 19px;
background: url(m_archive-content_h1.gif) left top repeat-x;
font-size:130% !important;
font-size:125%;
font-weight:bold;
color:#000000;
border-bottom: 1px solid #69aac2;
}

.comment-container {
margin:10px 20px 200px 10px;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-form-header {
_height:1px;
padding:7px 10px 7px 19px;
background: url(m_archive-content_h1.gif) left top repeat-x;
font-size:130% !important;
font-size:125%;
font-weight:bold;
color:#000000;
border-bottom: 1px solid #69aac2;
}

.search-form-content {
background:#eee;
padding:15px;
border:1px solid #666;
}

.search-results-header {
margin:20px 0 5px;
font-size:115% !important;
font-size:110%;
font-weight:bold;
color:#000;
}

.search-results-header2 {
_height:1px;
padding:6px 0 4px 0;
margin:10px 0 10px 0;
font-weight:bold;
line-height:1.2;
font-size:115% !important;
font-size:110%;
}

.search-form-content .box {
width:200px;
}

.search-form-content .submit {
font-size:95% !important;
font-size:90%;
background-color: #F4F4F4;
color:#333333;
border:1px solid #C9C9C9;
padding:0 2px;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]サイト名(ロゴ画像)
--------------------------------------------------------------------- */
.left h2 {
text-align:left;
}

.right h2 {
text-align:right;
}

#header-name {
margin:10px;
line-height: 1.5;
color: #333;
font-size:200% !important;
font-size:195%;
font-weight:bold;
line-height: 1.5;
}

#header-name a {
text-decoration: none;
}

#header-name a:hover {
text-decoration: underline;
}

.logo {
margin:10px;
border:none;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]フリーエリア
--------------------------------------------------------------------- */
.right .free-content1 {
padding:0 15px 5px 0;
word-wrap:break-word;
font-size:80% !important;
font-size:75%;
line-height:1.6;
text-align:right;

}

.right .free-content1 a {
color:#002043;
text-decoration:underline;
}

.right .free-content1 a:hover {
color: #006c99;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]サイトマップ・お問合せリンク
--------------------------------------------------------------------- */
.sub-contents {
padding:0 10px 5px 0;
font-size:85% !important;
font-size:80%;
text-align:right;
}

.right .sub-contents a {
color: #002043;
text-decoration:none;
}

.right .sub-contents a:hover {
color:#006c99;
text-decoration:underline;
}

.search-content form {
text-align: right;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]検索フォーム
--------------------------------------------------------------------- */

.widget-header-search {
font-size:85% !important;
font-size:80%;
}

.search-content {
padding:0 15px 5px 0;
}

.search-content label {
display:inline;
}

.widget-header-search .box {
width:160px;
}

.widget-header-search .submit {
font-size:95% !important;
font-size:90%;
background-color: #CCCCCC;
color:#333333;
border:1px solid #999999;
padding:0 2px;
height:19px;
}


/* ---------------------------------------------------------------------
Widget：[ヘッダーメイン]フリーエリア
--------------------------------------------------------------------- */
.free-content2 {
font-size:95% !important;
font-size:90%;
padding:5px;
background:#ffffff;
color:#000000;
border-bottom: 3px solid #002043;
}


/* ---------------------------------------------------------------------
Widget：[ヘッダーメイン]メイン画像
--------------------------------------------------------------------- */
#head-main-inner .main_image {
clear:both;
margin: 0;
padding: 0;
_height:1px;
text-align:center;
border-bottom: 3px solid #284f6a;
}

#head-main-inner .main_image img {
margin:0px;
vertical-align: bottom;
}

/* ---------------------------------------------------------------------
Widget：[メイン]メイン画像
--------------------------------------------------------------------- */
#alpha .main_image {
margin-bottom: 20px;
}


/* ---------------------------------------------------------------------
Widget：[メイン]ウェルカムメッセージ
--------------------------------------------------------------------- */
#welcome_message {
margin-bottom:20px;
border: 1px solid #69aac2;
}

#welcome_message h3.title {
_height:1px;
padding:15px 0 15px 10px;
font-weight:bold;
font-size:130% !important;
font-size:125%;
line-height:1.2;
color:#000000;
margin: 0;
}

#welcome_message .content {
margin:0;
padding:15px 10px;
height:1%;
}

/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
#top-news {
margin-bottom:20px;
}

#top-news h3 {
margin: 0 0 10px 0;
_height:1px;
padding:2px 10px;
border:1px solid #69aac2;
background:#e5f4ff;
font-size:115% !important;
font-size:110%;
font-weight:bold;
color:#002043;
}

#top-news .news {
padding:2px 10px 2px 3px;
border-bottom:1px solid #777878;
}

#top-news .day {
float: left;
width: 80px;
padding-left:15px;
background: url(m_top_news_arrow.gif) no-repeat 0 center;
}

#top-news .title {
float: right;
padding-left:5px;
width: 470px;
}

.layout-twt #top-news .title {
width: 290px;
}

#top-news .title a {
text-decoration:none;
}

#top-news .title a:hover {
text-decoration:underline;
}

/* ---------------------------------------------------------------------
Widget：[メイン]トップ表示記事
--------------------------------------------------------------------- */
#top-entry {
margin-bottom:20px;
}

#top-entry h3.title {
margin: 0;
padding:7px 10px 7px 19px;
font-weight:bold;
background:url(m_top_entry_h3.gif) repeat-x left top;
font-size:130% !important;
font-size:125%;
color:#000000;
font-weight:bold;
border-bottom: 1px solid #69aac2;
}

#top-entry .content {
padding:10px;
}


/* ---------------------------------------------------------------------
Widget：[メイン]カテゴリー表示記事
--------------------------------------------------------------------- */
#top-category {
margin-bottom:20px;
}

#top-category h3.title {
margin: 0 0 10px 0;
_height:1px;
padding:7px 10px 7px 19px;
font-weight:bold;
background:url(m_top_category_h3.gif) left top repeat-x;
font-size:130% !important;
font-size:125%;
color:#000000;
font-weight:bold;
border-bottom: 1px solid #69aac2;
}

.top-category-content {
margin:0 0 15px 0;
padding:15px 5px 10px 15px;
background-color:#ffffff;
background:url(m_top_category_border.gif) no-repeat left bottom;
}

.top-category-content h4.name {
padding:8px 5px 8px 40px;
_height:1px;
background: url(m_top_category_h4.gif) no-repeat left 4px;
font-weight:bold;
line-height:1.2;
font-size:115% !important;
font-size:110%;
}

#top-category .content {
margin:0;
padding:10px 0 10px;
width:580px;
overflow:hidden;
}

/*3列メニューの場合*/
.layout-twt #top-category .content {
width:400px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]フリーエリア
--------------------------------------------------------------------- */
.free-content3 {
margin-bottom:20px;
color:#000000;
padding:0;
}


/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
width:200px;
margin:5px 0 20px;
padding: 0;
}

.widget-main-menu ul {
margin: 0;
padding: 0;
list-style:none;
}

.widget-main-menu .menu-content {
width:170px;
margin:0 10px;
font-size:105% !important;
font-size:100%;
line-height:1.2;
font-weight: normal;
}

.widget-main-menu .menu-list-item {
width: 180px;
}

.widget-main-menu .menu-list-item a {
display:block;
width:150px;
padding:9px 0 9px 30px;
background:url(s_menu_list_item_arrow.gif) no-repeat 0 4px;
text-decoration:none;
color: #002043;
border-bottom: 1px solid #7c93b2;
}

.widget-main-menu .menu-list-item a:hover {
background:url(s_menu_list_item_arrow_hover.gif) no-repeat 0 4px;
text-decoration:underline;
color:#006c99;
}

.widget-main-menu .menu-list .menu-list a {
display:block;
width:130px;
padding:9px 0 9px 50px;
background:url(s_menu_list_item_arrow.gif) no-repeat 20px 4px;
text-decoration:none;
color: #002043;
border-bottom: 1px solid #7c93b2;
}

.widget-main-menu .menu-list .menu-list a:hover {
background:url(s_menu_list_item_arrow_hover.gif) no-repeat 20px 4px;
color:#006c99;
text-decoration:underline;
}

/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget-side-search {
margin:5px 0 15px 0;
}

.widget-side-search .widget-header {
width:165px;
margin:0 0 0 10px;
padding:2px 0 2px 15px;
font-size: 115% !important;
font-size: 110%;
color:#333333;
font-weight:bold;
border-bottom: 1px solid #FFFFFF;
background: #FFFFFF;
}

.widget-side-search .widget-content {
width:170px;
padding:5px;
margin-right: 10px;
margin-left: 10px;
font-size:90% !important;
font-size:85%;
color:#333333;
overflow:hidden;
}

.widget-side-search .box {
width:158px;
}

.widget-side-search .submit {
color:#333333;
border:1px solid #C9C9C9;
background-color: #F4F4F4;
padding:2px;
float:right;
height:1.7em;
display: block;
margin: 3px 8px 0;
}

/* ---------------------------------------------------------------------
Widget：[サイド]rss
--------------------------------------------------------------------- */
.rss {
width:170px;
padding:0 0 15px 15px;
}

.rss-content {
background: url(s_rss.gif) 5px center no-repeat;
padding-left:22px;
}

.rss-content a {
color:#002043;
}

.rss-content a:hover {
color: #006c99;
}


/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
font-size: 85% !important;
font-size: 80%;
line-height:1.4;
width:160px;
margin: 10px 0 15px 14px;
}

.widget-company .widget-content {
width: 100%;
overflow: hidden;
padding:5px;
border:1px solid #6dadc4;
background:#ffffff url(s_company_bg.jpg) repeat-x top;
word-break:break-all;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content4 {
width:160px;
line-height:1.4;
font-size: 85% !important;
font-size: 80%;
overflow: hidden;
padding:5px;
margin: 10px 0 15px 14px;
border:1px solid #6dadc4;
background:#ffffff url(s_company_bg.jpg) repeat-x top;

}

/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget-calendar {
margin:5px 0 15px 0;
}

.widget-calendar .widget-header {
width:165px;
margin:0 0 10px 10px;
padding:2px 0 2px 15px;
font-size: 115% !important;
font-size: 110%;
color:#333333;
font-weight:bold;
border-bottom: 1px solid #FFFFFF;
background: #FFFFFF;
}

.widget-calendar .widget-content {
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

.widget-calendar .widget-content table {
text-align:center;
margin:0 auto;
width: 150px;
}

.widget-calendar .widget-content table th {
font-weight:normal;
color:#333333;
font-size: 100% !important;
font-size: 95%;
}

.widget-calendar .widget-content table td {
padding:1px 3px;
font-size: 100% !important;
font-size: 95%;
color:#333333;
}

/* ---------------------------------------------------------------------
Widget：[サイド]ウェブページ一覧
--------------------------------------------------------------------- */
.widget-folders {
width:180px;
margin:5px 0 15px 10px;
}
.widget-folders .widget-content {
width:170px;
padding:5px;
}

.widget-list {
margin: 0;
padding: 0;
list-style: none;
}

.widget-list .widget-list {
padding:0;
margin:0;
}

.widget-list-item {
margin:0;
padding:5px 0 5px 30px;
background: url(s_folders_arrow.gif) no-repeat 0px 1px;
_height: 1px;
}

.widget-list-item a {
color:#002043;
}

.widget-list-item a:hover {
color: #006c99;
}

/* ---------------------------------------------------------------------
Widget：[フッター]フッターメニュー
--------------------------------------------------------------------- */
.widget-footer-menu {
width:100%;
text-align:right;
font-size: 95% !important;
font-size: 90%;
}

.widget-footer-menu a {
text-decoration:underline;
}
.widget-footer-menu a:hover {
text-decoration:none;
}

.widget-footer-menu ul {
padding:5px 10px;
}

.widget-footer-menu li {
display: inline;
padding: 0 5px 0 12px;
}

/* ---------------------------------------------------------------------
Widget：[フッター]コピーライト
--------------------------------------------------------------------- */
#widget-copyright {
width:100%;
color: #818181;
width:100%;
text-align: right;
}

#widget-copyright .copyright-content {
padding:10px 15px 0;
font-size: 85% !important;
font-size: 80%;
}

