@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
color:#333333;
font-family:Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:12px;
line-height:1.7;
}

input,textarea,select {
font-family:Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:100%;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

* html body {
font-size:75%;
}
*:first-child+html body {
font-size:75%;
}


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
margin:0;
padding:0;
}

body {
background:#FFFFFF url(../images/bg_01.gif) repeat-x;
text-align:center;
}

img,table {
border:none;
}

ul {
list-style:none;
}

li img,
dt img {
vertical-align:bottom;
}

address,em,cite {
font-style:normal;
}


/* 基本テキストリンク ------------------------------ */

a:link,
a:visited {
color:#a89e00;
text-decoration:none;
}
a:hover,
a:active {
color:#d2c600;
text-decoration:underline;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrap {
width:860px;
margin:0 auto;
text-align:left;
}

div#contentsArea {
width:860px;
padding:11px 0 0;
}

div#sideArea {
float:left;
width:190px;
}

div#mainArea {
float:right;
width:652px;
}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

div#header {
position:relative;
width:860px;
height:117px;
}

/* logo */
div#header h1 {
position:absolute;
top:28px;
left:0;
}

/* company logo */
div#header p.hakuhodoLogo,
div#header p.buyologyLogo {
position:absolute;
top:37px;
left:328px;
}
div#header p.buyologyLogo {
left:411px;
}

/* headerLink */
div#header ul.headerLink {
position:absolute;
top:32px;
left:604px;
width:290px;
clear:both;
}
div#header ul.headerLink li {
float:left;
margin-right:20px;
}

/* global navi */
ul#gnav {
position:absolute;
top:73px;
left:0;
width:472px;
clear:both;
}
ul#gnav li,
ul#gnav li a {
float:left;
width:123px;
height:29px;
margin-right:5px;
font-size:0;
line-height:0;
text-indent:-9999px;
overflow:hidden;
}
ul#gnav li a {
display:block;
float:none;
margin-right:0;
}
ul#gnav li.nav01,
ul#gnav li.nav01 a {
width:88px;
background:url(../images/nav_01.gif) no-repeat;
}
ul#gnav li.nav02,
ul#gnav li.nav02 a {
background:url(../images/nav_02.gif) no-repeat;
}
ul#gnav li.nav03,
ul#gnav li.nav03 a {
background:url(../images/nav_03.gif) no-repeat;
}
ul#gnav li.nav04,
ul#gnav li.nav04 a {
margin-right:0;
background:url(../images/nav_04.gif) no-repeat;
}
ul#gnav li.nav01 a:hover {
background:url(../images/nav_01_o.gif) no-repeat;
}
ul#gnav li.nav02 a:hover {
background:url(../images/nav_02_o.gif) no-repeat;
}
ul#gnav li.nav03 a:hover {
background:url(../images/nav_03_o.gif) no-repeat;
}
ul#gnav li.nav04 a:hover {
background:url(../images/nav_04_o.gif) no-repeat;
}

/* stay表示 */
#top ul#gnav li.nav01,
#top ul#gnav li.nav01 a {
background:url(../images/nav_01_o.gif) no-repeat;
}
#introduction ul#gnav li.nav02,
#introduction ul#gnav li.nav02 a {
background:url(../images/nav_02_o.gif) no-repeat;
}
#methodology ul#gnav li.nav03,
#methodology ul#gnav li.nav03 a {
background:url(../images/nav_03_o.gif) no-repeat;
}
#teamalliances ul#gnav li.nav04,
#teamalliances ul#gnav li.nav04 a {
background:url(../images/nav_04_o.gif) no-repeat;
}


/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

div#footer {
width:860px;
padding:10px 0;
border-top:1px solid #e4e4e4;
}

/* footerLink */
div#footer ul.footerLink {
width:460px;
float:right;
font-size:86%;
text-align:right;
}
div#footer ul.footerLink li {
display:inline;
margin-left:25px;
padding-left:8px;
background:url(../images/ico_arw_01.gif) no-repeat left center;
}

/* copyright */
div#footer address {
float:left;
width:395px;
padding-top:3px;
}


/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */

/* topicPath ------------------------------ */

ul#topicPath {
margin:0 0 0 5px;
padding:14px 0 0;
font-size:86%;
}
ul#topicPath li {
display:inline;
}


/* title ------------------------------ */

div#mainArea h1 {
margin-bottom:10px;
}


/* categoryBox ------------------------------ */

div.categoryBox {
padding:25px 30px;
background:#dddddd url(../images/bg_03.gif) no-repeat left bottom;
}
div.categoryBox .mb {
margin-bottom:20px;
}
ul.indentList li {
padding-left:0.5em;
text-indent:-0.5em;
}


/* pagetop ------------------------------ */

p.pagetop {
margin:5px 0 15px;
font-size:86%;
text-align:right;
}
p.pagetop a {
padding-left:10px;
background:url(../images/ico_pagetop.gif) no-repeat left center;
}


/* sub navi ------------------------------ */

dl#snav {
width:190px;
background:url(../images/bg_02_rp.gif) repeat-y;
}
dl#snav dt {
padding:23px 0 0 18px;
background:url(../images/bg_02_tp.gif) no-repeat;
}
dl#snav dd {
padding:0 0 28px 18px;
background:url(../images/bg_02_bt.gif) no-repeat left bottom;
}


