@charset "Shift_Jis";
/*--------------------------------------------------
====================================================

cc {
	Title	: Gyades
	Version	: 3.0.0
	Author	: 希 [ http://a-c.2-d.jp/ ]
}

====================================================
---------------------------------------------------*/


/*----------------------------------------------------
 ▼ 1. 基礎デザイン
-----------------------------------------------------*/

 @import url("1-elements.css");
 @import url("2-layout.css");
 @import url("3-customize.css");


/*----------------------------------------------------
 ▼ 2 おまけ。別メディア用
-----------------------------------------------------*/

 @import url("print.css");

 @media handheld,tty{
	body{
		margin: 0; padding: 4px 5px;
		background: #555555; color: #EEEEEE;
		font-size: 1em; line-height: 1.25;
	}	
	a:link{ 
		color: #AAA;
	}
	a:visited{ 
		color: #888;
	}
	h1,h2,h3,h4,h5,h6{
		margin: 0; padding: 3px 2px;
		font-weight: bold; color: #ac9a6c;
	}
	h2{
		border-bottom: 2px solid #222;
	}
	h3{
		border-bottom: 2px dotted #222;
	}
	#PAN, #MENU h2, ul.modori, hr{
		display: none;
	}
 }/*ここまで*/
