@charset "utf-8";
/*Copyright (c) 2006,Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt */
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: bottom;
}
table img {
	vertical-align: baseline;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
/*	text-align: left;*/
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
/*q: before, q: after {
	content: '';
}
;*/
abbr, acronym {
	border: 0;
}
*:first-child+html body { /* for Ie7 */
	font-size: 88%;
}
* html body { /* for Ie6 */
	font-size: 88%;
}
table {
	font-size: inherit;/* font: 100%; */
}
select, input, textarea {
	font: 14px arial, helvetica, clean, sans-serif;
}
/*pre, code  {
	font: 115% monospace;
	*font-size: 100%;
}
*/
/*removing
body * {line-height:1.22em;}
*/


body {
	font: 16px/1.4 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,sans-serif;
	color:#333;/*font-family:Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Osaka","lroSVbN";*/
}
body a:link, body a:visited {
	color:#1D3994;
	text-decoration: none;
}
body a:active, body a:hover {
	color:#1D3994;
	text-decoration: underline;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.left {
	float: left;
}
.right {
	float: right;
}


/*
 *
------------------------------------------*/
* {
	line-height:150%;
	font-size:14px;
        color: #444444;
}
/*
 font-size
------------------------------------------*/
.fs12 {
	font-size:10px;
}
.fs12 {
	font-size:12px;
}
.fs14 {
	font-size:14px;
}
.fs16 {
	font-size:16px;
}
.fs18 {
	font-size:18px;
}
.fs20 {
	font-size:20px;
}
.fs30 {
	font-size:30px;
}

/*
 margin-right
------------------------------------------*/
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}


/*
 margin-bottom
------------------------------------------*/
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}

/*
wrap
------------------------------------------*/
.wrap10 {
	padding: 10px;
}
.wrap20 {
	padding: 20px;
}

/*
 bold
------------------------------------------*/
 .bold {
	font-weight: bold;
}
/*
 underline
------------------------------------------*/

.underline {
	text-decoration:underline;
}
/*
 fc_blue
------------------------------------------*/
 .fc_blue {
	color: #1392CE;
}
/*
 fc_red
------------------------------------------*/
 .fc_red {
	color: #CC0000;
}
/*
 fc_orenge
------------------------------------------*/
 .fc_orenge {
	color: #FF6600;
}
