@charset "utf-8";
/* CSS Document */


/* --------- リセット --------- */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}


fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* --------- 構成 --------- */

body{
	margin:0; 
	padding:0;
	background: url(../images/bg.jpg) repeat-x;
}

body {
	font-size:14px;
	*font-size:small;
	*font:x-small;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 20px;
}

div#container{
	width: 880px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}


/* --------- フォント --------- */

.j10 { font-size: 10px; line-height: 16px; }

.ylw { color: #333; font-weight: bold; background-color: #FFFF99; padding: 3px;}
.ylw2 { color: #333; font-size: 16px; font-weight: bold; line-height: 22px; background-color: #FFFF99; padding: 3px;}



a:link { 
  color: #278F73;
  text-decoration: underline;
}

a:visited { 
  color: #278F73;
	text-decoration:underline;
}

a:hover { 
  color: #278F73;
  text-decoration: none;
}

a:active { 
  color: #278F73;
	text-decoration:underline;
}



/* --------- clearfix --------- */

.clearfix:after{
  content:".";/*.という新しい要素を生成*/
	display:block;/*要素をブロック要素に変換*/
	clear:both;/*回り込み解除*/
	visibility:hidden;/*非表示に設定*/
	height:0; /*高さを0*/
}

.clearfix{display:inline-table;zoom:1;}
 /*other IE Mac 5 \*/
 *html.clearfix{height:1%;}
 .clearfix{display:block;}
 /* end other IE Mac5*/


/* --------- margin --------- */

.mt10 {margin-top: 10px !important;}

.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}

.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}

.ml30 {margin-left: 30px !important;}

.pd20 {padding: 20px !important;}


