/* 全体の文字 */
body, td, th, input, textarea, select, option {
	font-size: 13px;
	color: #505050;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', "sans-serif";
	line-height: 160%;
}

/* 画像の枠線 */
img {
margin: 0px;
border: 0px;
}

ul, li {
margin-top:10px;
margin-bottom:10px;
}

p {
margin:5px;
}

form {
padding: 0px;
margin: 0px;
}

/* リンク */
a:link {
color : #426CFF;
text-decoration: underline ;
}
a:visited {
text-decoration: underline ;
}
a:active {
color : #505050 ;
text-decoration : underline ;
}
a:hover {
color : #1E4AFF;
text-decoration : underline;
}

/* 背景色 */
#body {
background: #F6D3EE;
margin: 0px;
padding:0px;
text-align: center;
}

/* 外枠：上部 */
#container_pre {
	padding: 0px;
	width: 920px;
	background-image: url(/skins/cafe04/image/container_pre.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;

}

/* 外枠：メイン部 */
#container {
padding: 0px;
width: 920px;
margin-left:auto;
margin-right:auto;
background-color: #F6D3EE;
background-image: url(/skins/cafe04/image/body-bg.gif);
background-repeat: repeat-y;
}

/* 外枠：下部 */
#container_suf {
	padding: 0px;
	background-image: url(/skins/cafe04/image/container_suf.gif);
	background-position: center center;
	width: 920px;
	height: 18px;
	margin-right: auto;
	margin-left: auto;

}

/* SEO対策用ヘッダーメッセージ */
h1#topmsg {
	border: none;
	font-weight: normal;
	font-size: 10px;
	margin: 0px 10px;
	padding: 2px 10px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: none;
	float: left;
}
h1#topmsg a {
color: #7D9AFF;
text-decoration: none;
}

/* ヘッダー：上部 */
#header_pre {
height: 10px;
margin-top: 0px;
margin-right: 4px;
margin-bottom: 0px;
margin-left: 4px;
width: 900px;
display: none;
}

/* ヘッダー：メイン部 */
#header {
	margin: 10px;
	padding: 0px;
	text-align: left;
	clear: left;
	width: 900px;
	background-image: url(/skins/cafe04/image/header.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 100px;
}

/* ヘッダー：下部 */
#header_suf {
	background: url(/skins/cafe04/image/header_suf.gif) no-repeat center;
	width: 920px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}

/* ヘッダーメニュー外枠：上部 */
div#header_menu_suf {
clear: both;
padding: 0px;
margin: 0px;
height: 0px;
display: none;
}

/*ヘッダーメニュー外枠 */
div#header_menu {
font-size: 11px;
color: #CC9933;
padding: 5px;
margin: 0px 5px 0px 0px;
}

/* ヘッダーメニュー外枠：下部 */
div#header_menu_pre {
display: none;
clear: both;
padding: 0px;
margin: 0px;
height: 0px;
}

/* ヘッダーメニュー：リスト */
ul.header_menu{
float: right;
padding : 0px;
margin : 0px;
}
li.header_menu {
list-style-type : none;
margin : 0px 5px;
float: left;
text-align: left;
}

/* ヘッダーメニュー：リンク */
li.header_menu a {
font-size: 11px;
color: #7D9AFF;
padding : 0px 0px 0px 14px;
text-decoration: none;
}

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

li.header_menu a:hover {
background: no-repeat left center;
text-decoration: underline;

}

/* ヘッダーメインメニュー 上部 */
div#header_mainmenu_pre {
display: none;
}

/* ヘッダーメインメニュー */
div#header_mainmenu {
font-size: 14px;
padding: 2px 0px 0px 20px;
margin: 0px 4px;
}

/* ヘッダーメインメニュー 下部 */
div#header_mainmenu_suf {
background-color: #0303D8;
height: 5px;
display: none;
}

/* ヘッダーメインメニュー リンク */
ul.header_mainmenu{
float: left;
padding : 0px;
margin : 0px;
}

li.header_mainmenu {
list-style-type : none;
margin : 0px;
float: left;
padding:5px 20px 5px 30px;
font-weight: bold;
text-align: left;
background-image: url(/skins/cafe04/image/header_mainmenu.gif);
background-repeat: no-repeat;
background-position: left center;
font-size: 14px;
color: #99CC66;
}

li.header_mainmenu a {
display:block;
text-decoration: none;
white-space: nowrap;
word-break: keep-all;
color: #B3EC54;
}

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

li.header_mainmenu a:hover {
text-decoration: none;
color: #76B013;

}

