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

@import url(https://fonts.googleapis.com/css?family=Raleway:400);

body,
div,
h1,h2,h3,h4,h5,h6,
p,iframe,
dl,dt,dd,
form {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 12px;
	font-style: normal;
	line-height:160%;
	letter-spacing: 0;
}

ul,ol,li,dl,dt,dd{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a		{color:#666; font-weight:bold; text-decoration:none;}

a:hover	{color:#B29CFA;/*text-decoration:underline;*/}

html {
    height: 100%;
}

body {
	margin:0;
	background-color: #fafafa;
	text-align: center;
	position: relative;
	font-family: arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
	color:#666;
	height: auto !important;
    min-height: 100%;
	padding-bottom: 150px;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

li	{list-style:none;}

.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}

.cf:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #fff;
}

.txt_small{
	font-size: 80% !important;
}

.txt_red{
	color: #cc3366;
}
.txt_orange{
	color: #ff9933;
}
