<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet" type="text/css">
<style type="text/css"><!-- 
/* ----- 共通項目 ----- */
body { 
    color: #394246; 
    font-family: "Quicksand","メイリオ",sans-serif; 
    font-size: 7px;
    letter-spacing:1px; 
    line-height: 1.8;
    width: 100%;
    padding:0px;
    margin: 0 auto;
    background-color: #F8F8F8;
}

/* リンク */
a { color: #7EBBDC; text-decoration:none;}
a:hover { color: #ffffff ; }

/* ページ全体 */
#page {
    width: 100%;
    max-width: 600px;
    padding:0px;
    margin: 0 auto;
}

/* ----- ページヘッダー(TOP) ----- */
#pageHead{
    margin-bottom:10px;
}
#pageHead #siteTitle {
    margin-top: 200px;
    margin-left: 30px;
    width: 200px;
    font-size: 56px;
    line-height: 0.9;
    letter-spacing: 4px;
    margin-bottom: 0;
    text-align: left;
}
#pageHead #information{
    padding: 5px;
    margin-top: 20px;
    margin-left: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.0;
    text-align: left;
}

/* メインメニュー */
#pageHead .menu{
    margin-top: 20px;
    margin-left: 30px;
    text-align: left;
    font-size: 14px;
    line-height: 1.429;
}
#pageHead .menu a {
    color: #394246;
    background-color: #7EBBDC;
    padding: 5px 5px;
    border-radius:3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
}
#pageHead .menu a:hover {
    color: #fff;
}

/* ----- メインコンテンツ ----- */
#pageBody {
	margin-top: 30px;
	zoom:1;
}
#pageBody h3{
    margin-top: 30px;
    padding: 0.5em;
    background-color: #7EBBDC;
    color: inherit;
    font-weight: bold;
    text-align: center;
}
#pageBody #bun{
    margin:5% 6% 5% 6%; 
    text-align: justify; 
}
#pageBody #back{
    line-height: 2.5;
    text-align: center; 
}

/* ------ フォーム系 ------ */
input[type=text], textarea, select, input[type=button]{
    font-size:80%;
    -webkit-appearance: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7EBBDC), to(#7EBBDC));
    background-image: -webkit-linear-gradient(left, #7EBBDC, #7EBBDC);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align:middle; 
    position:relative; 
    margin: 5px 4px 2px 0;
    margin-right:3px; 
    top:-1px; 
    width: 80%;
}
--></style>