@charset "utf-8";

/* ---------全ページ共通スタイル--------- */


/* --------- ページ構造 --------- */


/* --------- ページ装飾 --------- */


/* ---------共通グローバル　ページ分けなど--------- */





















/* ---------その他便利そうなクラス---------
.ic-newwin{
	padding: 5px 18px 5px 0;
	background: url(../img/ic_newwin.gif) no-repeat right top;
}
a[href $='.doc'] { 
	padding: 5px 18px 5px 5px;
	background: transparent url(../img/ic_doc.gif) no-repeat right center;
	}
a[href $='.pdf'] { 
	padding: 5px 18px 5px 5px;
	background: transparent url(../img/ic_pdf.gif) no-repeat right center;
	}
a[href $='.xls'] { 
	padding: 5px 18px 5px 5px;
	background: transparent url(../img/ic_xls.gif) no-repeat center right;
	}
a[href ^="mailto:"] {
	padding: 5px 18px 5px 5px;
	background: transparent url(../img/ic_mailto.gif) no-repeat center right;
	}
a[target="_blank"]{ 
	padding: 5px 18px 5px 5px;
	background: transparent url(../img/ic_newwin.gif) no-repeat center right;

.font-16{
	font-size: 1.6em!important;
}
*/


