@charset "utf-8";
/*
Theme Name: 標準テーマ
Version: 0.0
Theme URI: http://test.anekipedia.com/
Author: たな
Author URI: http://test.anekipedia.com/
Description: サンプルのテーマです。
*/
/* 基本 */
body {font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif
background-color: #FFFFFF;
background-image: url('image/bg_body.png');
background-repeat: repeat-x;}
a {text-decoration: none;
color: #0c8bcd}
a img {border: none}
/* ヘッダー */
div#header_1 {font-family: 'Trebuchet MS', sans-serif;
margin-bottom: 0px;
width: 1080px;
background-color: #FFFFFF;
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
border-top: 1px solid darkgray;
border-left: 1px solid darkgray;
border-right: 1px solid darkgray;
border-bottom: 0px solid darkgray;
margin: auto;
box-shadow: 2px 2px 5px #aabbaa;/* css3用記述 */
border-radius: 25px 25px 0px 0px / 13px 13px 0px 0px/* css3用記述 */}
div#header_1 h1 {display: block;
position: absolute;
text-indent: -9999px;
font-size: 1em;
margin: -54px 0px 0px}
div#header_1 h1 a {color: #000000}
div#header_1 p#desc a {
font-size: 0.75em;
font-weight: bold;
color: #333399;
float: left;
margin: -15px 0px 0px}
div#header_1 p#desc a:hover {
font-size: 0.75em;
font-weight: bold;
color: #3333ff;
float: left;
margin: -15px 0px 0px}
div#rssf { float: right;
margin: -5px 0px 0px 0px}
div#subinfo {text-align: right;
margin: -5px 30px -20px 0px}
/* コンテンツ コンテナ */
div#container {width: 1080px;
background-color: #FFFFFF;
margin: 10px 10px 10px 10px;
padding: 10px 10px 10px 10px;
border-top: 0px solid darkgray;
border-left: 1px solid darkgray;
border-right: 1px solid darkgray;
border-bottom: 1px solid darkgray;
margin: auto;
box-shadow: 2px 2px 5px #aabbaa;/* css3用記述 */
border-radius: 0px 0px 25px 25px / 0px 0px 13px 13px/* css3用記述 */}
/* フッター */
div#footer {border-top: solid 1px #aaaaaa;
padding: 6px 0;
clear: both}
div#footer p {font-size: 0.75em;
text-align: center;
font-style: normal;
font-family: Verdana, sans-serif;
margin: 0}
/* ナビゲーションバー */
#nav {width: 1080px;
padding: 0px 10px 0px 10px;
font-size: 0.85em;
font-weight: bold;
color: #333;
height: 30px;
background:url("image/bg_menu.png") 0 0 repeat-x;
background-color: #ffffff;
border-top: 1px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
box-shadow: 2px 2px 5px #aabbaa;/* css3用記述 */
margin: auto}
#nav ul {margin: 0;
padding: 0}
#nav li {list-style-type: none;
float:left}
#nav li a {display: block;
width: 170px;
line-height: 30px;
border-right: solid 1px #aaaaaa;
color: #333;
text-align: center}
#nav li a:link {
text-decoration: underline}
#nav li a:hover { text-decoration: none;
background:#fff url("image/bg_menu.png") 0 -30px repeat-x}
#nav ul ul {font-size: 0.80em;
font-weight: normal;
background-color: #ffffff;
display: none;
position: absolute;
border-top: 1px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
text-decoration: none;
-moz-opacity:0.85;
opacity:0.85;
z-index: 99999;
width: 170px}
#nav ul ul.sub-menu :hover > a {
background:#eeffff;
text-decoration: none;
color: #333}
#nav ul ul li {
min-width: 170px}
#nav ul ul a {
width: 170px;
line-height: 30px;
border-top: 0px solid #aaaaaa;
border-left: 0px solid #aaaaaa;
border-right: 0px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
color: #333;
text-align: center}
#nav ul ul ul { left: 100%;
top: 0}
#nav ul li:hover > ul {display: block}