@charset "UTF-8";

/* ---------------------------------

	Written by			Gazikobo.Inc gazirow
						http://gazikobo.co.jp/
						
	Last Modified		2010.03.23

	Color Schema
	
		Pink - Key		#EB3E7A
		Light Pink		#FFE5EE
	
		Orange - Key	#FF9200
		Light Orange	#FEE283
	
		Green - Key		#60D072
		Light Green		#EBF9ED
	
		Blue - Key		#279BDE
		Light Blue		#EEF5F9
		
		Brown - Key		#877543
		Light Brown		#B49C59
	
		Black - Key		#333
		Dark Gray		#B4B4B4
		Light Gray		#EBEBEB
		

	Font Size - YUI 3.0
	
		10px	---		77%			82.8%
		11px	---		85%			91.4%
		12px	---		93%			100%
		13px	---		100%		107.5%
		14px	---		108%		116.7%
		15px	---		116%		125%
		16px	---		123.1%		133.3%
		17px	---		131%		141.7%
		18px	---		138.5%		150%
		19px	---		146.5%		158.3%
		20px	---		153.9%
		21px	---		161.6%
		22px	---		167%
		23px	---		174%
		24px	---		182%
		25px	---		189%
		26px	---		197%
		
	Line Height = 100 * new line-height / 12 (ex. Base Font size: 12px)
	
		10px	---		
		11px	---		
		12px	---		100%
		13px	---		
		14px	---		
		15px	---		
		16px	---		
		17px	---		
		18px	---		
		19px	---		
		20px	---		
		21px	---		
		22px	---		
		23px	---		192%
		24px	---		
		25px	---		
		26px	---		

--------------------------------- */


/* ---------------------------------

Common Style

--------------------------------- */
a { outline: none; }

.clear {
	_zoom: 1;
	overflow: hidden;
}

.cle-b { clear: both; }

.align-right{ text-align: right; clear: both;}

/* ---------------------------------

Base Style

--------------------------------- */
html,
body { background: #fff; }

body {
	color: #333;
	font-family:"�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}

a { color: #008DFF; }

a:hover { color: #09F; }

/* ---------------------------------

Base Style

--------------------------------- */

#Topi {
	width: 580px;
	/*background-color:#EEFFFC;*/
}

#Topi ul, #Topi li {
	margin: 0;
	list-style: none;
}

#Topi li {
	
	margin-bottom: 1em;
}

#Topi li span{
	margin-right: 1em;
}

#Topi h2 span {
	margin-left: 2em;
	font-size: 77%;
	font-weight: normal;
}

#Topi p{
	 font-size: 104%;
	 line-height: 1.5;
	 margin-bottom: 1em;
}

div.img-box {
	width: 200px;
	float: left;
	margin: 0 20px 1em 0;
}

div.img-box p {
	margin: 0 0 10px 0;
	line-height: 1;
}

