/*
---------------------------------------------
 Body
---------------------------------------------
*/
body{
background: #fff url("/images/common/background.jpg") no-repeat left top;
min-width: 770px;
margin: 10px auto;
padding: 0px 50px;
font-family: "Hiragino Kaku Gothic Pro", CI, "MS UI Gothic", verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
*font-size: small;
*font: x-small;
line-height: 1.3;
color: #414141;
}

a:link{
color: #155eda;
}

a:visited{
color: #155eda;
}

a:hover{
color: #66CCFF;
}

img{
border: 0;
}


/*
---------------------------------------------
 H Block
---------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0px;
padding: 0px;
font-weight: bold;
}

h1 {
font-size: 189%;
}

h2 {
font-size: 159%;
}

h3 {
font-size: 144%;
}

h4 {
font-size: 107%;
}

h5 {
font-size: 100%;
}


/*
---------------------------------------------
 List
---------------------------------------------
*/
ul{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}
li{
margin: 0px;
padding: 0px;
line-height: 100%;
}


/*
---------------------------------------------
 List Link
---------------------------------------------
*/
ul.arrowLink {
}

ul.arrowLink li {
background: url("/images/common/arrow.gif") no-repeat;
padding: 0 0 5px 18px;
list-style-position: outside;
line-height: 1.3;
}


strong{
line-height:1.5;
}
