@import url('layout.css');
@import url('structure.css');
@import url('content.css');
@font-face {
    font-family: 'fujiyamaregular';
    src: url('../font/fujiyama-webfont.eot');
    src: url('../font/fujiyama-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/fujiyama-webfont.woff') format('woff'),
         url('../font/fujiyama-webfont.ttf') format('truetype'),
         url('../font/fujiyama-webfont.svg#fujiyamaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fujiyamalightplain';
    src: url('../font/fujiyamalight_plain-webfont.eot');
    src: url('../font/fujiyamalight_plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/fujiyamalight_plain-webfont.woff') format('woff'),
         url('../font/fujiyamalight_plain-webfont.ttf') format('truetype'),
         url('../font/fujiyamalight_plain-webfont.svg#fujiyamalightplain') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'charter_itc_ttregular';
    src: url('../font/355-webfont.eot');
    src: url('../font/355-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/355-webfont.woff') format('woff'),
         url('../font/355-webfont.ttf') format('truetype'),
         url('../font/355-webfont.svg#charter_itc_ttregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'charter_bd_os_itc_ttbold';
    src: url('../font/charteritcb-webfont.eot');
    src: url('../font/charteritcb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/charteritcb-webfont.woff') format('woff'),
         url('../font/charteritcb-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
	
/*Grobal property*/
* {padding: 0; margin: 0; outline: none;}
fieldset, img {border: none;}	
aside, section, header, hgroup, footer, nav, article, dialog, figure, figcaption {display: block;}
li { list-style: none;}
a { color:#a80306; text-decoration: none;}
a:hover { text-decoration: underline; color: #a80306;}
p {line-height: 18px;}


/*Typography goes here:*/	
body {font-family: Thonburi,Tahoma; font-size: 13px; line-height: 18px; color: #333333;}
p { margin-bottom: 10px; color: #333333; font-size: 13px;}	
.font-fujiyama { font-family: fujiyamaregular,Thonburi,Tahoma;}
.font-fujiyamalight { font-family: fujiyamalightplain,Thonburi,Tahoma;}
.font-charter_itc_ttregular { font-family: charter_itc_ttregular,Thonburi,Tahoma;}
.font-charter_bd_os_itc_ttbold { font-family: charter_bd_os_itc_ttbold,Thonburi,Tahoma;}
article { width: 100%; overflow: hidden; clear: both;}
nav { width: 100%; overflow: hidden; clear: both; border-bottom: 1px solid #f3f3f3; position: fixed; top: 0; z-index: 2;}


























































