@charset "utf-8";

/* 2009/04/20 modifyed by girls data, NYU
******************************************************************************/

@import "reset.css";
@import "fonts.css";

@import url(layouts.css);






/* clear:both
******************************************************************************/

.clearfix:after
 {
					content: ".";
					display: block;
					clear: both;
					height: 0;
					visibility: hidden;
}

.clearfix
 {
					min-height: 1px;
}

* html .clearfix
 {
					height: 1px;
/*\*//*/
					height: auto;
					overflow: hidden;
/**/
}

#clearfix:after {
					content: ".";
					display: block;
					clear: both;
					height: 0;
					visibility: hidden;
}

#clearfix {
					min-height: 1px;
}

* html #clearfix {
					height: 1px;
/*\*//*/
					height: auto;
					overflow: hidden;
/**/
}



/*
77%    = 10px
85%    = 11px
93%    = 12px
100%   = 13px
108%   = 14px
116%   = 15px
123.1% = 16px
131%   = 17px
138.5% = 18px
146.5% = 19px
153.9% = 20px
161.6% = 21px
167%   = 22px
174%   = 23px
182%   = 24px
189%   = 25px
197%   = 26px
*/


/* 見出し h1〜h5
******************************************************************************/
h1 {
					display: block;
}

h2 {
					display: block;
					font-size: 131%;
					padding: 10px;
}

h3 {
					font-size: 116%;
					color: #FF9900;
					margin: 0px;
}

h4 {
					font-size: 116%;
}

h5 {
					font-size: 100%;
}




/* 通常テキスト
******************************************************************************/
p {
					font-size: 100%;
}







/* 通常リンク
******************************************************************************/
a:link, a:visited {
					font-size: 100%;
					color: #FFA2B8;
					text-decoration: underline;
}

a:hover, a:active {
					font-size: 100%;
					color: #fff;
					text-decoration: underline;
}




/* 非表示テキスト
******************************************************************************/
#header .logo h1 span,
#index_img h2,
#index_img h3,
#index_img h4,
#index_img p,
.index_con h3 span,
#box01 #h3_box01 span,
#box02 #h3_box02 span,
#box03 #h3_box03 span,
#box_contact #h3_contact span,
#box_link #h3_link span
{
					display: none;
}

