@charset "utf-8";

/*
Theme Name: 教育・スクール向きデザインD2 2列左メニュー
Theme URI: http://www.fsv.jp/
Description: Firstserver Tmaplate
Version: 1.0 2009/08/28
Author: Firstserver
Author URI: http://www.fsv.jp/											
*/

/* Reset ------------------------------------------------------------------ */
:link,:visited {
    text-decoration: none;
}

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 {
    text-decoration: underline;
    outline: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

a img,:link img,:visited img {
    border: none;
}

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; }

/* 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 {
    overflow: hidden;
    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%;
	margin: 2px 0 2px 0;
	padding: 2px 2px 2px 2px;
	border: 1px solid #BBBBBB;
	display: block;
	/* width: 320px; */
}

#comment-author:focus, 
#comment-email:focus, 
#comment-url:focus, 
#comment-text:focus {
	margin: 2px 0 2px 0;
	/* border: 1px solid #BBBBBB; */
	background-color: #FDFFE5;
	border: 1px solid #89D6E5;
}


#comment-submit {
    /* font-weight: bold; */
	padding: 3px 5px 3px 5px;
	display: block;
	border: 1px solid #BBBBBB;
	width: 6em;
}

#comment-submit:focus {
	padding: 3px 5px 3px 5px;
	border: 1px solid #BBBBBB;
	background-color: #FDFFE5;
	border: 1px solid #89D6E5;
}
.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;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner {
    overflow: hidden;
	padding: 0;
}

#content-inner {
	padding-top: 10px;
}

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

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

a:hover {
	color: #b6b00c;
}

.clear {
	clear:both;
}

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

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

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

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

/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */
.layout-tw #container {
	line-height:1.6;
	font-size:80%;
	width:830px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #006699;
	border-right:1px solid #006699;
	background: url('images/container_bg_tw.jpg') repeat-y;
}

#container-inner {
	position: relative;
	width:830px;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
.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('images/content_inner_bg_tw.jpg') no-repeat;
	float: left;
	clear: both;
}

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

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

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

#header-inner {
	background:#fff;
	width:830px;
}

#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;
	background:#28a8d7 url('images/header_border.jpg') repeat-x left bottom;
	font-size:90% !important;
	font-size:80%;
	color: #ffffff;
}

/* -- サイト名 -- */
#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;
}

#header-name h2 {
	font-weight:bold;
}

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

#header .sub-contents a:link,
#header .sub-contents a:visited,
#header .sub-contents a:hover,
#header .sub-contents a:active {
	text-decoration:none;
}

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

/* -- 検索フォーム -- */
#header .header-search {
	font-size:85% !important;
	font-size:80%;
}

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

#header .search-content label {
	display:inline;
}

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

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

#search_header{
	margin: 0 0 0 2px;
	border: 1px solid #BBBBBB;
}

#search_header:focus{
	margin: 0 0 0 2px;
	background-color: #FDFFE5;
	border: 1px solid #89D6E5;
}

#header .submit{
	margin: 0 0 0 2px;
}

#header .submit:focus{
	margin: 0 0 0 2px;
	background-color: #FDFFE5;
	border: 1px solid #89D6E5;
}

/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
	/* _height:1px; */
	/* height: 0px !important; */
	/* height: 1px; */
	float: left;
	clear: both;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	width:830px;
	clear:both;
	background:#d4e7f4;
	margin-top: 20px;
	padding-bottom:10px;
	border-bottom: 1px solid #006699;
}

/* -- フッターメニュー -- */
.footer-menu {
	width:100%;
	text-align:right;
	font-size: 95% !important;
	font-size: 90%;
	border-top: 2px solid #004f76;
}

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

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

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

.footer-menu li {
	display: inline;
	padding: 0 5px 0 12px;
	border-right: 1px solid #4b4b4b;
}

/* -- コピーライト -- */
.copyright {
	width:100%;
	color: #333333;
	width:100%;
	text-align: right;
}

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

.copyright .copyright-content a{
	text-decoration: none;
}

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

/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
	/* _height:1px; */
	height: 170% !important;
	height: 1px;

	/* padding:15px 0 5px 34px; */
	padding:15px 0 7px 25px;
	margin:0 0 10px 0;
	line-height:1.2;
	/* background: url('images/m_archive-content_h1_2cl.gif') no-repeat left bottom; */
	background: url('images/h1_back.gif') no-repeat left bottom;
	font-size:170% !important;
	font-size:170%;
	font-weight:bold;
	color:#4b4b4b;
}

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

