/*
Theme Name: Markstar
Theme URI: http://markstar.jp
Author: 
Author URI: 
Description: 
Version: 1.0
*/

body {
    margin:0; padding:0;
    background-color: #BCBCBC;
    color: #000000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 85%;
}
a img{border:none}
a{
    outline: none;
    color: #DD3646;
}

#page {
    width: 100%;
    background-color: white;
    position: relative;
}
#header {
    width: 960px;
    height: 0112px;
    position: relative;
    margin:0 auto;
}
#header h1 {
    margin:0;
}
#site-title {
    width: 0233px;
    height: 039px;
    position: absolute;
    text-indent: -2000px;
    background-image: url(images/logo-markstar.png);
    background-repeat: no-repeat;
    background-position: left top;
    top: 52px;
}
#nav {
    position:absolute;
    top:68px;
    right:0;
}
#nav li {
    float:left;
    margin-left:40px;
    border-bottom: solid 2px white;
}
#nav li:hover, #nav li.current-menu-item {
    border-bottom-color: #DD3646;
}
#nav a {
    color:black;
    text-decoration:none;
    font-family:"Belleza";
    font-size: 24px;
}
#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#container {
    width: 100%;
    overflow: hidden;
    background-color: white;
    padding-bottom: 40px;
}
#content {
    width:960px;
    overflow:hidden;
    margin:0 auto;
}
#footer {
    color:white;
    width:960px;
    margin:0 auto;
    padding:15px 0;
    line-height:1.3;
}
#home-content,#contact-content {
    position:relative;
    width:960px;
    overflow:hidden;
    margin:30px 0 60px 0;
}
#home-message {
    width: 580px;
    margin-left: 10px;
    float:left;
}
#home-message h2 {
    font-size:170%;
    line-height:1.2;
    margin-bottom:30px;
}
#home-menu {
    width: 261px;
    float: right;
}
#home-menu .item {
    margin-bottom:10px;
}
.text{
    line-height: 170%;
}
.category-title {
    margin-bottom:40px;
}
#print-items {
    width:960px;
    overflow:hidden;
    padding-bottom:30px;
}
.print-item{
    width:480px;
    height:168px;
    overflow:hidden;
    float:left;
    margin-bottom:40px;
}
.print-photo {
    width:168px;
    height:168px;
    float:left;
}
.print-text {
    float: left;
    width: 258px;
}
.print-titles {
    margin-top: 5px;
    margin-bottom:15px;
    padding-left: 15px;
    border-bottom: 1px solid #000000;
}
.print-title {
    font-size:130%;
}
.print-title-e {
    margin-top:3px;
    margin-bottom:6px;
    font-size:80%;
}
.print-caption {
    padding-left: 15px;
    font-size:92%;
    line-height:1.4;
}
#contact-content h2 {
    margin-bottom:30px;
}
#contact-content .items {
    width:100%;
    overflow:hidden;
}
#contact-content .item {
    width:300px;
    float:left;
    line-height:1.5;
    padding-left:5px;
    padding-bottom:20px;
    border-left:black 2px solid;
    margin-left:3px;
}
.info {
    margin-top: 30px;
    background-color: #FFFBC2;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #FFDC46;
}
.info .title {
    font-weight: bold;
    border-bottom: 1px dotted #FFDC46;
}
.entry-title {
    font-family:"Belleza";
    background-color: #000000;
    color: #FFFFFF;
    font-size: large;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom:40px;
}
.entry-content {
    position:relative;
    min-height:auto;
}
