@charset "EUC-JP";

/*
==========================================================

	Site Name    : Sekuhara110
	Version      : 1.0
	Author       : ROOT co.,ltd
	------------------------------------------------------
	Created      : 2010.08.13
	Last Modified: 2010.08.13

==========================================================
*/


/*
---------------------------------------------------------
Set Base Style
---------------------------------------------------------
*/

@import url("default.css"); /* initial setting */

@import "layout.css";       /* layout style */
@import "module.css";       /* common style */
@import "font.css";         /* font setting */

@import "base.css";         /* base style */



/*
---------------------------------------------------------
Style for MacIE 5.x 
---------------------------------------------------------
*/

/*for MacIE5*/
/*\*//*/
  @import "ie5m.css";
/**/

.bluecircle {
	color:	rgb(73,197,178);
	font-weight:	bold;
	font-size:small;
}
.middletitle {
	font-weight:	bold;
	font-size:1.2em;
}
.width_100 {
	width:	100%;
}
.width_100 hr {
	display:inline-block;
	width:	100%;
}
.title_1 {
	width:220px;
}
.title_2 {
	width:320px;
}
.title_3 {
	width:140px;
}
