@charset "Shift_JIS";


/*--Default デフォルトの設定
--------------------------------------------------------------*/
body{
color:#333333;
background-color:#ffffff;
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:81%;  /*13px*/
font-weight:normal;
line-height:1.54;
letter-spacing:0px;
text-align:center;
}

/*--リンクの設定--*/
a:link, a:visited{
color:#0066ff;
text-decoration:underline;
}
a:hover, a:active{
color:#0033ff;
text-decoration:none;
}

/*--表の設定--*/
table,th,td{
border-collapse:collapse;
font-family:inherit;
font-size:inherit;
font-weight:normal;
}

/*--フォームの設定--*/
form, fieldset, input, select, option, textarea{
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:inherit;
font-weight:normal;
}
input{vertical-align:middle;}


/*--container
--------------------------------------------------------------*/
#containerWrap{
width:960px;
margin:0 auto 0;
padding:0 10px;
text-align:left;
clear:both;
}

/*==container==*/
#container{
margin-left: 105px;
margin-right: 105px;
}


/*--common 共通の設定
--------------------------------------------------------------*/
/*中央揃え*/
.aCenter{text-align:center;}


/*==ttl002==*/
.ttl002{
background:url(../images/common/ttl002_bg.gif) left bottom repeat-x;
font-size:154%;
font-weight:bold;
line-height:1.2;
}
.ttl002 span{
padding:2px 10px 10px 19px;
background:url(../images/common/ttl002_point.gif) left top no-repeat;
display:block;
}

/*==ttl003==*/
.ttl003{
padding:8px 10px 5px;
background-color:#52a0ee;
border-right:1px solid #1a6fc3;
border-bottom:1px solid #1a6fc3;
color:#ffffff;
font-size:123%;
font-weight:bold;
line-height:1.2;
margin-left:10px;
margin-right:10px;
}


/*--ページトップへ（コンテンツ内）
--------------------------------------------------------------*/
.pageTopCont{
margin-top:4px;
font-size:85%;
text-align:right;
clear:both;
}
.pageTopCont a:link, .pageTopCont a:visited{color:#333333; text-decoration:none;}
.pageTopCont a:hover, .pageTopCont a:active{color:#52a0ee; text-decoration:underline;}


/*--section
--------------------------------------------------------------*/
.section{
margin-top:30px;
clear:both;
}

.article{
margin-top:20px;
padding:0 20px;
clear:both;
}


/*==list004==*/
.list004 {
	list-style-type:decimal;
}
.list004 li{
	margin-top:10px;
	list-style-type:decimal;
}

/*==table003==*/
.table003{
border:1px solid #cccccc;
}

.table003 td{

}
.table003 td{
vertical-align:top;
}

.mT0{margin-top:0px;}
.mT5{margin-top:5px;}
.mT10{margin-top:10px;}
.mT15{margin-top:15px;}
.mT20{margin-top:20px;}


/*--タイトル
--------------------------------------------------------------*/
.infoTitle{
background-color:#add8e6;
/* font-weight:bold; */
border-top:#C7CED1 1px solid;
border-left:#C7CED1 1px solid;
border-right:#C7CED1 1px solid;
}

/*--リンクリスト（ブラウザ選択）
--------------------------------------------------------------*/
.ss_ul1{
display:block;
list-style:none;
margin:0;
padding:0;
}