.entry-asset {
	margin:0;
}

.asset-header {
	padding:0;
}

.asset-header span{
	padding: 0 0 0 1em;
}

.asset-header .asset-header_date{
	background: url('images/29.png') no-repeat left center;
	padding: 3px 0 0 19px;
	margin: 3px 0 0 0px;
}

.asset-header .asset-header_category{
	background: url('images/40.png') no-repeat left center;
	margin: 3px 0 0 7px;
	padding: 3px 0 0 19px;
}

.asset-name {
	/* padding:5px 0 5px 25px; */
	padding:5px 0 5px 10px;
	margin:0 0 5px 0;
	/* _height:1px; */
	height: 110% !important;
	height: 1px;
	/* background: url('images/m_archive_content_h2.gif') no-repeat left center; */
	font-weight:bold;
}

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

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

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

.more-link {
	clear:both;
	display: block;
	margin:10px;
	padding:2px 0 3px 20px;
	background: url('images/m_asset_more_link.gif') no-repeat left center;
	/* _height:1px; */
	height: 85% !important;
	height: 1px;
	font-size:85% !important;
	font-size:80%;
}

.asset-meta {
	text-align:right;
	margin-top:5px;
	padding-top:7px;
	/* background: url('images/m_asset_meta_border.jpg') no-repeat left top; */
	border-top: 1px solid #C0C0C0;
	font-size:95% !important;
	font-size:90%;
}

.asset-meta_comment{
	margin: 0 0 0 5px;
	padding: 3px 0 0 20px;
	height: 20px;
	background: url('images/18.png') no-repeat left center;
}

.asset-meta_about{
	height: 20px;
	padding: 3px 0 0 20px;
	background: url('images/21.png') no-repeat left center;
}

.asset-meta_edit{
	height: 20px;
	margin: 0 0 0 5px;
}
/* ---------------------------------------------------------------------
コメント&トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	margin:10px 0;
}

#trackbacks .trackbacks-header {
	/* background: url('images/m_trackbacks_header_h2_2cl.gif') no-repeat left bottom; */
	background: url('images/h2_back.gif') no-repeat left bottom;
	padding:7px 10px 5px 20px;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	/* _height:1px; */
	height: 105% !important;
	height: 1px;
	border: 0px none;

}

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

#comments {
	margin:10px 0;
}

#comments .comments-header {
	padding:7px 10px 5px 20px;
	/* background: url('images/m_comments_header_h2_2cl.gif') no-repeat left bottom; */
	background: url('images/h2_back.gif') no-repeat left bottom;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	/* _height:1px; */
	height: 105% !important;
	height: 1px;
	border: 0px;
}

#comments .comments-content {
	padding:0 10px;
}

#comments .comments-open-header {
	padding:7px 10px 5px 20px;
	/* background: url('images/m_comments_header_h2_2cl.gif') no-repeat left bottom; */
	background: url('images/h2_back.gif') no-repeat left bottom;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	border: 0px;
}

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

.comment .inner {
	padding:5px 10px;
	/* _height:1px; */
	height: 80% !important;
	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; */
	height: 105% !important;
	height: 1px;
	padding:6px 10px 4px 10px;
}

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

#comment-submit {
	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: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/m_sitemap_list1.gif') 0 2px no-repeat;
	padding:3px 0 3px 20px;
	text-decoration:none;
	color:#0c88b6;
}

.archive li a:hover {
	color:#b6b00c;
}

/*サブカテゴリ*/
.archive li li {
	margin:0 0 0 20px;
}

.archive li li a {
	background: url('images/m_sitemap_list2.gif') 0 7px no-repeat;
	padding:3px 0 3px 12px;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-not-found {
	margin:10px;
}

.search-form-header {
	/* _height:1px; */
	height: 120% !important;
	height: 1px;
	padding:15px 0 5px 34px;
	background: url('images/m_archive-content_h1_2cl.gif') no-repeat left bottom;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
	color:#4b4b4b;
}

.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-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：[メイン]ウェルカムメッセージ
--------------------------------------------------------------------- */
#welcome_message {
	margin-bottom:20px;
}

#welcome_message h3.title {
	/* _height:1px; */
	height: 130% !important;
	height: 1px;
	padding:25px 0 8px 40px;
	font-weight:bold;
	background: url('images/m_welcome_message_h3_2cl.gif') no-repeat left bottom;
	font-size:130% !important;
	font-size:125%;
	line-height:1.2;
	color:#4b4b4b;
	margin: 0;
}

