
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #585858;
	font-size: 14px;
	line-height: 150%;
	letter-spacing : 1px;
	margin: 0px;
	padding: 0px;
}


p{
	margin: 0px;
	text-align: left;
	line-height: 180%;
}

img{border-style: none;}

/*** リンク関連 ***/

a img{
	border: 0px;
}

a:hover img.gls{
	filter: alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
}

a{
	text-decoration: underline;
	color: #585858;
}
a:visited{
	text-decoration: none;
	color: #585858;
}
a:hover{
	text-decoration: none;
	color: #0085c2;
}

a:focus{
   outline: none;
}

br.cls{clear : both;}

/*** 余白関連 ***/
.pt_0{padding-top: 0px;}
.pt_5{padding-top: 5px;}
.pt_10{padding-top: 10px;}
.pt_15{padding-top: 15px;}
.pt_20{padding-top: 20px;}
.pt_25{padding-top: 25px;}
.pt_30{padding-top: 30px;}
.pt_35{padding-top: 35px;}
.pt_40{padding-top: 40px;}

.pb_5{padding-bottom: 5px;}
.pb_10{padding-bottom: 10px;}
.pb_15{padding-bottom: 15px;}
.pb_20{padding-bottom: 20px;}
.pb_25{padding-bottom: 25px;}
.pb_30{padding-bottom: 30px;}
.pb_35{padding-bottom: 35px;}
.pb_40{padding-bottom: 40px;}

.mt_0{margin-top: 0px;}
.mt_5{margin-top: 5px;}
.mt_10{margin-top: 10px;}
.mt_15{margin-top: 15px;}
.mt_20{margin-top: 20px;}
.mt_25{margin-top: 25px;}
.mt_30{margin-top: 30px;}
.mt_35{margin-top: 35px;}
.mt_40{margin-top: 40px;}

.mb_0{margin-bottom: 0px;}
.mb_5{margin-bottom: 5px;}
.mb_10{margin-bottom: 10px;}
.mb_15{margin-bottom: 15px;}
.mb_20{margin-bottom: 20px;}
.mb_25{margin-bottom: 25px;}
.mb_30{margin-bottom: 30px;}
.mb_35{margin-bottom: 35px;}
.mb_40{margin-bottom: 40px;}

/*テーブル*/

table.t1{
	width : 650px;
	margin : 0px;
	padding : 0px;
	border-left : solid 1px #cccccc;
	border-top : solid 1px #cccccc;
}

table.t1 tr td{
	font-size : 14px;
	color : #585858;
	margin : 0px;
	padding : 10px;
	border-right : solid 1px #cccccc;
	border-bottom : solid 1px #cccccc;
}

table.t1 tr td.left{text-align : left;}
table.t1 tr td.center{text-align : center;}
table.t1 tr td.middle{vertical-align : middle;}

table.t1 tr td.bg{background-color : #dddddd;}

table.t1 tr td a,
table.t1 tr td a:visited{
	font-size : 14px;
	color : #585858;
	text-decoration : underline;
}
table.t1 tr td a:hover{
	text-decoration : none;
}

/***** ライトボックス風モーダルウインドウ *****/


#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
	border-radius: 10px;
}
#modal-win-inner > * {
	border-radius: 10px;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

#c1,#c2,#c3,#c4,#c5,#c6,#c7,#c8,#c9,#c10,#c11,#c12,#c13,#c14,#c15,#c16,#c17,#c18,#c19,#c20,#c21,#c22,#c23,#c24,#c25,#c26,#c27,#c28,#c29,#c30{
	display: none;
	background-color: #ffffff;
	padding: 20px;
}

.msg{
	width: 640px;
}
.msg p{
	font-size: 14px;
	color: #585858;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 180%;
}
.msg p.center{text-align: center;}

.msg p a{
	font-size: 14px;
	color: #585858;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 180%;
	text-decoration: underline;
}

.msg p a:hover{
	text-decoration: none;
}

.msg div.cell{
	display : table;
	width : 640px;
	border-bottom : solid 1px #eeeeee;
}

.msg div.cell div.cell1{
	font-size: 12px;
	color: #585858;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 25px;
	display : table-cell;
	width : 110px;
	height : 25px;
}
.msg div.cell div.cell2{
	font-size: 12px;
	color: #585858;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 25px;
	display : table-cell;
	width : 530px;
	height : 25px;
}


