﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
/* リンク */
a,
a:link,
a:visited {
    text-decoration: none;
    color: #690;
    outline: 0;
}
a:hover {
    text-decoration: underline;
    color: #369;
}
/* リンクつき画像 */
a img {
    border: none;
}

#imgp {
    background: #fff;
    text-align: center;
}
#imgp img {
    margin: 0;
    padding: 0;
}
#imgp-box {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    background: #fff url("http://www.moeyo.com/blogparts/090401/header_bg.gif") repeat-x top;
    padding: 0;
    overflow: hidden;
    line-height: 150%;
    color: #444;	
    font-size: 11px;
    text-align: left;
}
#imgp-box td {
    padding: 0;
}
#imgp-top {
    margin: 10px;
    padding: 0;
    text-align: left;
}
#imgp-img {
    margin: 10px;
    padding: 0;
    background: #fff;
}
#imgp-img td{
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
}
#imgp-text {
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 18px;
}
.imgp-nav {
    background: #b1b3a5;
    margin: 0;
    text-align: center;
    line-height: 150%;
}
.imgp-nav a {
    display:block;
    width:100%;
    height:100%;
}
.imgp-nav a:hover {
    width:100%;
    height:100%;
}
.imgp-nav-left a {
    background: #b1b3a5 url("http://www.moeyo.com/blogparts/090907/imgp-nav-left.gif") no-repeat top left;
    text-indent: -9999px;
    outline: none;
}
.imgp-nav-left a:hover {
    background: #b1b3a5 url("http://www.moeyo.com/blogparts/090907/imgp-nav-left-on.gif") no-repeat top left;
}
.imgp-nav-right a {
    background: #b1b3a5 url("http://www.moeyo.com/blogparts/090907/imgp-nav-right.gif") no-repeat top right;
    text-indent: -9999px;
    outline: none;
}
.imgp-nav-right a:hover {
    background: #b1b3a5 url("http://www.moeyo.com/blogparts/090907/imgp-nav-right-on.gif") no-repeat top right;
}

