@charset "utf-8";

/* ===================================================================
	base 基本スタイル
=================================================================== */


/* ----------------------------------------------------
    リセットスタイル
---------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,form,select,option,address,pre {
    font-size:100%;
    font-style:normal;
    font-family:Verdana,sans-serif;
    line-height:1.5;
    margin:0;
    padding:0;
}
html {
    overflow-y:scroll;
}
body {
    font-size:12px;
    font-size:75%\9;
}
img {
    border: 0px;
    vertical-align:bottom;
}

/* ----------------------------------------------------
    リンク スタイル設定（標準）
---------------------------------------------------- */
a {
    color:#2200C1;
    text-decoration:underline;
}
a:hover {
    color:#2200C1;
    text-decoration:none;
}
a:focus {
    outline:none;
}
a img {
    vertical-align:top;
    text-decoration:none;
}


/* ----------------------------------------------------
    フォーム スタイル設定
---------------------------------------------------- */
input.text {
    margin:0;
    padding:4px 3px 3px 3px;
    font-size:100%;
    line-height:1.3;
    color:#333;
    border:1px solid #CCC;
}
input.text:focus {
    outline:none;
}
textarea {
    border:1px solid #CCC;
    font-size:100%;
    color:#333;
}
textarea:focus {
    outline:none;
}

/* ----------------------------------------------------
    半角英数字 改行設定
---------------------------------------------------- */
table, th, td,
div {
    word-wrap:break-word;
}

table td {
    word-break:break-all;
}
