@charset "Shift_Jis";
  
/*--------------------------------------------------------
==========================================================

cc {
	Title	: foca
	Version	: 2.0.0
	Author	: �� [ http://a-c.2-d.jp/ ]
}

==========================================================
---------------------------------------------------------*/


/*----------------------------------------------------
 �� 1. ��b�f�U�C��
-----------------------------------------------------*/

 @import url("1-elements.css");
 @import url("2-layout.css");
 @import url("3-table.css");
 @import url("4-img.css");
 @import url("5-customize.css");


/*-----------------------------------------------------
 �� 2. ���܂��B�ʃ��f�B�A�p
-------------------------------------------------------*/

 @import url("select-style/print.css");

 @media handheld,tty{
	body{
		margin: 0; padding: 0;
		background: #FFFFFF; color: #000000;
		border: solid #000000; border-width: 3px 0;
		/*font-size: 1em; line-height: 1.25;*/
		width: auto;
	}	
	a:link{ 
		color: #393DD8;
	}
	a:visited{ 
		color: #774482;
	}
	h2,h3,h4,h5,h6{
		margin: 2px 0; padding: 1px;
		background: #FAFAFA;font-weight: bold; 
	}
	#HEADER.h1{
		margin: 0; padding: 2px;
		border-bottom: 1px dotted #000000;
    font-size: 500%;
	}
	h2{
		border-top: 3px double #000000;
		border-bottom: 1px double #000000;
	}
	h3{
		border-bottom: 1px solid #000000;
	}
	h4{
		border-bottom: 1px solid #CCCCCC;
	}
	h5{
		border-bottom: 1px dotted #CCCCCC;
	}
	input[type=text],textarea,pre{
		max-width: 96%; overflow: auto;
	}
	#PAGETOP{
		margin: 0 2%;
	}
	#PAN, #MENU h2, hr{
		display: none;
	}
 }/*�����܂�*/