@charset "utf-8";
@import url("layouts.css");


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;
   color: #000;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-decoration: none;
   font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
   font-size: 14px;
}


body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,p,blockquote,th,td {
   line-height:120%;
}



/* タグ要素の変更 */
body {
    margin: 0;
    display: block;
	width: 100%;
	text-align: center;
	background: #efefef;
}

div {
   display: block;
}


table {
    border-collapse: collapse;
}

img {
    border:0px;
}

/* formBaseDesign */
input,
select {
    width:200px;
}

input.blueborder,
textarea.blueborder,
select.blueborder {
    border: 1px solid #7faec4;
	padding: 1px;
}




/* IE5でのセンター寄せ用 */
.ie5fix {
    text-align: center;
}

.red {
    color: #FF0000;
}

.blue {
    color: #0033FF;
}

/* 基本リンクカラー */
a:link, a:visited, a:active{color: #0033FF;text-decoration:none}
a:hover {color: #FF0000;text-decoration:underline;}