/* ロゴ表示部分 */
table#logo {
padding:0px 20px;
height: 100%;
font-weight: bold;
clear: left;
color: #000099;
}
/* ロゴ画像なしの場合の代替文字 */
table#logo td a{
font-size: 24px;
color: #5577FF;
text-decoration: none;
}
#logo img{
border: 0px;
background-color: #ffffff;
}
/* 左サイドバー */
#sidebar_left {
width: 190px;
background-image: url(/skins/cafe04/image/side-bg.gif);
background-repeat: repeat-y;
background-position: right;
}

/* 右サイドバー */
#sidebar_right {
width: 190px;
background-image: url(/skins/cafe04/image/side-bg.gif);
background-repeat: repeat-y;
background-position: left;
}

/* サイドバー内ボックス：上部 */
.sidebox_pre {
padding: 0px;
height: 35px;
width: 180px;
display: none;
}

/* サイドバー内ボックス */
.sidebox {
margin: 0px 0px 20px;
padding: 5px 15px;

}

/* サイドバー内ボックス：下部 */
.sidebox_suf {
height: 5px;
border-top-width: thin;
border-top-style: groove;
border-top-color: #F9EBAB;
width: 160px;
margin-bottom: 20px;
margin-left: 5px;
display: none;
}

/* サイドボックスタイトル */
.sidebox h3 {
text-align: center;
font-size:16px;
color:#7D9AFF;
font-weight:bold;
padding: 8px 0px 0px;
height: 30px;
width: 160px;
position: relative;
top: -5px;
border-top: 2px solid #C5EC84;
border-right: none;
border-bottom: 2px solid #C5EC84;
border-left: none;
clip:  rect(auto auto auto -2px);
background-image: none;
}

/* RSSフィールド */
.sideboxtype_rssdisp {
	text-align: center;
}

/* メニューリスト */
ul.menu{
list-style : none; 
padding : 0px; 
margin : 0px;
}
li.menu {
padding : 0px;
margin : 0px;
}
li.menu div{
margin: 0px;
padding: 0px;
}

/* メニューリスト：リンク */
li.menu a {
text-align: left;
display: block;
padding: 10px 10px 10px 10px;
margin: 0px 0px 0px 0px;
text-decoration: none;
border-bottom: 1px dotted #CACACA;
color:#7D9AFF;
font-weight: bold;
}
li.menu a:visited {
text-decoration: none;

}
li.menu a:active {
text-decoration: none;
}
li.menu a:hover {
text-decoration: none;
background-image: url(/skins/cafe04/image/pass.gif);
background-repeat: no-repeat;
background-position: left center;
}

/* メニューリスト：リンク：現在のページ */
li.menu a.menu_present {
text-decoration: none;
background-image: url(/skins/cafe04/image/pass.gif);
background-repeat: no-repeat;
background-position: left center;
}

/* メニューリスト：リンク：0階層下 */
li.menu a.menu_level0 {
font-size: 12px;
padding: 8px 15px;
margin: 0px;
font-weight: bold;
background-image: url(/skins/cafe04/image/li_menu.gif);
background-repeat: no-repeat;
background-position: left center;
}
li.menu a.menu_level0:hover {
text-decoration: none;
background-image: url(/skins/cafe04/image/li_menu.gif);
background-repeat: no-repeat;
background-position: left center;
}

/* メニューリスト：リンク：１階層下 */
li.menu a.menu_level1 {
font-size: 12px;
padding: 8px 15px 8px 22px;
margin: 0px;
font-weight: normal;
}
li.menu a.menu_level1:hover {
text-decoration: none;
}

/* メニューリスト：リンク：２階層下 */
li.menu a.menu_level2 {
font-size: 12px;
padding: 8px 15px 8px 29px;
margin: 0px;
font-weight: normal;
}
li.menu a.menu_level2:hover {
text-decoration: none;
}

/* メニューリスト：リンク：３階層下 */
li.menu a.menu_level3 {
font-size: 12px;
padding: 8px 15px 8px 36px;
margin: 0px;
font-weight: normal;
}
li.menu a.menu_level3:hover {
text-decoration: none;
}

/* メニューリスト：リンク：４階層下 */
li.menu a.menu_level4 {
font-size: 12px;
padding: 8px 15px 8px 43px;
margin: 0px;
font-weight: normal;
}
li.menu a.menu_level4:hover {
text-decoration: none;
}

/* メニューリスト：リンク：５階層下 */
li.menu a.menu_level5 {
font-size: 12px;
padding: 8px 15px 8px 50px;
margin: 0px;
font-weight: normal;
}
li.menu a.menu_level5:hover {
color:#ffffff;
text-decoration: none;
background-image: url(url(/skins/cafe04/image/pass_on.gif)%20no-repeat%2032px%207px);
}

/* ナビゲーション */
#navigation {
padding-top: 1px;
padding-left: 6px;
font-size: 13px;
text-align: left;
margin: 10px 8px 0px 18px;
height: 17px;
line-height: 120%;
}
#navigation a {
text-decoration: none;
}
#navigation a:hover {
text-decoration: underline;
}

