@import "defaults.css";

body {
    background-color: #bebebe;
    font:13px/1.231 "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;;
	line-height: 1.2;
}

a, p, th, td {
    font-size: 107%;
    color: #fff;
    line-height: 153.9%;
    font-weight: normal;
}

h1, h2, h3, h4 {
    color: #fff;
}

h2 {
    font-size: 120%;
	font-weight:bold;
	border-bottom: 1px double #d0db00;
}

#container {
    min-width: 950px;
    position: relative;
}

#container .boxes {
    position: relative;
    margin: 0 auto;
}

#container .boxes > div {
    position: absolute;
    background-color: #000;
    width: 50px;
    height: 50px;
    top: 0;
}

#container .boxes .left {
    left: 0;
}

#container .boxes .right {
    right: 0;
}

#container .mail-magazine {
    position: fixed;
    left: 0;
    top:330px;
    display: block;
    z-index: 5;
}

/* 2012AW ADD */
#container .zozo-town {
    position: fixed;
    left: 0;
    top:458px;
    display: block;
    z-index: 5;
}


#container .prohibited {
    position: fixed;
    right: 12px;
    top:100px;
}

#page {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

/* Header */
#header {
    overflow: hidden;
    z-index: 2;
/*    background-color: #000;*/
    width: 100%;
    margin: 0 auto;
}

#header > div {
    margin: 0 auto;
    width: 950px;
}

#header .logo {
    float: left;
    background-color: #000;
    padding: 6px 0 6px 20px;
    width: 546px;
}

#header .menu {
    float: right;
}

#header .menu a, #header .menu a:visited {
    float: left;
    display: block;
    background-color: #000;
    padding: 20px;
    margin-right: 1px;
}

#header .menu a:active, #header .menu a:hover, #header .menu a.current {
    background: #000 url("http://www.agpho.com/img/common/menu-current.gif") no-repeat top center;
}

#header .menu a:first-child {
    margin-left: 1px;
}

#header .menu > div {
    
}

.sub-header {
    float: right;
    margin: 70px 0 50px 0;
}

.sub-header > * {
}

.sub-header > img {
    margin-bottom: 10px;
    float: right;
}

.sub-header > div {
    float: right;
}

.sub-header > div > * {
    display: block;
    float: left;
    
}

.sub-header > div > span {
    padding: 2px 4px 0 4px;
    color: #fff;
}

.sub-header a, .sub-header a:visited, .sub-header p {
    font-size: 15px;
    color: #fff;
}

.sub-header a:hover, .sub-header a:active {
    text-decoration: underline;
}

.sub-header {
    width: 250px;
}

/* Footer */

#footer p, #footer a {
    font-size: 93%;
    color: #fff;
}

#footer .block.dark > div {
    width: 634px;
    margin: 0 auto;
    display: table;
}

#footer .block.dark > div > a {
    background: url("http://www.agpho.com/img/common/link-arrow.png") no-repeat 6px center;
    display: table-cell;
    color: #fff;
    padding: 0 15px 0 15px;
}

#footer .block.twitter .sub.twits {
    width: 775px;
}

#footer .block.twitter .sub.twits > a {
    display: block;
    border-top: 1px dotted #ccc;
    padding: 15px 0 15px 0;
}

#footer .block.twitter .sub.twits > a:first-child {
    border: none;
    padding-top: 0;
}
#footer .block.twitter .sub.twits > a:last-child {
    padding-bottom: 0;
}

/* Content */

#content, #footer {
    margin: 0 auto;
    width: 950px;
}

#content .more, #content .more, #content .more:visited {
    background: #000 url("http://www.agpho.com/img/common/more-white.png") no-repeat top left;
    display: block;
    width: 93px;
    height: 23px;
    text-indent: -9999px;
}

#content .avw-2011 {
    margin: 70px 0 70px 0;
    float: right;
}

#content .avw-2011 img {
    margin-bottom: 20px;
}

#page .block {
    background-color: rgba(0, 0, 0, 0.50);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);   /* IE6 & 7 */
    padding: 20px;

    overflow: hidden;
    margin-bottom: 30px;
}

#page .block.dark {
    background-color: rgba(0, 0, 0, 0.80);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bb000000,endColorstr=#bb000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bb000000,endColorstr=#bb000000);   /* IE6 & 7 */
}

#page .block .sub {
    float: left;
}

#page .block .sub.first, #page .block .sub:first-child {
    margin-left: 0;
}

#page .block .sub {
    margin-left: 20px;
}

#content .block.main {
    padding: 20px 0 0 20px;
    *padding-bottom: 20px;
}

#content .block.main > div {
    width: 445px;
    float: left;
    margin: 0 20px 20px 0;
}

#content .block.main > div.topic {
    width: 405px;
}

#content .block.main div.topic {
    background-color: rgba(0, 0, 0, 0.50);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);   /* IE6 & 7 */

    padding: 20px;
    position: relative;
}

#content .block.main div.topic h2 {
    margin: 0 0 50px 70px;
}

#content .block.main > div.topic > div {
    overflow: hidden;
}

#content .block.main > div.topic > div > .image {
    float: left;
    display: block;

    width: 180px;
    height: 180px;
    margin-right: 20px;
}

#content .block.main > div.topic > div p {
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 205px;
    border-bottom: 1px dotted #ccc;
}

#content .block.main > div.topic > div .more {
    float: right;
}

#content .block.main > div.topic .gerb {
    position: absolute;
    left: 20px;
    top: -5px;
}

.fb {
    background-color: #333;
    padding: 10px;
}

#content .block table {
    width: 100%;
}

#content .block table tr td {
    border-bottom: 1px dotted #ccc;
}

#content .block table th, #content .block table td {
    text-align: left;
    padding: 10px 0 10px 0;
    color: #fff;
}

.error404 h2 {
    margin: 30px 0 60px 0;
    font-size: 22px;
    font-weight: normal;
}

.error404 a, .error404 a:visited {
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    line-height: inherit;
}

.error404 a:hover, .error404 a:active {
    text-decoration: underline;
}

.error404 > div {
    overflow: hidden;
    margin-bottom: 50px;
}

.error404 > div > * {
    display: block;
    float: left;
}

.error404 > div > img {
    margin: 4px 0 0 5px;
}
