@charset "UTF-8";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
/*    text-align: center; */
    font-size: 13px;/* 85%; */
    font-family: sans-serif, 'ＭＳ Ｐゴシック' , 'Osaka';
    color: #000000;
    min-width: 950px;
}

html:\66irst-child body{
    font-size: 70%;
}

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

.csia-layoutset-qa #csia-header{
    width: 960px;
	  margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
	  height: 133px;
    overflow: hidden;
    background-image : url(../images/top_img_set3.png);
    background-position: top center;
    background-repeat: no-repeat;
	  padding-left: 0px;
	  padding-right: 0px;
}


.csia-layoutset-qa  #csia-inner{
		margin-top: 20px;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
.csia-layoutset-qa{
    background-image : url(../images/headerBg_1Rc_03.png);
    background-position: top left;
    background-repeat: repeat-x;
}



/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/

/* ヘッダー内パーツ */

#csia-headerLogo{
    width: 300px;
    float: left;
}

#csia-headerLogo a{
    display: block;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 60px;
    background-image : url(../images/main_logo5.png);
    background-position: 5px 0px;
    background-repeat: no-repeat;
}

#csia-headerMain{
    width: 950px;
    float: left;
}

#csia-headerMain h1{
		top: 0;
    float: left;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-weight: 700;
    line-height: 15px;
    font-size: 15px;
    color: #0f1c9d;
    text-shadow : #ffff80 2px 2px 2px;
}


a:link{
    color: #0033cc;
    text-decoration: underline;
}

a:visited{
    color: #0033cc;
}

a:hover{
    color: #0066aa;
    text-decoration: none;
}

a:active{
    color: #0066aa;
    text-decoration: none;
}

#csia-skip{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    padding-left:  20px;
}

em{
		font-size: 14px;
    font-weight: bold;
		font-style: normal;
}

.left{
    float: left;
}

img.left{
    margin-left: 14px;
}

.right{
    float: right;
}

img.right{
    margin-right: 24px;
}



table{

    margin: 0px;
    padding-left: 0px; /*  10px; */

    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    width: 80%;
    max-width: 650px;
}


table td{
    padding: 0px;
/*    font-size: 13px; */
    line-height: 1.5em;
    width: 70%;
    max-width: 550px;
}

