@import "common.css";
@import "detail.css";


body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,input,textarea,
p,
blockquote,
th,td {
	font-size: 12px;
	margin:0;
	padding:0;
}
body {
//	background: url(/img/common/bg.jpg) center repeat-y;
	background:url('/img/common/b_ptn.gif') repeat;
	color: #333333;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul,dl {
	list-style:none;
}

	caption,th,dt {
	text-align:left; 
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
p {
	line-height: 1.5em;
}

q:before,q:after {   
	content:'';
}

abbr,acronym {   
	border:0;
}

a{
	text-decoration:none;
	color:#01498E;
}
a:visited {
	text-decoration:none;
	color:#01498E;
}

a:hover{
	color:#0088B2;
}
a:active {
	color:#CC0000;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}


/* Base layout */

#header {
	text-align:center;
}
#main {
	text-align:center;
	padding: 0 0 10px 0;
}
#footer {
	text-align:center;
	padding: 0 0 10px 0;
}