#welcome_message .content {
	margin:0;
	padding:10px;
}

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

#top-news h3 {
	margin:0 0 10px 0;
	background: url('images/m_top_news_h3_2cl.gif') no-repeat left bottom;
	/* _height:1px; */
	height: 115% !important;
	height: 1px;
	padding:15px 0 7px 34px;
	font-size:115% !important;
	font-size:110%;
	font-weight:bold;
	color: #4b4b4b;
}

#top-news .news {
	padding:2px 10px 2px 3px;
}

#top-news .day {
	float: left;
	width: 80px;
	padding: 0 0 0 20px;
	background: url('images/m_top_news_arrow.gif') no-repeat 0 center;
	font-size:115% !important;
	font-size:110%;
}

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

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

.top-entry-content h3.title {
	margin: 0;
	/* _height:1px; */
	height: 115% !important;
	height: 1px;
	padding:15px 0 7px 34px;
	font-size:115% !important;
	font-size:110%;
	font-weight:bold;
	background:url('images/m_top_entry_h3_2cl.gif') no-repeat left bottom;
}

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

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

#top-category h3.title {
	margin: 0;
	/* _height:1px; */
	height: 130% !important;
	height: 1px;
	padding:25px 0 8px 40px;
	font-weight:bold;
	background:url('images/m_top_category_h3.gif') no-repeat left bottom;
	font-size:130% !important;
	font-size:125%;
	line-height:1.2;
	color:#4b4b4b;
	font-weight:bold;
}

.top-category-content {
	margin:0;
	padding:15px 0 10px 0;
}

.top-category-content h4.name {
	margin:0;
	padding:5px 5px 5px 25px;
	/* _height:1px; */
	height: 115% !important;
	height: 1px;
	background: url('images/m_top_category_h4.gif') no-repeat left center;
	font-weight:bold;
	line-height:1.2;
	font-size:115% !important;
	font-size:110%;
}

#top-category .content {
	margin:0;
	padding:5px 3px 10px 3px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]共通
--------------------------------------------------------------------- */
#beta .widget {
	width:180px;
	margin:5px 0 15px 10px;
	padding-bottom:10px;
}

#beta .widget-header {
	width:155px;
	margin:0 0 5px 0;
	padding:2px 0 2px 25px;
	background:#fff;
	font-size: 115% !important;
	font-size: 110%;
	color:#4b4b4b;
	border-bottom: 1px solid #97becc;
	border-top: 1px solid #97becc;
}

#beta .widget select {
	width:155px;
	margin:10px;
}

#beta .widget ul {
	width:170px;
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#beta .widget ul ul {
	padding:0;
	margin:0;
}

#beta .widget li {
	margin:0;
	padding:0 0 0 17px;
	/* background: url('images/s_folders_arrow.gif') no-repeat 0 center; */
	background: url('images/s_folders_arrow.gif') no-repeat 0 2px;
	/* _height:1px; */
	height: 80% !important;
	height: 1px;
}

#beta .widget2 li {
	margin:0;
	padding:0 0 0 17px;
	/* background: url('images/s_folders_arrow.gif') no-repeat 0 center; */
	background: url('images/s_folders_arrow_y.gif') no-repeat 0 2px;
	/* _height:1px; */
	height: 80% !important;
	height: 1px;
}

#beta .widget3 li {
	margin:0;
	padding:0 0 0 17px;
	/* background: url('images/s_folders_arrow.gif') no-repeat 0 center; */
	background: url('images/s_folders_arrow_g.gif') no-repeat 0 2px;
	/* _height:1px; */
	height: 80% !important;
	height: 1px;
}

#beta .widget4 li {
	margin:0;
	padding:0 0 0 17px;
	/* background: url('images/s_folders_arrow.gif') no-repeat 0 center; */
	background: url('images/s_folders_arrow_b.gif') no-repeat 0 2px;
	/* _height:1px; */
	height: 80% !important;
	height: 1px;
}

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

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

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

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

.widget-main-menu li a:link,
.widget-main-menu li a:visited {
	display:block;
	width:145px;
	padding:8px 0 8px 35px;
	background:url('images/s_menu_list_item_arrow.gif') no-repeat 0 center;
	text-decoration:none;
	color: #0c88b6;
	border-bottom: 1px solid #97becc;
}

