@charset "utf-8";/* CSS Document *//* ------ reset ------ */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}h1, h2, h3, h4, h5, h6, img, ol, ul, li, p, div {	margin: 0;	padding: 0;	border: 0;	outline: 0;	vertical-align: baseline;}/* ------ body ------ */body {	font-family : "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "MS P ゴシック", "MS P Gothic", sans-serif;	font-size : 62.5%;	line-height : 1.8;	color: #505050;	text-align: center;	margin: 0px;	padding: 0px;	background-image: url("../common/bg_body.gif");	background-position: center;	background-repeat: repeat-y;}h1,h2,h3,h4,h5 {	font-weight: bold;	line-height: 1.3;	margin-bottom: 25px;}/* ------ link-color ------ */a:link,a:visited {	color: #06C;	text-decoration: none;}a:hover {	color: #f36;	text-decoration: underline;}a:active {	color:#f36;}/* ------ text ------ */.txt-red {	color: #EB0000;}.txt-large {	font-size: 120%;}.txt-large-red {	font-size: 120%;	font-weight: bold;	color: #F00;}.txt-small {	font-size: 90%;}.txt-underline {	border-bottom: 1px solid #999;}/* ------ bg_text ------ */.bg_yellow {	background: #FF6;}.bg_orange {	background: #FFCC33;}.bg_blue {	background: #E6E6FF;}.bg_green {	background: #CF9;}/* ------ etc ------ */:focus {	outline: 0;}p {	margin-bottom: 25px;}ul {	line-height: 1.5;	margin-bottom: 25px;}ol {	line-height: 1.5;	margin-bottom: 25px;}/* tables */table {	border-collapse: collapse;	border-spacing: 0;}/* img */img {	border-style: none;	border-width: 0;	vertical-align: bottom;}/* clearfix */.clearfix:after {	content: ".";	display: block;	clear: both;	height: 0;	visibility: hidden;}.clearfix {	display: inline-block;}* html .clearfix {	height: 1%;}.clearfix {	display: block;}.clear {	clear:both;	overflow:hidden;	width: 1px;	height: 1px;	margin: 0 -1px -1px 0;	border: 0;	padding: 0;	font-size: 0;	line-height: 0;}