/*
Theme Name: jinja
Theme URI: http://d7r.com/
Author: デザイン事務所ダウンアンダー
Author URI: http://d7r.com/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: d7r.com 

*/

@import	"css/block.css";
@import	"css/common.css";
@import	"css/content.css";
@import	"css/footer.css";
@import	"css/gnav.css";
@import	"css/header.css";
@import	"css/headerelse.css";
@import	"css/ie.css";
@import	"css/table.css";

@font-face {
	font-family : webmin;
	src : url("webfont/HanaMinA.ttf");
}

html, body {
	width : 100%;
	min-width : 960px;	/*for iphone*/
}

body {
	margin : 0;
	padding : 0;
	background-color : #504c4b;
	font-variant : normal;
	font-style : normal;
	font-weight : normal;
	font-size : 12px;
	color : #555;
	line-height : 0;
	font-family: inherit;
	text-align : center;
}

