@charset "UTF-8";

/* スタイルクリア */

*{margin:0; padding:0;}


/* ページ設定 */

body  {
	font: 100% "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background: #ADDEE6;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

img , a, a:hover{border:0;}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:1em;
}

strong , em{font-weight:bold; font-style:normal;}

ul , ol{list-style:none;}


/* コンテントインナー */

#container { 
	width: 900px;
	margin: 0 auto;
	text-align: left;
} 

/* ヘッダ */

#header {
	padding: 0 0 0 8px;
	background: url(img/header_bg.gif) repeat-x;
} 
#header h1 {
	margin: 0;
	padding: 20px 0 10px; 
	float: left;
	width: 537px;
}
#header #contact {
	margin: 0 0 0 562px;
	padding: 37px 0 27px; 
}


/* グローバルナビゲーション */

#globalNavi {
	float: left;
	width: 220px;
	margin: 10px 0 0;
	padding: 0;
}
#globalNavi li {
	height: 35px;
	width: 220px;
	padding-bottom: 5px;
	text-indent: 10px;
	font-weight: bold;
}
#globalNavi a:link,
#globalNavi a:visited {
	background: url(img/globalnavi_off.gif) no-repeat left top;
	display: block;
	line-height: 35px;
	color: #000000;
	text-decoration: none;
	font-size:14px;
}
#globalNavi .on a,
#globalNavi a:hover,
#globalNavi a:active {
	background: url(img/globalnavi_on.gif) no-repeat left top;
}
#businessHours {
	line-height:1.4;
	font-size:0.9em;
	border:#22BDCD solid 3px;
	padding:10px;
	background:url(img/bgH.gif);
/*	color:#FFFFFF;*/
}

/* メインコンテンツ */

#mainContent {
	margin: 10px 0 0 230px; 
	padding: 20px 20px 5px; 
	background: #FFFFFF;
} 
#mainContent h2 {
	background: url(img/pagetaitle_bg.gif) no-repeat left top;
	line-height: 36px;
	text-indent: 25px;
	padding-bottom: 1em;
}
#mainContent p, #mainContent ul, #mainContent ol, #mainContent dt, #mainContent dd, #mainContent th, #mainContent td {
	font-size: 0.9em;
	line-height: 1.5em;
}
#mainContent p,#mainContent dl {
	padding-bottom: 1em;
}
#mainContent #topic dl {
	padding: 0 20px 1em 20px;
}
#mainContent #topic dt {
	font-weight: bold;
	padding-top: 0.2em;
}
#mainContent #topic dd {
	border-bottom: 1px dotted #666666;
	margin-top: -1.5em;
	padding: 0 0 0.2em 7em;
}
#mainContent #topItem img {
	background: #CCCCCC;
	margin-right: 7px;
	margin-bottom: 7px;
}
#mainContent .pageTop {
	font-size: 0.8em;
	text-align: right;
}


/* テキストリンク */

#textLink { 
	padding: 0; 
} 
#textLink p {
	margin: 0; 
	padding: 10px 0; 
	font-size: 0.8em;
	text-align: center;
	line-height: 1.5;
}


/* フッター */

#footer {
	padding: 0; 
	background:#22BDCD;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
}


/*  */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*  */
#mainContent .sizeLL {
	font-size:1.2em;
}
#mainContent .sizeL {
	font-size:1.1em;
}
#mainContent .sizeM {
	font-size:1.0em;
}
#mainContent .sizeS {
	font-size:0.8em;
}
#mainContent .sizeSS {
	font-size:0.7em;
}

#mainContent #boxG {
	width:80%; 
	margin:10px auto;
	background:#dddddd;
	border:none;
}
#mainContent .flow_box {
	width:80%; 
	margin:0 auto; 
	padding-left:23px;
}
#mainContent .flow_box div {
	border-top:#22BDCD solid 3px; 
	border-right:#22BDCD solid 3px; 
	border-bottom:#22BDCD solid 3px; 
	padding:10px 12px 10px 35px;
}
#mainContent .flow_box p {
	padding:0;
}

/*  */
#mainContent span {
	color:#CC0000;
}
/*  */

table.tableD {
    border: 1px #22BDCD solid;
    border-spacing: 0;
    background: #ffffff;
}

table.tableD th {
    padding: 5px;
    border: 1px #22BDCD solid;
    background: #ADDEE6;
    font-weight: bold;
    text-align: center;
}
table.tableD td {
    padding: 5px;
    border: 1px #22BDCD solid;
    text-align: left;
}