/* ナビゲーション：現在のページ */
#present {
font-weight: bold;
}

/* ページ内容：上部 */
#main_pre {
display: none;
}

/* ページ内容 */
#main {
background: #ffffff;
padding: 5px 12px;
margin: 0px 20px 0px 10px;
line-height: 160%;
text-align: left;
}

/* ページ内容：下部 */
#main_suf {
margin: 0px 8px 8px 8px;
height: 17px;
}

/* フッター：上部 */
#footer_pre {
display: none;
}

/* フッター */
#footer {
color: #ffffff;
margin: 0px 4px;
padding: 6px;
height: 35px;
font-size: 12px;
width: 900px;

}
/* フッター：下部 */
#footer_suf {
display: none;
}

/* フッター：コピーライト部 */
#copyright {
color: #7D9AFF;
text-align: center;
padding:3px 0px;
margin: 0px;

}
#copyright a {
color: #A6BAFF;
text-decoration: none;
}
#copyright a:hover {
text-decoration: underline;
}

/* フッターメニュー外枠：上部 */
div#footer_menu_pre {
display: none;
padding: 0px;
margin: 0px;
height: 0px;
}

/* フッターメニュー外枠 */
div#footer_menu {
font-size: 11px;
color:#404040;
margin: 0px 4px;
padding: 0px;
width: 900px;
}

/* フッターメニュー外枠：下部 */
div#footer_menu_suf {
display: none;
padding: 0px;
margin: 0px;
height: 0px;
clear: both;
height: 0px;
}

/* フッターメニュー：リスト */
ul.footer_menu{
float: right;
padding : 0px;
margin : 0px;
}
li.footer_menu {
list-style-type : none;
padding : 3px 5px 3px 0px;
;
margin : 0px 5px;
float: left;
}

/* フッターメニュー：リンク */
li.footer_menu a {
color: #7D9AFF;
padding : 0px 0px 0px 14px;
text-decoration: none;
text-align: center;
}
li.footer_menu a:visited {
text-decoration: none;
}

li.footer_menu a:hover {
padding : 0px 0px 0px 14px;
text-decoration: underline;
}

/* 見出し１６ */
h1 {
font-size: 24px;
color: #5577FF;
margin: 15px 0px;
background: #E8FFD1 url(/skins/cafe04/image/h1.gif) no-repeat 5px center;
padding: 6px 6px 6px 33px;
border: 1px solid #A6BAFF;


}
h2 {
font-size: 18px;
color: #5577FF;
margin: 20px 0px 5px;
padding: 3px 2px 3px 20px;
background: #E8FFD1 url(/skins/cafe04/image/h2.gif) no-repeat 5px center;
border-bottom: 1px dotted #A6BAFF;
}
h3 {
font-size: 17px;
color: #7D9AFF;
margin: 15px 0px 8px;
padding: 1px 0px 1px 8px;
border-bottom: 1px dotted #A6BAFF;
border-left-width: 7px;
border-left-style: solid;
border-left-color: #A6BAFF;


}
h4 {
margin: 15px 0px 8px;
font-size: 15px;
color: #7D9AFF;
padding: 1px 0px 0px 6px;
border-left: 7px solid #A6BAFF;
}
h5 {
margin: 15px 0px 8px 0px;
font-size: 14px;
color: #404040;
}
h6 {
margin: 15px 0px 8px 0px;
font-size: 12px;
color: #404040;
}

/* 区切り横線 */
hr {
border: none;
border-bottom: 1px solid #cccccc;
height: 1px;
margin: 10px 0px;
}

/* 表タイプ１ */
table.table_type1 {
background: #000066;
font-size: 12px;
margin-bottom: 10px;
}
table.table_type1 th {
background: #FFFFCC;
color: #333333;
font-weight: bold;
text-align: center;
margin: 1px;
padding: 5px;

}
table.table_type1 td {
background: #ffffff;
color: #505050;
text-align: left;
margin: 1px;
padding: 5px;
}

/* 表タイプ２ */
table.table_type2 {
background: #303030;
font-size: 12px;
margin-bottom: 10px;
}
table.table_type2 th {
background: #D1E8FF;
color: #404040;
font-weight: bold;
text-align: center;
margin: 1px;
padding: 5px;

}
table.table_type2 td {
background: #ffffff;
color: #505050;
text-align: left;
margin: 1px;
padding: 5px;

}

/*◇↓ポップアップページ専用設定↓◇*/
/* ポップアップページ：背景色 */
#popup_body {
background: #F6D3EE;
padding: 5px;

}

