

/*----リンク----*/

A:link {color: #333333 }
A:visited {color: #333333 }
A:active {color: #ffcc00 }
A:hover {background-color: #ffcc99 }
A herf {color: #ff3333}





/*----New----*/

.font	{ 
	font-size: 12px;
	margin: 0.5em;
	color: #000000 ;
	list-style: none;
	width: 110px;}

/*----新着情報----*/

.main	{ font-size: 12px;
        line-height: 125%;
        margin: 0.5em }



/*----フォント(基本的な文章は下記のCSSを用いる。)----*/

.font13	{ 
	font-size: 13px;
	padding-top: 0.3em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	color: #555555;
	witdh: 200px
	}

/*----文章の下線の設定(例サイドエリアのコンテンツなど。)----*/

.fontline
	{ text-decoration: none;
	padding: 0em;
	border-bottom: 1px solid #ffcc99;
	color: #333333;}
	
	
/*----フォント（主にサイズ規定）----*/

	
.txt11  { 
	font-size: 11px; 
	text-decoration: none }
	
.txt12	{
	font-size: 12px}
	

.txt13	{
	font-size: 13px;
	letter-spacing: 0.02em}

.txt14	{
	font-size: 14px;
	font-weight: 700}



/*----見出し----*/


.midashi{ font-size: 18px;
	font-weight: bold;
	padding-top:30px;}
	
.midashi2{ font-size: 16px;
	font-weight: bold;}



/*----footer----*/


.footer	{ font-size: 10px;
	color: #555555 }
	
.footer	A { font-size: 10px;
	text-decoration: none;
	color: #555555 }


/*----季節色の入ったフォント　カラーの設定----*/


.dark	{ background-color: #ffcc00;
		color: #ffcc00 }

.light	{ background-color: #ffcc99 }

.font-light	{ font-size: 14px;
		margin: 0.5em;
		color: #000000;
		background-color: #ffcc99 }
		
.bgchange	{ background-color: #ffcc99;
		padding: 0em;
		border-left: 3px solid #ff6633;
		border-bottom: 1px solid #ffcc00;
		color: #555555;}
		
/*----メニュー内の画像----*/
	
	
/*--ヘッダーエリア内の<thead>タグ内の画像--*/

thead 		{
		color: #001100;
		background-color: #fffff;
		background-image: url(images/m-winter.gif);
		background-repeat: no-repeat;}
		
/*--./concept/index内の画像--*/
		
.concept	{
		color: #ffcccc;
		background :  url(images/concept-winter.gif) no-repeat center;
		}
		
/*--./index内の画像--*/
		
.top	{
		color: #ffcccc;
		background :  url(images/topber-winter.gif) no-repeat center;
		}
		
/*--./usecase/mobilephone内の画像--*/
		
.mobile	{
		color: #ffcccc;
		background :  url(images/mobile-winter.gif) no-repeat center;
		}