/*+++++++++++++++++++++++
  2013-14Ç¯ËöÇ¯»Ï.css
+++++++++++++++++++++++++*/
#page_navi_box_sp{
    display:none;
}

body{
    font-family: 'Arimo','¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','¥á¥¤¥ê¥ª',Meiryo,'£Í£Ó £Ð¥´¥·¥Ã¥¯','MS PGothic',sans-serif;
}

.header_part {
    margin: 30px auto 10px;
    text-align: center;
    width: 900px;
}

ul.topimg {
	padding:0;
	margin:0;
	text-align: justify;
	text-justify: distribute-all-lines;
}

ul.topimg li{
	display:inline;
	float:left;
	margin:10px;
	width:350px;
	text-align:left;
}
ul.topimg a{
       color: #ffffff;
}

#pagetitle h1.title {
    color: #000000;
    font-size: 150%;
    text-align:left;
    max-width:500px;
}

.page_notes{
    margin-left:2em;
    width: 98%;
}

.item{
    height:350px;
    width:220px;
}

.item-title{
    height:2.7em;
}

.item-artist{
    margin-bottom:5px;
}

.is_point_up {
    top: -280px;
}
.rate{
    top: -275px;
}

.textindent{
    margin-left: 1em;
}

.text-top_space{
    margin-top: 1em;
}

/*-------------*
   page navi
 *--------------*/

div#page_navi_box {
    background-color: #FF0000;
    box-shadow: 2px 2px 5px 2px #808080;
    height: 270px;
    margin: 0 auto;
    text-align: center;
    width: 900px;
    overflow:hidden;
}



div#page_navi_box .title_image1213 {
    background-color: #000000;
    height: 200px;
    margin: 0;
    padding: 0;
}

div#page_navi_box ul {
    background-color: #FF0000;
    height: 106px;
    letter-spacing: -0.5px;
    list-style-image: none;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 0;
    text-align: center;
    width: 900px;
}

div#page_navi_box ul li {
    background-color: #BD0000;
    float: left;
    font-size: 85%;
    height: 35px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 111px;
    border-right:1px solid #B6B6B6 !important;
}

div#page_navi_box ul li:last-child{
    border:none;
}

div#page_navi_box ul li a {
    color: #FFFFFF;
    display: block;
    height: 34px;
    line-height: 38px;
    overflow: hidden;
    padding: 0 2px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#page_navi_box ul li a:hover{
    background:#fff;
    color:#000;
    font-weight:bold;
    width:auto;
}

div#page_navi_box ul li.current{
    background:#FFDD84;
    color:#000;
}

div#page_navi_box ul li.current a{
    color:#000;
}


/* green */
.buttonoty-green {
  color: #fef4e9;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
 }

.buttonoty-green:hover {
  color: #fef4e9;
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top, #f88e11, #f06015);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
 }

.buttonoty-green:active {
  color: #fcd3a5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
  background: -moz-linear-gradient(top, #f47a20, #faa51a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
 }

.buttonoty {
  letter-spacing: .1em;
  display: inline-block;
  zoom: 1;
  /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
buttonoty.buttonoty-small {
  padding: .3em 1em .4em;
 }
