@charset "utf-8";

/***************************************
*
* 概要		 : インポートして使う用
* 更新日	 : 2008-08-04
* バージョン : 1.3
*
***************************************/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
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;
	font-size:inherit;
}
fieldset,img {
	border: 0;
}
h1,h2,h3,h4,h5,h6,address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select{
	*font-size: 15px;
}


/* Class
--------------------------------------*/
/*
 *	レイアウト
 */
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.clear{
	clear: both;
}
.layoutcenter{
	margin: 0 auto;
}
.aligncenter{
	text-align: center;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}

/*
 *	プリント
 */
.page-break{
	page-break-before: always;
}

/*
 *	タイポ
 */
.error{
	border:1px solid #fb4343;
	padding: 3px;
	color: #fb4343;
}
.warning{
	border: 1px solid #d4ac0a;
	padding: 3px;
	color: #d4ac0a;
}
.warningcolor{
	color: #d4ac0a;
}
.success{
	border: 1px solid #149b0d;
	padding: 3px;
	color: #149b0d;
}
.callout{
	font-weight: bold;
}
.strikeout{
	text-decoration: line-through;
}
.underline{
	text-decoration: underline;
}
.resettypestyle{
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
	background-color: none;
	word-spacing: normal;
	letter-spacing: 0px;
	text-transform: none;
	text-indent: 0px;
}

/* 
	STYLING EXTRAS
a[href^="mailto"]	{ background: url(images/emailIcon.png) left center no-repeat; padding-left: 10px; }
a[href~=".pdf"]		{ background: url(images/pdfIcon.png) left center no-repeat; padding-left: 10px; }
a.button			{ color: black; border: 1px solid black; padding: 3px; }
	a.button:hover	{ background: black; color: white; }
.transpBlack		{ background: url(images/transpBlack.png); }
*/

/*
 *	ディスプレイ
 */
.hide{
	display: none;
}
.show{
	display: block;
}
.invisible{
	visibility: hidden;
}


/* Clearfix
--------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */