* {
	font-family:'メイリオ',	'Meiryo',
				'Hiragino Kaku Gothic Pro',	'ヒラギノ角ゴ Pro W3',	'Osaka',
				'ＭＳ Ｐゴシック',	sans-serif;
}

body {
	font-size: 14px;
    margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
}

table {
	border: 0px;
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
}

input {
	background-color: #EEE;
}

th {
font-size: 14px;
}

td {
	font-size: 14px;
}

p {
	font-size: 14px;
}

li {
	font-size: 14px;
	margin-bottom: 14px;
}

h1 {
	color: #06F;
	font-size: 18px;
}

h2 {
	color: #039;
	font-size: 16px;
}

img {
	border: 0px;
	
}

a:hover { 
	position:relative; top:1px; left:1px;
}

.conmame {
	font-size: 18px;
	color: #039;
	font-weight: bold;
}

.tel {
	font-size: 14px;
	color: #F60;
}

.bar {
	width: 8px;
	background: url(img/cirlution_09.gif) repeat-y;
}

.cr {
	font-size: 14px;
	text-align: right;
	background: #6CF;
	color: #FFF;
}

.underline {
	border-bottom: 1px solid #666666;
}

.leftline {
	border-left: 1px solid #666666;
}