.widget-main-menu li a:hover,
.widget-main-menu li a:active {
	display:block;
	width:145px;
	padding:8px 0 8px 35px;
	background:url('images/s_menu_list_item_arrow_hover.gif') no-repeat 0 center;
	text-decoration:underline;
	color: #b6b00c;
	border-bottom: 1px solid #97becc;
}

.widget-main-menu li li a:link,
.widget-main-menu li li a:visited {
	display:block;
	width:135px;
	padding:8px 0 8px 45px;
	background:url('images/s_menu_list_item_arrow2.gif') no-repeat center;
	text-decoration:none;
	color: #0c88b6;
	border-bottom: 1px solid #97becc;
}

.widget-main-menu li li a:hover,
.widget-main-menu li li a:active {
	display:block;
	width:135px;
	padding:8px 0 8px 45px;
	background:url('images/s_menu_list_item_arrow_hover2.gif') no-repeat center;
	border-bottom: 1px solid #97becc;
	color: #b6b00c;
	text-decoration:underline;
}

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

.widget_search .widget-header {
	width:155px;
	margin:0 0 3px 10px;
	padding:2px 0 2px 25px;
	background: #fff;
	font-size: 115% !important;
	font-size: 110%;
	color:#4b4b4b;
	border-bottom: 1px solid #97becc;
	border-top: 1px solid #97becc;
}

.widget_search .widget-content {
	width:170px;
	padding:5px;
	font-size:90% !important;
	font-size:85%;
}

.widget_search .box {
	width:165px;
}

.widget_search .submit {
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:1.7em;
	display: block;
	margin: 3px 0 0;
}

/* ---------------------------------------------------------------------
Widget：[サイド]当サイトのRSSを購読
--------------------------------------------------------------------- */
.rss {
	width:170px;
	padding:0 0 15px 15px;
}

.rss-content {
	background: url('images/s_rss.gif') 0 center no-repeat;
	padding-left:18px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]rssフィード
--------------------------------------------------------------------- */
.widget-header a.rsswidget {
	text-decoration:underline;
}

.widget-header a.rsswidget:hover {
	text-decoration:none;
}

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

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
	padding:5px;
	background:#FFF;
	border-bottom: 1px solid #97becc;
	border-top: 1px solid #97becc;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content {
	width:160px;
	line-height:1.4;
	font-size: 85% !important;
	font-size: 80%;
	padding: 5px;
	margin: 10px 0 15px 14px;
	overflow: hidden;
	background:#FFF;
	border-bottom: 1px solid #97becc;
	border-top: 1px solid #97becc;
}
.free-content img{
	display:block;
	margin: 0 auto;
	text-align: center;
}
/* ---------------------------------------------------------------------
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 {
	text-align:center;
	margin:0 auto;
	width: 150px;
}

.widget_calendar #calendar_wrap table td {
	padding:1px 3px;
	font-size: 100% !important;
	font-size: 95%;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

/* add */
h2 {

	font-size: 110% !important;
	font-weight: bold;
	margin: 3px 0 10px 0;
	line-height: 1.1;
	padding: 5px 0 5px 10px;
	color: #006699;
	background-color: #EDFAFF;
	border: 1px dotted #006699;
}

h3 {
	background: #F3F3F3;
	color: #333333;
	font-size: 105%;
	font-weight: bold;
	margin: 3px 20px 10px 0;
	padding: 5px 0 5px 10px;
}

.bloc-2col {
	margin: 0 0 5px 2%;
	padding: 0 0 0 0;
	float: left;
	width: 46%;
	/* border: 1px solid #006699; */
}

.bloc-2col h3{
	background: #FFFFFF;
	color: #333333;
	font-size: 105%;
	font-weight: bold;
	border-left: 3px solid #006699;
	border-bottom: 1px dotted #006699;
	margin: 0 0 5px 0;
	padding: 0 0 0 3px;
}

.bloc-2col p{
	padding: 0 0 0 3px;
	margin: 0 7px 0 0;
	width: 70%;
	float: left;
}

.bloc-2col img{
	width: 64px;
	float: left;
	border: 1px solid #FF954F;
}

.bloc-new dt, .bloc-faq dt{
	color: #1f565b;
	/* font-weight: bold; */
	background: url('images/arrow_icon.gif') no-repeat left center;
	padding: 0 0 0 16px;
}

