@charset "UTF-8";

/*-----------------------------------------------

layout

-----------------------------------------------*/

/* clearfix */
div#vote:after,
div#wrapper:after {
    content: ""; 
    display: block; 
    clear: both;
    }

div#vote,
div#wrapper {display: inline-block;} 

/* Hides from IE Mac */
* html div#vote,
* html div#wrapper {height: 1%;}
div#vote,
div#wrapper {display:block;}
/* End Hack */ 

body {
background: #e3e3e3 url(../img/bg-body.jpg) repeat 0 0;
color: #000000;
font-size:100%;
line-height: 1.5;
    font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

header {
background: #999999 url(../img/bg-header.jpg) repeat 0 0;
}

body#home header h1,
body#other header p.logo,
div#wrapper {
margin: 0 auto;
width: 960px;
}

div#wrapper {
background-color: #ffffff;
padding: 20px 0 0 0;
}

article {
width: 670px;
float: left;
}

article section p {
margin: 0 60px 1em 60px;
}

blockquote {
background-color: #efefef;
margin: 0 60px 1em 100px;
padding: 1em;
border-left: 3px solid #cccccc;
}
article section blockquote p {
margin: 0 0 1em 0;
}

body#other article section ul {
margin: 0 60px 1em 60px;
}

body#other article section ul li {
background: url(../img/list-icon.gif) no-repeat left 4px;
padding: 0 20px 0 15px;
margin: 0 0 0.5em 0;
line-height: 1.2;
}

article section ul a {
color: #e8b300;
font-weight: bold;
}

nav {
width: 270px;
float: right;
}

body#home article h2,
body#other article h1 {
background-color: #000000;
color: #ffffff;
font-size: 123.1%;
padding: 12px 12px 12px 60px;
margin: 0 0 15px 0;
-webkit-border-top-right-radius: 10px;/* Safari,Google Chrome用 */
-webkit-border-bottom-right-radius:10px;/* Safari,Google Chrome用 */
-moz-border-radius-topright: 10px;/* Firefox用 */
-moz-border-radius-bottomright: 10px;/* Firefox用 */
behavior: url(border-radius.htc);
}

body#other article h2 {
font-size: 123.1%;
margin: 0 60px 1em 60px;
border-left: 5px solid #000000;
padding: 0 0 0 5px;
}

body#other article h3 {
font-size: 123.1%;
margin: 60px 60px 1em 60px;
border-left: 5px solid #cccccc;
padding: 0 0 0 5px;
}

section.abaListSection h3 {
font-size: 123.1%;
margin: 0px 60px 1em 60px;
border-left: 5px solid #cccccc;
padding: 0 0 0 5px;
}

section.abaListSection h4 {
margin: 0px 0 5px 25px;
}

section.abaListSection ul.abaListTop {
margin: 0px 0 1em 60px;
}

section.abaListSection ul.abaListTop li {
    width:270px;
    vertical-align:top;
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
    border-radius: 10px;/* CSS3草案 */
    -webkit-border-radius: 10px;/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;/* Firefox用 */
    behavior: url(border-radius.htc);
    background: #efefef url(http://alphabloggers.com/2011/img/bg-aba-list.png) no-repeat 6px 2px;
    padding: 10px;
    margin: 0 5px 5px 0;
}

section.abaListSection ul.abaListTop li p {
    padding: 0;
    margin: 0;
    line-height: 1.1;
    word-break: break-all;
}

article section {
margin: 0 0 20px 0;
}

article section p.more {
margin: 0;
padding: 10px 0 20px 0;
text-align: right;
font-size: 77% ;
}

article section p.more a {
background-color: #e8b300;
padding: 10px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
-webkit-border-top-right-radius: 10px;/* Safari,Google Chrome用 */
-webkit-border-bottom-right-radius:10px;/* Safari,Google Chrome用 */
-moz-border-radius-topright: 10px;/* Firefox用 */
-moz-border-radius-bottomright: 10px;/* Firefox用 */
behavior: url(border-radius.htc);
}

article section p.more a:hover {
color: #000000;
}

ul#admin {
text-align: center;
margin: 15px 0 0 0;
}

ul#admin li {
display: inline;
padding: 0 50px;
}

div.voteBox {
background-color: #e8dfc1;
width: 300px;
float: left;
}

div.voteBox h3 {
font-size: 108%;
font-weight: bold;
border-bottom: 1px solid #000000;
text-align: center;
padding: 10px;
margin: 0 0 10px 0;
line-height: 1;
}

div.voteBox p.text {
font-size: 77%;
margin: 0 10px 10px 10px;
text-align: center;
}

div.voteBox p.voteBtn {
background-color: #e8b300;
text-align: center;
margin: 0 10px 10px;
border-radius: 10px;/* CSS3草案 */
-webkit-border-radius: 10px;/* Safari,Google Chrome用 */
-moz-border-radius: 10px;/* Firefox用 */
behavior: url(border-radius.htc);
}

div.voteBox p.voteBtn a {
padding: 10px;
color: #000000;
text-decoration: none;
font-weight: bold;
font-size: 108%;
letter-spacing: 0.5em;
display: block;
width: 262px;
}

div.voteBox p.voteBtn a span {
background: url(../img/link-to.png) no-repeat right center;
padding: 0 0.5em 0 0;
}

div.firstBox {
margin: 0 10px 0 60px;

}

nav h2 {
background-color: #bbbbbb;
color: #ffffff;
font-size: 123.1%;
padding: 12px;
margin: 0 0 15px 0;
-webkit-border-top-left-radius: 10px;/* Safari,Google Chrome用 */
-webkit-border-bottom-left-radius:10px;/* Safari,Google Chrome用 */
-moz-border-radius-topleft: 10px;/* Firefox用 */
-moz-border-radius-bottomleft: 10px;/* Firefox用 */
behavior: url(border-radius.htc);//for IE
}

nav ul {
margin: 0 0 30px 0;
padding: 0 0 0 15px;
}

nav ul li {
background: url(../img/list-icon.gif) no-repeat left 4px;
padding: 0 20px 0 15px;
margin: 0 0 0.5em 0;
line-height: 1.2;
}

nav ul li a {
color: #e8b300;
font-weight: bold;
}

nav ul li a:hover {
text-decolation: none;
}

footer {
clear: both;
background: #999999 url(../img/bg-header.jpg) repeat 0 0;
color: #ffffff;
font-size: 77%;
padding: 30px 60px 100px 60px;
position:relative;
}

ul#footerLogos {
position:absolute;
top: 30px;
right: 60px;
}

ul#footerLogos li {
display:inline;
margin: 0 0 0 20px;
}
