﻿@charset "utf-8";


/* ===== Import Files ===== */

@import 'common.css';
@import 'header.css';
@import 'main.css';
@import 'module.css';
@import 'footer.css';



/* ===== hello!! ===== */

#mainArea {
background: url(/hello/img/t_bg_hello.jpg) no-repeat;
}


#mainArea #contentsArea {
width: 680px;
}

#mainArea #contentsArea #snapAndGreeting {
padding-left: 347px;
}

#mainArea #contentsArea #snapAndGreeting h2 {
width: 333px;
margin-bottom:0.5em;
}

#mainArea #contentsArea #snapAndGreeting p {
width: 333px;
}

#mainArea #contentsArea h3 {
margin: 2em 0 0.2em 0;
clear: both;
}


#mainArea #contentsArea p.profileText {
color: #666;
line-height: 1.5em;
margin-bottom: 1em;
}