.bloc-new dd, .bloc-faq dd{
	border-bottom: 1px dotted #9d9d9d;
	margin: 0 0 3px 0;
	padding: 0 0 0 16px;
}

.page {
	width: 100%;
}

.page ul {
	color: #000000;
	list-style-image: url('images/arrow_icon_2.gif');
	margin: 0 0 0 23px !important;
	margin: 0 0 0 18px;
}

.page li{
	color: #4B4B4B;
	padding: 0 0 0 0 !important;
	padding: 0 0 0 2px;
}
.page table{
	/* border: 1px solid #AAAAAA; */
	border-spacing: 1px;
}

.page img{
	display:block;
	margin: 0 auto 0 auto;
	text-align: center;

}

.row1{
	width: 100px;
}

.row2{
	width: 20px;
}

.row3{
	width: 130px;
}
	
.row4{
	width: 305px;
}

.row5{
	width: 100px;
	padding: 3px 0 3px 0.5em;
}

.row6{
	width: 400px;
	padding: 3px 0 3px 0.5em;
}

.row7{
	
	width: 100px;
	padding: 3px 0 3px 0.5em;

}

.row8{

	width: 200px;
	padding: 3px 0 3px 0.5em;
}

.row9{

	width: 200px;
	padding: 3px 0 3px 0.5em;

}

th{
	
	text-align: center;
}

.cycle1{
	background-color: #dfdfdf;
}

.cycle2{
	background-color: #ffffff;
}

.cycle3{
	background-color: #f1f2f3;
}

.example{
	width: 100%;
	float: left ;
	clear: both;
	margin: 0 0 10px 0 ;
}

.example p{
	float: left;
	width: 70%;
	margin: 0 0 0 0;
}

.example img{
	float: left;
	width: 160px;
	border: 1px solid #FF954F;
	margin: 0 6px 0 6px;
}

/** page_seo **/
.page_seo{
	width: 100%;
}

#navi-reason {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#navi-reason li{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#reason-btn{
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 15px 0;
}

.reason{
	width: 100%;
	clear: both;
	float: left;
	margin: 0 0 20px 0;
}

.reason h2{
	clear: both;
}

.reason p{
	float: left;
	width: 56%;
	margin: 0 5px 0 5px;
}

.reason img{
	float: left;
	margin: 0 0 10px 0;
}
.clr {
	border:0 none;
	clear:both;
	font-size:0;
	height:1px;
	line-height:0;
	margin:0 -1px -1px 0;
	overflow:hidden;
	padding:0;
	width:1px;
}

.right-text{
	text-align: right;
}

.user_nav{
	background-color: #F3F8FC;
	/* border-top: 1px solid #ccc; */
	/* border-bottom: 1px solid #ccc; */
	height: 40px;
	margin: 0;
	padding: 0;
	background: url('images/navigation_back.gif') 0 repeat-x;
}
.user_nav ul{
	list-style: none;
	/* padding: 5px 0 5px 5px; */
	padding: 0 0 5px 0px;
	height: 40px;
	text-align: center;
}
.user_nav li{
	/* display: inline; */
	width: 96px !important;
	width: 100px;
	float: left;
	margin: 1px 0 0 0 !important;
	margin: 12px 0 0 0;
	height: 37px;
	line-height: 37px;
	font-size: 100%;
	/*padding: 5px 5px 5px 5px; */
	/* margin: 0 0.2em 0 0.2em; */
	/* border:1px solid #ccc; */
	border-right: 1px solid #ccc;
}
.user_nav li a{
	display: block;
	text-decoration: none;
	width: 96px !important;
	width: 100px;
	height: 38px !important;
	height: 37px;
}

.user_nav li a:hover{
	color:#FF0000;
	text-decoration: none;
	height: 38px !important;
	height: 37px;
	background: url('images/navigation_back_on.gif') 0 50% repeat-x !important;
	background: url('images/navigation_back_on.gif') 0 0 repeat-x;
}

.user_nav li a:visited{
	text-decoration: none;
}

.user_nav .current_page_item{
	color:#FF0000;
	text-decoration: none;
	height: 38px !important;
	height: 37px;
	background: url('images/navigation_back_on.gif') 0 50% repeat-x !important;
	background: url('images/navigation_back_on.gif') 0 0 repeat-x;
	}
	
.user_nav .current_page_item a{
	color:#FF0000;
}

#head-main{
	background-color: #FFFFFF;
}
.main_image img{
	margin: 0 0 0 0 !important;
	margin: -12px 0 0 0;
}

