@charset "utf-8";
/* CSS Document */
/** * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/) * http://cssreset.com * Copyright 2012 Yahoo! Inc. All rights reserved. * http://yuilibrary.com/license/ *//*	TODO will need to remove settings on HTML since we can't namespace it.	TODO with the prefix, should I group by selector or property for weight savings?*/html {
	color:#000;
	background:#FFF;
}/*	TODO remove settings on BODY since we can't namespace it.*//*	TODO test putting a class on HEAD.		- Fails on FF. */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}/*	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...*/
address, caption, cite, code, dfn, em, 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;
	font-variant:normal;
}/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}/*to enable resizing for IE*/
input, textarea, select {
*font-size:100%;
}/*because legend doesn't inherit in IE */
legend {
	color:#000;
}/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
	display: none;
}


/*preset*/

body{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:14px; line-height:1.6em; color:#000;}
p{margin:0px; padding:0px;}
img{border:none;}
.clear{clear:both;}

/* font */
.under{text-decoration:underline;}
.ft_italic{font-size:14px; line-height:40px; color:#000; font-style:italic;}
.ft18{font-size:18px; line-height:36px; color:#000;}
.ft18_under{font-size:18px; line-height:36px; color:#000; text-decoration:underline;}
.ft18_italic{font-size:18px; line-height:36px; color:#000; font-style:italic;}
.ft20{font-size:20px; line-height:40px; color:#000;}
.ft20_under{font-size:20px; line-height:40px; color:#000; text-decoration:underline;}
.ft20_italic{font-size:20px; line-height:40px; color:#000; font-style:italic;}
.ft22{font-size:22px; line-height:44px; color:#000;}
.ft22_under{font-size:22px; line-height:44px; color:#000; text-decoration:underline;}
.ft22_italic{font-size:22px; line-height:44px; color:#000; font-style:italic;}
.ft24{font-size:24px; line-height:48px; color:#000;}
.ft24_under{font-size:24px; line-height:48px; color:#000; text-decoration:underline;}
.ft24_italic{font-size:24px; line-height:48px; color:#000; font-style:italic;}
.ft30{font-size:30px; line-height:60px; color:#000;}
.ft30_under{font-size:30px; line-height:60px; color:#000; text-decoration:underline;}
.white_ft18{font-size:18px; line-height:36px; color:#FFF;}
.white_ft18_under{font-size:18px; line-height:36px; color:#FFF; text-decoration:underline;}
.white_ft18_italic{font-size:18px; line-height:36px; color:#FFF; font-style:italic;}
.white_ft20{font-size:20px; line-height:40px; color:#FFF;}
.white_ft20_under{font-size:20px; line-height:40px; color:#FFF; text-decoration:underline;}
.white_ft20_italic{font-size:20px; line-height:40px; color:#FFF; font-style:italic;}
.white_ft22{font-size:22px; line-height:44px; color:#FFF;}
.white_ft22_under{font-size:22px; line-height:44px; color:#FFF; text-decoration:underline;}
.white_ft22_italic{font-size:22px; line-height:44px; color:#FFF; font-style:italic;}
.white_ft24{font-size:24px; line-height:48px; color:#FFF;}
.white_ft24_under{font-size:24px; line-height:48px; color:#FFF; text-decoration:underline;}
.white_ft24_italic{font-size:24px; line-height:48px; color:#FFF; font-style:italic;}
.white_ft30{font-size:30px; line-height:60px; color:#FFF;}
.white_ft30_under{font-size:30px; line-height:60px; color:#FFF; text-decoration:underline;}
.red{color:#F00;}
.red_ft18{font-size:18px; line-height:36px; color:#F00;}
.red_ft18_yellow{font-size:18px; line-height:36px; color:#F00; background:#FF0;}
.red_ft18_under{font-size:18px; line-height:36px; color:#F00; text-decoration:underline;}
.red_ft18_yellow_under{font-size:18px; line-height:36px; color:#F00; background:#FF0; text-decoration:underline;}
.red_ft20{font-size:20px; line-height:40px; color:#F00;}
.red_ft22{font-size:22px; line-height:44px; color:#F00;}
.red_ft24{font-size:24px; line-height:48px; color:#F00;}
.red_ft24_under{font-size:24px; line-height:48px; color:#F00; text-decoration:underline;}
.red_ft30{font-size:30px; line-height:60px; color:#F00;}
.red_ft30_under{font-size:30px; line-height:60px; color:#F00; text-decoration:underline;}
.blue{color:#011d88;}
.blue_ft18{font-size:18px; line-height:36px; color:#011d88;}
.blue_ft24{font-size:24px; line-height:48px; color:#011d88;}
.blue_ft24_under{font-size:24px; line-height:48px; color:#011d88; text-decoration:underline;}
.blue_ft30{font-size:30px; line-height:60px; color:#011d88;}
.black-b-big04 {font-size:1.5em; letter-spacing: -0.8px; font-weight: bold; line-height: 190%;}
.orange{color:#011d88;}
.orange_ft18{font-size:18px; line-height:36px; color:#F60;}
.orange_ft24{font-size:24px; line-height:48px; color:#F60;}
.orange_ft24_under{font-size:24px; line-height:48px; color:#F60; text-decoration:underline;}
.orange_ft30{font-size:30px; line-height:60px; color:#F60;}

.grnbox{background:#ebfdde; padding:10px; border:#05c400 1px solid; margin:10px 0px;}