@charset "utf-8";

/* CSS Reset
---------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {border:none;}

/* 分岐ページ用
----------------------------------------*/
body#switch-page	{
	width: 100%;
	margin: 0;
	background: #D6B9CC url(../img/bg.jpg) fixed 0 0;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
}
#switch-page #wrapper	{
	width: 810px;
	margin: 70px auto 0 auto;
	padding: 20px 0;
	background: #fff;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
#IE6 #switch-page #wrapper,
#IE7 #switch-page #wrapper,
#IE8 #switch-page #wrapper	{
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#bfbba6, Strength=10, Direction=0),
			progid:DXImageTransform.Microsoft.Shadow(Color=#bfbba6, Strength=10, Direction=90),
			progid:DXImageTransform.Microsoft.Shadow(Color=#bfbba6, Strength=10, Direction=180),
			progid:DXImageTransform.Microsoft.Shadow(Color=#bfbba6, Strength=10, Direction=270);
}
#switch-page h1 {
	margin: 40px 0 0 0;
	text-align: center;
}
#switch-page .links	{
	padding: 80px 60px;
	line-height: 2.0em !important;
	font-size: 1.8em !important;
}
#switch-page #footer {
    padding: 20px 0 18px;
	text-align: center;
}
#switch-page #footer address {
	color: #333;
}

/* リンク
----------------------------------------*/
a,
a:visited	{
	outline: none;
	text-decoration: underline;
	color: #00799a;
}
a:hover,
a:active	{
	text-decoration: none;
	color: #88bccb;
}

/* ノーマライゼーション等
----------------------------------------*/
strong, b, .bold	{font-weight: bold;}
em, i	{font-style: italic;}
sup	{
	position: relative;
	top: -5px;
	font-size: 10px;
}
.larger	{font-size: 1.2em !important;}
.smaller	{font-size: 0.86em !important;}
.meiryofix	{
	font-family: "Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.red {color: #f00;}
.aL	{text-align: left;}
.aC	{text-align: center;}
.aR	{text-align: right;}

.mT10		{margin-top: 10px !important;}
.mT20		{margin-top: 20px !important;}
.mB0		{margin-bottom: 0px !important;}
.mB5		{margin-bottom: 5px !important;}
.mB10		{margin-bottom: 10px !important;}
.mB20		{margin-bottom: 20px !important;}
.mB30		{margin-bottom: 30px !important;}
.mB50		{margin-bottom: 50px !important;}

/* floatなど
----------------------------------------*/
.fL	{float: left;}
.fR	{float: right;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
