/* ====================================
基本設定開始
==================================== */
body {
	margin:0 0 20px;
	padding:0;
	color:#333333;
	font-size:0.8em;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
/* 画像のボーダー解除、位置調整 */
img{
	border:0;
	vertical-align:bottom;
}
.border{
	border:1px solid #ccc;
	padding:5px;
}
/* リンク */
a{
	color:#3592EE;
	overflow:hidden;
	text-decoration:underline;
}
a:hover,a:active{
	text-decoration:none;
}

/* テキスト寄せ */
.txtC{text-align:center;}
.txtR{text-align:right;}
.txtL{text-align:left;}

/* フロート */
.floatl{float:left;margin:0;}
.floatr{float:right;margin:0;}
.floatl10{float:left;margin:0 10px 10px 0;}
.floatr10{float:right;margin:0 0 10px 10px;}
.clear{clear:both;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

/* 詳細はこちらリンク */
.focus {text-align:right;}
.focus a{
	background:url(../img/list1.jpg) no-repeat left center;
	padding-left:14px;
}
.focus a:hover,.focus a:active{
	background:url(../img/list1_on.jpg) no-repeat left center;
	padding-left:14px;
}
.focus2 {text-align:right;}
.focus2 a{
	background:url(../img/list2.jpg) no-repeat left center;
	padding-left:14px;
}
.focus2 a:hover,.focus2 a:active{
	background:url(../img/list2_on.jpg) no-repeat left center;
	padding-left:14px;
}

/* フォントサイズのパターン */
.font200{font-size:200%;}
.font150{font-size:150%;}
.font140{font-size:140%;}
.font130{font-size:130%;}
.font120{font-size:120%;}
.font110{font-size:110%;}
.font90{font-size:90%;font-weight:normal;}
.font80{font-size:80%;font-weight:normal;}
.font70{font-size:70%;font-weight:normal;}
.font60{font-size:60%;font-weight:normal;}
.font55{font-size:50%;font-weight:normal;}
.font50{font-size:50%;font-weight:normal;}

/* フォント色のパターン */
.fontred1{color:#FF0000;}
.fontred2{color:#FF3300;}
.fontred3{color:#d7000f;}
.fontorange1{color:#FF6600;}
.fontorange2{color:#FF9900;}
.fontyellow1{color:#FFcc00;}
.fontyellow2{color:#FFFF00;}
.fontblue1{color:#0000FF;}
.fontblue2{color:#3399CC;}
.fontgreen1{color:#006600;}
.fontgreen2{color:#99CC00;}
.fontbrown1{color:#993300;}
.fontbroun2{color:#CC9966;}
.fontpurple1{color:#6633CC;}
.fontpurple2{color:#9999FF;}
.fontpink1{color:#FF33CC;}
.fontpink2{color:#FF99CC;}
.fontpink3{color:#fae2e7;}
.fontgray1{color:#666666;}
.fontgray2{color:#999999;}

.underline{text-decoration:underline;}
.line-through{text-decoration:line-through;}

/* 汎用的な幅のパターン */
.width5{width:5%;}
.width7{width:7%;}
.width8{width:8%;}
.width10{width:10%;}
.width12{width:12%;}
.width15{width:15%;}
.width17{width:17%;}
.width18{width:18%;}
.width20{width:20%;}
.width22{width:22%;}
.width25{width:25%;}
.width27{width:27%;}
.width28{width:28%;}
.width30{width:30%;}
.width32{width:32%;}
.width33{width:33%;}
.width34{width:34%;}
.width35{width:35%;}
.width37{width:37%;}
.width38{width:38%;}
.width40{width:40%;}
.width42{width:42%;}
.width45{width:45%;}
.width47{width:47%;}
.width48{width:48%;}
.width50{width:50%;}
.width52{width:52%;}
.width55{width:55%;}
.width57{width:57%;}
.width58{width:58%;}
.width60{width:60%;}
.width62{width:62%;}
.width65{width:65%;}
.width67{width:67%;}
.width68{width:68%;}
.width70{width:70%;}
.width72{width:72%;}
.width75{width:75%;}
.width77{width:77%;}
.width78{width:78%;}
.width80{width:80%;}
.width82{width:82%;}
.width85{width:85%;}
.width87{width:87%;}
.width88{width:88%;}
.width90{width:90%;}
.width92{width:92%;}
.width95{width:95%;}
.width97{width:97%;}
.width98{width:98%;}
.width100{width:100%;}
/* ====================================
基本設定終了
==================================== */

/* ====================================
コンテンツ開始
==================================== */
#cont{
	width:580px;
	margin:0 auto;
}
#cont ul, #cont ol{
	margin:0px;
	padding:0;
}
#cont ul li,
#cont ol li{
	margin:0 0 0 15px;
	padding:0;
}
#cont ul.type1{
	list-style-image:url(../img/list1.jpg);
}
#cont ul.type1 li{
	margin-bottom:10px;
}
#cont dl{
	margin:0;
	padding:0;
}
#cont dt{
	width:130px;
	float:left;
	margin:0;
	padding:0;
	clear:both;
}
#cont dd{
	width:250px;
	float:left;
	margin:0;
	padding:0;
}

/* テーブル */
#cont table{
	margin:0 0 20px 0;
}
#cont table.type1{
	background:#ccc;
}
#cont table.type1 th{
	background:#fafafa;
	text-align:left;
	vertical-align:top;
}
#cont table.type1 td{
	background:#fff;
}
#cont table.media td{
	text-align:center;
	vertical-align:top;
}

#map_canvas{
	width:580px;
	height:380px;
	border:1px solid #cccccc;
}

/* ====================================
コンテンツ終了
==================================== */
