/*
	Theme Name: mc01
	Theme URI:
	Description:
	Author:
	Author URI: 
	Version:1.02
	License: 
	License URI:
	Tags:
*/

@import url(css/html5reset-1.6.1.css);
@import url(css/main.css);
@import url(css/header.css);
@import url(css/sidebar.css);
@import url(css/footer.css);
@import url(css/media.css);
@import url(css/org01.css);



/*------------------------------------------
★レイアウトメモ★
幅は"media.css"にて調整

◆hedaer.php
	#head-wrap(100%)
		#logo-wrap(幅設定無し or .fix-width)

	#fixed-wrap（メニューorヘッダー固定用）
		#nav-wrap(100%)
			.main-nav(幅設定無し or .fix-width)

	#main-wrap(幅設定無し or .fix-width)

◆index.php or ◆single.php or ◆page.php or ◆front-page.php
		.main-contents（幅設定無し or .cul2-widthにて調整100％～68％）
			.post-box-area or .post-single-area or .page-area
		
◆sidebar.php
		#sidebar-wrap（31％～100％）
◆footer.php
	footer#footer-wrap（100％）
		aside.footer-area(幅設定無し or .fix-width)
			div#footer-head
			nav#footer-menu
			
		div.copyright-wrap
		div.copyright-area
------------------------------------------*/