/*
Theme Name: Portal Theme
Theme URI: 
Author: Antigravity
Author URI: 
Description: 多目的ポータルサイト向けWordPressテーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: portal-theme
*/

/* Reset & Basic Styles */
body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    background-color: #f4f7f6;
    color: #333;
}
