﻿@charset "UTF-8";

/* ------------------------------------------------------
body
------------------------------------------------------ */
body{
	font-family: "ＭＳ Ｐゴシック", sans-serif, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-size: 110%;
	background-color: #F7F4F2; /*クリーム 背景色 色指定*/
}

/* ------------------------------------------------------
link
------------------------------------------------------ */
a:link{
    color: #006699;  /*緑青 文字色 色指定*/
    text-decoration: underline;
}
a:visited{
    color: #006699;  /*緑青 文字色 色指定*/
    text-decoration: underline;
}
a:hover{
    color: #cc0033; /*明るい赤 文字色 色指定*/
    text-decoration: none;
}
a:active{
    color: #cc0033; /*明るい赤 文字色 色指定*/
    text-decoration: none;
}

/* ------------------------------------------------------

------------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
}
fieldset,img{
    border: 0;
}
img{
    vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style: normal;
}
ol,ul{
    list-style: none;
}
caption,th{
    text-align: left;
}
q:before,q:after{
    content: '';
}
abbr,acronym{
    border: 0;
}
hr{
	border: 0;
	height: 1px;
	clear: both;
	float: none;
}
input{
	cursor:pointer;
	font-size:110%;
}
label{
	text-align: center;
}

/* ------------------------------------------------------
font
------------------------------------------------------ */
h1,h2,h3,h4,h5,h6{
    font-size: 100%;
}