/* ポップアップページ：外枠：上部 */
#popup_container_pre {
padding: 0px;
margin: 0px;

}
/* ポップアップページ：外枠 */
#popup_container {
background: #ffffff;
padding: 0px;
margin: 0px;
border-top: 1px solid #cccccc;
border-left: 1px solid #aaaaaa;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #aaaaaa;
}
/* ポップアップページ：外枠：下部 */
#popup_container_suf {

}
/* ポップアップページ：ヘッダー：上部 */
#popup_header_pre {
display: none;
}
/* ポップアップページ：ヘッダー */
#popup_header {
background: url(/skins/cafe04/image/main-image.gif) no-repeat 100% center;
height: 55px;
margin: 0px;
padding: 0px;
border-bottom: 1px solid #cccccc;
}
/* ポップアップページ：ヘッダー：下部 */
#popup_header_suf {
display: none;
}

/* ポップアップページ：ヘッダー：サイト名表記部分 */
#popup_site_name td{
font-size: 20px;
color: #777777;
height: 25px;
margin: 0px;
padding: 0px 5px;

}
/* ポップアップページ：ヘッダー：サイト名表記部分：リンク */
#popup_site_name td a {
color: #777777;
font-weight: bold;
}

/* ポップアップページ：メイン部分：上部 */
#popup_main_pre {
display: none;
}
/* ポップアップページ：メイン部分 */
#popup_main {
background: #ffffff;
padding: 5px;
}
/* ポップアップページ：メイン部分：下部 */
#popup_main_suf {
display: none;
}

/* ポップアップページ：閉じるボタン外枠 */
#popup_close {
text-align: center;
margin: 0px;
padding: 5px;
background: #f6f6f6;
border-top: 1px solid #cccccc;
}
/* ポップアップページ：閉じるボタン */
input#popup_close_button {
background: #f3f3f3 url(/skins/cafe04/image/popup_close_button.gif) no-repeat 0% 50%;
height: 20px;
font-size: 13px;
line-height: 100%;
padding: 0px 4px 1px 20px;
border-top: 2px solid #ffffff;
border-left: 2px solid #ffffff;
border-bottom: 2px solid #999999;
border-right: 2px solid #999999;
}

/* ポップアップページ：フッター：上部 */
#popup_footer_pre {
display: none;
}
/* ポップアップページ：フッター */
#popup_footer {
margin: 0px;
padding: 5px;
}
/* ポップアップページ：フッター：下部 */
#popup_footer_suf {
display: none;
}


/* サイトマップ */
ul.sitemap {
margin:0px 0px 8px 0px;
padding:0px 0px 0px 8px;
}
ul.sitemap li{
margin:0px 0px 8px 8px;
padding:0px;
list-style-type : none;
border:1px solid #dddddd;
padding:2px;
}
.sitemap a {
display:block;
background-color:#FFFFCC;
font-weight:bold;
padding:2px;
text-decoration: none;
}
.sitemap a:hover{
background-color:#A3DEA3;
}

/* フォーム */
.form_table {
border: 1px solid #cccccc;
margin: 8px 0px;
}
.err_msg {
border-bottom: 1px solid #862014;
color: #cb5a26;
font-weight: bold;
padding: 5px;
}

th.item {
border-right: 1px solid #dddddd;
border-bottom: 1px solid #cccccc;
color: #444444;
padding: 5px;
background-color: #FFFFD7;
}
th.necessary_item {
color: #444444;
background-image: url(/skins/cafe04/image/kome.gif);
background-repeat: no-repeat;
background-position: right top;
}

td.item {
border-bottom: 1px solid #cccccc;
color: #444444;
padding: 5px;
}

th.error_item {
background-color: #fff3f0;
}
.form_submit {
text-align: center;
padding: 5px;
}


/* コメント */
#comments_pre {
display: none;
}
#comments {
margin-top: 20px;
border-top: 1px solid #cccccc;
padding: 10px;
}

#comments h3 {
border-left-color: #cccccc;
}

.comment_item {
border: 1px solid #dddddd;
margin: 15px 8px;
padding: 0px;
}

.comment_title {
padding: 5px;
background-color: #eeeeee;
}

.comment_msg {
padding: 5px;
}

.posted_by {
padding: 5px;
color: #666666;
text-align: right;
}

/* 更新一覧 */
div.updatelist{
margin:0px;
border:1px solid #cccccc;
}
div.updatelist td{
text-align:left;
border-bottom:1px dashed #cccccc;
}
td.updatelist_date {
background-color:#eeeeee;
}
td.updatelist_name {
width:180px;
}
/* ドロップダウンメニュー */
div.sub_header_mainmenu ul.menu a.menu_level1 {
	background-color:#FFFFFF;
	color: #7D9AFF;
	margin-top: 1px;
	margin-bottom: 1px;
	background-image: none;


}

div.sub_header_mainmenu ul.menu a.menu_level1:hover {
	color: #FFFFFF;
	background-color: #7D9AFF;
	background-image: none;

}

div.sub_header_mainmenu {
background-color:#F6D3EE!important;
}
