/* CSS Document */
/* charset */
@charset "UTF-8";

*{ padding:0; margin:0;color:#ffffff;}

body {
font:"HG丸ｺﾞｼｯｸM-PRO";
font-size: 12px;
margin:0px;
line-height:20px;
background-color:#000000;
background-repeat:repeat-x;
}

td.side{
padding:10px 60px 10px 40px;
vertical-align:top;
text-align:left;
color:#333333;
}

td.side2{
padding:0;
margin:0;
text-align:left;
}

td.mein{
padding:0 20px 0 15px;
vertical-align:top;
text-align:left;
}

div.yume{
line-height:40px;
margin-left:50px;
}

td.footer{
line-height:30px;
vertical-align:top;
padding:5px;
color:#888;
}

td.line{
background:url(line.gif);
background-repeat:repeat-x;
}

b{
font-weight:bold;
color:#8f662e;
font-size:14px;
}

/**　画像位置　**/

img{
margin:0;
padding:0;
}

img.photo{
padding:10px;
background-color:#FFFFFF;
border:solid 1px #CCCCCC;
margin: 0 10px;
}

img.photo2{
padding:3px;
background-color:#FFFFFF;
border:solid 1px #CCCCCC;
margin: 0 10px;
}

a img{
border:none;
}

table tr td{
padding:0;
}

img.mid{
vertical-align:middle;
}

/**　デコレーション　ボタン　**/

a.squarebutton{
background: transparent url('img/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
margin-right:10px;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('img/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
color:#333333;
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}